| Age | Commit message (Expand) | Author | Lines |
| 2010-07-22 | build: support fully excluding stdbuf from the build | Mike Frysinger | -2/+7 |
| 2010-07-20 | randread: use /dev/urandom to seed, not just getpid etc | Paul R. Eggert | -18/+45 |
| 2010-07-19 | sort: -R no longer disables multithreading | Paul R. Eggert | -53/+27 |
| 2010-07-16 | randread: don't require -lrt | Paul R. Eggert | -10/+5 |
| 2010-07-15 | sort: add a test case for the sort -u bug | Paul R. Eggert | -0/+47 |
| 2010-07-15 | sort: fix a bug with sort -u and xmemcoll0, and tune keycompare | Paul R. Eggert | -5/+7 |
| 2010-07-15 | sort: fix a bug when sorting unterminated lines | Pádraig Brady | -1/+1 |
| 2010-07-15 | sort: speed up default full line sorting | Chen Guo | -3/+15 |
| 2010-07-14 | heap_alloc: avoid integer overflow | Jim Meyering | -1/+1 |
| 2010-07-14 | maint: omit $(POW_LIB) when linking, as this is no longer needed | Paul R. Eggert | -8/+0 |
| 2010-07-14 | build: update gnulib submodule to latest; update bootstrap, too | Pádraig Brady | -4/+7 |
| 2010-07-13 | maint: reorganize latest NEWS | Pádraig Brady | -9/+10 |
| 2010-07-13 | maint: heap.c: simplify dynamic allocations | Pádraig Brady | -22/+5 |
| 2010-07-13 | sort: parallelize internal sort | Chen Guo | -57/+805 |
| 2010-07-13 | di-set, ino-map: adjust a type, improve readability | Jim Meyering | -8/+12 |
| 2010-07-12 | dd: also spell out size on memory exhaustion | Paul R. Eggert | -8/+6 |
| 2010-07-09 | chcon, chmod, chown, du: don't translate "%s" | Paul Eggert | -4/+4 |
| 2010-07-06 | du: avoid spurious warnings with 64-bit gcc -W | Paul Eggert | -2/+2 |
| 2010-07-06 | du: Hash with a mechanism that's simpler and takes less memory. | Paul Eggert | -444/+402 |
| 2010-07-05 | stat: getfilecon failure now evokes nonzero exit status | Jim Meyering | -22/+38 |
| 2010-07-05 | system.h: define ATTRIBUTE_WARN_UNUSED_RESULT | Jim Meyering | -0/+8 |
| 2010-07-05 | tests: make tests requiring a delay to pass, more robust | Pádraig Brady | -91/+172 |
| 2010-07-04 | doc: Add advice about ChangeLogs and synchronizing submodules | Paul Eggert | -0/+29 |
| 2010-07-04 | du: increase the initial dev-inode set size | Jim Meyering | -1/+1 |
| 2010-07-04 | du: use less than half as much memory when tracking hard links | Jim Meyering | -63/+15 |
| 2010-07-04 | di-set: manipulate sets of dev/inode pairs efficiently | Jim Meyering | -0/+424 |
| 2010-07-04 | dev-map: map device number to small non-negative | Jim Meyering | -0/+229 |
| 2010-07-03 | du: don't miscount duplicate directories or link-count-1 files | Paul Eggert | -20/+52 |
| 2010-07-02 | build: update gnulib submodule to latest; update bootstrap, too | Jim Meyering | -3/+5 |
| 2010-07-01 | cp: add an option to only copy the file attributes | Pádraig Brady | -57/+78 |
| 2010-07-01 | ls: use the POSIX date style when the locale does not specify one | Pádraig Brady | -15/+35 |
| 2010-06-30 | tests: fail rather than infloop in tail's inotify-rotate test | Jim Meyering | -6/+16 |
| 2010-06-30 | tests: move most helper functions from test-lib.sh to new init.cfg | Jim Meyering | -352/+364 |
| 2010-06-30 | tests: sync tests/init.sh from gnulib | Jim Meyering | -23/+24 |
| 2010-06-29 | doc: df, du, ls: improve --blocksize description in --help | Jim Meyering | -3/+9 |
| 2010-06-29 | doc: reference POS syntax in --help for sort --key | Pádraig Brady | -1/+1 |
| 2010-06-27 | ln: print a clearer error message when linking fails | Benno Schulenberg | -5/+5 |
| 2010-06-22 | stat: remove support for deprecated --context (-Z) option | Jim Meyering | -10/+5 |
| 2010-06-21 | doc: fix comm's --help output so we generate a better man page | Jim Meyering | -1/+1 |
| 2010-06-14 | maint: ignore another gnulib generated file | Eric Blake | -0/+1 |
| 2010-06-14 | cat: improve documentation | Eric Blake | -2/+4 |
| 2010-06-14 | doc: dd: discourage use of very large block sizes | Jim Meyering | -0/+5 |
| 2010-06-14 | dd: print a better diagnostic for an invalid block size | Jim Meyering | -2/+23 |
| 2010-06-11 | build: update gnulib submodule to latest | Jim Meyering | -0/+0 |
| 2010-06-11 | build: don't let a large sparse temporary file cause "make dist" to fail | Jim Meyering | -0/+11 |
| 2010-06-10 | ls: avoid just-introduced buffer overrun | Jim Meyering | -1/+1 |
| 2010-06-08 | maint: adjust INT_BUFSIZE_BOUND usage for maintainability | Jim Meyering | -7/+7 |
| 2010-06-08 | sort: avoid unnecessary use of sprintf | Jim Meyering | -12/+13 |
| 2010-06-08 | dirname: tweak summary wording | Eric Blake | -6/+11 |
| 2010-06-02 | doc: mention the new coreutils@ mailing lists | Jim Meyering | -0/+3 |