Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2005-01-08 | *** empty log message *** | Jim Meyering | |
2005-01-07 | . | Jim Meyering | |
2005-01-07 | Correct last change: s/zero/no/ From Paul Jarc. | Jim Meyering | |
2005-01-07 | *** empty log message *** | Jim Meyering | |
2005-01-07 | (sort invocation): Specify that a string of zero digits is interpreted as 0. | Jim Meyering | |
2005-01-07 | *** empty log message *** | Jim Meyering | |
2005-01-07 | (init_fps): Use xnmalloc, rather than xmalloc. | Jim Meyering | |
2005-01-07 | . | Jim Meyering | |
2005-01-07 | Include today's date. | Jim Meyering | |
2005-01-07 | Remove suppression-related options. | Jim Meyering | |
Add --track-fds=yes. | |||
2005-01-06 | *** empty log message *** | Jim Meyering | |
2005-01-06 | List the precise HP-UX version numbers that are affected. | Jim Meyering | |
2005-01-06 | *** empty log message *** | Jim Meyering | |
2005-01-06 | (sc_changelog): Specify find's `-maxdepth 2' | Jim Meyering | |
predicate before `-name ChangeLog' to avoid a harmless warning from find-4.2.10. |