summaryrefslogtreecommitdiff
path: root/tests/split
Commit message (Expand)AuthorAgeFilesLines
* split: support split -n on larger pipe inputPaul Eggert2023-03-071-6/+9
* split: handle large numbers betterPaul Eggert2023-03-041-18/+5
* split: port ‘split -n N /dev/null’ better to macOSPaul Eggert2023-03-041-3/+4
* split: split more evenly with -nPaul Eggert2023-03-042-17/+31
* maint: update all copyright year number rangesPádraig Brady2023-01-0113-13/+13
* maint: update all copyright year number rangesPádraig Brady2022-01-0213-13/+13
* split: fix --number=K/N to output correct part of filePádraig Brady2021-01-251-19/+26
* maint: update all copyright year number rangesPádraig Brady2021-01-0113-13/+13
* maint: update all copyright year number rangesPádraig Brady2020-01-0113-13/+13
* split: fix failure for certain number of specified filesPádraig Brady2019-06-081-0/+6
* maint: update all copyright year number rangesAssaf Gordon2019-01-0113-13/+13
* maint: update all copyright year number rangesPádraig Brady2018-01-0113-13/+13
* tests: fix test hang on case insenitive file systemsPádraig Brady2017-09-241-11/+7
* all: prefer HTTPS in URLsPaul Eggert2017-09-1913-13/+13
* split: add new --hex-suffixes optionMichael Heimpold2017-03-271-39/+25
* split: process more efficiently when filters exit earlyPádraig Brady2017-03-261-10/+23
* split: ensure input is processed when filters exit earlyPádraig Brady2017-03-261-0/+6
* maint: update all copyright year number rangesPádraig Brady2017-01-0113-13/+13
* split: fix memory corruption during chunk extractionPádraig Brady2016-11-241-1/+6
* tests: avoid false-failure of split/filter.sh on XFSJim Meyering2016-03-061-1/+5
* split: adjust recent --number changesPádraig Brady2016-02-152-10/+14
* split: fix problems with /dev/zeroPaul Eggert2016-02-121-9/+9
* maint: update all copyright year number rangesPádraig Brady2016-01-0113-13/+13
* all: avoid quoting file names when possiblePádraig Brady2015-11-041-1/+1
* maint: use adaptive approach for `ulimit -v` based testsBernhard Voelker2015-09-221-2/+3
* split: auto set suffix len for --numeric-suffixes=<N --number=NPádraig Brady2015-05-131-5/+16
* tests: use returns_ function for new split testBernhard Voelker2015-01-201-5/+5
* split: new -t option to select record separatorAssaf Gordon2015-01-191-0/+78
* tests: add extra protection against unexpected exitsPádraig Brady2015-01-147-24/+24
* maint: update all copyright year number rangesPádraig Brady2015-01-0112-12/+12
* tests: fix error message check on some systemsPádraig Brady2014-12-251-1/+1
* diagnose too-large numbers betterPádraig Brady2014-12-191-3/+4
* tests: split/b-chunk.sh: avoid spurious fail on non-LinuxJim Meyering2014-10-071-0/+2
* maint: avoid syntax-check failures in previous patchPádraig Brady2014-10-081-3/+3
* wc: don't miscount /sys and similar file systemsPaul Eggert2014-10-071-15/+24
* tests: avoid hang when files created with wrong permissionsPádraig Brady2014-07-141-1/+1
* tests: improve diagnostics when asserting empty filesPádraig Brady2014-05-071-1/+1
* tests: avoid the :> construct which can hide errorsPádraig Brady2014-03-052-6/+6
* maint: update all copyright year number rangesBernhard Voelker2014-01-0212-12/+12
* tests: avoid spurious failure when SIZE_MAX is 2^32-1Jim Meyering2013-05-271-1/+1
* split: with --line-bytes only allocate memory as neededPádraig Brady2013-05-231-0/+86
* tests: fix usage of require_ulimit_Pádraig Brady2013-04-251-2/+0
* maint: update all copyright year number rangesJim Meyering2013-01-0111-11/+11
* build: don't use recursive make for tests/ subdirectoryStefano Lattarini2012-09-0511-11/+11
* tests: add .sh and .pl suffixes to shell and perl tests, respectivelyStefano Lattarini2012-08-3011-0/+0
* tests: avoid split/filter test failure on very low-mem systemJim Meyering2012-08-191-1/+1
* split: ensure output doesn't overwrite inputPádraig Brady2012-06-221-0/+33
* split: support an arbitrary number of split files by defaultJérémy Compostella2012-03-101-0/+42
* split: add the --additional-suffix optionJérémy Compostella2012-02-201-0/+44
* split: support optional start value for --numeric-suffixesJérémy Compostella2012-02-181-0/+65