+2003-06-13 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * generic/udp_tcl.c: Cleaned up some -Wall warnings under unix.
+ * generic/udp_tcl.h: " "
+ * win/tcludp.rc: Updated the version number and fixed line endings
+ * doc/udp.man: " "
+
2003-03-21 Pat Thoyts <patthoyts@users.sourceforge.net>
* generic/udp_tcl.c: define ioctlsocket for unix
script from tcllib: mpexpand nroff udp.man udp.n
mpexpand html udp.man udp.html
}]
-[manpage_begin udp n 1.0.4]
+[manpage_begin udp n 1.0.5]
[copyright {1999-2000 Columbia University; all rights reserved}]
[moddesc {Tcl UDP extension}]
[titledesc {Create UDP sockets in Tcl}]
strcpy(statePtr->peerhost, remotehost);
#endif
- UDPTRACE("remotehost: %s\n", remotehost);
+ UDPTRACE("remotehost: %s:%d\n", remotehost, port);
statePtr->peerport = port;
-#endif
+#endif /* ! WIN32 */
/* we don't want to return anything next time */
if (bytesRead > 0) {