aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/csplit
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-311-0/+11
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* csplit(1): Fix extraneous output in edge caseConrad Meyer2017-05-084-1/+76
* csplit: Fix check of fputs() return value, making csplit work again.Jilles Tjoelker2017-05-021-3/+3
* Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-101-8/+8
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge headSimon J. Gerraty2014-04-281-2/+2
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | Correct example.Joel Dahl2014-02-081-2/+2
|/
* Add missing static keywords to csplit(1)Ed Schouten2011-11-061-30/+30
* A bit of rewording for clarity, taken from OpenBSD.Tom Rhodes2009-01-101-9/+26
* Update the description of -k, output files appear toTom Rhodes2008-12-241-7/+2
* Document input line length limit.Tim J. Robbins2005-01-251-1/+5
* Sort sections.Ruslan Ermilov2005-01-181-6/+6
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Remove BUGS section that talked about missing multibyte character support.Tim J. Robbins2004-07-121-5/+1
* Document missing multibyte character support in utilities specifiedTim J. Robbins2004-07-031-1/+5
* Use fseeko() to properly support large files.Tim J. Robbins2004-03-221-3/+3
* Use errc().Tim J. Robbins2004-03-221-4/+2
* mdoc(7) police: simplify.Ruslan Ermilov2002-08-141-3/+1
* The return value of snprintf should be always nonnegative, so it shouldDavid Malone2002-07-281-1/+1
* Use sigaction(2) instead of signal(3) to avoid the signal handler beingTim J. Robbins2002-07-261-3/+10
* Avoid truncating filenames with snprintf().Tim J. Robbins2002-06-291-2/+5
* Note that this appeared at least as early as PWB UNIX.Juli Mallett2002-06-101-0/+4
* Respect LC_CTYPE and LC_COLLATE environment variables, mainly for theirTim J. Robbins2002-06-072-0/+14
* mdoc(7) police: markup polishing.Ruslan Ermilov2002-05-301-16/+22
* Handle the case where a negative offset in a regular expression matchTim J. Robbins2002-05-161-0/+2
* Correct synopsis and usage(): pattern arguments are not optional.Tim J. Robbins2002-05-162-2/+2
* Add the csplit(1) utility, which splits files based on context, as specifiedTim J. Robbins2002-05-021-0/+5
* Add the csplit(1) utility, which splits files based on context, as specifiedTim J. Robbins2002-05-022-0/+588