summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2009-11-05mktemp: don't try to close stdout twiceJim Meyering-1/+1
2009-11-05mktemp: don't use suff_len in place of #-of-`X's variableJim Meyering-2/+2
2009-11-05mktemp: add suffix handlingEric Blake-27/+160
2009-11-05build: reflect gnulib changes to tempnameEric Blake-34/+37
2009-11-05build: override gnulib tempname via diffEric Blake-336/+204
2009-11-05mktemp: rearrange --help outputEric Blake-20/+15
2009-11-05tests: enhance mktemp testEric Blake-1/+27
2009-11-05doc: document mktempEric Blake-3/+158
2009-11-05mktemp: don't leave file behind on write failureEric Blake-1/+23
2009-11-05du: cleanup: remove dead-code vestige of already-removed optionJim Meyering-5/+0
2009-11-05du now diagnoses cycles, rather than ignoring themJim Meyering-5/+21
2009-11-05maint: factor out cycle warning, now that du will use it, tooJim Meyering-6/+13
2009-11-03tests: rm: add test for today's change in behaviorJim Meyering-0/+57
2009-11-03rm -f: ignore EROFS when it's really ENOENTJim Meyering-0/+19
2009-11-03tests: inotify-race: don't let malfunctioning gdb hang the testJim Meyering-8/+8
2009-11-02build: avoid some warningsEric Blake-7/+230
2009-11-02build: update gnulib submodule to latest, for fewer compiler warningsEric Blake-0/+0
2009-10-31admin: automate one more part of the release processJim Meyering-6/+141
2009-10-31admin: fix typo in release procedureJim Meyering-1/+1
2009-10-30tests: prohibit fail=0 initializationJim Meyering-8/+8
2009-10-30tests: factor 350 fail=0 initializations into test-lib.shJim Meyering-347/+3
2009-10-30tests: remove the less-regular fail=0 assignments manuallyJim Meyering-12/+7
2009-10-29tests: don't let a fail=1 env. setting induce unwarranted test failureJim Meyering-2/+33
2009-10-29remove stray closing comment delimiter, "*/", in previous changeJim Meyering-2/+2
2009-10-29maint: avoid exiting with magic numberEric Blake-5/+9
2009-10-29build (--enable-gcc-warnings): enable gcc's -Werror also in lib/Jim Meyering-1/+104
2009-10-29build: update gnulib submodule to latestJim Meyering-0/+0
2009-10-29build: allow whitespace violations in gl/lib/*.diff filesJim Meyering-0/+4
2009-10-28nice, nohup, su: detect write failure to stderrEric Blake-2/+53
2009-10-28doc: tell --enable-gcc-warnings users where to report problemsJim Meyering-1/+7
2009-10-28build: make doc checks more user-friendlyJim Meyering-2/+13
2009-10-28doc: avoid failing "make check"Jim Meyering-2/+2
2009-10-28doc: improve the echo and printf help on escapesPádraig Brady-15/+16
2009-10-28echo, printf: interpret \e as the Escape characterPádraig Brady-1/+18
2009-10-28printenv: ignore bogus variable namesEric Blake-1/+12
2009-10-28maint: avoid "make syntax-check" failurePádraig Brady-1/+0
2009-10-27doc: turn env comments into documentationEric Blake-66/+51
2009-10-27env, printenv: add -0/--null optionEric Blake-25/+148
2009-10-27tests: add printenv coverageEric Blake-0/+82
2009-10-27tests: fix PATH problems on cygwinEric Blake-12/+22
2009-10-26tests: clean up tests of env -- handlingEric Blake-20/+59
2009-10-26doc: document PATH interactions with envEric Blake-3/+26
2009-10-26env: reject bogus -u argumentsEric Blake-7/+19
2009-10-26maint: let gnulib provide environEric Blake-8/+1
2009-10-26tests: avoid file name not portable to cygwinEric Blake-4/+4
2009-10-26tests: rm/one-file-system: work around umount failureJim Meyering-1/+5
2009-10-26tests: adjust new env test not to failJim Meyering-8/+4
2009-10-26tests: nice: adjust new tests to work more portablyJim Meyering-3/+3
2009-10-26nice: execute program even when setpriority fails due to EACCESJim Meyering-1/+12
2009-10-25timeout: don't orphan monitored programs if they ignore specified signalsPádraig Brady-3/+7