Age | Commit message (Expand) | Author |
2013-09-22 | maint: move all id(1) tests to the same directory | Pádraig Brady |
2013-09-22 | tests: parameterize the "root" username | Pádraig Brady |
2013-09-22 | id: support specifying the user by user ID | Pádraig Brady |
2013-09-22 | tests: avoid a failure when there isn't a name for all user IDs | Pádraig Brady |
2013-09-21 | id: add -z, --zero option | Bernhard Voelker |
2013-08-02 | maint: update copyright year number ranges of numfmt sources | Bernhard Voelker |
2013-07-22 | maint: make some shell and perl scripts executable in 'tests/' | Bernhard Voelker |
2013-07-11 | shuf: add --repetition to support repetition in output | Assaf Gordon |
2013-07-11 | tests: add more tests for shuf option combinations | Assaf Gordon |
2013-07-05 | tests: fix "shuf unreadable" test to work when run as root | Pádraig Brady |
2013-06-22 | stdbuf: make it mandatory to specify a buffering option | Pádraig Brady |
2013-06-02 | od: -wN, N>64K, avoid misbehavior on systems with 32-bit size_t | Jim Meyering |
2013-06-01 | tests: head-c: avoid spurious failure with a 32-bit size_t | Jim Meyering |
2013-05-27 | tests: numfmt: use the printf program, not the shell builtin | Stefano Lattarini |
2013-05-18 | tests: don't assume expr was built with GMP | Paul Eggert |
2013-05-08 | cut: improve performance, especially with --output-delimiter | Cojocaru Alexandru |
2013-05-07 | cut: fix handling of overlapping ranges | Cojocaru Alexandru |
2013-04-29 | cut: reduce CPU overhead in determining item to output | Cojocaru Alexandru |
2013-04-29 | cut: make memory allocation independent of range width | Cojocaru Alexandru |
2013-04-25 | tests: fix usage of require_ulimit_ | Pádraig Brady |
2013-04-14 | head: with --bytes=-N only allocate memory as needed | Pádraig Brady |
2013-04-10 | csplit: add the --suppress-matched option | Assaf Gordon |
2013-04-04 | shuf: exit without reading if would never output | Pádraig Brady |
2013-03-25 | shuf: use reservoir-sampling for large or unknown sized inputs | Assaf Gordon |
2013-02-28 | tests: don't skip all uniq tests when locale is missing | Assaf Gordon |
2013-02-28 | uniq: add the --group option | Assaf Gordon |
2013-02-28 | doc: move some info from all --help messages, online | Pádraig Brady |
2013-02-28 | tests: add '--ignore-case' tests for uniq | Assaf Gordon |
2013-02-28 | join: Add the -z, --zero-terminated option | Assaf Gordon |
2013-02-10 | maint: consolidate developer debug messages | Pádraig Brady |
2013-02-10 | tests: skip numfmt grouping tests on some systems | Pádraig Brady |
2013-02-05 | stty: add support for DTR/DSR hardware control flow | Ondřej Vašík |
2013-02-04 | numfmt: a new command to format numbers | Assaf Gordon |
2013-02-04 | cut: fix a segfault with disjoint open ended ranges | Pádraig Brady |
2013-01-26 | timeout: ensure a blocked SIGALRM from the parent is unblocked | Stephan Krempel |
2013-01-26 | seq: fix to always honor the step value | Pádraig Brady |
2013-01-26 | seq: fix misaligment with -w when no precision for start value | 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-21 | seq: fix newline output when -s specified | Pádraig Brady |
2012-12-20 | tests: add tests for basename's --zero option | Bernhard Voelker |
2012-12-19 | tests: avoid a race in timeout-group.sh | Pádraig Brady |
2012-12-09 | tests: add test case and note that last week's cut change is a bug fix | 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-24 | tests: use sub-second timeouts to speed up a timeout test | Pádraig Brady |