summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-01-28 15:16:59 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-01-28 15:16:59 (GMT)
commite87a46437e8af4a32cc019d999a97ff95bfd2d35 (patch)
tree4cafb0ccbb7571984470306c3a81ef502aff6a3d /ChangeLog
parent13dcbf7d2f2bef37cc4b71beb494d7a3cd140b72 (diff)
parent1139530e7899546705eed81e5f77641bf6b47677 (diff)
downloadtcl-e87a46437e8af4a32cc019d999a97ff95bfd2d35.zip
tcl-e87a46437e8af4a32cc019d999a97ff95bfd2d35.tar.gz
tcl-e87a46437e8af4a32cc019d999a97ff95bfd2d35.tar.bz2
Improve code generation for some ensemble subcommands in cases where full
compilation is impossible yet full ensemble invoking is unnecessary. Also fix a few minor doc formatting bugs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c000b5..b4504b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2013-01-28 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclCompCmds.c (TclCompileArraySetCmd)
+ (TclCompileArrayUnsetCmd, TclCompileDictAppendCmd)
+ (TclCompileDictCreateCmd, CompileDictEachCmd, TclCompileDictIncrCmd)
+ (TclCompileDictLappendCmd, TclCompileDictMergeCmd)
+ (TclCompileDictUnsetCmd, TclCompileDictUpdateCmd)
+ (TclCompileDictWithCmd, TclCompileInfoCommandsCmd):
+ * generic/tclCompCmdsSZ.c (TclCompileStringMatchCmd)
+ (TclCompileStringMapCmd): Improve the code generation in cases where
+ full compilation is impossible but a full ensemble invoke is provably
+ not necessary.
+
2013-01-26 Jan Nijtmans <nijtmans@users.sf.net>
* unix/tclUnixCompat.c: [Bug 3601804]: platformCPUID segmentation