aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/split
Commit message (Expand)AuthorAgeFilesLines
* split(1): Add EXAMPLES sectionFernando ApesteguĂ­a2020-06-181-0/+36
* 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
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+2
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * New/updated dependenciesSimon J. Gerraty2014-05-051-0/+1
| * Merge headSimon J. Gerraty2014-04-282-16/+6
| |\
| * \ Merge from headSimon J. Gerraty2013-09-052-6/+32
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+2
| |_|/ |/| |
* | | Add missed DPADDEitan Adler2013-11-091-0/+1
* | | Change manual string conversion to expand_numberEitan Adler2013-11-092-16/+5
| |/ |/|
* | Avoid signed overflow in error handling code.Eitan Adler2013-05-211-1/+3
* | Bump .Dd for recent content change.Eitan Adler2013-05-101-1/+1
* | Implement 'split -d' which allows a numeric suffix instead of anEitan Adler2013-05-102-5/+29
|/
* 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-112-8/+0
* Correct spelling mistake, int -> intoGavin Atkinson2010-09-021-2/+2
* When "-b" is specified, one could easily create "smaller" filesTom Rhodes2009-01-241-3/+3
* Add a -n option to split(1) to split files into N chunks rather thanDavid Schultz2008-03-162-12/+78
* Markup fixes.Ruslan Ermilov2006-09-291-3/+9
* Add support for splitting at gigabyte boundaries. [1]Giorgos Keramidas2006-08-102-8/+20
* Update usage & SYNOPSIS and clarify that input files are not removed.Giorgos Keramidas2006-08-082-18/+30
* -mdoc sweep.Ruslan Ermilov2005-11-181-4/+4
* Include option-argument names in the list in the DESCRIPTION section.Tim J. Robbins2005-08-301-12/+4
* 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-212-15/+5
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Fix document year.Tim J. Robbins2004-07-111-1/+1
* Add fairly standard ENVIRONMENT and DIAGNOSTICS sections.Tim J. Robbins2004-07-111-1/+12
* 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
* Sort sections.Tim J. Robbins2002-06-031-12/+12
* Correct HISTORY section - split(1) appeared at least as early as V3.Tim J. Robbins2002-06-031-1/+1
* mdoc(7) police: use .Fl to denote stdin.Ruslan Ermilov2002-05-301-1/+1
* Claim conformance to IEEE Std 1003.1-2001.Tim J. Robbins2002-05-271-0/+6
* Allow "-" to be specified as an operand as well as an option.Tim J. Robbins2002-05-272-2/+10
* 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-012-11/+49