diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-06-28 03:29:59 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-06-28 03:29:59 +0000 |
commit | bbd5298745f694439d723479c69ca75f457f6b1a (patch) | |
tree | f6870f534b5bec03264c7cb177f6e3020c1fb76a /gnu/usr.bin/cvs/windows-NT/ChangeLog | |
parent | ff523cf97f6cd3ad61764d4fbc0f5f5f2a73a7f0 (diff) |
Latest version from Cyclic Software
Diffstat (limited to 'gnu/usr.bin/cvs/windows-NT/ChangeLog')
-rw-r--r-- | gnu/usr.bin/cvs/windows-NT/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/usr.bin/cvs/windows-NT/ChangeLog b/gnu/usr.bin/cvs/windows-NT/ChangeLog index 9db56c70e32..806b73a3345 100644 --- a/gnu/usr.bin/cvs/windows-NT/ChangeLog +++ b/gnu/usr.bin/cvs/windows-NT/ChangeLog @@ -1,3 +1,21 @@ +Tue Jun 17 16:35:06 1997 Jim Kingdon (unknown@beezley) + + * rcmd.c: Check HAVE_WINSOCK_H in figuring out which files + to include (see comment about making this portable). If not + HAVE_WINSOCK_H, make various #definitions. + * rcmd.c (init_winsock): Move from here... + * win32.c: ...to here. + * rcmd.c (bind_and_connect, resolve_address): Shut up gcc -Wall + (which doesn't know that error (1, ...) doesn't return). + +Sun Jun 8 23:43:21 1997 Jim Kingdon <kingdon@harvey.cyclic.com> + + * config.h (HAVE_MKFIFO): Remove; not used anywhere. + +Sat May 3 11:15:46 1997 Jim Kingdon <kingdon@harvey.cyclic.com> + + * rcmd.c: Add "copyright" notice. + Thu Apr 17 00:15:36 1997 Jim Kingdon <kingdon@harvey.cyclic.com> * Makefile.in: Add sockerror.c. |