diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-13 22:44:00 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-13 22:44:00 (GMT) |
commit | 4b4b968689d3029079c5298593d1cb210189c041 (patch) | |
tree | defddd8310487f45fbe1bccd5143d4ce87a04897 /ChangeLog | |
parent | 6534b24e483a1caa04b6194cf5d67b6e670e57ec (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |