summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormig <mig>2012-10-18 17:38:19 (GMT)
committermig <mig>2012-10-18 17:38:19 (GMT)
commitd769538676cb8b26781e89f7ac1cb5dad28aa999 (patch)
tree4d14ef0085efe55df8224932282b1f1c6e5ce5c8 /ChangeLog
parent4bb1f92d128bf8ca978c59204d2636685d13e769 (diff)
downloadtcl-d769538676cb8b26781e89f7ac1cb5dad28aa999.zip
tcl-d769538676cb8b26781e89f7ac1cb5dad28aa999.tar.gz
tcl-d769538676cb8b26781e89f7ac1cb5dad28aa999.tar.bz2
* generic/tclBasic.c (TclNRCoroutineObjCmd): insure that numlevels
are properly set, fix bug discovered by dkf and reported at http://code.activestate.com/lists/tcl-core/12213/
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bafd366..edb7268 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-10-17 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclBasic.c (TclNRCoroutineObjCmd): insure that numlevels
+ are properly set, fix bug discovered by dkf and reported at
+ http://code.activestate.com/lists/tcl-core/12213/
+
2012-10-16 Donal K. Fellows <dkf@users.sf.net>
IMPLEMENTATION OF TIP#405