Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing static keywords to csplit(1) | ed | 2011-11-06 | 1 | -30/+30 |
| | |||||
* | A bit of rewording for clarity, taken from OpenBSD. | trhodes | 2009-01-10 | 1 | -9/+26 |
| | | | | Submitted by: jmc@OpenBSD.org | ||||
* | Update the description of -k, output files appear to | trhodes | 2008-12-24 | 1 | -7/+2 |
| | | | | | | | | be left regardless of an error, signal, or complete run. PR: 69861 Submitted by: vlad902@gmail.com | ||||
* | Document input line length limit. | tjr | 2005-01-25 | 1 | -1/+5 |
| | |||||
* | Sort sections. | ru | 2005-01-18 | 1 | -6/+6 |
| | |||||
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
| | |||||
* | Remove BUGS section that talked about missing multibyte character support. | tjr | 2004-07-12 | 1 | -5/+1 |
| | | | | We have support now that the regular expression routines do. | ||||
* | Document missing multibyte character support in utilities specified | tjr | 2004-07-03 | 1 | -1/+5 |
| | | | | by POSIX. | ||||
* | Use fseeko() to properly support large files. | tjr | 2004-03-22 | 1 | -3/+3 |
| | |||||
* | Use errc(). | tjr | 2004-03-22 | 1 | -4/+2 |
| | |||||
* | mdoc(7) police: simplify. | ru | 2002-08-14 | 1 | -3/+1 |
| | |||||
* | The return value of snprintf should be always nonnegative, so it should | dwmalone | 2002-07-28 | 1 | -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 being | tjr | 2002-07-26 | 1 | -3/+10 |
| | | | | re-entered. | ||||
* | Avoid truncating filenames with snprintf(). | tjr | 2002-06-29 | 1 | -2/+5 |
| | |||||
* | Note that this appeared at least as early as PWB UNIX. | jmallett | 2002-06-10 | 1 | -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 their | tjr | 2002-06-07 | 2 | -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. | ru | 2002-05-30 | 1 | -16/+22 |
| | |||||
* | Handle the case where a negative offset in a regular expression match | tjr | 2002-05-16 | 1 | -0/+2 |
| | | | | is larger than the number of lines in the overflow file. | ||||
* | Correct synopsis and usage(): pattern arguments are not optional. | tjr | 2002-05-16 | 2 | -2/+2 |
| | |||||
* | Add the csplit(1) utility, which splits files based on context, as specified | tjr | 2002-05-02 | 1 | -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 specified | tjr | 2002-05-02 | 2 | -0/+588 |
by SUSv3. PR: 36191 Reviewed by: mike |