| Age | Commit message (Expand) | Author | Lines |
| 2011-11-15 | doc: update for ISO/IEC 80000-13 | Paul Eggert | -12/+19 |
| 2011-11-14 | id: fail when getuid, getgid, etc. fail, e.g., on GNU/Hurd | Ludovic Courtès | -0/+20 |
| 2011-11-13 | maint: id, groups: use conforming diagnostics | Jim Meyering | -2/+2 |
| 2011-11-12 | ls: plug a per-argument leak | Jim Meyering | -6/+11 |
| 2011-11-11 | * src/system.h (emit_size_note): Reword for clarity. | Paul Eggert | -1/+1 |
| 2011-11-11 | ls: -k no longer affects -l's file sizes | Paul Eggert | -18/+33 |
| 2011-11-02 | stat: avoid compilation failure with gnulib's new alignof | Jim Meyering | -1/+1 |
| 2011-10-27 | date: reinstate the --iso-8601 (-I) option | Jim Meyering | -1/+5 |
| 2011-10-25 | build: do not remove definition of ENODATA, after all | Jim Meyering | -0/+8 |
| 2011-10-24 | rm: update gnulib to get an fts fix for Cygwin+NWFS/NcFsd file systems | Jim Meyering | -11/+0 |
| 2011-10-21 | tail: with -f, use nanosleep (not inotify) on a GPFS file system | Martial Bornet | -0/+1 |
| 2011-10-19 | maint: tac: prefer "failed to" diagnostic over "cannot" | Jim Meyering | -3/+5 |
| 2011-10-19 | tac: do not let failed allocation cause immediate exit | Jim Meyering | -1/+6 |
| 2011-10-19 | tac: use only one temporary file, with multiple nonseekable inputs | Jim Meyering | -49/+71 |
| 2011-10-18 | maint: make tac.c slightly cleaner | Paul Eggert | -6/+3 |
| 2011-10-17 | tac: don't leak a file descriptor for each non-seekable input | Jim Meyering | -9/+6 |
| 2011-10-17 | tac: don't misbehave with multiple non-seekable inputs | Jim Meyering | -4/+15 |
| 2011-10-17 | maint: tac: remove sole use of sprintf in favor of filenamecat | Jim Meyering | -10/+6 |
| 2011-10-09 | rm: do not resort to stat'ing very long names even on deficient systems | Jim Meyering | -31/+4 |
| 2011-10-01 | build: use getgr*_nomembers functions on Interix | Markus Duft | -0/+18 |
| 2011-10-01 | build: accommodate missing setgroups on Interix | Markus Duft | -0/+11 |
| 2011-10-01 | ls: fix output of dangling symlinks colored as target | Pádraig Brady | -4/+9 |
| 2011-09-30 | ls: avoid reading beyond end of color indicator | Jim Meyering | -2/+2 |
| 2011-09-27 | sort: avoid a NaN-induced infloop | Jim Meyering | -1/+19 |
| 2011-09-22 | timeout: handle implicitly created threads | Pádraig Brady | -9/+11 |
| 2011-09-19 | md5sum: clarify what is meant by binary/text flag. | Reuben Thomas | -2/+2 |
| 2011-09-16 | md5sum: handle BSD reversed format checksums | Pádraig Brady | -4/+22 |
| 2011-09-14 | doc: improve description of join's -a option | Eric Blake | -1/+1 |
| 2011-09-08 | stat: avoid compilation failure on AIX 7.x | Jim Meyering | -2/+6 |
| 2011-09-01 | timeout: fixup previous warning fix | Pádraig Brady | -3/+2 |
| 2011-09-01 | timeout: suppress a redundant warning on some systems | Pádraig Brady | -2/+3 |
| 2011-09-01 | stdbuf: fix helper lib identification on some platforms | Pádraig Brady | -1/+1 |
| 2011-09-01 | build: avoid the use of strsignal() in split | Pádraig Brady | -2/+2 |
| 2011-08-25 | timeout: revert signal propagation enhancement | Pádraig Brady | -1/+3 |
| 2011-08-24 | pr: fix so that LAST_PAGE is honored with -T | Pádraig Brady | -2/+2 |
| 2011-08-13 | maint: remove empty statement after jump label | Bernhard Voelker | -5/+5 |
| 2011-08-12 | pathchk: port to hosts where mbstate_t is replaced | Paul Eggert | -5/+0 |
| 2011-08-08 | join: with --check-order print offending file name, line number and data | Jim Meyering | -13/+30 |
| 2011-08-08 | maint: use xcalloc rather than xmalloc+memset (no semantic change) | Jim Meyering | -2/+1 |
| 2011-07-27 | maint: copy: refactor hard link creation | Pádraig Brady | -32/+50 |
| 2011-07-26 | maint: use consistent style in C and test scripts | Jim Meyering | -2/+6 |
| 2011-07-25 | cp: don't mishandle existing dir dest permissions (Bug#9170) | Paul Eggert | -0/+2 |
| 2011-07-25 | cp -up: preserve all hard links | Jim Meyering | -0/+12 |
| 2011-07-25 | timeout: support sub-second timeouts | Pádraig Brady | -19/+52 |
| 2011-07-20 | dircolors: add screen.Eterm terminal type | Mike Frysinger | -0/+1 |
| 2011-07-20 | unexpand: fix misalignment when spaces span a tabstop | Pádraig Brady | -8/+8 |
| 2011-07-16 | timeout: treat seconds counts like 'sleep' does | Paul Eggert | -25/+35 |
| 2011-07-16 | Fix capiTalization in comments. | Paul Eggert | -4/+4 |
| 2011-07-16 | * src/timeout.c (main): Use waitpid, not wait (Bug#9098). | Paul Eggert | -1/+2 |
| 2011-07-16 | timeout: port to NonStop (Bug#9077) | Paul Eggert | -9/+12 |