| Age | Commit message (Expand) | Author | Lines |
| 2013-12-07 | tests: avoid a false memory leak test failure | Pádraig Brady | -2/+6 |
| 2013-12-06 | tests: fix shuf test verifying that -i and -e can not be combined | Bernhard Voelker | -2/+3 |
| 2013-12-06 | shuf: --repeat, not --repetitions; default --head-count is infinity | Paul Eggert | -25/+25 |
| 2013-12-05 | selinux: fix --context=CTX for cp and diagnose defaultcon() errors | Pádraig Brady | -0/+6 |
| 2013-11-27 | shred: provide --remove methods to avoid excessive syncing | Pádraig Brady | -4/+15 |
| 2013-11-17 | stty: add support for mark/space parity | Colin Leitner | -1/+4 |
| 2013-11-08 | shred: avoid data write pass with --size=0 | Pádraig Brady | -1/+13 |
| 2013-11-08 | shred: fix direct I/O failures for last write to file | Pádraig Brady | -1/+10 |
| 2013-11-01 | maint: simplify printing of md5sum file names | Pádraig Brady | -2/+6 |
| 2013-10-06 | mktemp: with --quiet, only suppress I/O errors | Pádraig Brady | -6/+2 |
| 2013-09-22 | maint: move all id(1) tests to the same directory | Pádraig Brady | -167/+0 |
| 2013-09-22 | tests: parameterize the "root" username | Pádraig Brady | -2/+3 |
| 2013-09-22 | id: support specifying the user by user ID | Pádraig Brady | -3/+17 |
| 2013-09-22 | tests: avoid a failure when there isn't a name for all user IDs | Pádraig Brady | -2/+4 |
| 2013-09-21 | id: add -z, --zero option | Bernhard Voelker | -0/+62 |
| 2013-08-02 | maint: update copyright year number ranges of numfmt sources | Bernhard Voelker | -1/+1 |
| 2013-07-22 | maint: make some shell and perl scripts executable in 'tests/' | Bernhard Voelker | -0/+0 |
| 2013-07-11 | shuf: add --repetition to support repetition in output | Assaf Gordon | -0/+62 |
| 2013-07-11 | tests: add more tests for shuf option combinations | Assaf Gordon | -0/+29 |
| 2013-07-05 | tests: fix "shuf unreadable" test to work when run as root | Pádraig Brady | -2/+4 |
| 2013-06-22 | stdbuf: make it mandatory to specify a buffering option | Pádraig Brady | -0/+2 |
| 2013-06-02 | od: -wN, N>64K, avoid misbehavior on systems with 32-bit size_t | Jim Meyering | -0/+7 |
| 2013-06-01 | tests: head-c: avoid spurious failure with a 32-bit size_t | Jim Meyering | -1/+2 |
| 2013-05-27 | tests: numfmt: use the printf program, not the shell builtin | Stefano Lattarini | -1/+1 |
| 2013-05-18 | tests: don't assume expr was built with GMP | Paul Eggert | -1/+22 |
| 2013-05-08 | cut: improve performance, especially with --output-delimiter | Cojocaru Alexandru | -9/+12 |
| 2013-05-07 | cut: fix handling of overlapping ranges | Cojocaru Alexandru | -1/+7 |
| 2013-04-29 | cut: reduce CPU overhead in determining item to output | Cojocaru Alexandru | -1/+1 |
| 2013-04-29 | cut: make memory allocation independent of range width | Cojocaru Alexandru | -0/+6 |
| 2013-04-25 | tests: fix usage of require_ulimit_ | Pádraig Brady | -5/+4 |
| 2013-04-14 | head: with --bytes=-N only allocate memory as needed | Pádraig Brady | -2/+7 |
| 2013-04-10 | csplit: add the --suppress-matched option | Assaf Gordon | -0/+213 |
| 2013-04-04 | shuf: exit without reading if would never output | Pádraig Brady | -0/+6 |
| 2013-03-25 | shuf: use reservoir-sampling for large or unknown sized inputs | Assaf Gordon | -0/+69 |
| 2013-02-28 | tests: don't skip all uniq tests when locale is missing | Assaf Gordon | -15/+25 |
| 2013-02-28 | uniq: add the --group option | Assaf Gordon | -0/+39 |
| 2013-02-28 | doc: move some info from all --help messages, online | Pádraig Brady | -5/+1 |
| 2013-02-28 | tests: add '--ignore-case' tests for uniq | Assaf Gordon | -0/+4 |
| 2013-02-28 | join: Add the -z, --zero-terminated option | Assaf Gordon | -0/+20 |
| 2013-02-10 | maint: consolidate developer debug messages | Pádraig Brady | -11/+11 |
| 2013-02-10 | tests: skip numfmt grouping tests on some systems | Pádraig Brady | -1/+15 |
| 2013-02-05 | stty: add support for DTR/DSR hardware control flow | Ondřej Vašík | -1/+1 |
| 2013-02-04 | numfmt: a new command to format numbers | Assaf Gordon | -0/+936 |
| 2013-02-04 | cut: fix a segfault with disjoint open ended ranges | Pádraig Brady | -0/+3 |
| 2013-01-26 | timeout: ensure a blocked SIGALRM from the parent is unblocked | Stephan Krempel | -0/+48 |
| 2013-01-26 | seq: fix to always honor the step value | Pádraig Brady | -0/+11 |
| 2013-01-26 | seq: fix misaligment with -w when no precision for start value | Pádraig Brady | -0/+4 |
| 2013-01-26 | cut: fix -f to work with the -d$'\n' edge case | Pádraig Brady | -0/+10 |
| 2013-01-26 | cut: with -f, process each line independently | Pádraig Brady | -0/+15 |
| 2013-01-01 | maint: update all copyright year number ranges | Jim Meyering | -157/+157 |