diff options
author | davygrvy <davygrvy@pobox.com> | 2004-03-03 10:47:32 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-03-03 10:47:32 (GMT) |
commit | bedb4db3eb380ca9987913ccea2e2bce990303aa (patch) | |
tree | 9194fd5fa6fae8193337a44b062e83255c9a57a7 /ChangeLog | |
parent | 0214442898fdc712070a7f475874aba9f700dd74 (diff) | |
download | tcl-bedb4db3eb380ca9987913ccea2e2bce990303aa.zip tcl-bedb4db3eb380ca9987913ccea2e2bce990303aa.tar.gz tcl-bedb4db3eb380ca9987913ccea2e2bce990303aa.tar.bz2 |
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3,6 +3,14 @@ * win/makefile.vc: default environment variable for VC++ is %MSDevDir% not %MSVCDir%, although vcvars32.bat sets both. + * win/tclWinNotify.c (Tcl_WaitForEvent) : Allows an idling + notifier to service "Asynchronous Procedure Calls" from its wait + state. Only useful for extension authors who decide they might + want to try "completion routines" with WriteFileEx(), as an + example. From experience, I recommend that "completion ports" + should be used instead as the execution of the callbacks are more + managable. + 2004-03-01 Jeff Hobbs <jeffh@ActiveState.com> * README: update patchlevel to 8.5a1 |