| Age | Commit message (Expand) | Author | Lines |
| 2008-05-19 | use gnulib's base64 module, now that it's sync'd to match this one | Jim Meyering | -635/+0 |
| 2008-05-19 | doc: clarify field delimiter description in uniq --help output | Pádraig Brady | -2/+2 |
| 2008-05-17 | tests: skip when a debian libc6-2.7-11 bug makes printf segfault | Jim Meyering | -9/+20 |
| 2008-05-17 | tests: sync and update wc and du --files0-from tests | Jim Meyering | -21/+31 |
| 2008-05-17 | du, wc: merge improved --files0-from=F-related diagnostics | Jim Meyering | -8/+45 |
| 2008-05-17 | test invalid-option handling in all programs | Jim Meyering | -0/+97 |
| 2008-05-17 | tests: remove ugly /bin/sh wrapper around each perl-based test script | Jim Meyering | -579/+137 |
| 2008-05-16 | tests: allow to run Perl tests more cleanly | Jim Meyering | -2/+17 |
| 2008-05-16 | tests: env-related clean up | Jim Meyering | -11/+9 |
| 2008-05-16 | tests: improve coverage of printf.c | Jim Meyering | -2/+112 |
| 2008-05-16 | make HACKING slightly more generic | Jim Meyering | -8/+14 |
| 2008-05-15 | doc: some Unicode characters cannot be specified via \u or \U | Bruno Haible | -1/+3 |
| 2008-05-11 | move sha256 and sha512 modules to gnulib | Jim Meyering | -1556/+4 |
| 2008-05-10 | now that the last of the mk-script-using tests is gone... | Jim Meyering | -459/+4 |
| 2008-05-10 | tests: remove directory, tests/join/ | Jim Meyering | -23/+58 |
| 2008-05-10 | * tests/misc/tac: Also perform stdin and piped tests. | Jim Meyering | -1/+1 |
| 2008-05-10 | tests: convert pr tests | Jim Meyering | -53/+232 |
| 2008-05-10 | tests: remove directory, tests/tail/ | Jim Meyering | -61/+66 |
| 2008-05-09 | doc: improve description of "niceness" values | Bernhard Marx | -2/+4 |
| 2008-05-09 | tests: remove directory, tests/sort/ | Jim Meyering | -305/+350 |
| 2008-05-08 | Speed up "wc -m" and "wc -w" in multibyte case. | Bruno Haible | -54/+67 |
| 2008-05-08 | tests: remove directory, tests/tac/ | Jim Meyering | -84/+33 |
| 2008-05-08 | tests: remove directory, tests/test/ | Jim Meyering | -150/+203 |
| 2008-05-08 | tests: Coreutils.pm: support running a program that is a shell built-in | Jim Meyering | -2/+7 |
| 2008-05-06 | * TODO: Bo Borgerson is rewriting support for cp --recursive | Jim Meyering | -4/+6 |
| 2008-05-06 | tests: remove directory, tests/tr/ | Jim Meyering | -207/+207 |
| 2008-05-06 | tests: skip another test if mcstransd is running | Jim Meyering | -15/+23 |
| 2008-05-06 | tests: translate uniq-z-test-adding code to new framework | Jim Meyering | -20/+55 |
| 2008-05-06 | tests: remove directory, tests/uniq/ | Jim Meyering | -167/+133 |
| 2008-05-06 | tests: remove directory, tests/cut/ | Jim Meyering | -155/+125 |
| 2008-05-06 | tests: remove directory, tests/head/ | Jim Meyering | -139/+134 |
| 2008-05-06 | tests: Coreutils.pm improvements | Jim Meyering | -8/+16 |
| 2008-05-06 | tests: move "sparse-file" into test-lib.sh | Jim Meyering | -32/+19 |
| 2008-05-06 | tests: move "group-names" into test-lib.sh | Jim Meyering | -43/+30 |
| 2008-05-06 | tests: use printf+sed rather than yes+head+tr | Jim Meyering | -31/+30 |
| 2008-05-06 | tests: save and restore TERM around use of TESTS_ENVIRONMENT, | Jim Meyering | -0/+4 |
| 2008-05-06 | tests: hoist the sourcing of "lang-default" | Jim Meyering | -108/+5 |
| 2008-05-06 | tests: hoist envvar-check so it is run for every test | Jim Meyering | -4/+4 |
| 2008-05-06 | fix typo in comments: s/ouput/output/ | Jim Meyering | -40/+40 |
| 2008-05-06 | * tests/touch/Makefile.am: Remove now-unused file. | Jim Meyering | -27/+0 |
| 2008-05-06 | tests: test split more thoroughly | Jim Meyering | -37/+29 |
| 2008-05-06 | * tests/misc/wc: Remove an unused variable. | Jim Meyering | -2/+0 |
| 2008-05-06 | tests: detect and check more uses of strcmp | Jim Meyering | -1/+1 |
| 2008-05-06 | avoid problems with sign-extended "char" operand to is* functions | Jim Meyering | -6/+75 |
| 2008-05-06 | base64: remove some unused/redundant getopt code | Bo Borgerson | -3/+1 |
| 2008-05-06 | help2man: fix perl 5.10 problem properly | Jim Meyering | -2/+2 |
| 2008-05-05 | help2man: avoid failure with Debian unstable's Perl 5.10.0 | Jim Meyering | -1/+1 |
| 2008-05-05 | base64 module: adjust API so it's compatible with gnulib's | Bo Borgerson | -21/+45 |
| 2008-05-05 | * tests/misc/tac: Set execute bit. | Jim Meyering | -0/+0 |
| 2008-05-05 | tac: avoid segfault for e.g., "echo > x; tac -r x x" | Jim Meyering | -1/+50 |