From: patthoyts Date: Fri, 13 Jun 2003 22:15:48 +0000 (+0000) Subject: cleaned up warnings and updated version numbers. X-Git-Tag: tcludp-1_0_5~1 X-Git-Url: http://privyetmir.co.uk/gitweb?a=commitdiff_plain;h=f8449a9dfdd33f59073f1e84e7cbe045ac61a843;p=tcludp cleaned up warnings and updated version numbers. --- diff --git a/ChangeLog b/ChangeLog index bf010af..7aad749 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-06-13 Pat Thoyts + + * 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 * generic/udp_tcl.c: define ioctlsocket for unix diff --git a/doc/udp.man b/doc/udp.man index d34e431..00bd583 100644 --- a/doc/udp.man +++ b/doc/udp.man @@ -3,7 +3,7 @@ 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}] diff --git a/generic/udp_tcl.c b/generic/udp_tcl.c index f2f7c30..aa0443f 100644 --- a/generic/udp_tcl.c +++ b/generic/udp_tcl.c @@ -1060,9 +1060,9 @@ udpInput(ClientData instanceData, char *buf, int bufSize, int *errorCode) 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) {