diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-04 13:43:38 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-04 13:43:38 (GMT) |
commit | 43e81520e0e2ad0155c836147ceff63c3c7a3855 (patch) | |
tree | c7411f266bdbdc00f8f59fa1003453f5460d0468 /ChangeLog | |
parent | 7afb51929c36eb56d586471d1411586a7f3c2a6e (diff) | |
download | tcl-43e81520e0e2ad0155c836147ceff63c3c7a3855.zip tcl-43e81520e0e2ad0155c836147ceff63c3c7a3855.tar.gz tcl-43e81520e0e2ad0155c836147ceff63c3c7a3855.tar.bz2 |
* generic/tclBasic.c: made atProcExit commands run
* generic/tclCompile.h: inconditionally, streamlined
* generic/tclExecute.c: atProcExit/tailcall processing
* generic/tclProc.c: in TEBC.
* tests/unsupported.test:
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-08-04 Miguel Sofer <msofer@users.sf.net> + + * generic/tclBasic.c: made atProcExit commands run + * generic/tclCompile.h: inconditionally, streamlined + * generic/tclExecute.c: atProcExit/tailcall processing + * generic/tclProc.c: in TEBC. + * tests/unsupported.test: + 2008-08-04 Don Porter <dgp@users.sourceforge.net>S * generic/tclExecute.c: Stopped faulty double-logging of errors to |