diff options
author | dgp <dgp@users.sourceforge.net> | 2011-05-02 21:12:21 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-05-02 21:12:21 (GMT) |
commit | 3c27ceb6976c6e0b3aecf4280b26e980813baca4 (patch) | |
tree | c24fa5dd0cc3c67515c34e21d8a22a8eef7c5f73 /ChangeLog | |
parent | 8c7f17abd1b362c12e5c02a08b56f80ecfb5d762 (diff) | |
parent | 5da9ccf160097ac3e6367afc7b7aa5e4ddf09dac (diff) | |
download | tcl-3c27ceb6976c6e0b3aecf4280b26e980813baca4.zip tcl-3c27ceb6976c6e0b3aecf4280b26e980813baca4.tar.gz tcl-3c27ceb6976c6e0b3aecf4280b26e980813baca4.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/tclCompCmdsSZ.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/tclCompCmdsSZ.c: + + * generic/tclCompCmdsSZ.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> |