CVS update: /ccvs/windows-NT/
[email protected] 31 May 2005 02:15:00 -0000
| Newsgroups | gmane.comp.version-control.cvs.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: conradpino Date: 05/05/30 19:15:00 Modified: /ccvs/windows-NT/ ChangeLog, config.h, config.h.in, stamp-chi Log: Issue number: Obtained from: Submitted by: Reviewed by: * config.h, config.h.in, stamp-chi: Regenerated on Solaris for updates to config.h.in.footer and config.h.in.in committed on Windows. File Changes: Directory: /ccvs/windows-NT/ ============================ File [changed]: ChangeLog Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/ChangeLog?r1=1.310&r2=1.311 Delta lines: +5 -0 ------------------- --- ChangeLog 31 May 2005 02:08:25 -0000 1.310 +++ ChangeLog 31 May 2005 02:14:57 -0000 1.311 @@ -1,5 +1,10 @@ 2005-05-30 Conrad T. Pino <[email protected]> + * config.h, config.h.in, stamp-chi: Regenerated on Solaris for updates + to config.h.in.footer and config.h.in.in committed on Windows. + +2005-05-30 Conrad T. Pino <[email protected]> + * woe32.h: Create header file with ANSI style function prototypes. * woe32.c: Use "woe32.h" header and ANSI style function prototypes. Use minimal #include file set (#include "cvs.h" dropped). Rename: File [changed]: config.h Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/config.h?r1=1.150&r2=1.151 Delta lines: +6 -16 -------------------- --- config.h 28 May 2005 22:40:02 -0000 1.150 +++ config.h 31 May 2005 02:14:57 -0000 1.151 @@ -241,7 +241,7 @@ /* Define to 1 if you have the declaration of `getpass', and to 0 if you don't. */ -#define HAVE_DECL_GETPASS 0 +#define HAVE_DECL_GETPASS 1 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you don't. */ @@ -249,7 +249,7 @@ /* Define to 1 if you have the declaration of `nanosleep', and to 0 if you don't. */ -#undef HAVE_DECL_NANOSLEEP +#define HAVE_DECL_NANOSLEEP 1 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if you don't. */ @@ -1188,7 +1188,7 @@ #define my_strftime nstrftime /* Define to rpl_nanosleep if the replacement function should be used. */ -#undef nanosleep +#define nanosleep woe32_nanosleep /* Define to `int' if <sys/types.h> does not define. */ #define pid_t int @@ -1296,10 +1296,10 @@ #define START_SERVER_RETURNS_SOCKET 1 /* Macro name tells the story */ -#define SYSTEM_CLEANUP wnt_cleanup +#define SYSTEM_CLEANUP woe32_cleanup /* Macro name tells the story */ -#define SYSTEM_INITIALIZE(pargc,pargv) init_winsock() +#define SYSTEM_INITIALIZE(pargc,pargv) woe32_init_winsock() /* Is this true on NT? Seems like I remember reports that NT 3.51 has problems with 200K writes (of course, the issue of large writes is @@ -1329,21 +1329,11 @@ /* ====================== Function Prototypes Follow ====================== */ -/* This is just a call to GetCurrentProcessID. */ -pid_t getpid (void); - -/* #define SYSTEM_INITIALIZE(pargc,pargv) init_winsock() */ -void init_winsock (void); +#include <woe32.h> /* #define SOCK_STRERROR sock_strerror */ char *sock_strerror (int errnum); -/* This is just a call to the Win32 Sleep function. */ -unsigned int sleep (unsigned int); - -/* #define SYSTEM_CLEANUP wnt_cleanup */ -void wnt_cleanup (void); - /* #define CVS_MKDIR wnt_mkdir */ int wnt_mkdir (const char *PATH, int MODE); File [changed]: config.h.in Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/config.h.in?r1=1.79&r2=1.80 Delta lines: +6 -16 -------------------- --- config.h.in 28 May 2005 22:40:02 -0000 1.79 +++ config.h.in 31 May 2005 02:14:57 -0000 1.80 @@ -234,7 +234,7 @@ /* Define to 1 if you have the declaration of `getpass', and to 0 if you don't. */ -#define HAVE_DECL_GETPASS 0 +#define HAVE_DECL_GETPASS 1 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you don't. */ @@ -242,7 +242,7 @@ /* Define to 1 if you have the declaration of `nanosleep', and to 0 if you don't. */ -#undef HAVE_DECL_NANOSLEEP +#define HAVE_DECL_NANOSLEEP 1 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if you don't. */ @@ -1181,7 +1181,7 @@ #define my_strftime nstrftime /* Define to rpl_nanosleep if the replacement function should be used. */ -#undef nanosleep +#define nanosleep woe32_nanosleep /* Define to `int' if <sys/types.h> does not define. */ #define pid_t int @@ -1289,10 +1289,10 @@ #define START_SERVER_RETURNS_SOCKET 1 /* Macro name tells the story */ -#define SYSTEM_CLEANUP wnt_cleanup +#define SYSTEM_CLEANUP woe32_cleanup /* Macro name tells the story */ -#define SYSTEM_INITIALIZE(pargc,pargv) init_winsock() +#define SYSTEM_INITIALIZE(pargc,pargv) woe32_init_winsock() /* Is this true on NT? Seems like I remember reports that NT 3.51 has problems with 200K writes (of course, the issue of large writes is @@ -1322,21 +1322,11 @@ /* ====================== Function Prototypes Follow ====================== */ -/* This is just a call to GetCurrentProcessID. */ -pid_t getpid (void); - -/* #define SYSTEM_INITIALIZE(pargc,pargv) init_winsock() */ -void init_winsock (void); +#include <woe32.h> /* #define SOCK_STRERROR sock_strerror */ char *sock_strerror (int errnum); -/* This is just a call to the Win32 Sleep function. */ -unsigned int sleep (unsigned int); - -/* #define SYSTEM_CLEANUP wnt_cleanup */ -void wnt_cleanup (void); - /* #define CVS_MKDIR wnt_mkdir */ int wnt_mkdir (const char *PATH, int MODE); File [changed]: stamp-chi Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/stamp-chi?r1=1.66&r2=1.67 Delta lines: +6 -16 -------------------- --- stamp-chi 28 May 2005 22:40:02 -0000 1.66 +++ stamp-chi 31 May 2005 02:14:57 -0000 1.67 @@ -234,7 +234,7 @@ /* Define to 1 if you have the declaration of `getpass', and to 0 if you don't. */ -#define HAVE_DECL_GETPASS 0 +#define HAVE_DECL_GETPASS 1 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you don't. */ @@ -242,7 +242,7 @@ /* Define to 1 if you have the declaration of `nanosleep', and to 0 if you don't. */ -#undef HAVE_DECL_NANOSLEEP +#define HAVE_DECL_NANOSLEEP 1 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if you don't. */ @@ -1181,7 +1181,7 @@ #define my_strftime nstrftime /* Define to rpl_nanosleep if the replacement function should be used. */ -#undef nanosleep +#define nanosleep woe32_nanosleep /* Define to `int' if <sys/types.h> does not define. */ #define pid_t int @@ -1289,10 +1289,10 @@ #define START_SERVER_RETURNS_SOCKET 1 /* Macro name tells the story */ -#define SYSTEM_CLEANUP wnt_cleanup +#define SYSTEM_CLEANUP woe32_cleanup /* Macro name tells the story */ -#define SYSTEM_INITIALIZE(pargc,pargv) init_winsock() +#define SYSTEM_INITIALIZE(pargc,pargv) woe32_init_winsock() /* Is this true on NT? Seems like I remember reports that NT 3.51 has problems with 200K writes (of course, the issue of large writes is @@ -1322,21 +1322,11 @@ /* ====================== Function Prototypes Follow ====================== */ -/* This is just a call to GetCurrentProcessID. */ -pid_t getpid (void); - -/* #define SYSTEM_INITIALIZE(pargc,pargv) init_winsock() */ -void init_winsock (void); +#include <woe32.h> /* #define SOCK_STRERROR sock_strerror */ char *sock_strerror (int errnum); -/* This is just a call to the Win32 Sleep function. */ -unsigned int sleep (unsigned int); - -/* #define SYSTEM_CLEANUP wnt_cleanup */ -void wnt_cleanup (void); - /* #define CVS_MKDIR wnt_mkdir */ int wnt_mkdir (const char *PATH, int MODE);