diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-28 10:05:21 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-28 10:05:21 (GMT) |
commit | aee27b5d141a39a5e9e6b48f3ac1ba707dfdd0c3 (patch) | |
tree | ff038ef2bc0c6023857d4d67b2a487b9b383a295 /ChangeLog | |
parent | 59c503927831477b87500fa4264f694b98937df1 (diff) | |
download | tcl-aee27b5d141a39a5e9e6b48f3ac1ba707dfdd0c3.zip tcl-aee27b5d141a39a5e9e6b48f3ac1ba707dfdd0c3.tar.gz tcl-aee27b5d141a39a5e9e6b48f3ac1ba707dfdd0c3.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 |