From: Jim Meyering Date: Tue, 11 Jan 2005 16:51:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~1635 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0814364bbe477497d496daedc30b224edce5efde;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 90e4343c36..806dba94af 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.