summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormig <mig>2012-12-06 02:17:40 (GMT)
committermig <mig>2012-12-06 02:17:40 (GMT)
commite239bd28968f855bcade0481a44082490dcb4b33 (patch)
treede6ede1b7b0808e44d2e1f9cc875b8b0ee82b392 /ChangeLog
parentd5c1f667736fc5d77a622d358a4f2aa954f96f95 (diff)
downloadtcl-bug_3592747.zip
tcl-bug_3592747.tar.gz
tcl-bug_3592747.tar.bz2
Fix [tailcall] and [yieldto] to not panic in dying namespaces: [Bug 3592747]bug_3592747
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f8c8ae..876fc1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-12-05 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclBasic.c: Fix [tailcall] and [yieldto] to not panic
+ * generic/tclExecute.c: in dying namespaces: [Bug 3592747]
+
2012-11-28 Donal K. Fellows <dkf@users.sf.net>
* generic/tclZlib.c (ZlibStreamSubcmd): [Bug 3590483]: Use a mechanism