summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredman <redman>1999-04-22 20:31:07 (GMT)
committerredman <redman>1999-04-22 20:31:07 (GMT)
commiteeb2fba346c1470404ea5892db056f44d8decb22 (patch)
tree51f49cf573e29c1458dd1bb54f7a9c9453e472d3
parent31b2a3e33f10941d252a7514539c6d11078497b5 (diff)
downloadtcl-eeb2fba346c1470404ea5892db056f44d8decb22.zip
tcl-eeb2fba346c1470404ea5892db056f44d8decb22.tar.gz
tcl-eeb2fba346c1470404ea5892db056f44d8decb22.tar.bz2
Entry for new WinSock code.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9d5dc4..23e3b6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1999-04-22 <redman@scriptics.com>
+
+ * win/tclWinPort.h:
+ * win/tclWinSock.c: Added code to use WinSock 2.0 API on NT to
+ avoid creating a window to handle sockets. API not available on
+ Win95 and needs to be fixed on Win98, until then continue to use
+ the older (window-based) scheme on those two OSes.
+
1999-04-15 <stanton@scriptics.com>
* Merged 8.1 back into the main trunk