summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-04-17 19:14:17 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-04-17 19:14:17 (GMT)
commit09608e5bce1452abb2255e1f859f076afea463b9 (patch)
treea12e5be99c025aa9ba9b569eac8b524673bf46e5 /ChangeLog
parent29538c18237e7c58eb01d59da1c2d884ce682324 (diff)
downloadtcl-09608e5bce1452abb2255e1f859f076afea463b9.zip
tcl-09608e5bce1452abb2255e1f859f076afea463b9.tar.gz
tcl-09608e5bce1452abb2255e1f859f076afea463b9.tar.bz2
* generic/tclCompExpr.c (CompileMathFuncCall): Added
* tests/compile.test (compile-16.0): Tcl_ResetResult before appending error message, to clear out possible sharing. Added test case demonstrating the crash (abort on shared object) without the fix.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87ee56e..a55f42e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-04-17 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclCompExpr.c (CompileMathFuncCall): Added
+ * tests/compile.test (compile-16.0): Tcl_ResetResult before
+ appending error message, to clear out possible sharing. Added test
+ case demonstrating the crash (abort on shared object) without the
+ fix.
+
2008-04-15 Andreas Kupries <andreask@activestate.com>
*** 8.4.19 TAGGED FOR RELEASE ***