index
:
Erich/coreutils
master
uniq-versuch
uniq-versuch-tools
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
misc
/
cut.pl
Age
Commit message (
Expand
)
Author
2017-01-01
maint: update all copyright year number ranges
Pádraig Brady
2016-01-13
cut: add the -z,--zero-terminated option
Pádraig Brady
2016-01-01
maint: update all copyright year number ranges
Pádraig Brady
2015-09-12
cut: refactor into set-fields module
Assaf Gordon
2015-01-01
maint: update all copyright year number ranges
Pádraig Brady
2014-06-01
cut: restore special case handling of -f with -d$'\n'
Pádraig Brady
2014-01-02
maint: update all copyright year number ranges
Bernhard Voelker
2013-04-29
cut: make memory allocation independent of range width
Cojocaru Alexandru
2013-02-04
cut: fix a segfault with disjoint open ended ranges
Pádraig Brady
2013-01-26
cut: fix -f to work with the -d$'\n' edge case
Pádraig Brady
2013-01-26
cut: with -f, process each line independently
Pádraig Brady
2013-01-01
maint: update all copyright year number ranges
Jim Meyering
2012-12-06
maint: fix a referenced coreutils version in a test comment
Pádraig Brady
2012-12-06
tests: cut.pl: adjust for changed diagnostic
Pádraig Brady
2012-12-06
cut: improve error reporting
Cojocaru Alexandru
2012-11-24
cut: do not print extraneous delimiters in some unusual cases
Jim Meyering
2012-11-24
cut: treat -b2-,3- like -b2-, not like -b3-
Jim Meyering
2012-11-19
cut: do not accept the invalid range 0-
Bernhard Voelker
2012-08-30
tests: add .sh and .pl suffixes to shell and perl tests, respectively
Stefano Lattarini