diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-07-18 04:23:35 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-07-18 04:23:35 (GMT) |
commit | 306e6900a04b226e12b76ba8d7c4366b0b336c9a (patch) | |
tree | 59fcb5999c458580b7d132e00c5906ceb08b3037 /ChangeLog | |
parent | 222e9f575e6b44d31e1bdc5c84430c514465e32d (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |