Age | Commit message (Expand) | Author |
2016-01-13 | wc: avoid ambiguous output with '\n' in file names | Pádraig Brady |
2016-01-13 | numfmt: add the -z,--zero-terminated option | Assaf Gordon |
2016-01-13 | paste: add the -z,--zero-terminated option | Pádraig Brady |
2016-01-13 | comm: add the -z,--zero-terminated option | Pádraig Brady |
2016-01-13 | tac: support an empty (NUL) --separator | Pádraig Brady |
2016-01-13 | cut: add the -z,--zero-terminated option | Pádraig Brady |
2016-01-13 | head,tail: add the -z,--zero-terminated option | Richard Russon |
2016-01-13 | join,sort,uniq: with -z, treat '\n' as a field separator | Pádraig Brady |
2016-01-06 | stty: support [-]drain setting to control waiting for pending Tx | Pádraig Brady |
2016-01-04 | stty: support -I, --immediate to not wait for pending transmission | Pádraig Brady |
2016-01-03 | install: fix relative copies to absolute directory with -D | Pádraig Brady |
2016-01-01 | maint: update all copyright year number ranges | Pádraig Brady |
2015-12-31 | dd: append spaces to shorter status=progress line | Paul Eggert |
2015-12-31 | dd: summarize in --human-readable format too | Paul Eggert |
2015-12-23 | build: update to latest gnulib | Pádraig Brady |
2015-12-14 | sort: fix --debug marking for -b -k1.x | Pádraig Brady |
2015-12-14 | stat: report file system type for "overlayfs" | Pádraig Brady |
2015-12-14 | maint: fix incorrect spellings etc | Pádraig Brady |
2015-11-24 | copy: fix copying of extents beyond the apparent file size | Dmitry Monakhov |
2015-11-23 | md5sum,sha*sum: add --ignore-missing for checking a subset of files | Luther Thompson |
2015-11-11 | stat: improve support for new Linux pseudo FS and ACFS | Pádraig Brady |
2015-11-04 | ls: default to --quoting=shell-escape for output to terminal | Pádraig Brady |
2015-11-04 | printf: support the %q format to quote for shell | Pádraig Brady |
2015-11-04 | md5sum: ensure a single status line per file | Pádraig Brady |
2015-10-27 | date: use extended format timezone for --iso-8601 | Pádraig Brady |
2015-10-27 | all: quote string arguments in error messages | Pádraig Brady |
2015-10-27 | md5sum: quote all printed file names | Pádraig Brady |
2015-10-21 | ls: fix off by one error when determining max display columns | Pádraig Brady |
2015-10-21 | ls: allow -w0 to mean no limit on line length | Pádraig Brady |
2015-10-16 | dircolors: support globbing of TERM entries | Pádraig Brady |
2015-09-23 | df: prioritize mounts nearer the device root | Dave Chiluk |
2015-09-18 | du: avoid to stat all mount points if possible | Bernhard Voelker |
2015-09-03 | base64: no longer support hex or oct --wrap params | Pádraig Brady |
2015-09-03 | base32: A new program similar to base64 | Pádraig Brady |
2015-07-07 | shred: fix pattern selection for certain iteration counts | Pádraig Brady |
2015-07-03 | maint: post-release administrivia | Pádraig Brady |
2015-07-03 | version 8.24 | Pádraig Brady |
2015-06-24 | factor: avoid interspersed lines for parallel runs | Pádraig Brady |
2015-06-22 | numfmt: handle leading zeros correctly | Pádraig Brady |
2015-06-22 | numfmt: avoid integer overflow when rounding | Pádraig Brady |
2015-06-21 | numfmt: support user specified output precision | Pádraig Brady |
2015-06-19 | numfmt: implement support for field ranges | Dylan Cali |
2015-06-19 | numfmt: handle suffixes consistently with --{from,to}-unit | Pádraig Brady |
2015-06-09 | tail: display file headers correctly with inotify | Pádraig Brady |
2015-05-23 | mkdir: fix -pZ with existing parent directories | Pádraig Brady |
2015-05-13 | timeout: with --foreground don't send SIGCONT | Pádraig Brady |
2015-05-11 | tail: consistently output all data for truncated files | Pádraig Brady |
2015-05-11 | tail: fix inotify startup races | Pádraig Brady |
2015-04-13 | df: fix --local hanging with inaccessible remote mounts | Pádraig Brady |
2015-03-31 | tail: fix -f to follow changes after a rename | Stephane Chazelas |