diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-06 09:28:53 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-10-06 09:28:53 (GMT) |
commit | 243de42fd28301b4b4fffbeb555fe06c4a1ac9c7 (patch) | |
tree | f86f8e76fa9438c56e1b88fb6d8ac7e6e59c1d5a /ChangeLog | |
parent | 90acad395b7d389f5b0b5092f9e1ecfab22973f1 (diff) | |
download | tcl-243de42fd28301b4b4fffbeb555fe06c4a1ac9c7.zip tcl-243de42fd28301b4b4fffbeb555fe06c4a1ac9c7.tar.gz tcl-243de42fd28301b4b4fffbeb555fe06c4a1ac9c7.tar.bz2 |
Simplify [switch] implementation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-10-06 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): Reorganized to have fewer + magic flag variables and to separate the code that scans for a + match from the code that processes a match body. + 2004-10-06 Don Porter <dgp@users.sourceforge.net> * generic/tclBasic.c: |