summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2010-12-19sort: use at most 8 threads by defaultPádraig Brady
2010-12-16sort: do not generate thousands of subprocesses for 16-way mergePaul Eggert
2010-12-16sort: fix hang with sort --compressPaul Eggert
2010-12-16sort: don't dump core when merging from input twicePaul Eggert
2010-12-14sort: document --compress reaper fixesPaul Eggert
2010-12-11sort: avoid segfault when using two or more threadsJim Meyering
2010-12-11sort: use mutexes, not spinlocks (avoid busy loop on blocked output)Chen Guo
2010-12-03cp: fix bug with fine-grained src to nearby coarse-grained destPaul Eggert
2010-12-01sort -u: fix a thread-race pointer corruption bugPaul Eggert
2010-11-22split: add --number to generate a particular number of filesChen Guo
2010-11-18maint: avoid NEWS-related syntax-check failureJim Meyering
2010-11-18od: fix bugs in displaying floating-point valuesPaul Eggert
2010-11-13doc: tweak NEWS and coreutils.texiPaul Eggert
2010-11-13post-release administriviaJim Meyering
2010-11-13version 8.7Jim Meyering
2010-11-13stat: do not provide variable precision time stampsJim Meyering
2010-11-11csplit: fix a memory leak per input bufferPádraig Brady
2010-11-10csplit: avoid buffer overrun when writing more than 999 filesJim Meyering
2010-11-06stat: use e.g. %.3X instead of %X.%3:X for sub-second precisionPaul Eggert
2010-11-04cp: NEWS entry for previous fixEric Blake
2010-11-03stat: revert %X-%Y-%Z change; use e.g., %:X to print fractional secondsJim Meyering
2010-10-27cp: make --attributes-only override --reflink completelyPádraig Brady
2010-10-25tail: support rechecking currently missing remote dirsPádraig Brady
2010-10-15post-release administriviaJim Meyering
2010-10-15version 8.6Jim Meyering
2010-10-12tail: fix checking of currently unavailable directoriesPádraig Brady
2010-10-07split: fix reporting of read errorsPádraig Brady
2010-10-05stat: drop %C support when printing file system detailsEric Blake
2010-10-01stat: print SELinux context when availableEric Blake
2010-10-01stat: optimize and translate default format stringsEric Blake
2010-10-01stat: print timestamps to full resolutionEric Blake
2010-10-01stat: support printing birthtimeEric Blake
2010-09-30maint: mention the du-exclude--vs--cycle-dir fixJim Meyering
2010-09-29tr: fix various issues with case conversionPádraig Brady
2010-09-17rm: remove no-op -d optionEric Blake
2010-08-28tac: avoid double freeJim Meyering
2010-08-27stat: add %m to output the mount point for a fileAaron Burgemeister
2010-08-25df: always print the device name for bind mounted filesPádraig Brady
2010-08-06sort: support all combinations of -d, -f, -i, -R, and -VPaul Eggert
2010-08-02sort: revert recent -h changes and use a more-conservative approachPaul Eggert
2010-07-30sort: -h now handles comparisons such as 6000K vs 5M and 5MiB vs 5MBPaul Eggert
2010-07-25du: add NEWS entry for recent du -L fixesPaul Eggert
2010-07-13maint: reorganize latest NEWSPádraig Brady
2010-07-13sort: parallelize internal sortChen Guo
2010-07-04du: use less than half as much memory when tracking hard linksJim Meyering
2010-07-03du: don't miscount duplicate directories or link-count-1 filesPaul Eggert
2010-07-01cp: add an option to only copy the file attributesPádraig Brady
2010-07-01ls: use the POSIX date style when the locale does not specify onePádraig Brady
2010-06-22stat: remove support for deprecated --context (-Z) optionJim Meyering
2010-06-02touch: remove support for --file=REF_FILE optionJim Meyering