summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2002-11-27 18:37:28 (GMT)
committerdavygrvy <davygrvy@pobox.com>2002-11-27 18:37:28 (GMT)
commitcbd9f68026f5cb0e3a5c745ae0e4d0171e2b0009 (patch)
treeaa358031c8a9a937ecbdbb2a54e83a886a264dcb /ChangeLog
parent680bad22ac22236b7b1d5fb3deb4533dc0d17d53 (diff)
downloadtcl-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 569e53c..235dfdd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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