| Age | Commit message (Expand) | Author | Lines |
| 2010-09-17 | maint: update to latest gnulib | Eric Blake | -2/+4 |
| 2010-09-13 | dircolors: add rxvt-unicode-256color terminal type | Dmitry V. Levin | -0/+1 |
| 2010-09-07 | tests: work around a failure with dash 0.5.4 | Pádraig Brady | -1/+2 |
| 2010-09-07 | tests: make various timeouts more robust | Pádraig Brady | -18/+26 |
| 2010-09-07 | tests: exclude some tests when running on NFS | Pádraig Brady | -22/+41 |
| 2010-09-04 | build: update gnulib submodule to latest | Jim Meyering | -0/+0 |
| 2010-09-04 | build: use gettext-h, not gettext | Jim Meyering | -1/+1 |
| 2010-09-01 | tac: suppress technically unneeded "free" | Jim Meyering | -0/+2 |
| 2010-09-01 | join: improve performance when operating on whole lines | Pádraig Brady | -2/+2 |
| 2010-08-28 | tac: avoid double free | Jim Meyering | -2/+13 |
| 2010-08-27 | doc: clarify that stat -f implies -L (follows symlinks) | Pádraig Brady | -0/+1 |
| 2010-08-27 | stat: add %m to output the mount point for a file | Aaron Burgemeister | -90/+284 |
| 2010-08-26 | maint: update to latest gnulib | Eric Blake | -0/+0 |
| 2010-08-26 | maint: avoid a hung 'make syntax-check' in VPATH build | Eric Blake | -1/+1 |
| 2010-08-25 | df: always print the device name for bind mounted files | Pádraig Brady | -40/+24 |
| 2010-08-23 | stat: fix a small memory leak with %N | Pádraig Brady | -0/+1 |
| 2010-08-15 | maint: exclude tests from the set_program_name syntax-check | Pádraig Brady | -5/+1 |
| 2010-08-15 | doc: avoid a warning from newer texinfo | Ralf Wildenhues | -1/+1 |
| 2010-08-15 | doc: improve the info on md5sum security weaknesses | Bruno Haible | -8/+10 |
| 2010-08-13 | * tests/misc/sort (use-nl): Fix comment to match the test case. | Paul Eggert | -20/+7 |
| 2010-08-10 | sort, who: prefer free+malloc to realloc when contents are irrelevant | Paul Eggert | -5/+10 |
| 2010-08-10 | sort: free/xmalloc rather than xrealloc | Paul Eggert | -2/+9 |
| 2010-08-10 | build: update to latest gnulib | Eric Blake | -0/+0 |
| 2010-08-10 | sort: avoid gcc warning: explicitly ignore strtold result | Jim Meyering | -1/+2 |
| 2010-08-09 | tests: silence 'make syntax-check' | Eric Blake | -1/+2 |
| 2010-08-09 | dircolors: add screen.rxvt & terminator to TERM list | Mike Frysinger | -0/+2 |
| 2010-08-09 | ls: fix a test failure that should have been skipped | Dan Hipschman | -0/+2 |
| 2010-08-08 | sort: speed up -R with long lines in hard locales | Paul Eggert | -5/+13 |
| 2010-08-06 | sort: support all combinations of -d, -f, -i, -R, and -V | Paul Eggert | -126/+108 |
| 2010-08-05 | sort: tune and refactor --debug code, and fix minor underlining bug | Paul Eggert | -152/+166 |
| 2010-08-04 | sort: -R now uses less memory on long lines with internal NULs | Paul Eggert | -242/+118 |
| 2010-08-03 | init.sh: work around trap limitation of some shells | Paul Eggert | -3/+6 |
| 2010-08-03 | sort: fix bug in --debug when \0 is followed by \t | Paul Eggert | -19/+14 |
| 2010-08-02 | sort: revert recent -h changes and use a more-conservative approach | Paul Eggert | -106/+53 |
| 2010-07-30 | sort: -h now handles comparisons such as 6000K vs 5M and 5MiB vs 5MB | Paul Eggert | -93/+120 |
| 2010-07-27 | sort: fix --debug display with very large offsets | Paul Eggert | -2/+5 |
| 2010-07-26 | sort: fix bug with EOF at buffer refill | Paul Eggert | -1/+2 |
| 2010-07-26 | sort: omit some "inline"s | Paul Eggert | -9/+9 |
| 2010-07-26 | sort: don't assume ASCII when parsing K, M, G suffixes | Paul Eggert | -1/+5 |
| 2010-07-25 | sort: make struct heap private | Paul R. Eggert | -8/+7 |
| 2010-07-25 | sort: omit unnecessary mutex unlock+lock; simplify heap access | Paul R. Eggert | -14/+5 |
| 2010-07-25 | sort: omit 'restrict' in doubtful cases | Paul R. Eggert | -19/+17 |
| 2010-07-25 | sort: omit unnecessary casts | Paul R. Eggert | -8/+7 |
| 2010-07-25 | sort: use more-consistent style with const | Paul R. Eggert | -61/+60 |
| 2010-07-25 | du: add NEWS entry for recent du -L fixes | Paul Eggert | -0/+3 |
| 2010-07-24 | du: tune, and fix some -L bugs with dangling or cyclic symlinks | Paul R. Eggert | -69/+91 |
| 2010-07-23 | tests/misc/sort-merge-fdlimit: don't assume -R opens /dev/urandom | Paul R. Eggert | -5/+9 |
| 2010-07-23 | randread: run 2x faster on 64-bit hosts, don't assume no padding bits | Paul R. Eggert | -239/+862 |
| 2010-07-22 | provide POSIX_FADV_SEQUENTIAL hint to appropriate utils | Pádraig Brady | -6/+72 |
| 2010-07-22 | fadvise: new module providing a simpler interface to posix_fadvise | Pádraig Brady | -28/+188 |