summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-04-08 10:42:42 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-04-08 10:42:42 (GMT)
commit4d9d47506acb1ced701406b6a0236b8da33448c8 (patch)
treeb618a012ff8b77b7f795772f3464d19054eb525c /ChangeLog
parent596f07e4bfed21c35b29972c3be0428e9cd51b5c (diff)
downloadtcl-4d9d47506acb1ced701406b6a0236b8da33448c8.zip
tcl-4d9d47506acb1ced701406b6a0236b8da33448c8.tar.gz
tcl-4d9d47506acb1ced701406b6a0236b8da33448c8.tar.bz2
Improved [switch] compilation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d7fc4f6..46fdb34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: