diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-03 17:33:53 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-03 17:33:53 (GMT) |
commit | 811623f8834badd39fce32d94399cc592b178d90 (patch) | |
tree | aa0fc9af7444c5bbc9290048f656243fb14b929b | |
parent | 245ab4ae255929317069b92446f66b83c901b8f8 (diff) | |
download | tcl-811623f8834badd39fce32d94399cc592b178d90.zip tcl-811623f8834badd39fce32d94399cc592b178d90.tar.gz tcl-811623f8834badd39fce32d94399cc592b178d90.tar.bz2 |
ChangeLog entry
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2008-08-03 Miguel Sofer <msofer@users.sf.net> + + * generic/tclBasic.c: new unsupported command atProcExit + * generic/tclCompile.h: that shares the implementation with + * generic/tclExecute.c: tailcall. Fixed a segfault in + * generic/tclInt.h: tailcalls. Tests added. + * generic/tclInterp.c: + * generic/tclNamesp.c: + * tests/unsupported.test: + 2008-08-02 Miguel Sofer <msofer@users.sf.net> * tests/NRE.test (removed): migrated tests to standard locations, |