summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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>