diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-07-24 11:40:34 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-07-24 11:40:34 (GMT) |
commit | 2248b3354928d2cea7560b4e1516f685e26202cc (patch) | |
tree | 9a62c76013ee1f0678e845c98102a4877e2cbeb0 /ChangeLog | |
parent | 58a6cf56658dd7694f9ab1d4608e68705bdec7e4 (diff) | |
download | tcl-2248b3354928d2cea7560b4e1516f685e26202cc.zip tcl-2248b3354928d2cea7560b4e1516f685e26202cc.tar.gz tcl-2248b3354928d2cea7560b4e1516f685e26202cc.tar.bz2 |
fix wrong TIP # in Changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ * 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 + TEOvI, leveraging the TIP 280 infrastructure. Moved the generation of a correct nul-terminated command string away from the trace code, back into TEOvI/GetCommandSource. |