| Age | Commit message (Expand) | Author | Lines |
| 2016-11-13 | tests: use "returns_" rather than explicit comparison with "$?" | Jim Meyering | -26/+18 |
| 2016-11-13 | tests: use "returns_" rather than explicit comparison with "$?" | Jim Meyering | -56/+28 |
| 2016-11-07 | maint: misc tweaks to recent changes | Pádraig Brady | -1/+2 |
| 2016-11-07 | date: add %q to output the quarter of the year | Pádraig Brady | -0/+5 |
| 2016-11-05 | stat: make --format=%N honor the QUOTING_STYLE env var | Pádraig Brady | -1/+14 |
| 2016-10-26 | md5sum,sha*sum: fix --ignore-missing with checksums starting with 00 | Pádraig Brady | -0/+7 |
| 2016-10-15 | gnulib: update to latest and adapt printf-quote.sh test | Jim Meyering | -1/+1 |
| 2016-09-19 | ls: fix %%b format and precompute more | Paul Eggert | -1/+18 |
| 2016-09-08 | date: add '--debug' option | Assaf Gordon | -0/+132 |
| 2016-08-09 | maint: refactor common expand(1) and unexpand(1) code | Assaf Gordon | -1/+155 |
| 2016-07-18 | sort: with -h, disallow thousands separator between number and unit | Kamil Dudka | -12/+13 |
| 2016-07-18 | sort: make -h work with -k and blank used as thousands separator | Kamil Dudka | -0/+47 |
| 2016-07-02 | tests: improve recent seq EPIPE test | Assaf Gordon | -17/+12 |
| 2016-06-24 | yes: fix copy and paste issue with previous commit | Pádraig Brady | -0/+3 |
| 2016-05-31 | sort: modify 'leading spaces' debug warning scenarios | Assaf Gordon | -1/+2 |
| 2016-05-31 | tests: sort-debug-warn: add progress information lines | Assaf Gordon | -0/+36 |
| 2016-05-14 | nl: reset numbering for each section | KOBAYASHI Takashi | -0/+15 |
| 2016-04-24 | seq: detect and report I/O errors immediately | Assaf Gordon | -0/+92 |
| 2016-04-21 | yes: avoid redundant diagnostics on write error | Pádraig Brady | -3/+16 |
| 2016-04-21 | sleep,timeout: support overflowing floating point values | Pádraig Brady | -14/+54 |
| 2016-04-21 | tests: avoid potential overflows with `expr` | Pádraig Brady | -14/+8 |
| 2016-04-14 | seq: do not allow NaN arguments | Bernhard Voelker | -0/+17 |
| 2016-04-14 | seq: do not allow 0 as increment value | Bernhard Voelker | -0/+10 |
| 2016-03-17 | date ls pr: fix time zone abbrs on SysV platforms | Paul Eggert | -0/+106 |
| 2016-02-23 | all: be less strict about usage if POSIX 2008 | Paul Eggert | -1/+4 |
| 2016-01-19 | tests: avoid false failure in shred-passes.sh | Pádraig Brady | -1/+1 |
| 2016-01-18 | tests: adjust memory limits in head-c.sh | Assaf Gordon | -1/+1 |
| 2016-01-15 | tests: remove a non portable localtime test | Pádraig Brady | -30/+18 |
| 2016-01-15 | tests: adjust memory limits in head-c.sh | Pádraig Brady | -1/+1 |
| 2016-01-15 | tests: simplify invalid signal determination for kill -l | Pádraig Brady | -3/+8 |
| 2016-01-13 | tests: include part of wc-files0.sh skipped by mistake | Pádraig Brady | -1/+1 |
| 2016-01-13 | wc: avoid ambiguous output with '\n' in file names | Pádraig Brady | -0/+8 |
| 2016-01-13 | numfmt: add the -z,--zero-terminated option | Assaf Gordon | -0/+29 |
| 2016-01-13 | paste: add the -z,--zero-terminated option | Pádraig Brady | -0/+10 |
| 2016-01-13 | comm: support NUL --output-delimiter for consistency | Pádraig Brady | -5/+7 |
| 2016-01-13 | comm: add the -z,--zero-terminated option | Pádraig Brady | -0/+3 |
| 2016-01-13 | tac: support an empty (NUL) --separator | Pádraig Brady | -0/+7 |
| 2016-01-13 | cut: add the -z,--zero-terminated option | Pádraig Brady | -0/+8 |
| 2016-01-13 | head,tail: add the -z,--zero-terminated option | Richard Russon | -0/+8 |
| 2016-01-13 | join,sort,uniq: with -z, treat '\n' as a field separator | Pádraig Brady | -3/+12 |
| 2016-01-10 | tests: fix races wrt output files of background processes | Bernhard Voelker | -0/+3 |
| 2016-01-06 | stty: support [-]drain setting to control waiting for pending Tx | Pádraig Brady | -2/+6 |
| 2016-01-04 | stty: support -I, --immediate to not wait for pending transmission | Pádraig Brady | -0/+3 |
| 2016-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -171/+171 |
| 2015-12-17 | tests: avoid intermittent ulimit -v failures | Pádraig Brady | -4/+4 |
| 2015-12-15 | maint: include 'env' commands in returns_ syntax check | Pádraig Brady | -11/+9 |
| 2015-12-15 | tests: improve kill tests | Pádraig Brady | -11/+17 |
| 2015-12-14 | sort: fix --debug marking for -b -k1.x | Pádraig Brady | -0/+7 |
| 2015-12-14 | kill: add undocumented -L for compatibility | Pádraig Brady | -0/+1 |
| 2015-12-14 | tests: add tests for the kill command | Pádraig Brady | -0/+51 |