From: Jim Meyering Date: Thu, 13 Jan 2005 23:33:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~1612 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf9e735bbdfc5a4ade06b9a9d2a8daba688ea191;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 4d3aabc322..9085b1e904 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ * Version 5.3.1. + * src/test.c (is_int): Don't overflow when evaluating integer + constants. Before, ./test $(echo 2^64|bc) -eq 0 && echo FAIL + would print `FAIL'. + * tests/Fetish.pm (run_tests): Add code (if-0'd out) to detect names of temporary files that would clash on 8.3 file systems. * tests/mk-script (validate): Likewise.