| Age | Commit message (Expand) | Author | Lines |
| 2008-10-03 | timeout.c: don't use perror; exit 125 upon failed fork | Jim Meyering | -3/+3 |
| 2008-10-03 | ls and sort: use filevercmp instead of strverscmp | Kamil Dudka | -11/+52 |
| 2008-10-02 | tests: skip a root-only test when configured without libcap | Jim Meyering | -0/+3 |
| 2008-10-02 | ignore additional built file | Eric Blake | -0/+1 |
| 2008-10-02 | remove.c: allow compilation on cygwin | Eric Blake | -6/+6 |
| 2008-10-02 | bootstrap: merge from gnulib | Jim Meyering | -4/+46 |
| 2008-10-01 | remove.c: combine two helper functions, to avoid sign-extension | Jim Meyering | -21/+22 |
| 2008-10-01 | rm: don't preprocess a directory on a file system of type tmpfs or nfs | Jim Meyering | -3/+46 |
| 2008-10-01 | tests: use our new timeout program | Jim Meyering | -4/+11 |
| 2008-09-29 | fix make variable quotation error | Ralf Wildenhues | -1/+1 |
| 2008-09-29 | seq: solve e13188e7ef7bbd609c1586332a335b4194b881aa more cleanly | Jim Meyering | -2/+5 |
| 2008-09-28 | build: avoid spurious valgrind warning about uses of touch | Jim Meyering | -1/+9 |
| 2008-09-28 | mktemp: plug an inconsequential leak | Jim Meyering | -1/+2 |
| 2008-09-28 | THANKS: add Erik Auerswald | Jim Meyering | -0/+1 |
| 2008-09-27 | remove.c: avoid compiler warning | Eric Blake | -0/+2 |
| 2008-09-27 | rm -r: avoid O(n^2) performance for a directory with very many entries | Jim Meyering | -0/+249 |
| 2008-09-27 | remove.c: don't use xmalloc; don't let obstack call exit on failure | Jim Meyering | -16/+42 |
| 2008-09-27 | * maint.mk (my-distcheck): remove duplicate c99-related test code | Jim Meyering | -7/+0 |
| 2008-09-27 | maint: allow more C99 constructs; stop maintaining c99-to-c89 patch set | Jim Meyering | -0/+2 |
| 2008-09-26 | seq -0.1 0.1 2: print final number when locale's decimal point is "," | Jim Meyering | -1/+20 |
| 2008-09-26 | maint: relax a check so "make distcheck" succeeds again | Jim Meyering | -1/+4 |
| 2008-09-24 | maint: avoid using find -name Makefile.am; could get false positives | Jim Meyering | -1/+2 |
| 2008-09-24 | pinky: gettextize two missed strings | Benno Schulenberg | -2/+5 |
| 2008-09-24 | cp.c: adjust a comment to make it consistent with documentation | Jim Meyering | -1/+1 |
| 2008-09-22 | fix installation with ./ginstall in src | Ralf Wildenhues | -2/+5 |
| 2008-09-22 | doc: alphabetize 'who's option descriptions | Benno Schulenberg | -28/+22 |
| 2008-09-19 | who --help: add a general description | Benno Schulenberg | -0/+3 |
| 2008-09-19 | uptime --help: put together message parts that belong together | Benno Schulenberg | -6/+10 |
| 2008-09-19 | tr --help: gettextize a single paragraph as a single string | Benno Schulenberg | -8/+2 |
| 2008-09-19 | tail: gettextize the string, "standard input" | Benno Schulenberg | -1/+1 |
| 2008-09-19 | tail --help: move the --retry entry into alphabetical order | Benno Schulenberg | -5/+6 |
| 2008-09-19 | shred --help: lowercase a stray capital | Benno Schulenberg | -1/+1 |
| 2008-09-19 | stty --help: correct the alignment of an entry | Benno Schulenberg | -3/+3 |
| 2008-09-19 | sort --help: sort the options better alphabetically | Benno Schulenberg | -2/+6 |
| 2008-09-19 | rmdir --help: use lower case in option description; adjust indentation | Benno Schulenberg | -3/+3 |
| 2008-09-19 | remove.c: move comment to right before string, so gettext will pick it up | Benno Schulenberg | -4/+4 |
| 2008-09-19 | pr --help: elide arguments after short options that allow a space | Benno Schulenberg | -8/+6 |
| 2008-09-19 | od: ungettextize debugging messages | Benno Schulenberg | -2/+2 |
| 2008-09-19 | nohup, remove, tr: also gettextize the alternative messages | Benno Schulenberg | -9/+9 |
| 2008-09-19 | od --help: avoid concatening two messages without a newline | Benno Schulenberg | -2/+2 |
| 2008-09-19 | mkfifo, mknod --help: put -Z option in its alphabetical position | Benno Schulenberg | -5/+5 |
| 2008-09-19 | doc: coreutils.texi (csplit invocation): Add an example. | Jim Meyering | -0/+50 |
| 2008-09-14 | various VPATH-related fixes | Ralf Wildenhues | -9/+16 |
| 2008-09-14 | stat: remove obsolete and undocumented option, --filesystem | Jim Meyering | -4/+0 |
| 2008-09-13 | tests: reenable disabled test, now that automake can handle it | Jim Meyering | -7/+0 |
| 2008-09-11 | tests: temporarily disable part of "make distcheck" | Jim Meyering | -0/+7 |
| 2008-09-11 | tweak wording and check to avoid failure | Jim Meyering | -3/+3 |
| 2008-09-10 | doc: mention which commands may be built-in functions | Jim Meyering | -22/+33 |
| 2008-09-10 | simplify installation rules, using new Automake | Ralf Wildenhues | -37/+6 |
| 2008-09-10 | fix minor shell issues in test suite | Ralf Wildenhues | -8/+8 |