summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-12-28 10:05:21 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-12-28 10:05:21 (GMT)
commit269f443b722116c9623cfee0c4d3c79318342565 (patch)
treeff038ef2bc0c6023857d4d67b2a487b9b383a295 /ChangeLog
parent0d01ef9eb8b4f1e51b3b2401f02f0b7aa6c92ecc (diff)
downloadtcl-269f443b722116c9623cfee0c4d3c79318342565.zip
tcl-269f443b722116c9623cfee0c4d3c79318342565.tar.gz
tcl-269f443b722116c9623cfee0c4d3c79318342565.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 7e4fcd6..ff75e4f 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