aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/split
Commit message (Collapse)AuthorAgeFilesLines
* Revert last MFC, there is no csplit in the base system of RELENG_4.Andreas Klemm2003-04-211-1/+0
| | | | | | | | Reviewed by: Ruslan Ermilov <ru@FreeBSD.org> Approved by: Ruslan Ermilov <ru@FreeBSD.org> Notes: svn path=/stable/4/; revision=113827
* MFC: Sync up with current to fix various mdoc(7) issues which include:Tom Rhodes2003-02-241-0/+1
| | | | | | | | | | | Abuse of the .Ql, .Nm, and .Xr macros. Clean up .Bl macros. Other tidy up. Approved by: re (blanket) Notes: svn path=/stable/4/; revision=111454
* MFC: Support larger files, allow "-" as both an operand as well as an option,Tim J. Robbins2002-07-252-47/+104
| | | | | | | avoid buffer overflow, -a option (suffix length), style changes. Notes: svn path=/stable/4/; revision=100667
* MFC: Remove -Wall to reduce diffs to -current.Tim J. Robbins2002-07-251-1/+0
| | | | Notes: svn path=/stable/4/; revision=100666
* MFC: don't use COPTS.Dima Dorfman2001-12-191-1/+2
| | | | Notes: svn path=/stable/4/; revision=88167
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-1/+1
| | | | Notes: svn path=/stable/4/; revision=80147
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-061-1/+1
| | | | Notes: svn path=/stable/4/; revision=73879
* MFC: r1.7: give split the ability to split a >2GB fileKris Kennaway2001-03-041-4/+6
| | | | Notes: svn path=/stable/4/; revision=73484
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-4/+4
| | | | Notes: svn path=/stable/4/; revision=69768
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Print usage via fprintf(stderr, ..) instead of errx() to avoid progname prefix.Archie Cobbs1999-02-051-2/+3
| | | | | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org> Notes: svn path=/head/; revision=43625
* Add new option '-p pattern' for splitting files based on matching lines inArchie Cobbs1999-02-013-52/+94
| | | | | | | | | the file with a regular expression. Useful for e.g. 'cvs diff' output. Also compile cleanly with -Wall and fix a few style bugs. PR: bin/9405 Notes: svn path=/head/; revision=43513
* Cosmetic in err() string.Philippe Charnier1997-08-111-9/+10
| | | | Notes: svn path=/head/; revision=28071
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* This fixes 'split -l NNN foo'. As it stands split willRodney W. Grimes1995-07-071-1/+1
| | | | | | | | | | | | | complain about an 'illegal line count' becuase it's looking at the wrong end pointer (ep) to detect any extra characters after the NNN. Submitted by: Rich Murphey <rich@freebsd.org> This should probably get pulled into 2.0.6 and 2.1.0 Notes: svn path=/head/; revision=9427
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+392
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590