diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-11-16 00:49:20 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-11-16 00:49:20 (GMT) |
commit | 10ef733f12d8356c8149674542195b702741fb57 (patch) | |
tree | 0ca93a479ec4c1eb68a2482ff755d5591112baeb /ChangeLog | |
parent | ecebf970f39a0b05f31b112c01c6d5b41434eed9 (diff) | |
download | tcl-10ef733f12d8356c8149674542195b702741fb57.zip tcl-10ef733f12d8356c8149674542195b702741fb57.tar.gz tcl-10ef733f12d8356c8149674542195b702741fb57.tar.bz2 |
Miguel Sofer's patch (with small revisions) to make sure the bytecode engine
checks for async events fairly frequently. [Bug 746722]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2003-11-16 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tclExecute.c (TclExecuteByteCode): Make sure that + Tcl_AsyncInvoke is called regularly when processing bytecodes. + * generic/tclTest.c (AsyncThreadProc, TestasyncCmd): Extended + testing harness to send an asynchronous marking without relying on + UNIX signals. + * tests/async.test (async-4.*): Tests to check that async events + are handled by the bytecode core. [Bug 746722] + 2003-11-15 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tclTest.c (TestHashSystemHashCmd): Removed 'const' |