diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2006-10-28 21:56:33 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2006-10-28 21:56:33 (GMT) |
commit | 7c92250a21bfae5a3191b47f1fb4e81a0d58ba40 (patch) | |
tree | d2b422556a176f55631e71eadd06677248fef2dc | |
parent | 769de2429a45560aaf1f2ff7f9ef8de28159dc4c (diff) | |
download | tcl-7c92250a21bfae5a3191b47f1fb4e81a0d58ba40.zip tcl-7c92250a21bfae5a3191b47f1fb4e81a0d58ba40.tar.gz tcl-7c92250a21bfae5a3191b47f1fb4e81a0d58ba40.tar.bz2 |
Improved Changelog entry for commit dated 2006-10-23
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -46,12 +46,13 @@ * tests/clock.test (3.1, 34.1): messages to make use of the new rewrite capabilities of [info level] - * generic/tcl.h: Lets TEOV update the iPtr->objc/objv - * generic/tclBasic.c: fields, except when the (new) flag bit - * generic/tclInt.h: TCL_EVAL_NOREWRITE is present. This - * generic/tclNamesp.c: causes [info level] to know and use - * generic/tclProc.c: ensemble rewrites [Bug 1577492] - * tests/namespace.test: + * generic/tcl.h: Lets TEOV update the iPtr->callObj[cv] + * generic/tclBasic.c: new fields, except when the flag bit + * generic/tclInt.h: TCL_EVAL_NOREWRITE is present. These + * generic/tclNamesp.c: values are used by Tcl_PushCallFrame to + * generic/tclProc.c: initialise the frame's obj[cv] fields, + * tests/namespace.test: and allows [info level] to know and use + ensemble rewrites [Bug 1577492]. ***POTENTIAL INCOMPATIBILITY*** The return value from [info level 0] on interp alias calls is |