summaryrefslogtreecommitdiffstats
path: root/src/split.c
AgeCommit message (Expand)AuthorLines
2023-01-06all: further adjustments for new Ronna, Quetta SI prefixesPádraig Brady-1/+1
2023-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2022-01-31split: pacify -fsanitizer=leakPaul Eggert-7/+9
2022-01-27maint: simplify memory alignmentPaul Eggert-5/+5
2022-01-02maint: update all copyright year number rangesPádraig Brady-1/+1
2021-09-15maint: prefer rawmemchr to memchr when easyPaul Eggert-1/+1
2021-09-15split: avoid NULL + 1Paul Eggert-2/+5
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady-3/+3
2021-01-25split: fix --number=K/N to output correct part of filePádraig Brady-1/+1
2021-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2020-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2019-06-08split: fix failure for certain number of specified filesPádraig Brady-9/+9
2019-01-01maint: update all copyright year number rangesAssaf Gordon-1/+1
2018-12-15shred,sort,split: fix ftruncate error reportingPaul Eggert-1/+2
2018-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2017-09-19all: prefer HTTPS in URLsPaul Eggert-1/+1
2017-03-27split: add new --hex-suffixes optionMichael Heimpold-3/+12
2017-03-26split: process more efficiently when filters exit earlyPádraig Brady-15/+22
2017-03-26split: ensure input is processed when filters exit earlyPádraig Brady-1/+2
2017-02-16maint: xsetmode renamed to xbinary-ioPaul Eggert-2/+2
2017-02-15maint: use xsetmode, not xfreopenPaul Eggert-3/+2
2017-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
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