diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-07-24 03:05:51 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-07-24 03:05:51 (GMT) |
commit | 6abdd3f848d11dc37978bfbfd7025827862dd112 (patch) | |
tree | 756cc271c52d04021ba9eaf8b3034d00fbf3d151 /ChangeLog | |
parent | 5785bb0ff0458af7bc55bc79cf0f83bb21cebe7d (diff) | |
download | tcl-6abdd3f848d11dc37978bfbfd7025827862dd112.zip tcl-6abdd3f848d11dc37978bfbfd7025827862dd112.tar.gz tcl-6abdd3f848d11dc37978bfbfd7025827862dd112.tar.bz2 |
* generic/tclBasic.c (TEOvI, GetCommandSource):
* generic/tclExecute.c (TEBC, TclGetSrcInfoForCmd):
* generic/tclInt.h:
* generic/tclTrace.c (TclCheck(Interp|Execution)Traces):
Removed the need for TEBC to inspect the command before calling
TEOvI, leveraging the TIP 282 infrastructure. Moved the generation
of a correct nul-terminated command string away from the trace
code, back into TEOvI/GetCommandSource.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-07-24 Miguel Sofer <msofer@users.sf.net> + + * generic/tclBasic.c (TEOvI, GetCommandSource): + * generic/tclExecute.c (TEBC, TclGetSrcInfoForCmd): + * generic/tclInt.h: + Removed the need for TEBC to inspect the command before calling + TEOvI, leveraging the TIP 282 infrastructure. + 2007-07-20 Andreas Kupries <andreask@activestate.com> * library/platform/platform.tcl: Fixed bug in 'platform::patterns' |