diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-01-28 15:16:59 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-01-28 15:16:59 (GMT) |
commit | 296348b0acfe641191926aee31c5484fd493cd5a (patch) | |
tree | 4cafb0ccbb7571984470306c3a81ef502aff6a3d /ChangeLog | |
parent | 2ea70632bbcf5060e5114653d4717480c03c0cee (diff) | |
parent | e566dc080bf933404305587e4290769e7e620460 (diff) | |
download | tcl-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-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |