summaryrefslogtreecommitdiff
path: root/src/split.c
AgeCommit message (Expand)Author
2015-05-13split: auto set suffix len for --numeric-suffixes=<N --number=NPádraig Brady
2015-04-30doc: standardize messages about the '-' stdin FILEPádraig Brady
2015-04-27maint: fix printf format for signed integersPádraig Brady
2015-01-31doc,maint: fix use of "i.e." in documentation and commentsBernhard Voelker
2015-01-19split: new -t option to select record separatorAssaf Gordon
2015-01-01doc: fix man page formatting for split CHUNKS optionsPádraig Brady
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-12-19diagnose too-large numbers betterPádraig Brady
2014-11-27rm: fix prompted number of arguments to remove on some platformsPádraig Brady
2014-10-07wc: don't miscount /sys and similar file systemsPaul Eggert
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-03-24split: avoid unnecessary input bufferingPádraig Brady
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-08-01doc: use semicolon instead of period in option descriptionsBenno Schulenberg
2013-05-23split: with --line-bytes only allocate memory as neededPádraig Brady
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-08-04split: plug nominal leaksJim Meyering
2012-06-22split: ensure output doesn't overwrite inputPádraig Brady
2012-06-22maint: refactor common mode bits used to create filesPádraig Brady
2012-05-10maint: handle file sizes more reliablyPaul Eggert
2012-05-08split: avoid apparent infloop when splitting /dev/zero w/-n on the HurdJim Meyering
2012-03-10split: support an arbitrary number of split files by defaultJérémy Compostella
2012-02-20split: add the --additional-suffix optionJérémy Compostella
2012-02-18split: support optional start value for --numeric-suffixesJérémy Compostella
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-22maint: quote 'like this' or "like this", not `like this'Paul Eggert
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-05split: avoid failure due to leftover 'errno' valueBruno Haible
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-09-01build: avoid the use of strsignal() in splitPádraig Brady
2011-06-13maint: use stat-size module from gnulibJames Youngman
2011-05-26maint: split: remove --filter specific code from other pathsPádraig Brady
2011-05-26split: diagnose when --filter is used with a chunk numberPádraig Brady
2011-05-26split: exit when we can no longer write to a --filterPádraig Brady
2011-05-26split: return success even if a --filter exitsPádraig Brady
2011-05-25split: fix an edge case where -n l/... creates an extra filePádraig Brady
2011-05-24split: fix cases where -n l/... creates extraneous filesPádraig Brady
2011-05-06split: accept new output --filter=CMD optionKarl Heuer
2011-04-30maint: adjust split.c formatting to conformJim Meyering
2011-04-03maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LITJim Meyering
2011-01-24split: avoid a new, spurious warning from gcc-4.6.0Jim Meyering
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-12-30split: fix the suffix length calculationPádraig Brady
2010-12-08split: fix a case where --elide-empty causes invalid chunkingPádraig Brady
2010-11-22split: add --number to generate a particular number of filesChen Guo
2010-11-16split: fail immediately if impossible to create a large filePádraig Brady