| Age | Commit message (Expand) | Author | Lines |
| 2009-09-23 | maint: Use logical rather than bitwise operators on bools | Pádraig Brady | -90/+90 |
| 2009-09-23 | maint: expr: avoid compiler warnings without GMP | Pádraig Brady | -1/+3 |
| 2009-09-23 | doc: ls: further improve --help message re --color | Jim Meyering | -3/+3 |
| 2009-09-23 | maint: df.c: adapt to newer gnulib | Jim Meyering | -1/+0 |
| 2009-09-22 | maint: uptime: fix a theoretical compile warning | Pádraig Brady | -0/+4 |
| 2009-09-22 | ls: fix a performance regression | Pádraig Brady | -1/+2 |
| 2009-09-21 | build: avoid compiler warnings on cygwin 1.5 | Eric Blake | -10/+3 |
| 2009-09-21 | doc: ls: add an article, "the" | Jim Meyering | -1/+1 |
| 2009-09-21 | ls: handle disabling of colors consistently for all tile types | Pádraig Brady | -11/+13 |
| 2009-09-21 | doc: ls: make help for --color more concise and accurate | Pádraig Brady | -8/+6 |
| 2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady | -99/+110 |
| 2009-09-19 | dircolors: arrange to highlight names with the .lz suffix | Jim Meyering | -0/+1 |
| 2009-09-19 | mktemp: adapt to new, 3-argument gen_tempname_len | Jim Meyering | -2/+2 |
| 2009-09-16 | rm, rmdir: improve cross-compilation support | Eric Blake | -1/+1 |
| 2009-09-15 | cp: fix a probably redundant chmod when setting xattrs | Ondřej Vašík | -1/+1 |
| 2009-09-14 | cp,mv: preserve extended attributes even for read-only files | Ondřej Vašík | -5/+18 |
| 2009-09-14 | doc: improve timeout's --help message | Jim Meyering | -6/+5 |
| 2009-09-13 | maint: use consistent cpp indentation in all .c files | Jim Meyering | -9/+9 |
| 2009-09-11 | id: don't print context=... when POSIXLY_CORRECT is set | Jim Meyering | -1/+4 |
| 2009-09-11 | rm: avoid compiler warning | Eric Blake | -1/+1 |
| 2009-09-11 | rm: use gnulib faccessat | Eric Blake | -5/+4 |
| 2009-09-11 | rm: improve efficiency of rm -r (without -f) from O(N^2) to O(N) | Jim Meyering | -0/+7 |
| 2009-09-11 | build: placate gcc's new -Wskip-jump-init | Jim Meyering | -35/+38 |
| 2009-09-11 | rm: rewrite to use fts | Jim Meyering | -1495/+232 |
| 2009-09-10 | doc: improve various BLOCKSIZE and SIZE help | Ondřej Vašík | -23/+27 |
| 2009-09-10 | dd conv=unblock: print final newline consistently | Jim Meyering | -4/+5 |
| 2009-09-08 | tail: make the new piped-stdin test as portable as the old one | Jim Meyering | -24/+7 |
| 2009-09-07 | tail: syntax-only: use "false", rather than equivalent, 0 | Jim Meyering | -1/+1 |
| 2009-09-07 | tail: ignore -f for piped-stdin, as POSIX requires | Jim Meyering | -1/+15 |
| 2009-09-07 | tail: don't give up on inotify mode for an already-ignored "-" | Jim Meyering | -1/+1 |
| 2009-09-07 | tail -f: handle "-"/stdin once again | Jim Meyering | -1/+13 |
| 2009-09-06 | tail: flush initial output before possibly blocking | Jim Meyering | -1/+6 |
| 2009-09-05 | doc: make the tail --sleep-interval help less confusing | Pádraig Brady | -1/+1 |
| 2009-09-05 | maint: remove some tab indentation from copy.c | Pádraig Brady | -3/+3 |
| 2009-09-05 | tests: test old tail -f method even on systems with inotify | Pádraig Brady | -8/+22 |
| 2009-09-05 | stty: use TAB0, TAB1, and TAB2 only if defined | Petr Salinger | -0/+8 |
| 2009-09-04 | ln: add comments related to POSIX 2008 | Eric Blake | -21/+15 |
| 2009-09-04 | mv, cp: tweak LINK_FOLLOWS_SYMLINKS logic | Eric Blake | -14/+16 |
| 2009-09-03 | df: don't fail due to an unreadable argument | Jim Meyering | -1/+4 |
| 2009-09-03 | cp: don't leak resources for each xattr preservation failure | Ondřej Vašík | -1/+1 |
| 2009-09-01 | chcon, chmod, chgrp, chown, du: report fts_close failure | Pádraig Brady | -4/+16 |
| 2009-09-01 | chcon, chmod, chgrp, chown, du: do not ignore fts_close failure | Jim Meyering | -16/+8 |
| 2009-09-01 | maint: du: remove unnecessary initialization | Jim Meyering | -1/+0 |
| 2009-09-01 | maint: chown, chgrp, chmod, chcon: remove unnecessary initialization | Jim Meyering | -4/+7 |
| 2009-09-01 | maint: shred: remove unnecessary initialization | Jim Meyering | -1/+0 |
| 2009-09-01 | maint: dd: remove unnecessary initialization | Jim Meyering | -2/+1 |
| 2009-09-01 | maint: tail: remove unnecessary initialization | Jim Meyering | -1/+1 |
| 2009-09-01 | timeout: remove a redundant assignment | Pádraig Brady | -1/+0 |
| 2009-09-01 | timeout: defensive handling of all wait() errors | Pádraig Brady | -6/+19 |
| 2009-09-01 | ls -i: print consistent inode numbers also for mount points | Jim Meyering | -1/+22 |