summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2007-12-07 21:24:40 (GMT)
committerhobbs <hobbs>2007-12-07 21:24:40 (GMT)
commit2904158a955ce9de68ba2adf6f4d208ac0d4d1fb (patch)
treeff0702e66499acf947274d981f176c4d49fabc04 /ChangeLog
parentaeb2a84dc4e3d3c70aa56a9e7e9f23d5f6f7f4b8 (diff)
downloadtcl-2904158a955ce9de68ba2adf6f4d208ac0d4d1fb.zip
tcl-2904158a955ce9de68ba2adf6f4d208ac0d4d1fb.tar.gz
tcl-2904158a955ce9de68ba2adf6f4d208ac0d4d1fb.tar.bz2
* generic/tclExecute.c (TclExecuteByteCode INST_REGEXP):
* generic/tclCompCmds.c (TclCompileRegexpCmd): Pass correct RE compile flags at compile time, and use TCL_REG_NOSUB.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 05364d0..8d385d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
2007-12-07 Jeff Hobbs <jeffh@ActiveState.com>
- * generic/tclExecute.c (TclExecuteByteCode INST_REGEXP): Use
- TCL_REG_NOSUB as we come here without capture vars.
+ * generic/tclExecute.c (TclExecuteByteCode INST_REGEXP):
+ * generic/tclCompCmds.c (TclCompileRegexpCmd): Pass correct RE
+ compile flags at compile time, and use TCL_REG_NOSUB.
* generic/tclIOCmd.c (FinalizeIOCmdTSD, Tcl_PutsObjCmd): cache
stdout channel object for [puts $str] calls.