Age | Commit message (Expand) | Author |
2016-01-13 | doc: suggest dd "sync" flag to maximize "nocache" effectiveness | Pádraig Brady |
2016-01-13 | doc: mention the '0#' printf flags with stat %a | Pádraig Brady |
2016-01-13 | mv: fix data loss with repeated source dir and same destination | Pádraig Brady |
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: support NUL --output-delimiter for consistency | 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 "flusho" local setting | 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 | doc: mention in more places that -D will create --target-directory | Pádraig Brady |
2016-01-03 | install: only attempt to create a target dir once | Pádraig Brady |
2016-01-03 | install: fix relative copies to absolute directory with -D | Pádraig Brady |
2016-01-01 | maint: avoid a sc_long_lines failure in recent commit | 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-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 | kill: add undocumented -L for compatibility | Pádraig Brady |
2015-12-14 | maint: fix incorrect spellings etc | Pádraig Brady |
2015-12-14 | maint: remove form feed characters from sources | Pádraig Brady |
2015-12-07 | sort: promote '--debug' | Eric Blake |
2015-12-04 | doc: improve the description of sort --random-sort | Pádraig Brady |
2015-11-30 | doc: avoid confusing K argument in the man pages of head and tail | Bernhard Voelker |
2015-11-25 | doc: clarify descriptions for tr --squeeze-repeats | Pádraig Brady |
2015-11-24 | copy: fix copying of extents beyond the apparent file size | Dmitry Monakhov |
2015-11-23 | md5sum,sha*sum: ensure --ignore-missing fails when no file verified | Pádraig Brady |
2015-11-23 | md5sum,sha*sum: add --ignore-missing for checking a subset of files | Luther Thompson |
2015-11-19 | build: fix VPATH build with --disable-dependency-tracking | Pádraig Brady |
2015-11-17 | maint: remove unmaintained file, c99-to-c89.diff | Jim Meyering |
2015-11-12 | csplit: check and report fwrite errors with errno | Assaf Gordon |
2015-11-11 | stat: improve support for new Linux pseudo FS and ACFS | Pádraig Brady |
2015-11-04 | maint: add a syntax check to avoid unstyled quoting | Pádraig Brady |
2015-11-04 | paste: avoid confusing backslash quoting in diagnostic | 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 | ls: avoid redundant processing when already escaping | Pádraig Brady |
2015-11-04 | ls: document and test new shell-escape quoting | Pádraig Brady |
2015-11-04 | test: use consistent quoting | Pádraig Brady |
2015-11-04 | all: avoid quoting file names when possible | Pádraig Brady |
2015-11-04 | md5sum: ensure a single status line per file | Pádraig Brady |
2015-11-04 | all: replace most uses of quotearg_colon() with quote() | Pádraig Brady |
2015-10-27 | date: use extended format timezone for --iso-8601 | Pádraig Brady |
2015-10-27 | copy,dd: simplify and optimize NUL bytes detection | Pádraig Brady |