summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2007-12-23 21:29:40 (GMT)
committerhobbs <hobbs>2007-12-23 21:29:40 (GMT)
commitf98c90831ad984d50a60f541c50fd3b85c05a6e6 (patch)
tree90b1e3cd3e2b5290c96cf7533067296260067ca9 /ChangeLog
parentf762a775b0f50b12a52f497f0cc0078e0be159f5 (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ee3b92..b07d174 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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].