Age | Commit message (Expand) | Author |
2010-10-05 | stat: adjust the printing of SELinux context | Pádraig Brady |
2010-10-03 | maint: suppress a bogus used-uninitialized warning in tr.c | Jim Meyering |
2010-10-01 | stat: print SELinux context when available | Eric Blake |
2010-10-01 | stat: optimize and translate default format strings | Eric Blake |
2010-10-01 | stat: print timestamps to full resolution | Eric Blake |
2010-10-01 | stat: support printing birthtime | Eric Blake |
2010-09-29 | tr: fix various issues with case conversion | Pádraig Brady |
2010-09-20 | sort: destroy spin locks portably | Paul Eggert |
2010-09-18 | build: use gnulib's new termios module | Jim Meyering |
2010-09-17 | maint: update to latest gnulib | Eric Blake |
2010-09-17 | rm: remove no-op -d option | Eric Blake |
2010-09-17 | maint: update to latest gnulib | Eric Blake |
2010-09-13 | dircolors: add rxvt-unicode-256color terminal type | Dmitry V. Levin |
2010-09-01 | tac: suppress technically unneeded "free" | Jim Meyering |
2010-09-01 | join: improve performance when operating on whole lines | Pádraig Brady |
2010-08-28 | tac: avoid double free | Jim Meyering |
2010-08-27 | stat: add %m to output the mount point for a file | Aaron Burgemeister |
2010-08-25 | df: always print the device name for bind mounted files | Pádraig Brady |
2010-08-23 | stat: fix a small memory leak with %N | Pádraig Brady |
2010-08-10 | sort, who: prefer free+malloc to realloc when contents are irrelevant | Paul Eggert |
2010-08-10 | sort: free/xmalloc rather than xrealloc | Paul Eggert |
2010-08-10 | sort: avoid gcc warning: explicitly ignore strtold result | Jim Meyering |
2010-08-09 | dircolors: add screen.rxvt & terminator to TERM list | Mike Frysinger |
2010-08-08 | sort: speed up -R with long lines in hard locales | Paul Eggert |
2010-08-06 | sort: support all combinations of -d, -f, -i, -R, and -V | Paul Eggert |
2010-08-05 | sort: tune and refactor --debug code, and fix minor underlining bug | Paul Eggert |
2010-08-04 | sort: -R now uses less memory on long lines with internal NULs | Paul Eggert |
2010-08-03 | sort: fix bug in --debug when \0 is followed by \t | Paul Eggert |
2010-08-02 | sort: revert recent -h changes and use a more-conservative approach | Paul Eggert |
2010-07-30 | sort: -h now handles comparisons such as 6000K vs 5M and 5MiB vs 5MB | Paul Eggert |
2010-07-27 | sort: fix --debug display with very large offsets | Paul Eggert |
2010-07-26 | sort: fix bug with EOF at buffer refill | Paul Eggert |
2010-07-26 | sort: omit some "inline"s | Paul Eggert |
2010-07-26 | sort: don't assume ASCII when parsing K, M, G suffixes | Paul Eggert |
2010-07-25 | sort: omit unnecessary mutex unlock+lock; simplify heap access | Paul R. Eggert |
2010-07-25 | sort: omit 'restrict' in doubtful cases | Paul R. Eggert |
2010-07-25 | sort: omit unnecessary casts | Paul R. Eggert |
2010-07-25 | sort: use more-consistent style with const | Paul R. Eggert |
2010-07-24 | du: tune, and fix some -L bugs with dangling or cyclic symlinks | Paul R. Eggert |
2010-07-22 | provide POSIX_FADV_SEQUENTIAL hint to appropriate utils | Pádraig Brady |
2010-07-22 | fadvise: new module providing a simpler interface to posix_fadvise | Pádraig Brady |
2010-07-19 | sort: -R no longer disables multithreading | Paul R. Eggert |
2010-07-16 | randread: don't require -lrt | Paul R. Eggert |
2010-07-15 | sort: fix a bug with sort -u and xmemcoll0, and tune keycompare | Paul R. Eggert |
2010-07-15 | sort: fix a bug when sorting unterminated lines | Pádraig Brady |
2010-07-15 | sort: speed up default full line sorting | Chen Guo |
2010-07-14 | maint: omit $(POW_LIB) when linking, as this is no longer needed | Paul R. Eggert |
2010-07-13 | sort: parallelize internal sort | Chen Guo |
2010-07-12 | dd: also spell out size on memory exhaustion | Paul R. Eggert |
2010-07-09 | chcon, chmod, chown, du: don't translate "%s" | Paul Eggert |