summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-11-16true, false: perform initialization only when argc == 2Jim Meyering
2009-11-16tail -F can fail to track a file after it's been rotatedJim Meyering
2009-11-13build: update gnulib, for getgroups improvementsEric Blake
2009-11-09ls: fix capability coloringPádraig Brady
2009-11-07build: consistently use freopen-saferEric Blake
2009-11-07mktemp: fix bug with -q and closed stdoutEric Blake
2009-11-07maint: make du's cycle-detection code consistentJim Meyering
2009-11-07chcon, chgrp, chmod and chown now diagnose a directory cycleJim Meyering
2009-11-06nproc: A new program to count the available processorsGiuseppe Scrivano
2009-11-05mktemp: use more robust means to avoid double-close of stdoutEric Blake
2009-11-05mktemp: don't try to close stdout twiceJim Meyering
2009-11-05mktemp: don't use suff_len in place of #-of-`X's variableJim Meyering
2009-11-05mktemp: add suffix handlingEric Blake
2009-11-05build: reflect gnulib changes to tempnameEric Blake
2009-11-05mktemp: rearrange --help outputEric Blake
2009-11-05mktemp: don't leave file behind on write failureEric Blake
2009-11-05du: cleanup: remove dead-code vestige of already-removed optionJim Meyering
2009-11-05du now diagnoses cycles, rather than ignoring themJim Meyering
2009-11-05maint: factor out cycle warning, now that du will use it, tooJim Meyering
2009-11-03rm -f: ignore EROFS when it's really ENOENTJim Meyering
2009-10-29maint: avoid exiting with magic numberEric Blake
2009-10-28nice, nohup, su: detect write failure to stderrEric Blake
2009-10-28doc: improve the echo and printf help on escapesPádraig Brady
2009-10-28echo, printf: interpret \e as the Escape characterPádraig Brady
2009-10-28printenv: ignore bogus variable namesEric Blake
2009-10-28maint: avoid "make syntax-check" failurePádraig Brady
2009-10-27doc: turn env comments into documentationEric Blake
2009-10-27env, printenv: add -0/--null optionEric Blake
2009-10-26tests: clean up tests of env -- handlingEric Blake
2009-10-26env: reject bogus -u argumentsEric Blake
2009-10-26maint: let gnulib provide environEric Blake
2009-10-26nice: execute program even when setpriority fails due to EACCESJim Meyering
2009-10-25timeout: don't orphan monitored programs if they ignore specified signalsPádraig Brady
2009-10-23nohup: use EXIT_CANCELED if not POSIXLY_CORRECTEric Blake
2009-10-23chroot, env, nice, su: use EXIT_CANCELED for internal failureEric Blake
2009-10-23build: prohibit improper use of stat and lstatEric Blake
2009-10-22tail -f: avoid a race conditionGiuseppe Scrivano
2009-10-21md5sum, sha*sum, sum: line-buffer the printed checksumsPádraig Brady
2009-10-19build: use gnulib's isblank moduleJim Meyering
2009-10-18maint: factor out duplication in currently unused rulesJim Meyering
2009-10-17touch: add -h to change symlink timestamps, where supportedEric Blake
2009-10-13tail: add add missing backslash at the end of a line in usageC de-Avillez
2009-10-12tail: tweak usage for more clarityEric Blake
2009-10-10touch: optimize use of utimensEric Blake
2009-10-10copy: allow symlink timestamp preservation on more systemsEric Blake
2009-10-10maint: touch up previous LDADD patchEric Blake
2009-10-10build: build uname(1) unconditionallyJim Meyering
2009-10-10maint: list program names one per lineJim Meyering
2009-10-10build: ls: fix link failure due to missing -laclJim Meyering
2009-10-09maint: touch up previous LDADD patchEric Blake