diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2002-07-24 15:40:42 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2002-07-24 15:40:42 (GMT) |
commit | 2e8ab4ea5c2a17b5865c4f3884b8f27171da0db1 (patch) | |
tree | fa021cdee542d3636568416c37b3e66c7b438bbf /ChangeLog | |
parent | 0fd543a530069579d7b5ae7cc55401d2a0ad45b2 (diff) | |
download | tcl-2e8ab4ea5c2a17b5865c4f3884b8f27171da0db1.zip tcl-2e8ab4ea5c2a17b5865c4f3884b8f27171da0db1.tar.gz tcl-2e8ab4ea5c2a17b5865c4f3884b8f27171da0db1.tar.bz2 |
* generic/tclExecute.c: restoring the tcl_traceCompile functionality
while I repair tcl_traceExec. The core now compiles and runs
also under TCL_COMPILE_DEBUG, but execution in the bytecode
engine can still not be traced.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-07-24 Miguel Sofer <msofer@users.sourceforge.net> + + * generic/tclExecute.c: restoring the tcl_traceCompile + functionality while I repair tcl_traceExec. The core now compiles + and runs also under TCL_COMPILE_DEBUG, but execution in the + bytecode engine can still not be traced. + 2002-07-24 Daniel Steffen <das@users.sourceforge.net> * unix/Makefile.in: |