diff options
author | dgp <dgp@users.sourceforge.net> | 2011-05-02 20:34:04 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-05-02 20:34:04 (GMT) |
commit | 5da9ccf160097ac3e6367afc7b7aa5e4ddf09dac (patch) | |
tree | 5f0b8b4d7d0d54b7d6f883fd2cd116a2fa5f9851 /ChangeLog | |
parent | 9af810992a3d08e5964ca72b8b6221e120fb42d8 (diff) | |
parent | c43fe5e017e91ce39bd302f665b0be652b15d522 (diff) | |
download | tcl-5da9ccf160097ac3e6367afc7b7aa5e4ddf09dac.zip tcl-5da9ccf160097ac3e6367afc7b7aa5e4ddf09dac.tar.gz tcl-5da9ccf160097ac3e6367afc7b7aa5e4ddf09dac.tar.bz2 |
Rewrite of parts of the switch compiler to better use the powers of
TclFindElement() and do less parsing on its own.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -20,9 +20,17 @@ * tests/parse.test: Tests for expanded literals quoting detection. + * generic/tclCompCmds.c: New TclFindElement() is also a better + fit for the [switch] compiler. + * generic/tclInt.h: Replace TclCountSpaceRuns() with * generic/tclListObj.c: TclMaxListLength() which is the function we * generic/tclUtil.c: actually want. + * generic/tclCompCmds.c: + + * generic/tclCompCmds.c: Rewrite of parts of the switch compiler to + better use the powers of TclFindElement() and do less parsing on + its own. 2011-04-28 Don Porter <dgp@users.sourceforge.net> |