summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2008-08-01ls: --color now highlights files with capabilities, tooKamil Dudka
2008-08-01factor arbitrarily large numbersJames Youngman
2008-08-01ls -U1 now uses constant memoryKamil Dudka
2008-07-27* NEWS: Move shuf --zero-terminated item into bug-fixes section.Jim Meyering
2008-07-27shuf: correctly document --head-countMikael Magnusson
2008-07-27shuf: honor --zero-terminated option even with --input-range=LO-HIJim Meyering
2008-07-23dd: minor fullblock changesJim Meyering
2008-07-23dd: new option: iflag=fullblock to accumulate full input blocksKamil Dudka
2008-06-22stat: warn that the --context (-Z) option (a no-op) is obsoleteJim Meyering
2008-06-17sort: accept new option --batch-size=NMERGEBo Borgerson
2008-06-17sort: add new option --files0-from=FBo Borgerson
2008-06-17join: improve memory managementBo Borgerson
2008-06-16chcon: correct --verbose output to include newlinesJim Meyering
2008-06-13od: align multiple -t specsEric Blake
2008-06-13od: use gnulib printf replacement as necessaryEric Blake
2008-06-12comm: accept new option: --output-delimiter=STRBo Borgerson
2008-06-12comm: ensure that input files are sortedBo Borgerson
2008-06-09* NEWS (Improvements): Mention improved (via gnulib) ACL support.Bruno Haible
2008-06-06Add new program: truncatePádraig Brady
2008-06-02new program: timeoutPádraig Brady
2008-06-01md5sum: new option, --quiet, to suppress OK messagesErik Auerswald
2008-06-01* NEWS: add header line for next releaseJim Meyering
2008-05-31Version 6.12.Jim Meyering
2008-05-31install: reenable matchpathcon-related codeJim Meyering
2008-05-30NEWS: mention that cp -p copies permissions more portablyJim Meyering
2008-05-06avoid problems with sign-extended "char" operand to is* functionsJim Meyering
2008-05-05tac: avoid segfault for e.g., "echo > x; tac -r x x"Jim Meyering
2008-04-29chcon, runcon: make --help print the bug-reporting addressJim Meyering
2008-04-23id: do not print SELinux context when invoked with a USERNAME argumentOndřej Vašík
2008-04-23id: do print the AFS-specific nameless group ID (called a PAG)Jim Meyering
2008-04-19Version 6.11.Jim Meyering
2008-04-19pr -e, with a mix of backspaces and TABs, could corrupt the heapJim Meyering
2008-04-19md5sum -c: ignore a line with a NUL byte among checksum hex digitsJim Meyering
2008-04-15md5sum, sha1sum, etc: handle invalid input (i.e., don't segfault)Jim Meyering
2008-04-02"touch E; mkfifo F; cp -fR F E" no longer fails due to existing EJim Meyering
2008-03-31"rm -r DIR" would mistakenly prompt about very long namesJim Meyering
2008-03-31* NEWS: Note the dd bug fix. The bug was introduced over 8 years ago:Jim Meyering
2008-03-28mknod, mkfifo: don't segfault when diagnosing invalid SELinux contextJim Meyering
2008-03-28Fix typo in old NEWS and ChangeLog: s/commmand/command/.Jim Meyering
2008-03-27paste -d\\: avoid heap overrun for backslash at end of delim listJim Meyering
2008-03-26mkdir -Z x d: don't segfault when diagnosing invalid context "x" (tiny change)Daniel Dunbar
2008-03-21ptx: avoid heap overrun for backslash at end of optarg stringJim Meyering
2008-03-21Write NEWS and update c99-to-c89 patch for today's rm improvement.Jim Meyering
2008-03-19mv: never unlink a destination file before calling renameJim Meyering
2008-03-10install, rmdir: write --verbose output to stdout, not to stderr.Ondřej Vašík
2008-03-05Work around AFS bug: id and groups would print invalid group number.ribalba
2008-02-21id: use getgrouplist when possibleJames Youngman
2008-02-20sort: add --sort=... option.Andreas Schwab
2008-02-19seq: give better diagnostics for invalid formats.Steven Schubiger
2008-02-19join: new options: --check-order and --nocheck-order.James Youngman