summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-03-11 16:54:57 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-03-11 16:54:57 (GMT)
commitc3ae5e61f6ca39d349312f5e18eb1a45649844f0 (patch)
tree55b682653f6512e159ddf09b391945e73b41577d /ChangeLog
parenta87c915e085947213a6bca15b175e625b8029726 (diff)
downloadtcl-c3ae5e61f6ca39d349312f5e18eb1a45649844f0.zip
tcl-c3ae5e61f6ca39d349312f5e18eb1a45649844f0.tar.gz
tcl-c3ae5e61f6ca39d349312f5e18eb1a45649844f0.tar.bz2
Fix [Bug 1675044]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index af595f9..3d943df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,14 @@
+2007-03-11 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclCmdIL.c (Tcl_LreverseObjCmd): Ensure that a list is
+ correctly reversed even if its internal representation is shared
+ without the object itself being shared. [Bug 1675044]
+
2007-03-10 Miguel Sofer <msofer@users.sf.net>
- * generic/tclCmdIL (Tcl_LsortObjCmd): changed fix to [Bug 1675116]
- to use the cheaper TclListObjCopy() instead of Tcl_DuplicateObj()
-
+ * generic/tclCmdIL (Tcl_LsortObjCmd): changed fix to [Bug 1675116] to
+ use the cheaper TclListObjCopy() instead of Tcl_DuplicateObj().
+
2007-03-09 Andreas Kupries <andreask@activestate.com>
* library/platform/shell.tcl: Made more robust if an older platform