summaryrefslogtreecommitdiff
path: root/src/split.c
Commit message (Expand)AuthorAgeFilesLines
* rm: fix prompted number of arguments to remove on some platformsPádraig Brady2014-11-271-2/+2
* wc: don't miscount /sys and similar file systemsPaul Eggert2014-10-071-32/+114
* doc: output correct --help references with --program-prefixPádraig Brady2014-09-191-1/+1
* maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert2014-09-081-1/+1
* split: avoid unnecessary input bufferingPádraig Brady2014-03-241-16/+13
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* doc: use semicolon instead of period in option descriptionsBenno Schulenberg2013-08-011-4/+4
* split: with --line-bytes only allocate memory as neededPádraig Brady2013-05-231-43/+96
* maint: define usage note about mandatory args centrallyBernhard Voelker2013-01-231-4/+3
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* split: plug nominal leaksJim Meyering2012-08-041-2/+5
* split: ensure output doesn't overwrite inputPádraig Brady2012-06-221-6/+21
* maint: refactor common mode bits used to create filesPádraig Brady2012-06-221-2/+1
* maint: handle file sizes more reliablyPaul Eggert2012-05-101-4/+10
* split: avoid apparent infloop when splitting /dev/zero w/-n on the HurdJim Meyering2012-05-081-1/+3
* split: support an arbitrary number of split files by defaultJérémy Compostella2012-03-101-6/+54
* split: add the --additional-suffix optionJérémy Compostella2012-02-201-3/+24
* split: support optional start value for --numeric-suffixesJérémy Compostella2012-02-181-2/+44
* maint: use single copyright year rangeJim Meyering2012-01-271-1/+1
* maint: quote 'like this' or "like this", not `like this'Paul Eggert2012-01-221-2/+2
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-3/+3
* maint: convert `...' to '...' in --help outputJim Meyering2012-01-091-4/+4
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* split: avoid failure due to leftover 'errno' valueBruno Haible2012-01-051-2/+2
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* build: avoid the use of strsignal() in splitPádraig Brady2011-09-011-2/+2
* maint: use stat-size module from gnulibJames Youngman2011-06-131-0/+1
* maint: split: remove --filter specific code from other pathsPádraig Brady2011-05-261-9/+11
* split: diagnose when --filter is used with a chunk numberPádraig Brady2011-05-261-0/+6
* split: exit when we can no longer write to a --filterPádraig Brady2011-05-261-0/+15
* split: return success even if a --filter exitsPádraig Brady2011-05-261-4/+2
* split: fix an edge case where -n l/... creates an extra filePádraig Brady2011-05-251-5/+6
* split: fix cases where -n l/... creates extraneous filesPádraig Brady2011-05-241-3/+14
* split: accept new output --filter=CMD optionKarl Heuer2011-05-061-23/+204
* maint: adjust split.c formatting to conformJim Meyering2011-04-301-10/+10
* maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LITJim Meyering2011-04-031-2/+2
* split: avoid a new, spurious warning from gcc-4.6.0Jim Meyering2011-01-241-1/+1
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* split: fix the suffix length calculationPádraig Brady2010-12-301-12/+21
* split: fix a case where --elide-empty causes invalid chunkingPádraig Brady2010-12-081-6/+24
* split: add --number to generate a particular number of filesChen Guo2010-11-221-24/+500
* split: fail immediately if impossible to create a large filePádraig Brady2010-11-161-0/+10
* split: fix reporting of read errorsPádraig Brady2010-10-071-6/+5
* maint: replace each "for (;;)" with "while (true)"Jim Meyering2010-05-311-2/+2
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+1
* doc: improve various BLOCKSIZE and SIZE helpOndřej Vašík2009-09-101-6/+1
* global: convert indentation-TABs to spacesJim Meyering2009-08-251-179/+179
* maint: update all Copyright year lists to include 2009Jim Meyering2009-06-231-1/+1
* cat,cp,mv,install,split: Set the minimum IO block size used to 32KiBPádraig Brady2009-03-111-1/+1