diff options
| author | hobbs <hobbs> | 2001-09-19 18:19:13 (GMT) |
|---|---|---|
| committer | hobbs <hobbs> | 2001-09-19 18:19:13 (GMT) |
| commit | 8594c3f9fb30bfd5c2c993c660bc97f29b46e71d (patch) | |
| tree | 246943622c62c8dd286afdc63194c43a5a44a03c | |
| parent | 9c7919aee77cfebed5d6b52d31ebf6d25b1856fd (diff) | |
| download | tcl-8594c3f9fb30bfd5c2c993c660bc97f29b46e71d.zip tcl-8594c3f9fb30bfd5c2c993c660bc97f29b46e71d.tar.gz tcl-8594c3f9fb30bfd5c2c993c660bc97f29b46e71d.tar.bz2 | |
see changes
| -rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2001-09-19 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tclExecute.c (TclExecuteByteCode): fixed invalid usage + of valuePtr in TRACE_WITH_OBJ in INST_EVAL_STK case. [Bug #462594] + Changed INST_STR_CMP instruction to promote to Unicode strings + only when one of the strings is already of Unicode type. + + * generic/tclExecute.c (TclExecuteByteCode): + * generic/tclCompile.c (instructionTable): + * generic/tclCompCmds.c (TclCompileStringCmd): INST_STR_MATCH - + Updated to Int1 instruction type and added special case to use + INST_STR_EQ instead when no glob chars are specified in a static + string. + + * tests/{for.test,foreach.test,if.test,while.test}: + * generic/tclCompCmds.c (TclCompileForCmd, TclCompileForeachCmd, + TclCompileIfCmd, TclCompileWhileCmd): Corrected the overaggressive + compiling of loop bodies enclosed in ""s. [Bug #219166] (msofer) + 2001-09-19 Miguel Sofer <msofer@users.sourceforge.net> * generic/tclExecute.c: insured that execution stack errors are @@ -79,6 +98,7 @@ 2001-09-13 Jeff Hobbs <jeffh@ActiveState.com> + * tests/regexp.test (regexp-20.1): * generic/tclCmdMZ.c (Tcl_RegsubObjCmd): had to adjust fix from 2001-08-06 to actually duplicate the objects in certain cases. This is really a place where feather would have been essential. |
