summaryrefslogtreecommitdiff
path: root/usr.bin/csplit/csplit.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* csplit(1): Fix extraneous output in edge caseConrad Meyer2017-05-081-1/+3
* 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 missing static keywords to csplit(1)Ed Schouten2011-11-061-30/+30
* Use fseeko() to properly support large files.Tim J. Robbins2004-03-221-3/+3
* Use errc().Tim J. Robbins2004-03-221-4/+2
* 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
* Respect LC_CTYPE and LC_COLLATE environment variables, mainly for theirTim J. Robbins2002-06-071-0/+3
* 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-161-1/+1
* Add the csplit(1) utility, which splits files based on context, as specifiedTim J. Robbins2002-05-021-0/+454