summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-03-08 22:26:24 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-03-08 22:26:24 (GMT)
commitb22292c6011d63a4bee083d4afc3678880140fce (patch)
treeab95e21cee07fac78780860666af39f25dcec0af /ChangeLog
parent044705529a95670964399979c6f08dbe891338cb (diff)
downloadtcl-b22292c6011d63a4bee083d4afc3678880140fce.zip
tcl-b22292c6011d63a4bee083d4afc3678880140fce.tar.gz
tcl-b22292c6011d63a4bee083d4afc3678880140fce.tar.bz2
* generic/tclListObj.c (TclLsetList): Rewrite so that the routine
itself does not do any direct intrep surgery. Better isolates those things into the implementation of the "list" Tcl_ObjType.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a66faa8..0deb5c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-03-08 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclListObj.c (TclLsetList): Rewrite so that the routine
+ itself does not do any direct intrep surgery. Better isolates those
+ things into the implementation of the "list" Tcl_ObjType.
+
2007-03-08 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclListObj.c (TclLindexList, TclLindexFlat): Moved these