| Age | Commit message (Expand) | Author | Lines |
| 2013-05-18 | maint: port --enable-gcc-warnings to clang | Paul Eggert | -32/+38 |
| 2013-05-11 | maint: add FIXME comment | Paul Eggert | -1/+5 |
| 2013-05-11 | mkdir: don't assume umask equals POSIX default ACL mask | Paul Eggert | -9/+36 |
| 2013-05-08 | id: with -Z, show SMACK security context | Jarkko Sakkinen | -4/+21 |
| 2013-05-08 | cut: improve performance, especially with --output-delimiter | Cojocaru Alexandru | -151/+83 |
| 2013-05-07 | cut: fix handling of overlapping ranges | Cojocaru Alexandru | -3/+3 |
| 2013-04-29 | cut: reduce CPU usage for the the common case | Pádraig Brady | -6/+74 |
| 2013-04-29 | cut: reduce CPU overhead in determining item to output | Cojocaru Alexandru | -28/+26 |
| 2013-04-29 | cut: make memory allocation independent of range width | Cojocaru Alexandru | -192/+102 |
| 2013-04-28 | stat,tail: improve support for snfs | Pádraig Brady | -0/+2 |
| 2013-04-20 | tail: exit following by descriptor when no tailable file left | Bernhard Voelker | -6/+25 |
| 2013-04-20 | tail: let -f --retry wait for inaccessible files | Bernhard Voelker | -6/+15 |
| 2013-04-14 | head: with --bytes=-N only allocate memory as needed | Pádraig Brady | -6/+22 |
| 2013-04-14 | dd: avoid buffer allocations unless needed | Ondrej Oprala | -53/+82 |
| 2013-04-10 | csplit: add the --suppress-matched option | Assaf Gordon | -2/+32 |
| 2013-04-04 | tail: exit without reading input if would never output | Pádraig Brady | -0/+4 |
| 2013-04-04 | shuf: exit without reading if would never output | Pádraig Brady | -2/+4 |
| 2013-04-04 | ln: --relative: fix updating of existing symlinks | Rémy Lefevre | -6/+8 |
| 2013-03-25 | shuf: use reservoir-sampling for large or unknown sized inputs | Assaf Gordon | -7/+170 |
| 2013-03-24 | stat,tail: improve support for efivarfs, exofs, f2fs and ubifs | Pádraig Brady | -0/+8 |
| 2013-03-24 | maint: improve make src/fs-magic-compare | Pádraig Brady | -6/+16 |
| 2013-03-22 | doc: clarify the printable characters output by od | Pádraig Brady | -2/+2 |
| 2013-03-22 | doc: clarify stat the meaning of --format="%t %T" | Pádraig Brady | -2/+2 |
| 2013-03-04 | build: fix factor build failure on aarch64 | Torbjörn Granlund | -14/+7 |
| 2013-02-28 | uniq: add the --group option | Assaf Gordon | -10/+109 |
| 2013-02-28 | doc: move some info from all --help messages, online | Pádraig Brady | -5/+1 |
| 2013-02-28 | dircolors: add a new entry to colorize 'arc' files | Javier López | -0/+1 |
| 2013-02-28 | join: Add the -z, --zero-terminated option | Assaf Gordon | -4/+15 |
| 2013-02-28 | dircolors: add new entries to colorized archive formats | Ondřej Vašík | -0/+7 |
| 2013-02-22 | install: cleanup properly if the strip program failed for any reason | Ondrej Oprala | -5/+14 |
| 2013-02-20 | copy: ensure the correct root ID is checked on all platforms | Joachim Schmitz | -2/+3 |
| 2013-02-20 | maint: cleanup up various uses of __attribute__ | Pádraig Brady | -34/+30 |
| 2013-02-20 | build: fix numfmt build error on compilers without __attribute | Joachim Schmitz | -2/+1 |
| 2013-02-14 | build: avoid link failure in devmsg() on older linkers | Pádraig Brady | -19/+35 |
| 2013-02-13 | numfmt: fix strtol() return code handling | Assaf Gordon | -1/+1 |
| 2013-02-11 | doc: improve the numfmt man page format | Pádraig Brady | -11/+11 |
| 2013-02-10 | doc: standardize helptext of numfmt and slice into single options | Benno Schulenberg | -62/+82 |
| 2013-02-10 | maint: consolidate developer debug messages | Pádraig Brady | -91/+65 |
| 2013-02-06 | maint: improve error messages upon failed read, write, access, close | Benno Schulenberg | -23/+28 |
| 2013-02-05 | doc: fix a numfmt help section typo | Assaf Gordon | -5/+5 |
| 2013-02-05 | stty: add support for DTR/DSR hardware control flow | Ondřej Vašík | -0/+4 |
| 2013-02-05 | numfmt: correct a printf format | Pádraig Brady | -1/+1 |
| 2013-02-04 | numfmt: a new command to format numbers | Assaf Gordon | -0/+1523 |
| 2013-02-04 | cut: fix a segfault with disjoint open ended ranges | Pádraig Brady | -1/+3 |
| 2013-01-28 | df: do not treat rootfs specially | Bernhard Voelker | -19/+1 |
| 2013-01-27 | df: prefer fullpath entries when deduplicating | Ondrej Oprala | -36/+80 |
| 2013-01-26 | timeout: ensure a blocked SIGALRM from the parent is unblocked | Stephan Krempel | -0/+15 |
| 2013-01-26 | seq: fix to always honor the step value | Pádraig Brady | -2/+3 |
| 2013-01-26 | seq: fix misaligment with -w when no precision for start value | Pádraig Brady | -0/+2 |
| 2013-01-26 | cut: fix -f to work with the -d$'\n' edge case | Pádraig Brady | -6/+8 |