summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-12-28 09:58:14 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-12-28 09:58:14 (GMT)
commit174ac07d57f2a496bf57aca9b076f42b5c1c4e25 (patch)
tree4669830f13922653c68d7eee27f1077931fa29b0 /ChangeLog
parent476bb99185f813f3c90f0ef2156cebf0f759c27e (diff)
downloadtcl-174ac07d57f2a496bf57aca9b076f42b5c1c4e25.zip
tcl-174ac07d57f2a496bf57aca9b076f42b5c1c4e25.tar.gz
tcl-174ac07d57f2a496bf57aca9b076f42b5c1c4e25.tar.bz2
[Bug 2891362]: Make time limits work better with the event loop.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ea6211..4fc9dcb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-28 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclInterp.c (TimeLimitCallback): [Bug 2891362]: Ensure that
+ * tests/interp.test (interp-34.13): the granularity ticker is
+ reset when we check limits because of the time limit event firing.
+
2009-12-27 Donal K. Fellows <dkf@users.sf.net>
* doc/namespace.n (SCOPED SCRIPTS): [Bug 2921538]: Updated example to