diff options
author | hobbs <hobbs> | 2007-12-23 21:29:40 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2007-12-23 21:29:40 (GMT) |
commit | f98c90831ad984d50a60f541c50fd3b85c05a6e6 (patch) | |
tree | 90b1e3cd3e2b5290c96cf7533067296260067ca9 /ChangeLog | |
parent | f762a775b0f50b12a52f497f0cc0078e0be159f5 (diff) | |
download | tcl-f98c90831ad984d50a60f541c50fd3b85c05a6e6.zip tcl-f98c90831ad984d50a60f541c50fd3b85c05a6e6.tar.gz tcl-f98c90831ad984d50a60f541c50fd3b85c05a6e6.tar.bz2 |
* generic/tclCompCmds.c (TclCompileRegexpCmd): TCL_REG_NOSUB cannot
* tests/regexp.test (regexp-22.2): be used because it
* tests/regexpComp.test: [Bug 1857126] disallows backrefs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-12-23 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tclCompCmds.c (TclCompileRegexpCmd): TCL_REG_NOSUB cannot + * tests/regexp.test (regexp-22.2): be used because it + * tests/regexpComp.test: [Bug 1857126] disallows backrefs. + 2007-12-21 Miguel Sofer <msofer@users.sf.net> * generic/tclCmdIL.c: speed patch for lsort [Patch 1856994]. |