summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-07-28 21:06:07 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-07-28 21:06:07 (GMT)
commit8f13bd76fede30fc0ad2cce6aa00582ec5eecd70 (patch)
tree1bff7a81898decb4cc220c44edada8cef2074b59 /ChangeLog
parent9eee73cf65297a361965729c5e4a692932dba00a (diff)
downloadtcl-8f13bd76fede30fc0ad2cce6aa00582ec5eecd70.zip
tcl-8f13bd76fede30fc0ad2cce6aa00582ec5eecd70.tar.gz
tcl-8f13bd76fede30fc0ad2cce6aa00582ec5eecd70.tar.bz2
* generic/tclBasic.c: Added missing ref count when creating an
empty string as path (TclEvalEx). In 8.4 the missing code caused panics in the testsuite. It doesn't in 8.5. I am guessing that the code path with the missing the incr-refcount is not invoked any longer. Because the bug in itself is certainly the same.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca5ac5b..41d5930 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-07-28 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclBasic.c: Added missing ref count when creating an
+ empty string as path (TclEvalEx). In 8.4 the missing code caused
+ panics in the testsuite. It doesn't in 8.5. I am guessing that the
+ code path with the missing the incr-refcount is not invoked any
+ longer. Because the bug in itself is certainly the same.
+
2008-07-27 Donal K. Fellows <dkf@users.sf.net>
* generic/tclOOMethod.c (PushMethodCallFrame): Remove hack that should