Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use fseeko() to properly support large files. | tjr | 2004-03-22 | 1 | -3/+3 |
* | Use errc(). | tjr | 2004-03-22 | 1 | -4/+2 |
* | The return value of snprintf should be always nonnegative, so it should | dwmalone | 2002-07-28 | 1 | -1/+1 |
* | Use sigaction(2) instead of signal(3) to avoid the signal handler being | tjr | 2002-07-26 | 1 | -3/+10 |
* | Avoid truncating filenames with snprintf(). | tjr | 2002-06-29 | 1 | -2/+5 |
* | Respect LC_CTYPE and LC_COLLATE environment variables, mainly for their | tjr | 2002-06-07 | 1 | -0/+3 |
* | Handle the case where a negative offset in a regular expression match | tjr | 2002-05-16 | 1 | -0/+2 |
* | Correct synopsis and usage(): pattern arguments are not optional. | tjr | 2002-05-16 | 1 | -1/+1 |
* | Add the csplit(1) utility, which splits files based on context, as specified | tjr | 2002-05-02 | 1 | -0/+454 |