summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-07-24 03:11:23 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-07-24 03:11:23 (GMT)
commitf39e01914588b46a5256e96c2e82867affcd3a41 (patch)
tree40861b1f9dac41c349acb49cf3117e53d511721f
parent6abdd3f848d11dc37978bfbfd7025827862dd112 (diff)
downloadtcl-f39e01914588b46a5256e96c2e82867affcd3a41.zip
tcl-f39e01914588b46a5256e96c2e82867affcd3a41.tar.gz
tcl-f39e01914588b46a5256e96c2e82867affcd3a41.tar.bz2
changelog completion
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c0d1a5c..e7ddebf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>