| Age | Commit message (Expand) | Author | Lines |
| 2009-10-28 | nice, nohup, su: detect write failure to stderr | Eric Blake | -2/+28 |
| 2009-10-28 | doc: improve the echo and printf help on escapes | Pádraig Brady | -15/+16 |
| 2009-10-28 | echo, printf: interpret \e as the Escape character | Pádraig Brady | -1/+11 |
| 2009-10-28 | printenv: ignore bogus variable names | Eric Blake | -0/+4 |
| 2009-10-28 | maint: avoid "make syntax-check" failure | Pádraig Brady | -1/+0 |
| 2009-10-27 | doc: turn env comments into documentation | Eric Blake | -66/+0 |
| 2009-10-27 | env, printenv: add -0/--null option | Eric Blake | -14/+53 |
| 2009-10-26 | tests: clean up tests of env -- handling | Eric Blake | -7/+8 |
| 2009-10-26 | env: reject bogus -u arguments | Eric Blake | -3/+9 |
| 2009-10-26 | maint: let gnulib provide environ | Eric Blake | -8/+0 |
| 2009-10-26 | nice: execute program even when setpriority fails due to EACCES | Jim Meyering | -1/+8 |
| 2009-10-25 | timeout: don't orphan monitored programs if they ignore specified signals | Pádraig Brady | -3/+4 |
| 2009-10-23 | nohup: use EXIT_CANCELED if not POSIXLY_CORRECT | Eric Blake | -7/+15 |
| 2009-10-23 | chroot, env, nice, su: use EXIT_CANCELED for internal failure | Eric Blake | -23/+23 |
| 2009-10-23 | build: prohibit improper use of stat and lstat | Eric Blake | -3/+3 |
| 2009-10-22 | tail -f: avoid a race condition | Giuseppe Scrivano | -35/+50 |
| 2009-10-21 | md5sum, sha*sum, sum: line-buffer the printed checksums | Pádraig Brady | -2/+8 |
| 2009-10-19 | build: use gnulib's isblank module | Jim Meyering | -4/+0 |
| 2009-10-18 | maint: factor out duplication in currently unused rules | Jim Meyering | -27/+25 |
| 2009-10-17 | touch: add -h to change symlink timestamps, where supported | Eric Blake | -5/+23 |
| 2009-10-13 | tail: add add missing backslash at the end of a line in usage | C de-Avillez | -1/+1 |
| 2009-10-12 | tail: tweak usage for more clarity | Eric Blake | -3/+3 |
| 2009-10-10 | touch: optimize use of utimens | Eric Blake | -36/+10 |
| 2009-10-10 | copy: allow symlink timestamp preservation on more systems | Eric Blake | -9/+1 |
| 2009-10-10 | maint: touch up previous LDADD patch | Eric Blake | -1/+0 |
| 2009-10-10 | build: build uname(1) unconditionally | Jim Meyering | -1/+1 |
| 2009-10-10 | maint: list program names one per line | Jim Meyering | -27/+116 |
| 2009-10-10 | build: ls: fix link failure due to missing -lacl | Jim Meyering | -0/+1 |
| 2009-10-09 | maint: touch up previous LDADD patch | Eric Blake | -0/+5 |
| 2009-10-09 | maint: improve additional library tracking | Eric Blake | -66/+178 |
| 2009-10-09 | chcon: don't disable just because SELinux is disabled | Jim Meyering | -4/+0 |
| 2009-10-09 | ls: remove explicit getfilecon work-around | Jim Meyering | -11/+0 |
| 2009-10-08 | maint: use X2NREALLOC in more places | Eric Blake | -3/+3 |
| 2009-10-08 | maint: remove unused macros and declarations | Eric Blake | -55/+4 |
| 2009-10-08 | maint: move timeout exit statuses | Eric Blake | -11/+4 |
| 2009-10-08 | stdbuf: improve path search | Eric Blake | -17/+11 |
| 2009-10-08 | stat: work with recent gnulib changes | Eric Blake | -1/+6 |
| 2009-10-08 | stat: add support for many more file system types | Jim Meyering | -5/+55 |
| 2009-10-08 | stat: recognize CIFS and HFS file system types | Jim Meyering | -7/+42 |
| 2009-10-07 | md5sum, sha*sum: also accept openssl checksum syntax | Guenter Knauf | -5/+6 |
| 2009-10-06 | chcon: exit immediately if SELinux is disabled | Ondřej Vašík | -1/+5 |
| 2009-10-02 | dircolors: highlight .cgm and .emf as images | James R. Van Zandt | -0/+2 |
| 2009-10-02 | tail: avoid a race where we could miss new data with --pid | Pádraig Brady | -22/+24 |
| 2009-09-30 | ls: always print "?" for allocated size of a dereferenced dangling symlink | Pádraig Brady | -5/+7 |
| 2009-09-29 | stat: interpret "-" as standard input | Jim Meyering | -1/+16 |
| 2009-09-29 | ls: don't use an undefined struct stat after failed stat/lstat | Jim Meyering | -3/+3 |
| 2009-09-29 | ls: print "?", not "0" as inode of dereferenced dangling symlink | Jim Meyering | -5/+13 |
| 2009-09-29 | ls: with -LR, exit with status 2 upon detecting a cycle | Jim Meyering | -0/+1 |
| 2009-09-25 | cp, mv: use linkat to guarantee semantics | Eric Blake | -18/+11 |
| 2009-09-25 | ln: add -L/-P options | Eric Blake | -29/+34 |