diff options
author | davygrvy <davygrvy@pobox.com> | 2002-11-27 18:37:28 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2002-11-27 18:37:28 (GMT) |
commit | cbd9f68026f5cb0e3a5c745ae0e4d0171e2b0009 (patch) | |
tree | aa358031c8a9a937ecbdbb2a54e83a886a264dcb /ChangeLog | |
parent | 680bad22ac22236b7b1d5fb3deb4533dc0d17d53 (diff) | |
download | tcl-cbd9f68026f5cb0e3a5c745ae0e4d0171e2b0009.zip tcl-cbd9f68026f5cb0e3a5c745ae0e4d0171e2b0009.tar.gz tcl-cbd9f68026f5cb0e3a5c745ae0e4d0171e2b0009.tar.bz2 |
* win/tclWinSock.c: Removed shutdown() from the function
table as it wasn't referenced anywhere and cleaned-up some
casting that that wasn't needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ TclX didn't like it. Even though the core doesn't use the prototypes, do offer them. + * win/tclWinSock.c: Removed shutdown() from the function + table as it wasn't referenced anywhere and cleaned-up some + casting that that wasn't needed. + 2002-11-26 Jeff Hobbs <jeffh@ActiveState.com> * generic/tclEncoding.c (TclFinalizeEncodingSubsystem): properly |