| Age | Commit message (Expand) | Author | Lines |
| 2009-11-16 | tail -F can fail to track a file after it's been rotated | Jim Meyering | -0/+56 |
| 2009-11-14 | tests: help-version: exit nonzero when $built_programs is empty | Jim Meyering | -1/+1 |
| 2009-11-14 | tests: avoid a spurious failure on a loaded system | Pádraig Brady | -1/+1 |
| 2009-11-13 | tests: avoid a spurious timeout on a heavily-loaded system | Jim Meyering | -1/+1 |
| 2009-11-09 | ls: fix capability coloring | Pádraig Brady | -7/+29 |
| 2009-11-07 | mktemp: fix bug with -q and closed stdout | Eric Blake | -2/+4 |
| 2009-11-06 | nproc: A new program to count the available processors | Giuseppe Scrivano | -0/+81 |
| 2009-11-05 | mktemp: enhance test to catch just-fixed typo behavior | Eric Blake | -1/+2 |
| 2009-11-05 | mktemp: add suffix handling | Eric Blake | -4/+68 |
| 2009-11-05 | tests: enhance mktemp test | Eric Blake | -1/+27 |
| 2009-11-05 | mktemp: don't leave file behind on write failure | Eric Blake | -0/+6 |
| 2009-11-03 | tests: rm: add test for today's change in behavior | Jim Meyering | -0/+57 |
| 2009-11-03 | tests: inotify-race: don't let malfunctioning gdb hang the test | Jim Meyering | -8/+8 |
| 2009-10-30 | tests: factor 350 fail=0 initializations into test-lib.sh | Jim Meyering | -347/+3 |
| 2009-10-30 | tests: remove the less-regular fail=0 assignments manually | Jim Meyering | -12/+7 |
| 2009-10-29 | tests: don't let a fail=1 env. setting induce unwarranted test failure | Jim Meyering | -2/+22 |
| 2009-10-28 | nice, nohup, su: detect write failure to stderr | Eric Blake | -0/+21 |
| 2009-10-28 | echo, printf: interpret \e as the Escape character | Pádraig Brady | -0/+3 |
| 2009-10-28 | printenv: ignore bogus variable names | Eric Blake | -0/+6 |
| 2009-10-27 | env, printenv: add -0/--null option | Eric Blake | -0/+70 |
| 2009-10-27 | tests: add printenv coverage | Eric Blake | -0/+81 |
| 2009-10-27 | tests: fix PATH problems on cygwin | Eric Blake | -12/+22 |
| 2009-10-26 | tests: clean up tests of env -- handling | Eric Blake | -13/+37 |
| 2009-10-26 | doc: document PATH interactions with env | Eric Blake | -3/+21 |
| 2009-10-26 | env: reject bogus -u arguments | Eric Blake | -4/+6 |
| 2009-10-26 | tests: avoid file name not portable to cygwin | Eric Blake | -4/+4 |
| 2009-10-26 | tests: rm/one-file-system: work around umount failure | Jim Meyering | -1/+4 |
| 2009-10-26 | tests: adjust new env test not to fail | Jim Meyering | -8/+4 |
| 2009-10-26 | tests: nice: adjust new tests to work more portably | Jim Meyering | -3/+3 |
| 2009-10-23 | tests: test recent status changes | Eric Blake | -7/+265 |
| 2009-10-23 | maint: move chroot test | Eric Blake | -1/+1 |
| 2009-10-23 | tests: enhance stdbuf and timeout tests | Eric Blake | -27/+36 |
| 2009-10-23 | nohup: use EXIT_CANCELED if not POSIXLY_CORRECT | Eric Blake | -3/+6 |
| 2009-10-23 | chroot, env, nice, su: use EXIT_CANCELED for internal failure | Eric Blake | -0/+8 |
| 2009-10-23 | tests: accommodate BSD getopt | Eric Blake | -1/+2 |
| 2009-10-22 | tests: add a test for the `tail -f' race condition bug | Giuseppe Scrivano | -0/+67 |
| 2009-10-21 | tests: ensure touch honors trailing slash | Eric Blake | -0/+72 |
| 2009-10-21 | md5sum, sha*sum, sum: line-buffer the printed checksums | Pádraig Brady | -0/+39 |
| 2009-10-17 | touch: add -h to change symlink timestamps, where supported | Eric Blake | -0/+81 |
| 2009-10-17 | tests: abmon-align: avoid test failure | Jim Meyering | -1/+4 |
| 2009-10-10 | copy: allow symlink timestamp preservation on more systems | Eric Blake | -0/+2 |
| 2009-10-10 | tests: adjust tail-2/pid to work around FreeBSD 6.1 failure | Jim Meyering | -3/+3 |
| 2009-10-08 | stat: test recent patch | Eric Blake | -0/+50 |
| 2009-10-07 | md5sum, sha*sum: also accept openssl checksum syntax | Guenter Knauf | -0/+21 |
| 2009-10-02 | tail: avoid a race where we could miss new data with --pid | Pádraig Brady | -7/+8 |
| 2009-09-30 | tests: tail-2/pid: use a 3-second timeout, not 1 | Jim Meyering | -2/+2 |
| 2009-09-30 | ls: always print "?" for allocated size of a dereferenced dangling symlink | Pádraig Brady | -2/+8 |
| 2009-09-29 | stat: interpret "-" as standard input | Jim Meyering | -0/+36 |
| 2009-09-29 | ls: print "?", not "0" as inode of dereferenced dangling symlink | Jim Meyering | -0/+8 |
| 2009-09-29 | ls: with -LR, exit with status 2 upon detecting a cycle | Jim Meyering | -12/+13 |