summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2015-10-27all: quote string arguments in error messagesPádraig Brady
2015-10-27md5sum: quote all printed file namesPádraig Brady
2015-10-21ls: fix off by one error when determining max display columnsPádraig Brady
2015-10-21ls: allow -w0 to mean no limit on line lengthPádraig Brady
2015-10-16dircolors: support globbing of TERM entriesPádraig Brady
2015-09-23df: prioritize mounts nearer the device rootDave Chiluk
2015-09-18du: avoid to stat all mount points if possibleBernhard Voelker
2015-09-03base64: no longer support hex or oct --wrap paramsPádraig Brady
2015-09-03base32: A new program similar to base64Pádraig Brady
2015-07-07shred: fix pattern selection for certain iteration countsPádraig Brady
2015-07-03maint: post-release administriviaPádraig Brady
2015-07-03version 8.24Pádraig Brady
2015-06-24factor: avoid interspersed lines for parallel runsPádraig Brady
2015-06-22numfmt: handle leading zeros correctlyPádraig Brady
2015-06-22numfmt: avoid integer overflow when roundingPádraig Brady
2015-06-21numfmt: support user specified output precisionPádraig Brady
2015-06-19numfmt: implement support for field rangesDylan Cali
2015-06-19numfmt: handle suffixes consistently with --{from,to}-unitPádraig Brady
2015-06-09tail: display file headers correctly with inotifyPádraig Brady
2015-05-23mkdir: fix -pZ with existing parent directoriesPádraig Brady
2015-05-13timeout: with --foreground don't send SIGCONTPádraig Brady
2015-05-11tail: consistently output all data for truncated filesPádraig Brady
2015-05-11tail: fix inotify startup racesPádraig Brady
2015-04-13df: fix --local hanging with inaccessible remote mountsPádraig Brady
2015-03-31tail: fix -f to follow changes after a renameStephane Chazelas
2015-03-20wc: speedup counting of short linesKristoffer Brånemyr
2015-03-04tee: generalize the --write-error option to --output-errorPádraig Brady
2015-02-27tail,stat: improve support for the IBRIX file systemShane M Seymour
2015-02-24tee: add --write-error to control handling of closed pipesPádraig Brady
2015-02-20tee: treat '-' operand as file name as mandated by POSIXBernhard Voelker
2015-02-18tee: exit early if no more writable outputsPádraig Brady
2015-02-06tail: return inotify resources where possiblePádraig Brady
2015-01-31doc,maint: fix use of "i.e." in documentation and commentsBernhard Voelker
2015-01-28sync: support syncing specified argumentsGiuseppe Scrivano
2015-01-24stty: add support for extproc/LINEMODEPádraig Brady
2015-01-19split: new -t option to select record separatorAssaf Gordon
2015-01-08maint: adjustments related to previous shuf crash fixDaiki Ueno
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-12-02du: handle sub-bind-mount cycles gracefullyBoris Ranto
2014-11-27rm: fix prompted number of arguments to remove on some platformsPádraig Brady
2014-11-24paste: fix possible truncated output with large filesTobias Stoeckmann
2014-11-24df: only suppress remote mounts of separate exports with --totalPádraig Brady
2014-11-22tests: add a case verifying mv on case insensitive file systemsPádraig Brady
2014-11-21mv: fail when moving a file to a hardlinkBoris Ranto
2014-10-16chroot: call chroot() unconditionally to handle bind mounted "/"Pádraig Brady
2014-10-15cp: read sparse files more efficiently with non regular destinationPádraig Brady
2014-10-15cp: avoid speculative preallocation with --sparse=alwaysPádraig Brady
2014-10-15copy: detect smaller holes than the copy buffer sizePádraig Brady
2014-10-07wc: don't miscount /sys and similar file systemsPaul Eggert
2014-09-30dd: new status=progress level to print stats periodicallyFederico Simoncelli