diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-10 15:35:33 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-10 15:35:33 (GMT) |
commit | 0424a43c3010587b193ad4675b83670e0a0849eb (patch) | |
tree | 5d907498483113332e781f01e966e1284ebf49fa /ChangeLog | |
parent | 872dbedfd8d5080ae12fb1f69f6e112c6f3ecc2b (diff) | |
download | tcl-0424a43c3010587b193ad4675b83670e0a0849eb.zip tcl-0424a43c3010587b193ad4675b83670e0a0849eb.tar.gz tcl-0424a43c3010587b193ad4675b83670e0a0849eb.tar.bz2 |
* generic/tclProc.c: completely removed ProcCompileProc, which was
a fix for [Bug 1482718]. This is not needed at least since
varReform, where the local variable data at runtime is read from
the CallFrame and/or the LocalCache.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-08-10 Miguel Sofer <msofer@users.sf.net> + + * generic/tclProc.c: completely removed ProcCompileProc, which was + a fix for [Bug 1482718]. This is not needed at least since + varReform, where the local variable data at runtime is read from + the CallFrame and/or the LocalCache. + 2008-08-09 Miguel Sofer <msofer@users.sf.net> * generic/tclBasic.c: slight cleanup |