| Age | Commit message (Expand) | Author | Lines |
| 2016-11-24 | doc: clarify that readlink's --quiet option is on by default | Bernhard Voelker | -1/+1 |
| 2016-11-22 | comm: add --total option | Bernhard Voelker | -0/+31 |
| 2016-11-22 | b2sum: a new checksum utility with md5sum like interface | Pádraig Brady | -1/+31 |
| 2016-11-07 | maint: misc tweaks to recent changes | Pádraig Brady | -1/+1 |
| 2016-11-07 | date: add %q to output the quarter of the year | Pádraig Brady | -0/+2 |
| 2016-11-05 | doc: clarify in texinfo that cut doesn't reorder fields | Pádraig Brady | -2/+5 |
| 2016-11-05 | stat: make --format=%N honor the QUOTING_STYLE env var | Pádraig Brady | -1/+9 |
| 2016-09-08 | date: add '--debug' option | Assaf Gordon | -2/+10 |
| 2016-09-01 | doc: fix typo in date example | Pádraig Brady | -1/+1 |
| 2016-07-28 | doc: revert recent date(1) synopsis change | Pádraig Brady | -1/+1 |
| 2016-07-27 | doc: make date(1) synopsis consistent with output +FORMAT | Pádraig Brady | -1/+1 |
| 2016-07-08 | install: with -Z, set default SELinux context for created directories | Kamil Dudka | -1/+1 |
| 2016-06-01 | doc: clarify sort --key handling of default field separators | Pádraig Brady | -2/+9 |
| 2016-05-14 | nl: reset numbering for each section | KOBAYASHI Takashi | -4/+4 |
| 2016-04-14 | seq: do not allow NaN arguments | Bernhard Voelker | -0/+1 |
| 2016-04-14 | seq: do not allow 0 as increment value | Bernhard Voelker | -0/+2 |
| 2016-02-23 | all: be less strict about usage if POSIX 2008 | Paul Eggert | -25/+30 |
| 2016-02-22 | doc: document sort -o F F danger | Paul Eggert | -2/+5 |
| 2016-01-13 | doc: suggest dd "sync" flag to maximize "nocache" effectiveness | Pádraig Brady | -5/+12 |
| 2016-01-13 | doc: mention the '0#' printf flags with stat %a | Pádraig Brady | -1/+6 |
| 2016-01-13 | numfmt: add the -z,--zero-terminated option | Assaf Gordon | -0/+3 |
| 2016-01-13 | paste: add the -z,--zero-terminated option | Pádraig Brady | -0/+2 |
| 2016-01-13 | comm: add the -z,--zero-terminated option | Pádraig Brady | -0/+2 |
| 2016-01-13 | tac: support an empty (NUL) --separator | Pádraig Brady | -0/+2 |
| 2016-01-13 | cut: add the -z,--zero-terminated option | Pádraig Brady | -0/+2 |
| 2016-01-13 | head,tail: add the -z,--zero-terminated option | Richard Russon | -0/+4 |
| 2016-01-13 | join,sort,uniq: with -z, treat '\n' as a field separator | Pádraig Brady | -0/+5 |
| 2016-01-06 | stty: support "flusho" local setting | Pádraig Brady | -0/+7 |
| 2016-01-06 | stty: support [-]drain setting to control waiting for pending Tx | Pádraig Brady | -12/+13 |
| 2016-01-04 | stty: support -I, --immediate to not wait for pending transmission | Pádraig Brady | -0/+12 |
| 2016-01-03 | doc: avoid unwanted display of the 'coreutils' command info | Pádraig Brady | -1/+0 |
| 2016-01-03 | doc: mention in more places that -D will create --target-directory | Pádraig Brady | -0/+1 |
| 2016-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2015-12-31 | dd: summarize in --human-readable format too | Paul Eggert | -11/+11 |
| 2015-12-22 | doc: describe test operator precedence and associativity | Pádraig Brady | -1/+31 |
| 2015-12-14 | maint: fix incorrect spellings etc | Pádraig Brady | -1/+1 |
| 2015-12-07 | doc: promote 'sort --debug' | Paul Eggert | -38/+48 |
| 2015-12-01 | doc: clarify behaviour of mv for existing target directories | Bernhard Voelker | -0/+3 |
| 2015-11-30 | doc: avoid confusing K argument in the man pages of head and tail | Bernhard Voelker | -76/+76 |
| 2015-11-25 | doc: clarify descriptions for tr --squeeze-repeats | Pádraig Brady | -13/+17 |
| 2015-11-25 | doc: provide an example for prefixing all tail output lines | Pádraig Brady | -3/+11 |
| 2015-11-23 | md5sum,sha*sum: add --ignore-missing for checking a subset of files | Luther Thompson | -0/+8 |
| 2015-11-21 | doc: give a tee example for combining process substitution outputs | Pádraig Brady | -0/+16 |
| 2015-11-04 | ls: default to --quoting=shell-escape for output to terminal | Pádraig Brady | -2/+2 |
| 2015-11-04 | printf: support the %q format to quote for shell | Pádraig Brady | -1/+9 |
| 2015-11-04 | ls: document and test new shell-escape quoting | Pádraig Brady | -0/+6 |
| 2015-11-02 | doc: fix texinfo for short options taking a parameter | Pádraig Brady | -12/+48 |
| 2015-10-28 | doc: clarify iso-8601 formats used by ls and du | Pádraig Brady | -5/+5 |
| 2015-10-27 | date: use extended format timezone for --iso-8601 | Pádraig Brady | -12/+16 |
| 2015-10-21 | ls: allow -w0 to mean no limit on line length | Pádraig Brady | -1/+3 |