| Age | Commit message (Expand) | Author | Lines |
| 2009-11-05 | mktemp: don't try to close stdout twice | Jim Meyering | -1/+1 |
| 2009-11-05 | mktemp: don't use suff_len in place of #-of-`X's variable | Jim Meyering | -2/+2 |
| 2009-11-05 | mktemp: add suffix handling | Eric Blake | -27/+160 |
| 2009-11-05 | build: reflect gnulib changes to tempname | Eric Blake | -34/+37 |
| 2009-11-05 | build: override gnulib tempname via diff | Eric Blake | -336/+204 |
| 2009-11-05 | mktemp: rearrange --help output | Eric Blake | -20/+15 |
| 2009-11-05 | tests: enhance mktemp test | Eric Blake | -1/+27 |
| 2009-11-05 | doc: document mktemp | Eric Blake | -3/+158 |
| 2009-11-05 | mktemp: don't leave file behind on write failure | Eric Blake | -1/+23 |
| 2009-11-05 | du: cleanup: remove dead-code vestige of already-removed option | Jim Meyering | -5/+0 |
| 2009-11-05 | du now diagnoses cycles, rather than ignoring them | Jim Meyering | -5/+21 |
| 2009-11-05 | maint: factor out cycle warning, now that du will use it, too | Jim Meyering | -6/+13 |
| 2009-11-03 | tests: rm: add test for today's change in behavior | Jim Meyering | -0/+57 |
| 2009-11-03 | rm -f: ignore EROFS when it's really ENOENT | Jim Meyering | -0/+19 |
| 2009-11-03 | tests: inotify-race: don't let malfunctioning gdb hang the test | Jim Meyering | -8/+8 |
| 2009-11-02 | build: avoid some warnings | Eric Blake | -7/+230 |
| 2009-11-02 | build: update gnulib submodule to latest, for fewer compiler warnings | Eric Blake | -0/+0 |
| 2009-10-31 | admin: automate one more part of the release process | Jim Meyering | -6/+141 |
| 2009-10-31 | admin: fix typo in release procedure | Jim Meyering | -1/+1 |
| 2009-10-30 | tests: prohibit fail=0 initialization | 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/+33 |
| 2009-10-29 | remove stray closing comment delimiter, "*/", in previous change | Jim Meyering | -2/+2 |
| 2009-10-29 | maint: avoid exiting with magic number | Eric Blake | -5/+9 |
| 2009-10-29 | build (--enable-gcc-warnings): enable gcc's -Werror also in lib/ | Jim Meyering | -1/+104 |
| 2009-10-29 | build: update gnulib submodule to latest | Jim Meyering | -0/+0 |
| 2009-10-29 | build: allow whitespace violations in gl/lib/*.diff files | Jim Meyering | -0/+4 |
| 2009-10-28 | nice, nohup, su: detect write failure to stderr | Eric Blake | -2/+53 |
| 2009-10-28 | doc: tell --enable-gcc-warnings users where to report problems | Jim Meyering | -1/+7 |
| 2009-10-28 | build: make doc checks more user-friendly | Jim Meyering | -2/+13 |
| 2009-10-28 | doc: avoid failing "make check" | Jim Meyering | -2/+2 |
| 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/+18 |
| 2009-10-28 | printenv: ignore bogus variable names | Eric Blake | -1/+12 |
| 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/+51 |
| 2009-10-27 | env, printenv: add -0/--null option | Eric Blake | -25/+148 |
| 2009-10-27 | tests: add printenv coverage | Eric Blake | -0/+82 |
| 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 | -20/+59 |
| 2009-10-26 | doc: document PATH interactions with env | Eric Blake | -3/+26 |
| 2009-10-26 | env: reject bogus -u arguments | Eric Blake | -7/+19 |
| 2009-10-26 | maint: let gnulib provide environ | Eric Blake | -8/+1 |
| 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/+5 |
| 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-26 | nice: execute program even when setpriority fails due to EACCES | Jim Meyering | -1/+12 |
| 2009-10-25 | timeout: don't orphan monitored programs if they ignore specified signals | Pádraig Brady | -3/+7 |