summaryrefslogtreecommitdiffstats
path: root/usr.bin/csplit/csplit.c
Commit message (Expand)AuthorAgeFilesLines
* The return value of snprintf should be always nonnegative, so it shoulddwmalone2002-07-281-1/+1
* Use sigaction(2) instead of signal(3) to avoid the signal handler beingtjr2002-07-261-3/+10
* Avoid truncating filenames with snprintf().tjr2002-06-291-2/+5
* Respect LC_CTYPE and LC_COLLATE environment variables, mainly for theirtjr2002-06-071-0/+3
* Handle the case where a negative offset in a regular expression matchtjr2002-05-161-0/+2
* Correct synopsis and usage(): pattern arguments are not optional.tjr2002-05-161-1/+1
* Add the csplit(1) utility, which splits files based on context, as specifiedtjr2002-05-021-0/+454
OpenPOWER on IntegriCloud