aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/split/split.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r352953: Convert pnmatch to single element array in regexec callsAlexander Kabaev2019-10-021-4/+4
* Convert pnmatch to single element array in regexec callsAlexander Kabaev2019-10-021-4/+4
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Change manual string conversion to expand_numberEitan Adler2013-11-091-16/+4
* Avoid signed overflow in error handling code.Eitan Adler2013-05-211-1/+3
* Implement 'split -d' which allows a numeric suffix instead of anEitan Adler2013-05-101-5/+23
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-3/+0
* Add missing static keywords to split(1)Ed Schouten2011-11-061-10/+10
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Add a -n option to split(1) to split files into N chunks rather thanDavid Schultz2008-03-161-11/+69
* Add support for splitting at gigabyte boundaries. [1]Giorgos Keramidas2006-08-101-5/+6
* Update usage & SYNOPSIS and clarify that input files are not removed.Giorgos Keramidas2006-08-081-8/+8
* Remove undocumented historic support for treating "-" as an optionTim J. Robbins2005-08-301-14/+8
* Remove the hack that varied the first character of the output file nameTim J. Robbins2005-08-211-10/+2
* Respect locale settings from the environment.Tim J. Robbins2004-07-111-0/+3
* Support larger files (at least 64-bit offsets) by using off_t instead ofTim J. Robbins2002-07-151-8/+21
* Remove <sys/types> where we use <sys/param> already.Juli Mallett2002-06-151-8/+5
* Allow "-" to be specified as an operand as well as an option.Tim J. Robbins2002-05-271-1/+3
* Avoid overflowing `fname' if the file name prefix given on the commandTim J. Robbins2002-05-271-1/+2
* remove __PWarner Losh2002-03-221-4/+4
* Add -a option (SUSv3) to split(1).Mike Barcroft2002-02-011-7/+31
* WARNS=2 fixes, use __FBSDID, remove GCC-specific flags.Mark Murray2001-12-121-11/+10
* Add/fix the ability to split a file larger than 2 gigabytes.John W. De Boskey2000-11-191-4/+6
* Print usage via fprintf(stderr, ..) instead of errx() to avoid progname prefix.Archie Cobbs1999-02-051-2/+3
* Add new option '-p pattern' for splitting files based on matching lines inArchie Cobbs1999-02-011-52/+77
* Cosmetic in err() string.Philippe Charnier1997-08-111-9/+10
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* This fixes 'split -l NNN foo'. As it stands split willRodney W. Grimes1995-07-071-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+288