summaryrefslogtreecommitdiff
path: root/usr.bin/split
AgeCommit message (Expand)Author
2009-01-24When "-b" is specified, one could easily create "smaller" filesTom Rhodes
2008-03-16Add a -n option to split(1) to split files into N chunks rather thanDavid Schultz
2006-09-29Markup fixes.Ruslan Ermilov
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-11-18-mdoc sweep.Ruslan Ermilov
2005-08-30Include option-argument names in the list in the DESCRIPTION section.Tim J. Robbins
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
2005-01-17Added the EXIT STATUS section where appropriate.Ruslan Ermilov
2004-07-11Fix document year.Tim J. Robbins
2004-07-11Add fairly standard ENVIRONMENT and DIAGNOSTICS sections.Tim 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-06-03Sort sections.Tim J. Robbins
2002-06-03Correct HISTORY section - split(1) appeared at least as early as V3.Tim J. Robbins
2002-05-30mdoc(7) police: use .Fl to denote stdin.Ruslan Ermilov
2002-05-27Claim conformance to IEEE Std 1003.1-2001.Tim J. Robbins
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
2001-09-05Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently addsDima Dorfman
2001-07-15Remove whitespace at EOL.Dima Dorfman
2000-11-20mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov
2000-11-19Add/fix the ability to split a file larger than 2 gigabytes.John W. De Boskey
2000-11-15remove trailing periods from SEE ALSO.Ben Smithurst
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
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