cleaned up warnings and updated version numbers.
authorpatthoyts <patthoyts>
Fri, 13 Jun 2003 22:15:48 +0000 (22:15 +0000)
committerpatthoyts <patthoyts>
Fri, 13 Jun 2003 22:15:48 +0000 (22:15 +0000)
ChangeLog
doc/udp.man
generic/udp_tcl.c

index bf010af3a41f05d191fb5da5e97530a3b71423c1..7aad7493d1f05cf4656d862134a38b995e8c9ac6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
index d34e431c70bf19a03c21c810b058b9f5788b6a26..00bd583b95fb515bdbe5cd3a40042fa9849dba75 100644 (file)
@@ -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}]
index f2f7c3039b676133adfbf0dbb8c02e94b37c7c17..aa0443f62445e83741bcf43ad209510c74d9bd42 100644 (file)
@@ -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) {