summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-12-18 14:02:43 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-12-18 14:02:43 (GMT)
commit3515f81d8cea51544e1ef5949175795ca8ffa35f (patch)
tree4edd1194a441f8c5533744f7af5d390c008b0dd4 /ChangeLog
parentf676347d4bf615c3cbf2bf40e3bd472a854f7944 (diff)
parentee58f2d325a281f03cf6669e8d7ae2c377a5af2d (diff)
downloadtcl-3515f81d8cea51544e1ef5949175795ca8ffa35f.zip
tcl-3515f81d8cea51544e1ef5949175795ca8ffa35f.tar.gz
tcl-3515f81d8cea51544e1ef5949175795ca8ffa35f.tar.bz2
Improved the sequence of instructions issued for [subst] when dealing with
simple variable references.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 11 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 13fcaf8..6104af0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,19 @@
+2012-12-18 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclCompCmdsSZ.c (TclSubstCompile): Improved the sequence of
+ instructions issued for [subst] when dealing with simple variable
+ references.
+
2012-11-13 Miguel Sofer <msofer@users.sf.net>
- * generic/tclCmdAH.c (CatchObjCmdCallback): do not decrRefCount
- the newValuePtr sent to Tcl_ObjSetVar2: TOSV2 is 'fire and
- forget', it decrs on its own. Fix for [Bug 3595576], found by
- andrewsh.
+ * generic/tclCmdAH.c (CatchObjCmdCallback): Do not decrRefCount the
+ newValuePtr sent to Tcl_ObjSetVar2: TOSV2 is 'fire and forget', it
+ decrs on its own. Fix for [Bug 3595576], found by andrewsh.
2012-12-13 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tcl.h: Fix Tcl_DecrRefCount macro such that it
- doesn't access its objPtr parameter twice any more.
+ * generic/tcl.h: Fix Tcl_DecrRefCount macro such that it doesn't
+ access its objPtr parameter twice any more.
2012-12-10 Donal K. Fellows <dkf@users.sf.net>