summaryrefslogtreecommitdiffstats
path: root/usr.bin/split/split.c
Commit message (Expand)AuthorAgeFilesLines
* Support larger files (at least 64-bit offsets) by using off_t instead oftjr2002-07-151-8/+21
* Remove <sys/types> where we use <sys/param> already.jmallett2002-06-151-8/+5
* Allow "-" to be specified as an operand as well as an option.tjr2002-05-271-1/+3
* Avoid overflowing `fname' if the file name prefix given on the commandtjr2002-05-271-1/+2
* remove __Pimp2002-03-221-4/+4
* Add -a option (SUSv3) to split(1).mike2002-02-011-7/+31
* WARNS=2 fixes, use __FBSDID, remove GCC-specific flags.markm2001-12-121-11/+10
* Add/fix the ability to split a file larger than 2 gigabytes.jwd2000-11-191-4/+6
* Print usage via fprintf(stderr, ..) instead of errx() to avoid progname prefix.archie1999-02-051-2/+3
* Add new option '-p pattern' for splitting files based on matching lines inarchie1999-02-011-52/+77
* Cosmetic in err() string.charnier1997-08-111-9/+10
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* This fixes 'split -l NNN foo'. As it stands split willrgrimes1995-07-071-1/+1
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+288
OpenPOWER on IntegriCloud