summaryrefslogtreecommitdiffstats
path: root/usr.bin/split
Commit message (Expand)AuthorAgeFilesLines
* Avoid signed overflow in error handling code.eadler2013-05-211-1/+3
* Bump .Dd for recent content change.eadler2013-05-101-1/+1
* Implement 'split -d' which allows a numeric suffix instead of aneadler2013-05-102-5/+29
* Fix warning when compiling with gcc46:eadler2012-01-101-3/+0
* Add missing static keywords to split(1)ed2011-11-061-10/+10
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-112-8/+0
* Correct spelling mistake, int -> intogavin2010-09-021-2/+2
* When "-b" is specified, one could easily create "smaller" filestrhodes2009-01-241-3/+3
* Add a -n option to split(1) to split files into N chunks rather thandas2008-03-162-12/+78
* Markup fixes.ru2006-09-291-3/+9
* Add support for splitting at gigabyte boundaries. [1]keramida2006-08-102-8/+20
* Update usage & SYNOPSIS and clarify that input files are not removed.keramida2006-08-082-18/+30
* -mdoc sweep.ru2005-11-181-4/+4
* Include option-argument names in the list in the DESCRIPTION section.tjr2005-08-301-12/+4
* Remove undocumented historic support for treating "-" as an optiontjr2005-08-301-14/+8
* Remove the hack that varied the first character of the output file nametjr2005-08-212-15/+5
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
* Fix document year.tjr2004-07-111-1/+1
* Add fairly standard ENVIRONMENT and DIAGNOSTICS sections.tjr2004-07-111-1/+12
* Respect locale settings from the environment.tjr2004-07-111-0/+3
* 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
* Sort sections.tjr2002-06-031-12/+12
* Correct HISTORY section - split(1) appeared at least as early as V3.tjr2002-06-031-1/+1
* mdoc(7) police: use .Fl to denote stdin.ru2002-05-301-1/+1
* Claim conformance to IEEE Std 1003.1-2001.tjr2002-05-271-0/+6
* Allow "-" to be specified as an operand as well as an option.tjr2002-05-272-2/+10
* 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-012-11/+49
* WARNS=2 fixes, use __FBSDID, remove GCC-specific flags.markm2001-12-122-12/+10
* Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently addsdd2001-09-051-1/+2
* Remove whitespace at EOL.dd2001-07-151-1/+1
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-4/+4
* Add/fix the ability to split a file larger than 2 gigabytes.jwd2000-11-191-4/+6
* remove trailing periods from SEE ALSO.ben2000-11-151-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* 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-013-52/+94
* 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-273-0/+392
OpenPOWER on IntegriCloud