summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-06 09:28:53 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-06 09:28:53 (GMT)
commit243de42fd28301b4b4fffbeb555fe06c4a1ac9c7 (patch)
treef86f8e76fa9438c56e1b88fb6d8ac7e6e59c1d5a /ChangeLog
parent90acad395b7d389f5b0b5092f9e1ecfab22973f1 (diff)
downloadtcl-243de42fd28301b4b4fffbeb555fe06c4a1ac9c7.zip
tcl-243de42fd28301b4b4fffbeb555fe06c4a1ac9c7.tar.gz
tcl-243de42fd28301b4b4fffbeb555fe06c4a1ac9c7.tar.bz2
Simplify [switch] implementation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22f42b5..e9c6b24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: