summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-03-02 17:56:25 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-03-02 17:56:25 (GMT)
commitcd496d782fff1c8e8c78906717567c871519387e (patch)
treee709815aec1006f933b22e85f6406763f51ede60 /ChangeLog
parent986970a95155cda5c067008629993af20bd86e52 (diff)
downloadtcl-cd496d782fff1c8e8c78906717567c871519387e.zip
tcl-cd496d782fff1c8e8c78906717567c871519387e.tar.gz
tcl-cd496d782fff1c8e8c78906717567c871519387e.tar.bz2
* generic/tclCmdIL.c (Tcl_LreverseObjCmd): Added missing
TclInvalidateStringRep() call when we directly manipulate the intrep of an unshared "list" Tcl_Obj. [Bug 1672585].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 911f166..79e83d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-03-02 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclCmdIL.c (Tcl_LreverseObjCmd): Added missing
+ TclInvalidateStringRep() call when we directly manipulate the
+ intrep of an unshared "list" Tcl_Obj. [Bug 1672585].
+
* generic/tclCmdIL.c (Tcl_JoinObjCmd): Revised [join] implementation
to append Tcl_Obj's instead of strings. [RFE 1669420]