summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-08-10 15:35:33 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-08-10 15:35:33 (GMT)
commit0424a43c3010587b193ad4675b83670e0a0849eb (patch)
tree5d907498483113332e781f01e966e1284ebf49fa /ChangeLog
parent872dbedfd8d5080ae12fb1f69f6e112c6f3ecc2b (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40a3228..33365d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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