diff --git a/ChangeLog b/ChangeLog index 90e4343c3..806dba94a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2005-01-11 Eric Blake + + * src/Makefile.am (check-README, check-AUTHORS): Account for $(EXEEXT). + * man/Makefile.am (all_programs): Account for $(EXEEXT). + +2005-01-11 Jim Meyering + + * src/unexpand.c (add_tab_stop): Properly diagnose a tabstop list + with decreasing values. + + * src/expand.c (main): Likewise. + * src/unexpand.c (main): Check for overflow in tabstop values + 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-10 Paul Eggert Respond to POSIX interpretations about pathchk -p dated 2005-01-06.