diff options
author | hobbs <hobbs> | 2007-12-07 21:24:40 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2007-12-07 21:24:40 (GMT) |
commit | 2904158a955ce9de68ba2adf6f4d208ac0d4d1fb (patch) | |
tree | ff0702e66499acf947274d981f176c4d49fabc04 /ChangeLog | |
parent | aeb2a84dc4e3d3c70aa56a9e7e9f23d5f6f7f4b8 (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |