summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c574b2..fd1b850 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-12-12 Reinhard Max <max@suse.de>
+
+ * generic/tclExecute.c (ExprAbsFunc): fixed the abs(MIN_INT) case
+ so that it doesn't break on compilers that don't assume integers
+ to wrap around (e.g. gcc-4.1.0).
+
2005-12-09 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
* tests/lsearch.test (lsearch-10.8..10): If the -start is off the end,