diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-04-08 10:42:42 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-04-08 10:42:42 (GMT) |
commit | 4d9d47506acb1ced701406b6a0236b8da33448c8 (patch) | |
tree | b618a012ff8b77b7f795772f3464d19054eb525c /ChangeLog | |
parent | 596f07e4bfed21c35b29972c3be0428e9cd51b5c (diff) | |
download | tcl-4d9d47506acb1ced701406b6a0236b8da33448c8.zip tcl-4d9d47506acb1ced701406b6a0236b8da33448c8.tar.gz tcl-4d9d47506acb1ced701406b6a0236b8da33448c8.tar.bz2 |
Improved [switch] compilation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-04-08 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclCompCmds.c (TclCompileSwitchCmd): Rewritten to be + able to handle the other form of [switch] and generate slightly + simpler (but longer) code. + 2005-04-06 Donal K. Fellows <dkf@users.sf.net> * doc/upvar.n, doc/unset.n, doc/tell.n, doc/tclvars.n, doc/subst.n: |