Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-01 | . | Jim Meyering | |
2005-02-26 | Regenerate. | Paul Eggert | |
2005-02-22 | Regenerate. | Paul Eggert | |
2005-02-21 | Regenerate. | Paul Eggert | |
2005-02-21 | Don't assume that the current host supports 64-bit integers. | Paul Eggert | |
2005-02-21 | Don't assume that the current host supports integers wider than 32 | Paul Eggert | |
bits. Fix comment typo. | |||
2005-02-13 | . | Jim Meyering | |
2005-02-09 | . | Jim Meyering | |
2005-02-02 | Check for $2 -ge 128, rather than $2 = 128, in case | Jim Meyering | |
there is a file system type that doesn't support sparse files, yet for which metadata takes up additional space. | |||
2005-02-02 | Also adjust the test to detect systems that don't support sparse files. | Jim Meyering | |
2005-02-02 | Detect sparse files on NTFS under cygwin. | Jim Meyering | |
2005-01-30 | . | Jim Meyering | |
2005-01-30 | Quote user and group names. | Jim Meyering | |
2005-01-30 | Ignore ACL designation. | Jim Meyering | |
2005-01-30 | Ignore ACL designation. | Jim Meyering | |
2005-01-30 | (.PHONY): Add check-root and root-hint. | Jim Meyering | |
2005-01-29 | . | Jim Meyering | |
2005-01-17 | Use numeric group ids, not symbolic group names, to avoid shell quoting issues. | Paul Eggert | |
2005-01-14 | . | Jim Meyering | |
2005-01-14 | (id_gn): Exit 77, not 1, for a test-framework | Jim Meyering | |
failure, so that doesn't cause `make check' to stop. Nelson Beebe reported that this test would fail with this diagnostic `cannot find name for group ID 10' on one of his systems. | |||
2005-01-13 | (validate): Add code (if-0'd out) to detect | Jim Meyering | |
names of temporary files that would clash on 8.3 file systems. | |||
2005-01-13 | (run_tests): Add code (if-0'd out) to detect | Jim Meyering | |
names of temporary files that would clash on 8.3 file systems. | |||
2005-01-12 | (repeat-000): Rename to `repeat-zeros' for the same reason. | Jim Meyering | |
2005-01-12 | Shorten test names to accommodate 8.3 systems. | Jim Meyering | |
2005-01-12 | Shorten test names to accommodate 8.3 systems. | Jim Meyering | |
2005-01-12 | regenerate | Jim Meyering | |
2005-01-12 | (repeat-bigC): Change test name from | Jim Meyering | |
`repeat-Compl', to avoid 8.3 conflict with `repeat-compl'. | |||
2005-01-11 | *** empty log message *** | Jim Meyering | |
2005-01-11 | (obs-ovflo): New test for overflow. | Jim Meyering | |
2005-01-10 | Add tests for empty file names and pathchk -P. | Paul Eggert | |
2005-01-08 | regenerate | Jim Meyering | |
2005-01-08 | (test_vector): For each -N test, automatically | Jim Meyering | |
create a new test vector using --columns=N. | |||
2005-01-05 | Punt on the uptime test, since it fails when | Jim Meyering | |
it can't get boot time, and I don't want that to stop `make check'. | |||
2005-01-05 | Add a test for today's fix: | Jim Meyering | |
(process_file): Evaluate exclusion rules against the entire file name, not just the last component. | |||
2005-01-04 | . | Jim Meyering | |
2005-01-04 | (check-root): Update. | Jim Meyering | |
2005-01-04 | remove FIXME comments | Jim Meyering | |
2005-01-04 | remove FIXME comments | Jim Meyering | |
2005-01-03 | Regenerate. | Paul Eggert | |
2005-01-03 | Don't set rows or columns to zero, to avoid | Jim Meyering | |
a bug in the TIOCGWINSZ ioctl on at least Solaris5.9 systems. Setting either (or both) to zero would succeed, but subsequent `stty size' would say `no size information for this device' due to the ioctl failing with EINVAL. | |||
2004-12-21 | tweak comment | Jim Meyering | |
2004-12-21 | Avoid spurious failure on x86 solaris2.9 when using c89. | Jim Meyering | |
2004-12-20 | Regenerate. | Paul Eggert | |
2004-12-17 | * tests/mv/hard-link-1: Rearrange to use newer trap-handling code, | Jim Meyering | |
so temporary directories aren't left behind upon e.g., interrupt. | |||
2004-12-14 | Add a few more tests. | Jim Meyering | |
2004-12-14 | . | Jim Meyering | |
2004-12-14 | (TESTS): Add tac-continue. | Jim Meyering | |
2004-12-14 | Ensure that tac processes all command line arguments, even | Jim Meyering | |
when it encounters an error with say the first one. | |||
2004-12-14 | (no-a-isdir-b): This now exits with status 2, | Paul Eggert | |
not status 1. | |||
2004-12-09 | ls and variants now exit with status 2 on serious trouble. | Paul Eggert | |