Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Print usage via fprintf(stderr, ..) instead of errx() to avoid progname prefix. | archie | 1999-02-05 | 1 | -2/+3 |
| | | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org> | ||||
* | Add new option '-p pattern' for splitting files based on matching lines in | archie | 1999-02-01 | 3 | -52/+94 |
| | | | | | | the file with a regular expression. Useful for e.g. 'cvs diff' output. Also compile cleanly with -Wall and fix a few style bugs. PR: bin/9405 | ||||
* | Cosmetic in err() string. | charnier | 1997-08-11 | 1 | -9/+10 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | This fixes 'split -l NNN foo'. As it stands split will | rgrimes | 1995-07-07 | 1 | -1/+1 |
| | | | | | | | | | | complain about an 'illegal line count' becuase it's looking at the wrong end pointer (ep) to detect any extra characters after the NNN. Submitted by: Rich Murphey <rich@freebsd.org> This should probably get pulled into 2.0.6 and 2.1.0 | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 3 | -0/+392 |