summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
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-18/+64
2009-11-05build: reflect gnulib changes to tempnameEric Blake-2/+4
2009-11-05mktemp: rearrange --help outputEric Blake-20/+15
2009-11-05mktemp: don't leave file behind on write failureEric Blake-1/+12
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/+18
2009-11-05maint: factor out cycle warning, now that du will use it, tooJim Meyering-6/+13
2009-11-03rm -f: ignore EROFS when it's really ENOENTJim Meyering-0/+12
2009-10-29maint: avoid exiting with magic numberEric Blake-4/+4
2009-10-28nice, nohup, su: detect write failure to stderrEric Blake-2/+28
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/+11
2009-10-28printenv: ignore bogus variable namesEric Blake-0/+4
2009-10-28maint: avoid "make syntax-check" failurePádraig Brady-1/+0
2009-10-27doc: turn env comments into documentationEric Blake-66/+0
2009-10-27env, printenv: add -0/--null optionEric Blake-14/+53
2009-10-26tests: clean up tests of env -- handlingEric Blake-7/+8
2009-10-26env: reject bogus -u argumentsEric Blake-3/+9
2009-10-26maint: let gnulib provide environEric Blake-8/+0
2009-10-26nice: execute program even when setpriority fails due to EACCESJim Meyering-1/+8
2009-10-25timeout: don't orphan monitored programs if they ignore specified signalsPádraig Brady-3/+4
2009-10-23nohup: use EXIT_CANCELED if not POSIXLY_CORRECTEric Blake-7/+15
2009-10-23chroot, env, nice, su: use EXIT_CANCELED for internal failureEric Blake-23/+23
2009-10-23build: prohibit improper use of stat and lstatEric Blake-3/+3
2009-10-22tail -f: avoid a race conditionGiuseppe Scrivano-35/+50
2009-10-21md5sum, sha*sum, sum: line-buffer the printed checksumsPádraig Brady-2/+8
2009-10-19build: use gnulib's isblank moduleJim Meyering-4/+0
2009-10-18maint: factor out duplication in currently unused rulesJim Meyering-27/+25
2009-10-17touch: add -h to change symlink timestamps, where supportedEric Blake-5/+23
2009-10-13tail: add add missing backslash at the end of a line in usageC de-Avillez-1/+1
2009-10-12tail: tweak usage for more clarityEric Blake-3/+3
2009-10-10touch: optimize use of utimensEric Blake-36/+10
2009-10-10copy: allow symlink timestamp preservation on more systemsEric Blake-9/+1
2009-10-10maint: touch up previous LDADD patchEric Blake-1/+0
2009-10-10build: build uname(1) unconditionallyJim Meyering-1/+1
2009-10-10maint: list program names one per lineJim Meyering-27/+116
2009-10-10build: ls: fix link failure due to missing -laclJim Meyering-0/+1
2009-10-09maint: touch up previous LDADD patchEric Blake-0/+5
2009-10-09maint: improve additional library trackingEric Blake-66/+178
2009-10-09chcon: don't disable just because SELinux is disabledJim Meyering-4/+0
2009-10-09ls: remove explicit getfilecon work-aroundJim Meyering-11/+0
2009-10-08maint: use X2NREALLOC in more placesEric Blake-3/+3
2009-10-08maint: remove unused macros and declarationsEric Blake-55/+4
2009-10-08maint: move timeout exit statusesEric Blake-11/+4
2009-10-08stdbuf: improve path searchEric Blake-17/+11
2009-10-08stat: work with recent gnulib changesEric Blake-1/+6
2009-10-08stat: add support for many more file system typesJim Meyering-5/+55
2009-10-08stat: recognize CIFS and HFS file system typesJim Meyering-7/+42
2009-10-07md5sum, sha*sum: also accept openssl checksum syntaxGuenter Knauf-5/+6