]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 13 Jan 2005 23:33:22 +0000 (23:33 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 13 Jan 2005 23:33:22 +0000 (23:33 +0000)
ChangeLog

index 4d3aabc32261ed02844a5cba17d2cf656bbd88f5..9085b1e904240fc47171a947e45b26b66c2e2676 100644 (file)
--- 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.