summaryrefslogtreecommitdiff
path: root/usr.bin/split/split.c
AgeCommit message (Expand)Author
2008-03-16Add a -n option to split(1) to split files into N chunks rather thanDavid Schultz
2006-08-10Add support for splitting at gigabyte boundaries. [1]Giorgos Keramidas
2006-08-08Update usage & SYNOPSIS and clarify that input files are not removed.Giorgos Keramidas
2005-08-30Remove undocumented historic support for treating "-" as an optionTim J. Robbins
2005-08-21Remove the hack that varied the first character of the output file nameTim J. Robbins
2004-07-11Respect locale settings from the environment.Tim J. Robbins
2002-07-15Support larger files (at least 64-bit offsets) by using off_t instead ofTim J. Robbins
2002-06-15Remove <sys/types> where we use <sys/param> already.Juli Mallett
2002-05-27Allow "-" to be specified as an operand as well as an option.Tim J. Robbins
2002-05-27Avoid overflowing `fname' if the file name prefix given on the commandTim J. Robbins
2002-03-22remove __PWarner Losh
2002-02-01Add -a option (SUSv3) to split(1).Mike Barcroft
2001-12-12WARNS=2 fixes, use __FBSDID, remove GCC-specific flags.Mark Murray
2000-11-19Add/fix the ability to split a file larger than 2 gigabytes.John W. De Boskey
1999-02-05Print usage via fprintf(stderr, ..) instead of errx() to avoid progname prefix.Archie Cobbs
1999-02-01Add new option '-p pattern' for splitting files based on matching lines inArchie Cobbs
1997-08-11Cosmetic in err() string.Philippe Charnier
1997-03-29compare return value from getopt against -1 rather than EOF, per the finalWarner Losh
1995-07-07This fixes 'split -l NNN foo'. As it stands split willRodney W. Grimes
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes