diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2005-10-20 12:21:43 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2005-10-20 12:21:43 (GMT) |
commit | 1d7b878a5cc101b9dab71fc0041c7c6bcd18e3f5 (patch) | |
tree | 142f7dd620b40e8168ca34cef822e5c4576d8484 /ChangeLog | |
parent | 21b328fdbad15a78e6f77c80092e7bab72f42ae7 (diff) | |
download | tcl-1d7b878a5cc101b9dab71fc0041c7c6bcd18e3f5.zip tcl-1d7b878a5cc101b9dab71fc0041c7c6bcd18e3f5.tar.gz tcl-1d7b878a5cc101b9dab71fc0041c7c6bcd18e3f5.tar.bz2 |
* generic/tclListObj.c (TclLsetFlat):
* tests/lset.test (lset-10.3): fixed handling of unshared lists
with shared sublists, [Bug 1333036] reported by neuronstorm.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2005-10-20 Miguel Sofer <msofer@users.sf.net> + + * generic/tclListObj.c (TclLsetFlat): + * tests/lset.test (lset-10.3): fixed handling of unshared lists + with shared sublists, [Bug 1333036] reported by neuronstorm. + 2005-10-19 Donal K. Fellows <dkf@users.sf.net> * generic/tclIORChan.c (PassReceivedError,PassReceivedErrorInterp): @@ -28,7 +34,8 @@ 2005-10-19 Miguel Sofer <msofer@users.sf.net> * generic/tclExecute.c (INST_DICT_APPEND, INST_DICT_LAPPEND): fixed - faulty peephole optimisation that can cause crashes [Bug 1331475] + faulty peephole optimisation that can cause crashes, [Bug 1331475] + reported by Aric Bills. 2005-10-18 Don Porter <dgp@users.sourceforge.net> |