diff options
author | Jim Meyering <jim@meyering.net> | 2005-01-13 23:33:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-01-13 23:33:22 +0000 |
commit | bf9e735bbdfc5a4ade06b9a9d2a8daba688ea191 (patch) | |
tree | 72a2e7bfe3237f5b9f26b14eaa97e490c893d571 | |
parent | 24158efbdf6580b485c2aa3f478c4986c4ca1882 (diff) | |
download | coreutils-bf9e735bbdfc5a4ade06b9a9d2a8daba688ea191.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |