Age | Commit message (Expand) | Author |
2013-05-18 | maint: port --enable-gcc-warnings to clang | Paul Eggert |
2013-05-11 | maint: add FIXME comment | Paul Eggert |
2013-05-11 | mkdir: don't assume umask equals POSIX default ACL mask | Paul Eggert |
2013-05-08 | id: with -Z, show SMACK security context | Jarkko Sakkinen |
2013-05-08 | cut: improve performance, especially with --output-delimiter | Cojocaru Alexandru |
2013-05-07 | cut: fix handling of overlapping ranges | Cojocaru Alexandru |
2013-04-29 | cut: reduce CPU usage for the the common case | Pádraig Brady |
2013-04-29 | cut: reduce CPU overhead in determining item to output | Cojocaru Alexandru |
2013-04-29 | cut: make memory allocation independent of range width | Cojocaru Alexandru |
2013-04-28 | stat,tail: improve support for snfs | Pádraig Brady |
2013-04-20 | tail: exit following by descriptor when no tailable file left | Bernhard Voelker |
2013-04-20 | tail: let -f --retry wait for inaccessible files | Bernhard Voelker |
2013-04-14 | head: with --bytes=-N only allocate memory as needed | Pádraig Brady |
2013-04-14 | dd: avoid buffer allocations unless needed | Ondrej Oprala |
2013-04-10 | csplit: add the --suppress-matched option | Assaf Gordon |
2013-04-04 | tail: exit without reading input if would never output | Pádraig Brady |
2013-04-04 | shuf: exit without reading if would never output | Pádraig Brady |
2013-04-04 | ln: --relative: fix updating of existing symlinks | Rémy Lefevre |
2013-03-25 | shuf: use reservoir-sampling for large or unknown sized inputs | Assaf Gordon |
2013-03-24 | stat,tail: improve support for efivarfs, exofs, f2fs and ubifs | Pádraig Brady |
2013-03-24 | maint: improve make src/fs-magic-compare | Pádraig Brady |
2013-03-22 | doc: clarify the printable characters output by od | Pádraig Brady |
2013-03-22 | doc: clarify stat the meaning of --format="%t %T" | Pádraig Brady |
2013-03-04 | build: fix factor build failure on aarch64 | Torbjörn Granlund |
2013-02-28 | uniq: add the --group option | Assaf Gordon |
2013-02-28 | doc: move some info from all --help messages, online | Pádraig Brady |
2013-02-28 | dircolors: add a new entry to colorize 'arc' files | Javier López |
2013-02-28 | join: Add the -z, --zero-terminated option | Assaf Gordon |
2013-02-28 | dircolors: add new entries to colorized archive formats | Ondřej Vašík |
2013-02-22 | install: cleanup properly if the strip program failed for any reason | Ondrej Oprala |
2013-02-20 | copy: ensure the correct root ID is checked on all platforms | Joachim Schmitz |
2013-02-20 | maint: cleanup up various uses of __attribute__ | Pádraig Brady |
2013-02-20 | build: fix numfmt build error on compilers without __attribute | Joachim Schmitz |
2013-02-14 | build: avoid link failure in devmsg() on older linkers | Pádraig Brady |
2013-02-13 | numfmt: fix strtol() return code handling | Assaf Gordon |
2013-02-11 | doc: improve the numfmt man page format | Pádraig Brady |
2013-02-10 | doc: standardize helptext of numfmt and slice into single options | Benno Schulenberg |
2013-02-10 | maint: consolidate developer debug messages | Pádraig Brady |
2013-02-06 | maint: improve error messages upon failed read, write, access, close | Benno Schulenberg |
2013-02-05 | doc: fix a numfmt help section typo | Assaf Gordon |
2013-02-05 | stty: add support for DTR/DSR hardware control flow | Ondřej Vašík |
2013-02-05 | numfmt: correct a printf format | Pádraig Brady |
2013-02-04 | numfmt: a new command to format numbers | Assaf Gordon |
2013-02-04 | cut: fix a segfault with disjoint open ended ranges | Pádraig Brady |
2013-01-28 | df: do not treat rootfs specially | Bernhard Voelker |
2013-01-27 | df: prefer fullpath entries when deduplicating | Ondrej Oprala |
2013-01-26 | timeout: ensure a blocked SIGALRM from the parent is unblocked | Stephan Krempel |
2013-01-26 | seq: fix to always honor the step value | Pádraig Brady |
2013-01-26 | seq: fix misaligment with -w when no precision for start value | Pádraig Brady |
2013-01-26 | cut: fix -f to work with the -d$'\n' edge case | Pádraig Brady |