diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-07-29 05:31:29 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-07-29 05:31:29 (GMT) |
commit | 8f735184219e861f6622cdf93cbf295df9da0c0c (patch) | |
tree | 036f69da3ac05e3f2edee5bc64f5cffdef5c5b3e /ChangeLog | |
parent | 2eec1c8e78758156521c033507b1a4513e80d1be (diff) | |
download | tcl-8f735184219e861f6622cdf93cbf295df9da0c0c.zip tcl-8f735184219e861f6622cdf93cbf295df9da0c0c.tar.gz tcl-8f735184219e861f6622cdf93cbf295df9da0c0c.tar.bz2 |
changelog entry
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2008-07-29 Miguel Sofer <msofer@users.sf.net> + + * generic/tcl.decls: Completely revamped NRE implementation, + * generic/tclBasic.c: with (almost) unchanged API. + * generic/tclCompile.h: + * generic/tclExecute.c: TEBC will require a bit of a facelift, + * generic/tclInt.decls: but TEOV at least looks great now. + * generic/tclInt.h: There are new tests (incomplete!) to verify + * generic/tclInterp.c: that execution is indeed in the same TEBC + * generic/tclNRE.h: instance, at the same level in all stacks + * generic/tclNamesp.c: involved. Tailcalls are still a bit leaky, + * generic/tclOOBasic.c: still deserving to be in tcl::unsupported. + * generic/tclOOMethod.c: + * generic/tclProc.c: Uninit'd var warnings in TEBC with -O2, no + * generic/tclTest.c: warnings otherwise. + 2007-07-28 Jan Nijtmans <nijtmans@users.sf.net> * doc/FileSystem.3: CONSTified many functions using Tcl_FileSystem |