summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-01-13 23:33:22 +0000
committerJim Meyering <jim@meyering.net>2005-01-13 23:33:22 +0000
commitbf9e735bbdfc5a4ade06b9a9d2a8daba688ea191 (patch)
tree72a2e7bfe3237f5b9f26b14eaa97e490c893d571 /ChangeLog
parent24158efbdf6580b485c2aa3f478c4986c4ca1882 (diff)
downloadcoreutils-bf9e735bbdfc5a4ade06b9a9d2a8daba688ea191.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d3aabc32..9085b1e90 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.