summaryrefslogtreecommitdiffstats
path: root/src/split.c
AgeCommit message (Expand)AuthorLines
2016-11-24split: fix memory corruption during chunk extractionPádraig Brady-1/+1
2016-11-14all: reduce usage of proper_name_utf8()Pádraig Brady-1/+1
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-67/+68
2016-02-15split: adjust recent --number changesPádraig Brady-12/+21
2016-02-12split: fix problems with /dev/zeroPaul Eggert-88/+117
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-12-14maint: fix incorrect spellings etcPádraig Brady-1/+1
2015-12-14maint: remove form feed characters from sourcesPádraig Brady-1/+1
2015-11-04all: avoid quoting file names when possiblePádraig Brady-34/+34
2015-10-27all: quote string arguments in error messagesPádraig Brady-27/+37
2015-08-31doc: clarify in --help/man where short options take no paramPádraig Brady-2/+3
2015-07-02wc: fix reading of /proc files on aarch64Pádraig Brady-2/+5
2015-05-13split: auto set suffix len for --numeric-suffixes=<N --number=NPádraig Brady-2/+20
2015-04-30doc: standardize messages about the '-' stdin FILEPádraig Brady-4/+4
2015-04-27maint: fix printf format for signed integersPádraig Brady-1/+1
2015-01-31doc,maint: fix use of "i.e." in documentation and commentsBernhard Voelker-2/+2
2015-01-19split: new -t option to select record separatorAssaf Gordon-15/+53
2015-01-01doc: fix man page formatting for split CHUNKS optionsPádraig Brady-6/+6
2015-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2014-12-19diagnose too-large numbers betterPádraig Brady-63/+31
2014-11-27rm: fix prompted number of arguments to remove on some platformsPádraig Brady-2/+2
2014-10-07wc: don't miscount /sys and similar file systemsPaul Eggert-32/+114
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady-1/+1
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert-1/+1
2014-03-24split: avoid unnecessary input bufferingPádraig Brady-16/+13
2014-01-02maint: update all copyright year number rangesBernhard Voelker-1/+1
2013-08-01doc: use semicolon instead of period in option descriptionsBenno Schulenberg-4/+4
2013-05-23split: with --line-bytes only allocate memory as neededPádraig Brady-43/+96
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker-4/+3
2013-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2012-08-04split: plug nominal leaksJim Meyering-2/+5
2012-06-22split: ensure output doesn't overwrite inputPádraig Brady-6/+21
2012-06-22maint: refactor common mode bits used to create filesPádraig Brady-2/+1
2012-05-10maint: handle file sizes more reliablyPaul Eggert-4/+10
2012-05-08split: avoid apparent infloop when splitting /dev/zero w/-n on the HurdJim Meyering-1/+3
2012-03-10split: support an arbitrary number of split files by defaultJérémy Compostella-6/+54
2012-02-20split: add the --additional-suffix optionJérémy Compostella-3/+24
2012-02-18split: support optional start value for --numeric-suffixesJérémy Compostella-2/+44
2012-01-27maint: use single copyright year rangeJim Meyering-1/+1
2012-01-22maint: quote 'like this' or "like this", not `like this'Paul Eggert-2/+2
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-3/+3
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering-4/+4
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering-2/+1
2012-01-05split: avoid failure due to leftover 'errno' valueBruno Haible-2/+2
2012-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2011-09-01build: avoid the use of strsignal() in splitPádraig Brady-2/+2
2011-06-13maint: use stat-size module from gnulibJames Youngman-0/+1
2011-05-26maint: split: remove --filter specific code from other pathsPádraig Brady-9/+11
2011-05-26split: diagnose when --filter is used with a chunk numberPádraig Brady-0/+6
2011-05-26split: exit when we can no longer write to a --filterPádraig Brady-0/+15