diff options
author | andreas_kupries <akupries@shaw.ca> | 2000-11-16 21:38:51 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2000-11-16 21:38:51 (GMT) |
commit | c3a45c0cdf91876b57a4f6b18dfacdafcf2e4577 (patch) | |
tree | c6577fab03642fb1ea39af70291d4213ad963332 /ChangeLog | |
parent | 03d72697012a93aab4886499dc680516ec484845 (diff) | |
download | tcl-c3a45c0cdf91876b57a4f6b18dfacdafcf2e4577.zip tcl-c3a45c0cdf91876b57a4f6b18dfacdafcf2e4577.tar.gz tcl-c3a45c0cdf91876b57a4f6b18dfacdafcf2e4577.tar.bz2 |
2000-11-16 Andreas Kupries <a.kupries@westend.com>
* win/tclWinPort.h (line 69): Changed reference to winsock2.h into
winsock.h. This was a leftover from a foray into using winsock
version 2 (History lesson from Scott Redman and Jeff
Hobbs). This code was no problem when compiling Tcl itself, but
could trip extensions. Fixes bug 122568.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2000-11-16 Andreas Kupries <a.kupries@westend.com> + + * win/tclWinPort.h (line 69): Changed reference to winsock2.h into + winsock.h. This was a leftover from a foray into using winsock + version 2 (History lesson from Scott Redman and Jeff + Hobbs). This code was no problem when compiling Tcl itself, but + could trip extensions. Fixes bug 122568. + 2000-11-15 jeff hobbs <jeff.hobbs@acm.org> * unix/Makefile.in: removed bp.c references (hasn't existed in a |