Age | Commit message (Expand) | Author |
2014-04-04 | shred: avoid a data pass on empty files | Pádraig Brady |
2014-03-31 | head: fix bug with head -c-N when stdin is not at start | Paul Eggert |
2014-03-26 | ptx: avoid --format long option falling through into --help | Bernhard Voelker |
2014-03-13 | chroot: improve --userspec and --groups look-up | Pádraig Brady |
2014-03-05 | tests: avoid the :> construct which can hide errors | Pádraig Brady |
2014-03-05 | tests: fix false failure in nohup.sh in non tty builds | Pádraig Brady |
2014-02-27 | date: fix crash or infinite loop when parsing a malformed TZ="" | Pádraig Brady |
2014-02-23 | shuf: with -r, don't dump core if the input is empty | Paul Eggert |
2014-02-09 | head,tail: consistently diagnose write errors | Pádraig Brady |
2014-02-09 | head: fix --lines=-0 outputting nothing if no newline at EOF | Алексей Шилин |
2014-02-09 | od: add an --endian option to control byte swapping | Niels Möller |
2014-01-02 | maint: update all copyright year number ranges | Bernhard Voelker |
2013-12-07 | tests: avoid a false memory leak test failure | Pádraig Brady |
2013-12-06 | tests: fix shuf test verifying that -i and -e can not be combined | Bernhard Voelker |
2013-12-06 | shuf: --repeat, not --repetitions; default --head-count is infinity | Paul Eggert |
2013-12-05 | selinux: fix --context=CTX for cp and diagnose defaultcon() errors | Pádraig Brady |
2013-11-27 | shred: provide --remove methods to avoid excessive syncing | Pádraig Brady |
2013-11-17 | stty: add support for mark/space parity | Colin Leitner |
2013-11-08 | shred: avoid data write pass with --size=0 | Pádraig Brady |
2013-11-08 | shred: fix direct I/O failures for last write to file | Pádraig Brady |
2013-11-01 | maint: simplify printing of md5sum file names | Pádraig Brady |
2013-10-06 | mktemp: with --quiet, only suppress I/O errors | Pádraig Brady |
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 |