| Age | Commit message (Expand) | Author | Lines |
| 2009-02-21 | tests: skip newly-modified tests unconditionally, just to be safe | Jim Meyering | -0/+6 |
| 2009-02-21 | tests: don't let SIGTTOU/TTIN hang a backgrounded "make check" | Jim Meyering | -2/+4 |
| 2009-02-18 | add missing copyright dates | Eric Blake | -1/+1 |
| 2009-02-14 | seq: Fix equal width calculation when '.' added to last number | Pádraig Brady | -0/+1 |
| 2009-01-29 | cp/mv: add xattr support | Kamil Dudka | -0/+111 |
| 2009-01-28 | tests: Fixup shred-passes test | Pádraig Brady | -3/+6 |
| 2009-01-28 | tests: Add a test to verify shred's default operations | Pádraig Brady | -0/+41 |
| 2009-01-03 | tests: refactor to use the new getlimits utility | Pádraig Brady | -48/+50 |
| 2009-01-01 | tests: factor ls-misc (no semantic change) | Jim Meyering | -10/+11 |
| 2008-11-16 | tests: change misc/printf-surprise so that it doesn't segfault anymore | Jim Meyering | -3/+8 |
| 2008-10-26 | tests: seq: check for today's extended long double fix | Jim Meyering | -0/+51 |
| 2008-10-26 | seq: improve quality of format-checking code | Paul Eggert | -5/+5 |
| 2008-10-25 | seq: revert Solaris 8 work-around that caused x86 regression | Paul Eggert | -1/+4 |
| 2008-10-23 | ls: use '.' (not +) as SELinux-only alt. access flag in ls -l output | Jim Meyering | -2/+2 |
| 2008-10-15 | tests: add option processing tests for 'expr' | Pádraig Brady | -2/+9 |
| 2008-10-15 | expr: remove --bignum and --no-bignum options | Paul Eggert | -2/+2 |
| 2008-10-03 | ls and sort: use filevercmp instead of strverscmp | Kamil Dudka | -2/+38 |
| 2008-09-26 | seq -0.1 0.1 2: print final number when locale's decimal point is "," | Jim Meyering | -0/+15 |
| 2008-09-10 | fix minor shell issues in test suite | Ralf Wildenhues | -2/+2 |
| 2008-09-10 | tests: use "Exit $fail", not (exit $fail); exit $fail | Jim Meyering | -69/+69 |
| 2008-09-08 | tests: move input-tty into a test-lib.sh function | Jim Meyering | -5/+3 |
| 2008-09-07 | tests: work around Solaris 11 bug | Jim Meyering | -2/+7 |
| 2008-09-07 | tests: don't fail due to built-in sleep from Solaris 11's /bin/sh | Jim Meyering | -1/+2 |
| 2008-08-15 | adjust | Jim Meyering | -13/+23 |
| 2008-08-15 | sort: new option, --sort=version, for version number ordering | Bruce Korb | -0/+65 |
| 2008-08-14 | mktemp, sort, tac: don't use undefined after mkstemp failure | Jim Meyering | -2/+19 |
| 2008-08-10 | sort: don't print uninitialized in diagnostic | Jim Meyering | -2/+2 |
| 2008-08-09 | * tests/misc/expr: Add tests of the new GMP-based code. | Jim Meyering | -0/+16 |
| 2008-07-27 | shuf: honor --zero-terminated option even with --input-range=LO-HI | Jim Meyering | -0/+5 |
| 2008-07-15 | fix two bugs in ptx | Jim Meyering | -0/+44 |
| 2008-07-11 | tests: expand: test for lines starting with both spaces and tabs | Pádraig Brady | -0/+1 |
| 2008-06-30 | truncate: ignore whitespace in --size parameters | Pádraig Brady | -0/+6 |
| 2008-06-27 | timeout: fix invalid argument tests | Pádraig Brady | -4/+1 |
| 2008-06-20 | sort: Fix bug where --batch-size option shrank SORT_SIZE. | Bo Borgerson | -0/+7 |
| 2008-06-19 | tests: avoid root-only test failure when run in a chroot | Jim Meyering | -3/+10 |
| 2008-06-17 | sort: accept new option --batch-size=NMERGE | Bo Borgerson | -2/+41 |
| 2008-06-17 | sort: add new option --files0-from=F | Bo Borgerson | -0/+96 |
| 2008-06-16 | chcon: correct --verbose output to include newlines | Jim Meyering | -0/+4 |
| 2008-06-13 | od: align multiple -t specs | Eric Blake | -0/+47 |
| 2008-06-12 | comm: accept new option: --output-delimiter=STR | Bo Borgerson | -0/+21 |
| 2008-06-12 | comm: ensure that input files are sorted | Bo Borgerson | -0/+124 |
| 2008-06-10 | remove test for specific diagnostic when truncating missing directory | Pádraig Brady | -4/+3 |
| 2008-06-10 | timeout: use system-independent exit values | Pádraig Brady | -1/+1 |
| 2008-06-08 | standardize some error messages | Bo Borgerson | -6/+5 |
| 2008-06-06 | Add new program: truncate | Pádraig Brady | -0/+339 |
| 2008-06-02 | new program: timeout | Pádraig Brady | -0/+102 |
| 2008-06-01 | md5sum: new option, --quiet, to suppress OK messages | Erik Auerswald | -0/+9 |
| 2008-05-27 | in 280+ tests/* files, use $srcdir, not $top_srcdir/tests | Jim Meyering | -56/+56 |
| 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 | -10/+15 |