summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-01-12regenerateJim Meyering
2005-01-12(repeat-bigC): Change test name fromJim 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-11Update 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 valuesJim 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 valuesJim 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-10Update copyright date.Paul Eggert
2005-01-10Update copyright date.Paul Eggert
2005-01-10Respond to POSIX interpretations about pathchk -p dated 2005-01-06.Paul Eggert
2005-01-10Add 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-10Document changes responding to POSIX interpretations about pathchk -pPaul Eggert
dated 2005-01-06.
2005-01-10Document changes responding to POSIX interpretations about pathchk -pPaul 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-08regenerateJim Meyering
2005-01-08`pr --columns=N' was not equivalent to `pr -N' when also usingJim 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, automaticallyJim 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-07Correct 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-07Include today's date.Jim Meyering
2005-01-07Remove suppression-related options.Jim Meyering
Add --track-fds=yes.
2005-01-06*** empty log message ***Jim Meyering
2005-01-06List 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.
2005-01-05*** empty log message ***Jim Meyering