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: 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-10 | tests: fix races wrt output files of background processes | Bernhard Voelker |
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-01 | maint: update all copyright year number ranges | Pádraig Brady |
2015-12-17 | tests: avoid intermittent ulimit -v failures | Pádraig Brady |
2015-12-15 | maint: include 'env' commands in returns_ syntax check | Pádraig Brady |
2015-12-15 | tests: improve kill tests | Pádraig Brady |
2015-12-14 | sort: fix --debug marking for -b -k1.x | Pádraig Brady |
2015-12-14 | kill: add undocumented -L for compatibility | Pádraig Brady |
2015-12-14 | tests: add tests for the kill command | Pádraig Brady |
2015-12-14 | maint: fix incorrect spellings etc | Pádraig Brady |
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-12 | csplit: check and report fwrite errors with errno | Assaf Gordon |
2015-11-10 | tests: ensure programs are built before testing | Pádraig Brady |
2015-11-10 | maint: use standard spacing in shebang line in tests | Pádraig Brady |
2015-11-10 | tests: cleanup trapping of signal names | Pádraig Brady |
2015-11-04 | paste: avoid confusing backslash quoting in diagnostic | 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 | 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 | all: quote string arguments in error messages | Pádraig Brady |
2015-10-27 | md5sum: quote all printed file names | Pádraig Brady |
2015-10-19 | tests: adjust recent change to csplit VM limit | Pádraig Brady |
2015-10-16 | dircolors: support globbing of TERM entries | Pádraig Brady |
2015-10-10 | tests: make a long running test responsive to Ctrl-C | Pádraig Brady |
2015-10-08 | tests: adjust recent changes to virtual memory limits | Pádraig Brady |
2015-10-06 | csplit: remove erroneous mention of -m in --help | Pádraig Brady |
2015-09-22 | maint: use adaptive approach for `ulimit -v` based tests | Bernhard Voelker |
2015-09-22 | sort,numfmt: with --debug, diagnose failure to set locale | Pádraig Brady |
2015-09-12 | numfmt: use new set-fields module to parse --field | Assaf Gordon |
2015-09-12 | cut: refactor into set-fields module | Assaf Gordon |
2015-09-03 | tests: test numfmt stdin behavior | Pádraig Brady |
2015-09-03 | base64: no longer support hex or oct --wrap params | Pádraig Brady |
2015-09-03 | base64: use stricter validation on wrap column | 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 |