Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-14 | *** empty log message *** | Jim Meyering | |
2005-01-14 | *** empty log message *** | Jim Meyering | |
2005-01-14 | Work around tests/touch/empty-file failure on a system | Jim Meyering | |
(sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes' NULL-means-set-to-current-time semantics. Remove temporary file immediately, rather than waiting for configure's at-exit trap code to do it. | |||
2005-01-14 | *** empty log message *** | 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 | *** empty log message *** | Jim Meyering | |
2005-01-13 | (is_int): Don't overflow when evaluating integer constants. | Jim Meyering | |
Before, ./test $(echo 2^64|bc) -eq 0 && echo FAIL would print `FAIL'. | |||
2005-01-13 | *** empty log message *** | Jim Meyering | |
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 | *** empty log message *** | Jim Meyering | |
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 | *** empty log message *** | Jim Meyering | |
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-12 | *** empty log message *** | Jim Meyering | |
2005-01-12 | *** empty log message *** | Jim Meyering | |
2005-01-11 | . | Jim Meyering | |
2005-01-11 | *** empty log message *** | Jim Meyering | |
2005-01-11 | Update version to 5.3.1. | Jim Meyering | |
2005-01-11 | *** empty log message *** | Jim Meyering | |
2005-01-11 | *** empty log message *** | Jim Meyering | |
2005-01-11 | (obs-ovflo): New test for overflow. | Jim Meyering | |
2005-01-11 | (main): Check for overflow in tabstop values | Jim Meyering | |
specified via the obsolete form. E.g., now this command fails: _POSIX2_VERSION=1 ./expand -$(echo '2^64+1'|bc) Before it would act like `_POSIX2_VERSION=1 ./expand -1'. | |||
2005-01-11 | (main): Check for overflow in tabstop values | Jim Meyering | |
specified via the obsolete form. E.g., now this command fails: _POSIX2_VERSION=1 ./unexpand -$(echo '2^64+1'|bc) Before it would act like `_POSIX2_VERSION=1 ./unexpand -1'. | |||
2005-01-11 | (add_tab_stop): Properly diagnose a tabstop list with decreasing values. | Jim Meyering | |
2005-01-11 | *** empty log message *** | Jim Meyering | |
2005-01-11 | (all_programs): Account for $(EXEEXT). | Jim Meyering | |
2005-01-11 | (check-README, check-AUTHORS): Account for $(EXEEXT). | Jim Meyering | |
2005-01-10 | Update copyright date. | Paul Eggert | |
2005-01-10 | Update copyright date. | Paul Eggert | |
2005-01-10 | Respond to POSIX interpretations about pathchk -p dated 2005-01-06. | Paul Eggert | |
2005-01-10 | Add tests for empty file names and pathchk -P. | Paul Eggert | |
2005-01-10 | (PORTABILITY_OPTION): New constant. | Paul Eggert | |
(longopts, usage, main, validate_file_name): Add support for new -P option. Reject empty file names (unless -p is not specified and the current system allows empty file names). Change --portability so that is now equivalent to -p -P. Don't test whether file name is too long, if it is known to exist. (no_leading_hyphen): New function. | |||
2005-01-10 | Document changes responding to POSIX interpretations about pathchk -p | Paul Eggert | |
dated 2005-01-06. | |||
2005-01-10 | Document changes responding to POSIX interpretations about pathchk -p | Paul Eggert | |
dated 2005-01-06. | |||
2005-01-09 | *** empty log message *** | Jim Meyering | |
2005-01-08 | . | Jim Meyering | |
2005-01-08 | *** empty log message *** | Jim Meyering | |
2005-01-08 | . | Jim Meyering | |
2005-01-08 | regenerate | Jim Meyering | |
2005-01-08 | `pr --columns=N' was not equivalent to `pr -N' when also using | Jim Meyering | |
either -s or -w. (main): Set `explicit_columns' for --columns=N, not just for -N. This bug has existed since the introduction of the --columns=N option on 1998-08-15. | |||
2005-01-08 | (main): Check for column count overflow with usages like "pr -2147483648". | Jim Meyering | |
2005-01-08 | *** empty log message *** | Jim Meyering | |
2005-01-08 | *** empty log message *** | Jim Meyering | |
2005-01-08 | *** empty log message *** | Jim Meyering | |
2005-01-08 | (test_vector): For each -N test, automatically | Jim Meyering | |
create a new test vector using --columns=N. | |||
2005-01-08 | *** empty log message *** | Jim Meyering | |