summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-07-18 04:23:35 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-07-18 04:23:35 (GMT)
commit306e6900a04b226e12b76ba8d7c4366b0b336c9a (patch)
tree59fcb5999c458580b7d132e00c5906ceb08b3037 /ChangeLog
parent222e9f575e6b44d31e1bdc5c84430c514465e32d (diff)
downloadtcl-306e6900a04b226e12b76ba8d7c4366b0b336c9a.zip
tcl-306e6900a04b226e12b76ba8d7c4366b0b336c9a.tar.gz
tcl-306e6900a04b226e12b76ba8d7c4366b0b336c9a.tar.bz2
* generic/tclDictObj.c (DictWithCmd, DictUpdateCmd): fix
refcounting bugs that caused crashes [Bug 2017857]. * generic/tclBasic.c (TclNREvalObjEx): streamline the management of the command frame (opt).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16317ad..e2803c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-07-18 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclDictObj.c (DictWithCmd, DictUpdateCmd): fix
+ refcounting bugs that caused crashes [Bug 2017857].
+
+ * generic/tclBasic.c (TclNREvalObjEx): streamline the management
+ of the command frame (opt).
+
2008-07-17 Donal K. Fellows <dkf@users.sf.net>
* generic/tclDictObj.c (DictWithCmd, FinalizeDictWith): Split the