diff options
author | hobbs <hobbs> | 2002-06-19 22:38:38 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-06-19 22:38:38 (GMT) |
commit | dd5ca3e8633f089cd66042b1ea81da55c5679088 (patch) | |
tree | cd28049eaa64808049ede361b6b45e4945fdb5ca /ChangeLog | |
parent | 0525cf179d915891c47d8f81c88ee46b4c1d65ed (diff) | |
download | tcl-dd5ca3e8633f089cd66042b1ea81da55c5679088.zip tcl-dd5ca3e8633f089cd66042b1ea81da55c5679088.tar.gz tcl-dd5ca3e8633f089cd66042b1ea81da55c5679088.tar.bz2 |
* generic/tclCmdMZ.c (Tcl_RegexpObjCmd): get the resultPtr again
as the Tcl_ObjSetVar2 may cause the result to change.
[Patch #558324] (watson)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2002-06-19 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): get the resultPtr again + as the Tcl_ObjSetVar2 may cause the result to change. + [Patch #558324] (watson) + 2002-06-19 Miguel Sofer <msofer@users.sourceforge.net> * generic/tclExecute.c (TEBC): removing unused "for(;;)" loop; |