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)
commit296348b0acfe641191926aee31c5484fd493cd5a (patch)
tree4cafb0ccbb7571984470306c3a81ef502aff6a3d /ChangeLog
parent2ea70632bbcf5060e5114653d4717480c03c0cee (diff)
parente566dc080bf933404305587e4290769e7e620460 (diff)
downloadtcl-296348b0acfe641191926aee31c5484fd493cd5a.zip
tcl-296348b0acfe641191926aee31c5484fd493cd5a.tar.gz
tcl-296348b0acfe641191926aee31c5484fd493cd5a.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