summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-11-13 22:44:00 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-11-13 22:44:00 (GMT)
commit4b4b968689d3029079c5298593d1cb210189c041 (patch)
treedefddd8310487f45fbe1bccd5143d4ce87a04897 /ChangeLog
parent6534b24e483a1caa04b6194cf5d67b6e670e57ec (diff)
downloadtcl-4b4b968689d3029079c5298593d1cb210189c041.zip
tcl-4b4b968689d3029079c5298593d1cb210189c041.tar.gz
tcl-4b4b968689d3029079c5298593d1cb210189c041.tar.bz2
Extend [switch] compiler to handle regular expressions as long as things are not
too complex. Fix [regexp] compiler so that non-trivial literal regexps get fed to INST_REGEXP.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba8d404..4baa164 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-11-13 Donal K. Fellows <dkf@users.sf.net>
+ * generic/tclCompCmds.c (TclCompileSwitchCmd, TclCompileRegexpCmd):
+ Extend [switch] compiler to handle regular expressions as long as
+ things are not too complex. Fix [regexp] compiler so that non-trivial
+ literal regexps get fed to INST_REGEXP.
+
* doc/mathop.n: Clarify definitions of some operations.
2007-11-13 Miguel Sofer <msofer@users.sf.net>