Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2004-12-06 | Sanitize environment. | Jim Meyering | |
Otherwise, e.g., BLOCKSIZE=k would cause a failure. | |||
2004-12-05 | (test_vector): Avoid test failure when | Jim Meyering | |
_POSIX2_VERSION=199209 is in the environment, or when building on e.g., OpenBSD 3.2. | |||
2004-11-30 | tweak temp file name to be more consistent | Jim Meyering | |
2004-11-30 | . | Jim Meyering | |
2004-11-28 | . | Jim Meyering | |
2004-11-26 | Regenerate. | Paul Eggert | |
2004-11-16 | (@Tests): Use status=noxfer to avoid | Paul Eggert | |
problems with regression testing. | |||
2004-11-14 | *** empty log message *** | Jim Meyering | |
2004-11-14 | *** empty log message *** | Jim Meyering | |
2004-11-14 | . | Jim Meyering | |
2004-11-14 | New file. Test today's closeout.c change. | Jim Meyering | |
2004-11-14 | (TESTS): Add close-stdout. | Jim Meyering | |
2004-11-06 | . | Jim Meyering | |
2004-11-04 | Regenerate. | Paul Eggert | |
2004-11-03 | Regenerate. | Paul Eggert | |
2004-10-21 | . | Jim Meyering | |
2004-10-21 | *** empty log message *** | Jim Meyering | |
2004-10-21 | (TESTS): Add leak-fd. | Jim Meyering | |
2004-10-21 | *** empty log message *** | Jim Meyering | |
2004-10-21 | (TESTS): Add dot-rel. | Jim Meyering | |
2004-10-21 | *** empty log message *** | Jim Meyering | |
2004-10-13 | *** empty log message *** | Paul Eggert | |
2004-10-04 | Regenerate. | Paul Eggert | |
2004-09-24 | Regenerate | Paul Eggert | |
2004-09-24 | (TESTS): Add 'usage'. | Paul Eggert | |
2004-09-24 | Initial revision | Paul Eggert | |
2004-09-23 | Regenerate. | Paul Eggert | |
2004-09-23 | New test case obs-b. | Paul Eggert | |
err-[134] no longer need _POSIX2_VERSION=199209. Fix comments to match revised 'tail' behavior. | |||
2004-09-22 | Use automake-1.9.2. Regenerate dependent files. | Jim Meyering | |
2004-09-21 | Adjust to new wording in diagnostic. | Paul Eggert | |
2004-09-19 | Don't try to remove writeable files in a sticky /tmp directory, as | Paul Eggert | |
SVR4-like systems (e.g., Solaris 9) let you remove such files. | |||
2004-09-19 | Check for "dd --". | Paul Eggert | |
2004-09-13 | Regenerate. | Paul Eggert | |
2004-09-10 | (test_vector): minus-* requires | Paul Eggert | |
_POSIX2_VERSION=199209 now, to work correctly if there is an input file. err-1 and err-3 no longer errors if there is another file. |