| Age | Commit message (Expand) | Author | Lines |
| 2013-07-02 | stat: ensure --context emits an "unrecognized option" diagnostic | Pádraig Brady | -1/+0 |
| 2013-07-02 | mkdir,mkfifo,mknod: give scontext-related variable a better scope | Bernhard Voelker | -17/+18 |
| 2013-07-02 | maint: refactor SMACK interface to a separate module | Pádraig Brady | -66/+105 |
| 2013-07-02 | id: don't show SMACK errors unless -Z is specified | Pádraig Brady | -2/+3 |
| 2013-07-01 | mkdir,mkfifo,mknod: with -Z, create SMACK security context | Jarkko Sakkinen | -4/+53 |
| 2013-06-27 | doc: fix details on the interaction of df with device nodes | D. Hugh Redelmeier | -9/+6 |
| 2013-06-24 | ls: with -Z, show SMACK security context | Jarkko Sakkinen | -9/+36 |
| 2013-06-22 | stdbuf: make it mandatory to specify a buffering option | Pádraig Brady | -6/+21 |
| 2013-06-22 | doc: clarify that truncate --size represents bytes by default | Pádraig Brady | -1/+2 |
| 2013-06-20 | id: adjust/restrict smack support to newer versions of libsmack | Jarkko Sakkinen | -6/+8 |
| 2013-06-18 | tests: use appropriate precision when printing float limits | Pádraig Brady | -3/+17 |
| 2013-06-13 | maint: update gitignore entries | Pádraig Brady | -0/+2 |
| 2013-06-12 | doc: clarify the description of du --separate-dirs | Pádraig Brady | -3/+2 |
| 2013-06-05 | doc: mention prior stat change | Eric Blake | -1/+4 |
| 2013-06-05 | build: update gnulib submodule; also bootstrap to latest | Bernhard Voelker | -10/+15 |
| 2013-06-03 | tests: avoid a race in tail --retry testing | Pádraig Brady | -6/+8 |
| 2013-06-03 | doc: mention 'UTC' in date --utc help | Andreas Mohr | -1/+1 |
| 2013-06-02 | od: -wN, N>64K, avoid misbehavior on systems with 32-bit size_t | Jim Meyering | -3/+15 |
| 2013-06-01 | tests: head-c: avoid spurious failure with a 32-bit size_t | Jim Meyering | -1/+2 |
| 2013-05-27 | tests: avoid spurious failure when SIZE_MAX is 2^32-1 | Jim Meyering | -1/+1 |
| 2013-05-26 | tests: fix an ls test not to fail when user or group name contains SP | Jim Meyering | -7/+7 |
| 2013-05-27 | tests: numfmt: use the printf program, not the shell builtin | Stefano Lattarini | -1/+1 |
| 2013-05-24 | stat: tune for large-LDAP case | Paul Eggert | -2/+0 |
| 2013-05-23 | split: with --line-bytes only allocate memory as needed | Pádraig Brady | -43/+186 |
| 2013-05-18 | maint: port --enable-gcc-warnings to clang | Paul Eggert | -43/+76 |
| 2013-05-18 | build: update gnulib submodule to latest | Paul Eggert | -0/+0 |
| 2013-05-18 | tests: don't assume expr was built with GMP | Paul Eggert | -1/+22 |
| 2013-05-12 | doc: link to the list of rejected feature requests | Pádraig Brady | -2/+4 |
| 2013-05-12 | build: avoid new syntax-check failure | Jim Meyering | -1/+1 |
| 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/+77 |
| 2013-05-11 | build: update gnulib submodule to latest | Paul Eggert | -6/+7 |
| 2013-05-08 | id: with -Z, show SMACK security context | Jarkko Sakkinen | -4/+43 |
| 2013-05-08 | cut: improve performance, especially with --output-delimiter | Cojocaru Alexandru | -160/+95 |
| 2013-05-07 | cut: fix handling of overlapping ranges | Cojocaru Alexandru | -4/+10 |
| 2013-04-30 | doc: correct a URL to older textutils source | Pádraig Brady | -4/+4 |
| 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 | -29/+27 |
| 2013-04-29 | cut: make memory allocation independent of range width | Cojocaru Alexandru | -193/+109 |
| 2013-04-28 | stat,tail: improve support for snfs | Pádraig Brady | -1/+3 |
| 2013-04-25 | tests: fix usage of require_ulimit_ | Pádraig Brady | -10/+15 |
| 2013-04-22 | scripts: tweak URLs in autotools-install | Jim Meyering | -6/+6 |
| 2013-04-20 | tail: exit following by descriptor when no tailable file left | Bernhard Voelker | -6/+43 |
| 2013-04-20 | tail: let -f --retry wait for inaccessible files | Bernhard Voelker | -10/+129 |
| 2013-04-14 | tests: avoid false failures with non default groups | Pádraig Brady | -1/+40 |
| 2013-04-14 | doc: mention caveats with using install --compare | Pádraig Brady | -0/+6 |
| 2013-04-14 | head: with --bytes=-N only allocate memory as needed | Pádraig Brady | -8/+29 |
| 2013-04-14 | dd: avoid buffer allocations unless needed | Ondrej Oprala | -53/+136 |
| 2013-04-10 | csplit: add the --suppress-matched option | Assaf Gordon | -2/+274 |
| 2013-04-07 | build: fix man page build failure with some permissions setups | Enrico Scholz | -1/+1 |