summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-03-03 10:47:32 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-03-03 10:47:32 (GMT)
commitbedb4db3eb380ca9987913ccea2e2bce990303aa (patch)
tree9194fd5fa6fae8193337a44b062e83255c9a57a7
parent0214442898fdc712070a7f475874aba9f700dd74 (diff)
downloadtcl-bedb4db3eb380ca9987913ccea2e2bce990303aa.zip
tcl-bedb4db3eb380ca9987913ccea2e2bce990303aa.tar.gz
tcl-bedb4db3eb380ca9987913ccea2e2bce990303aa.tar.bz2
no message
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5432e62..c9182dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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