Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |