summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2009-11-05mktemp: add suffix handlingEric Blake
2009-11-05mktemp: don't leave file behind on write failureEric Blake
2009-11-05du now diagnoses cycles, rather than ignoring themJim Meyering
2009-11-03rm -f: ignore EROFS when it's really ENOENTJim Meyering
2009-10-28nice, nohup, su: detect write failure to stderrEric Blake
2009-10-28echo, printf: interpret \e as the Escape characterPádraig Brady
2009-10-28printenv: ignore bogus variable namesEric Blake
2009-10-27env, printenv: add -0/--null optionEric Blake
2009-10-26env: reject bogus -u argumentsEric 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-22tail -f: avoid a race conditionGiuseppe Scrivano
2009-10-21md5sum, sha*sum, sum: line-buffer the printed checksumsPádraig Brady
2009-10-17touch: add -h to change symlink timestamps, where supportedEric Blake
2009-10-09chcon: don't disable just because SELinux is disabledJim Meyering
2009-10-08stat: add support for many more file system typesJim Meyering
2009-10-08stat: recognize CIFS and HFS file system typesJim Meyering
2009-10-07md5sum, sha*sum: also accept openssl checksum syntaxGuenter Knauf
2009-10-06post-release administriviaJim Meyering
2009-10-06version 8.0Jim Meyering
2009-10-02tail: avoid a race where we could miss new data with --pidPádraig Brady
2009-09-30ls: always print "?" for allocated size of a dereferenced dangling symlinkPádraig Brady
2009-09-29stat: interpret "-" as standard inputJim Meyering
2009-09-29ls: don't use an undefined struct stat after failed stat/lstatJim Meyering
2009-09-29ls: print "?", not "0" as inode of dereferenced dangling symlinkJim Meyering
2009-09-29ls: with -LR, exit with status 2 upon detecting a cycleJim Meyering
2009-09-25ln: add -L/-P optionsEric Blake
2009-09-23maint: summarize gnulib changesEric Blake
2009-09-23readlink: pick up gnulib changes to readlink -fEric Blake
2009-09-21ls: handle disabling of colors consistently for all tile typesPádraig Brady
2009-09-14doc: NEWS: mention origin of touch -t ....60 bugJim Meyering
2009-09-14touch: don't reject "60" as number of seconds in a legacy time stampJim Meyering
2009-09-14cp,mv: preserve extended attributes even for read-only filesOndřej Vašík
2009-09-13doc: NEWS: say quadratic and linear, rather than O(N^2) and O(N)Jim Meyering
2009-09-13doc: improve NEWSJim Meyering
2009-09-11id: don't print context=... when POSIXLY_CORRECT is setJim Meyering
2009-09-11rm: improve efficiency of rm -r (without -f) from O(N^2) to O(N)Jim Meyering
2009-09-11rm: rewrite to use ftsJim Meyering
2009-09-11post-release administriviaJim Meyering
2009-09-11version 7.6Jim Meyering
2009-09-10link,ln: use gnulib's link module to work around Solaris 10 deficiencyJim Meyering
2009-09-10dd conv=unblock: print final newline consistentlyJim Meyering
2009-09-08tail: make the new piped-stdin test as portable as the old oneJim Meyering
2009-09-07tail: ignore -f for piped-stdin, as POSIX requiresJim Meyering
2009-09-07doc: tweak NEWSJim Meyering
2009-09-07tail -f: handle "-"/stdin once againJim Meyering
2009-09-06tail: flush initial output before possibly blockingJim Meyering
2009-09-03df: don't fail due to an unreadable argumentJim Meyering