summaryrefslogtreecommitdiff
path: root/tests/misc/cut.pl
AgeCommit message (Expand)Author
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-01-13cut: add the -z,--zero-terminated optionPádraig Brady
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-09-12cut: refactor into set-fields moduleAssaf Gordon
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-06-01cut: restore special case handling of -f with -d$'\n'Pádraig Brady
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-04-29cut: make memory allocation independent of range widthCojocaru Alexandru
2013-02-04cut: fix a segfault with disjoint open ended rangesPádraig Brady
2013-01-26cut: fix -f to work with the -d$'\n' edge casePádraig Brady
2013-01-26cut: with -f, process each line independentlyPádraig Brady
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-12-06maint: fix a referenced coreutils version in a test commentPádraig Brady
2012-12-06tests: cut.pl: adjust for changed diagnosticPádraig Brady
2012-12-06cut: improve error reportingCojocaru Alexandru
2012-11-24cut: do not print extraneous delimiters in some unusual casesJim Meyering
2012-11-24cut: treat -b2-,3- like -b2-, not like -b3-Jim Meyering
2012-11-19cut: do not accept the invalid range 0-Bernhard Voelker
2012-08-30tests: add .sh and .pl suffixes to shell and perl tests, respectivelyStefano Lattarini