diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-13 15:17:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-13 15:17:36 (GMT) |
commit | 2039bf0d5c05d30ab6c46ac9b837ea3d8048a2bb (patch) | |
tree | d00bae4e3b897ce575c5abe4a286d1429a150aaf /ChangeLog | |
parent | 88e8f319eaabf10945c1b0533d35a14e53994997 (diff) | |
parent | d1756f468478c8b9e0b652ada83fcef2bd8082c0 (diff) | |
download | tcl-2039bf0d5c05d30ab6c46ac9b837ea3d8048a2bb.zip tcl-2039bf0d5c05d30ab6c46ac9b837ea3d8048a2bb.tar.gz tcl-2039bf0d5c05d30ab6c46ac9b837ea3d8048a2bb.tar.bz2 |
merge trunk.
Add back Tcl_AddErrorInfo to stub table (it's still used by Tk 8.6)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2013-05-13 Jan Nijtmans <nijtmans@users.sf.net> + + * compat/zlib/*: Upgrade to zlib 1.2.8 + +2013-05-10 Donal K. Fellows <dkf@users.sf.net> + + Optimizations and general bytecode generation improvements. + * generic/tclCompCmds.c (TclCompileAppendCmd, TclCompileLappendCmd): + (TclCompileReturnCmd): Make these generate bytecode in more cases. + (TclCompileListCmd): Make this able to push a literal when it can. + * generic/tclCompile.c (TclSetByteCodeFromAny, PeepholeOptimize): + Added checks to see if we can apply some simple cross-command-boundary + optimizations, and defined a small number of such optimizations. + (TclCompileScript): Added the special ability to compile the list + command with expansion ([list {*}blah]) into bytecode that does not + call an external command. + 2013-05-06 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclStubInit.c: Add support for Cygwin64, which has a 64-bit |