summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2009-03-11cp: make -a option preserve xattrs, but with reduced diagnosticsOndřej Vašík
2009-03-11cat: Fix immediate output of processed dataPádraig Brady
2009-03-11cat,cp,mv,install,split: Set the minimum IO block size used to 32KiBPádraig Brady
2009-03-08tests: add a test for newly-fixed bug in comm --check-orderJim Meyering
2009-03-08tests: ls -v: exercise the bug fixed by gnulib's new filevercmpJim Meyering
2009-03-07pr: fix a bug whereby --indent=N (-o) did not indent header linesJim Meyering
2009-02-27cp: diagnose invalid "cp -rl dir dir" right away, once againJim Meyering
2009-02-26sort: Fix two bugs with determining the end of fieldPádraig Brady
2009-02-21post-release administriviaJim Meyering
2009-02-21version 7.1Jim Meyering
2009-02-18cp: -a now preserves SELinux context, with reduced diagnosticsOndřej Vašík
2009-02-18add missing copyright datesEric Blake
2009-02-17install: add --compare (-C) option to install file only when necessaryKamil Dudka
2009-02-14seq: Fix equal width calculation when '.' added to last numberPádraig Brady
2009-01-29cp/mv: add xattr supportKamil Dudka
2009-01-28dd: Better handle user specified offsets that are too bigPádraig Brady
2009-01-22doc: shred: Correct docs on default number of overwrites.Pádraig Brady
2009-01-14cp/mv: add --no-clobber (-n) option to not overwrite targetKamil Dudka
2008-12-26dd: add support for opening files in Concurrent I/O (CIO) modeMatt Harden
2008-12-16du: -H now does what POSIX requiresJim Meyering
2008-12-03tests: ensure that chmod, chgrp and chown honor --silentJim Meyering
2008-12-02wc: read and process --files0-from= input a name at a time,Jim Meyering
2008-12-02du: read and process --files0-from= input a name at a time,Jim Meyering
2008-12-01cp, mv: remove 3-year-deprecated+warned-about --reply optionJim Meyering
2008-11-20cp: use far less memory in some casesJim Meyering
2008-10-28ls: --color now highlights hard linked files, tooKamil Dudka
2008-10-26tests: seq: check for today's extended long double fixJim Meyering
2008-10-23ls: use '.' (not +) as SELinux-only alt. access flag in ls -l outputJim Meyering
2008-10-06stat: add lustre filesystem typeAndreas Dilger
2008-10-05post-release administriviaJim Meyering
2008-10-05version 7.0Jim Meyering
2008-10-03ls and sort: use filevercmp instead of strverscmpKamil Dudka
2008-09-27rm -r: avoid O(n^2) performance for a directory with very many entriesJim Meyering
2008-09-26seq -0.1 0.1 2: print final number when locale's decimal point is ","Jim Meyering
2008-09-06install: new option: --strip-program,Kamil Dudka
2008-09-03df: new option: --total to print grand totalsKamil Dudka
2008-08-15adjustJim Meyering
2008-08-15sort: new option, --sort=version, for version number orderingBruce Korb
2008-08-06expr: support arbitrary-precision arithmeticJames Youngman
2008-08-06doc: mv,cp: undocument the --reply optionJames Youngman
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