diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-28 09:58:14 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-28 09:58:14 (GMT) |
commit | 174ac07d57f2a496bf57aca9b076f42b5c1c4e25 (patch) | |
tree | 4669830f13922653c68d7eee27f1077931fa29b0 /ChangeLog | |
parent | 476bb99185f813f3c90f0ef2156cebf0f759c27e (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |