diff options
author | redman <redman> | 1999-04-22 20:31:07 (GMT) |
---|---|---|
committer | redman <redman> | 1999-04-22 20:31:07 (GMT) |
commit | eeb2fba346c1470404ea5892db056f44d8decb22 (patch) | |
tree | 51f49cf573e29c1458dd1bb54f7a9c9453e472d3 /ChangeLog | |
parent | 31b2a3e33f10941d252a7514539c6d11078497b5 (diff) | |
download | tcl-eeb2fba346c1470404ea5892db056f44d8decb22.zip tcl-eeb2fba346c1470404ea5892db056f44d8decb22.tar.gz tcl-eeb2fba346c1470404ea5892db056f44d8decb22.tar.bz2 |
Entry for new WinSock code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |