summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-05-13 17:17:11 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-05-13 17:17:11 (GMT)
commit26603fe98b72353a826476c914038ca5c66cf9e1 (patch)
treec836a99d53a12ef0d1652306b4ad257a1ac83882 /ChangeLog
parent0a70b2484a2941f3b3eb30e8bd929525b231cc16 (diff)
downloadtcl-26603fe98b72353a826476c914038ca5c66cf9e1.zip
tcl-26603fe98b72353a826476c914038ca5c66cf9e1.tar.gz
tcl-26603fe98b72353a826476c914038ca5c66cf9e1.tar.bz2
* generic/tclProc.c (ProcCompileProc): When a bump of the compile
epoch forces the re-compile of a proc body, take care not to overwrite any Proc struct that may be referred to on the active call stack. This fixes [Bug 148218]. Note that the fix will not be effective for code that calls the private routine TclProcCompileProc() directly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5c397f..f4b5bac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-05-13 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclProc.c (ProcCompileProc): When a bump of the compile
+ epoch forces the re-compile of a proc body, take care not to
+ overwrite any Proc struct that may be referred to on the active
+ call stack. This fixes [Bug 148218]. Note that the fix will not be
+ effective for code that calls the private routine TclProcCompileProc()
+ directly.
+
2006-05-05 Don Porter <dgp@users.sourceforge.net>
* generic/tclMain.c (Tcl_Main): Corrected flaw that required