summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-08-05 18:50:20 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-08-05 18:50:20 (GMT)
commit33f99a107c785f2a316908111b390ec9bed82a6a (patch)
tree198e2c38a17a43259d35c7f36b254a93b0182e76 /ChangeLog
parentc411bb62c886240f5cbd8f59c5c3c8ff5c9f5754 (diff)
downloadtcl-33f99a107c785f2a316908111b390ec9bed82a6a.zip
tcl-33f99a107c785f2a316908111b390ec9bed82a6a.tar.gz
tcl-33f99a107c785f2a316908111b390ec9bed82a6a.tar.bz2
Handle abs(-0x80000000) [Bug 1241572]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 6569bf9..099c47f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,14 @@
2005-08-05 Kevin Kenny <kennykb@users.sourceforge.net>
- * win/makefile.vc: Removed unused file ldAout.tcl.
- * win/makefile.bc: [Bug #1244361]
+ * win/makefile.vc: Removed unused file ldAout.tcl.
+ * win/makefile.bc: [Bug #1244361]
- * tests/binary.test: Cleaned up testing for scanning of NaN.
- [Bug #1246264]
+ * tests/binary.test: Cleaned up testing for scanning of NaN.
+ [Bug #1246264]
+
+ * generic/tclBasic.c (ExprAbsFunc): Added code to handle the
+ * tests/expr.test (expr-38.1): corner case of applying
+ 'abs' to the smallest 32-bit integer. [Bug #1241572]
2005-08-04 Andreas Kupries <andreask@activestate.com>