summaryrefslogtreecommitdiffstats
path: root/usr.bin/csplit
Commit message (Collapse)AuthorAgeFilesLines
* Document input line length limit.tjr2005-01-251-1/+5
|
* Sort sections.ru2005-01-181-6/+6
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* Remove BUGS section that talked about missing multibyte character support.tjr2004-07-121-5/+1
| | | | We have support now that the regular expression routines do.
* Document missing multibyte character support in utilities specifiedtjr2004-07-031-1/+5
| | | | by POSIX.
* Use fseeko() to properly support large files.tjr2004-03-221-3/+3
|
* Use errc().tjr2004-03-221-4/+2
|
* mdoc(7) police: simplify.ru2002-08-141-3/+1
|
* The return value of snprintf should be always nonnegative, so it shoulddwmalone2002-07-281-1/+1
| | | | be safe to cast it to a size_t before comparing it to a sizeof().
* Use sigaction(2) instead of signal(3) to avoid the signal handler beingtjr2002-07-261-3/+10
| | | | re-entered.
* Avoid truncating filenames with snprintf().tjr2002-06-291-2/+5
|
* Note that this appeared at least as early as PWB UNIX.jmallett2002-06-101-0/+4
| | | | Use the literal string 'PWB UNIX', as we still have no .At macro for it.
* Respect LC_CTYPE and LC_COLLATE environment variables, mainly for theirtjr2002-06-072-0/+14
| | | | | effects on regular expressions. The libc regex code does not handle equivalence classes well (for example), but we do our best.
* mdoc(7) police: markup polishing.ru2002-05-301-16/+22
|
* Handle the case where a negative offset in a regular expression matchtjr2002-05-161-0/+2
| | | | is larger than the number of lines in the overflow file.
* Correct synopsis and usage(): pattern arguments are not optional.tjr2002-05-162-2/+2
|
* Add the csplit(1) utility, which splits files based on context, as specifiedtjr2002-05-021-0/+5
| | | | | | | | | by SUSv3. This Makefile got left out of the previous commit. PR: 36191 Reviewed by: mike
* Add the csplit(1) utility, which splits files based on context, as specifiedtjr2002-05-022-0/+588
by SUSv3. PR: 36191 Reviewed by: mike
OpenPOWER on IntegriCloud