diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-07-24 03:11:23 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-07-24 03:11:23 (GMT) |
commit | f39e01914588b46a5256e96c2e82867affcd3a41 (patch) | |
tree | 40861b1f9dac41c349acb49cf3117e53d511721f | |
parent | 6abdd3f848d11dc37978bfbfd7025827862dd112 (diff) | |
download | tcl-f39e01914588b46a5256e96c2e82867affcd3a41.zip tcl-f39e01914588b46a5256e96c2e82867affcd3a41.tar.gz tcl-f39e01914588b46a5256e96c2e82867affcd3a41.tar.bz2 |
changelog completion
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,8 +3,11 @@ * 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. + 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. 2007-07-20 Andreas Kupries <andreask@activestate.com> |