CVS update: /ccvs/windows-NT/, /ccvs/windows-NT/SCC/
[email protected] 10 Jun 2005 20:32:24 -0000
| Newsgroups | gmane.comp.version-control.cvs.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dprice Date: 05/06/10 13:32:24 Modified: /ccvs/windows-NT/ ChangeLog, Makefile.in, config.h, config.h.in, config.h.in.footer, config.h.in.in, stamp-chi /ccvs/windows-NT/SCC/ Makefile.in Log: * config.h.in.in: Remove HAVE_LSTAT_EMPTY_STRING_BUG, HAVE_STAT_EMPTY_STRING_BUG, stat, and lstat definitions. * config.h.in.footer: Add stat & lstat definitions. File Changes: Directory: /ccvs/windows-NT/ ============================ File [changed]: ChangeLog Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/ChangeLog?r1=1.316&r2=1.317 Delta lines: +6 -0 ------------------- --- ChangeLog 31 May 2005 10:26:00 -0000 1.316 +++ ChangeLog 10 Jun 2005 20:32:21 -0000 1.317 @@ -1,3 +1,9 @@ +2005-06-10 Derek Price <[email protected]> + + * config.h.in.in: Remove HAVE_LSTAT_EMPTY_STRING_BUG, + HAVE_STAT_EMPTY_STRING_BUG, stat, and lstat definitions. + * config.h.in.footer: Add stat & lstat definitions. + 2005-05-31 Conrad T. Pino <[email protected]> * config.h, config.h.in, stamp-chi: Regenerated on Solaris for updates File [changed]: Makefile.in Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/Makefile.in?r1=1.97&r2=1.98 Delta lines: +10 -11 --------------------- --- Makefile.in 25 May 2005 16:09:05 -0000 1.97 +++ Makefile.in 10 Jun 2005 20:32:21 -0000 1.98 @@ -75,8 +75,8 @@ $(top_srcdir)/m4/dup2.m4 $(top_srcdir)/m4/eealloc.m4 \ $(top_srcdir)/m4/eoverflow.m4 $(top_srcdir)/m4/error.m4 \ $(top_srcdir)/m4/exitfail.m4 $(top_srcdir)/m4/extensions.m4 \ - $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \ - $(top_srcdir)/m4/ftruncate.m4 \ + $(top_srcdir)/m4/filenamecat.m4 $(top_srcdir)/m4/fnmatch.m4 \ + $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/ftruncate.m4 \ $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \ $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/gethostname.m4 \ $(top_srcdir)/m4/getline.m4 $(top_srcdir)/m4/getlogin_r.m4 \ @@ -98,15 +98,14 @@ $(top_srcdir)/m4/mmap-anon.m4 $(top_srcdir)/m4/nanosleep.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/onceonly_2_57.m4 \ $(top_srcdir)/m4/openat.m4 $(top_srcdir)/m4/pagealign_alloc.m4 \ - $(top_srcdir)/m4/path-concat.m4 $(top_srcdir)/m4/pathmax.m4 \ - $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ - $(top_srcdir)/m4/quotearg.m4 $(top_srcdir)/m4/readlink.m4 \ - $(top_srcdir)/m4/regex.m4 $(top_srcdir)/m4/rename.m4 \ - $(top_srcdir)/m4/restrict.m4 $(top_srcdir)/m4/rpmatch.m4 \ - $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/setenv.m4 \ - $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/size_max.m4 \ - $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_mtim.m4 \ - $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat.m4 \ + $(top_srcdir)/m4/pathmax.m4 $(top_srcdir)/m4/po.m4 \ + $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/quotearg.m4 \ + $(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/regex.m4 \ + $(top_srcdir)/m4/rename.m4 $(top_srcdir)/m4/restrict.m4 \ + $(top_srcdir)/m4/rpmatch.m4 $(top_srcdir)/m4/save-cwd.m4 \ + $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/signed.m4 \ + $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/ssize_t.m4 \ + $(top_srcdir)/m4/st_mtim.m4 $(top_srcdir)/m4/stat-macros.m4 \ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint.m4 \ $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/strcase.m4 \ $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strerror.m4 \ File [changed]: config.h Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/config.h?r1=1.152&r2=1.153 Delta lines: +8 -16 -------------------- --- config.h 31 May 2005 10:26:01 -0000 1.152 +++ config.h 10 Jun 2005 20:32:21 -0000 1.153 @@ -423,10 +423,6 @@ /* Define if you have the 'long long' type. */ #undef HAVE_LONG_LONG -/* Define to 1 if `lstat' has the bug that it succeeds when given the - zero-length file name argument. */ -#undef HAVE_LSTAT_EMPTY_STRING_BUG - /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #define HAVE_MALLOC 1 @@ -586,10 +582,6 @@ /* Define to 1 if you have the `snprintf' function. */ #undef HAVE_SNPRINTF -/* Define to 1 if `stat' has the bug that it succeeds when given the - zero-length file name argument. */ -#undef HAVE_STAT_EMPTY_STRING_BUG - /* Define to 1 if stdbool.h conforms to C99. */ #undef HAVE_STDBOOL_H @@ -884,8 +876,8 @@ /* Define to force lib/regex.c to use malloc instead of alloca. */ #define REGEX_MALLOC 1 -/* Define if rename does not work for source paths with a trailing slash, like - the one from SunOS 4.1.1_U1. */ +/* Define if rename does not work for source file names with a trailing slash, + like the one from SunOS 4.1.1_U1. */ #undef RENAME_TRAILING_SLASH_BUG /* Define as the return type of signal handlers (`int' or `void'). */ @@ -1163,9 +1155,6 @@ /* Define to rpl_localtime if the replacement function should be used. */ #undef localtime -/* Define to a substitute for the `lstat' function. */ -#define lstat stat - /* Define to rpl_malloc if the replacement function should be used. */ #undef malloc @@ -1215,9 +1204,6 @@ /* Define as a signed type of the same size as size_t. */ #define ssize_t int -/* Define to a substitute for the stat function. */ -#define stat wnt_stat - /* Define to rpl_tzset if the wrapper function should be used. */ #undef tzset @@ -1352,3 +1338,9 @@ /* #define stat wnt_stat and #define lstat wnt_stat */ int wnt_stat (const char *file, struct wnt_stat *sb); + +/* Define to a substitute for the `lstat' function. */ +#define lstat stat + +/* Define to a substitute for the stat function. */ +#define stat wnt_stat File [changed]: config.h.in Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/config.h.in?r1=1.81&r2=1.82 Delta lines: +8 -16 -------------------- --- config.h.in 31 May 2005 10:26:01 -0000 1.81 +++ config.h.in 10 Jun 2005 20:32:21 -0000 1.82 @@ -416,10 +416,6 @@ /* Define if you have the 'long long' type. */ #undef HAVE_LONG_LONG -/* Define to 1 if `lstat' has the bug that it succeeds when given the - zero-length file name argument. */ -#undef HAVE_LSTAT_EMPTY_STRING_BUG - /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #define HAVE_MALLOC 1 @@ -579,10 +575,6 @@ /* Define to 1 if you have the `snprintf' function. */ #undef HAVE_SNPRINTF -/* Define to 1 if `stat' has the bug that it succeeds when given the - zero-length file name argument. */ -#undef HAVE_STAT_EMPTY_STRING_BUG - /* Define to 1 if stdbool.h conforms to C99. */ #undef HAVE_STDBOOL_H @@ -877,8 +869,8 @@ /* Define to force lib/regex.c to use malloc instead of alloca. */ #define REGEX_MALLOC 1 -/* Define if rename does not work for source paths with a trailing slash, like - the one from SunOS 4.1.1_U1. */ +/* Define if rename does not work for source file names with a trailing slash, + like the one from SunOS 4.1.1_U1. */ #undef RENAME_TRAILING_SLASH_BUG /* Define as the return type of signal handlers (`int' or `void'). */ @@ -1156,9 +1148,6 @@ /* Define to rpl_localtime if the replacement function should be used. */ #undef localtime -/* Define to a substitute for the `lstat' function. */ -#define lstat stat - /* Define to rpl_malloc if the replacement function should be used. */ #undef malloc @@ -1208,9 +1197,6 @@ /* Define as a signed type of the same size as size_t. */ #define ssize_t int -/* Define to a substitute for the stat function. */ -#define stat wnt_stat - /* Define to rpl_tzset if the wrapper function should be used. */ #undef tzset @@ -1345,3 +1331,9 @@ /* #define stat wnt_stat and #define lstat wnt_stat */ int wnt_stat (const char *file, struct wnt_stat *sb); + +/* Define to a substitute for the `lstat' function. */ +#define lstat stat + +/* Define to a substitute for the stat function. */ +#define stat wnt_stat File [changed]: config.h.in.footer Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/config.h.in.footer?r1=1.6&r2=1.7 Delta lines: +6 -0 ------------------- --- config.h.in.footer 31 May 2005 02:08:26 -0000 1.6 +++ config.h.in.footer 10 Jun 2005 20:32:21 -0000 1.7 @@ -116,3 +116,9 @@ /* #define stat wnt_stat and #define lstat wnt_stat */ int wnt_stat (const char *file, struct wnt_stat *sb); + +/* Define to a substitute for the `lstat' function. */ +#define lstat stat + +/* Define to a substitute for the stat function. */ +#define stat wnt_stat File [changed]: config.h.in.in Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/config.h.in.in?r1=1.36&r2=1.37 Delta lines: +0 -14 -------------------- --- config.h.in.in 31 May 2005 10:19:38 -0000 1.36 +++ config.h.in.in 10 Jun 2005 20:32:21 -0000 1.37 @@ -400,10 +400,6 @@ /* Define if you have the 'long long' type. */ #undef HAVE_LONG_LONG -/* Define to 1 if `lstat' has the bug that it succeeds when given the - zero-length file name argument. */ -#undef HAVE_LSTAT_EMPTY_STRING_BUG - /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #define HAVE_MALLOC 1 @@ -566,10 +562,6 @@ /* Define to 1 if you have the `snprintf' function. */ #undef HAVE_SNPRINTF -/* Define to 1 if `stat' has the bug that it succeeds when given the - zero-length file name argument. */ -#undef HAVE_STAT_EMPTY_STRING_BUG - /* Define to 1 if stdbool.h conforms to C99. */ #undef HAVE_STDBOOL_H @@ -1136,9 +1128,6 @@ /* Define to rpl_localtime if the replacement function should be used. */ #undef localtime -/* Define to a substitute for the `lstat' function. */ -#define lstat stat - /* Define to rpl_malloc if the replacement function should be used. */ #undef malloc @@ -1188,9 +1177,6 @@ /* Define as a signed type of the same size as size_t. */ #define ssize_t int -/* Define to a substitute for the stat function. */ -#define stat wnt_stat - /* Define to rpl_tzset if the wrapper function should be used. */ #undef tzset File [changed]: stamp-chi Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/stamp-chi?r1=1.68&r2=1.69 Delta lines: +8 -16 -------------------- --- stamp-chi 31 May 2005 10:26:01 -0000 1.68 +++ stamp-chi 10 Jun 2005 20:32:21 -0000 1.69 @@ -416,10 +416,6 @@ /* Define if you have the 'long long' type. */ #undef HAVE_LONG_LONG -/* Define to 1 if `lstat' has the bug that it succeeds when given the - zero-length file name argument. */ -#undef HAVE_LSTAT_EMPTY_STRING_BUG - /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #define HAVE_MALLOC 1 @@ -579,10 +575,6 @@ /* Define to 1 if you have the `snprintf' function. */ #undef HAVE_SNPRINTF -/* Define to 1 if `stat' has the bug that it succeeds when given the - zero-length file name argument. */ -#undef HAVE_STAT_EMPTY_STRING_BUG - /* Define to 1 if stdbool.h conforms to C99. */ #undef HAVE_STDBOOL_H @@ -877,8 +869,8 @@ /* Define to force lib/regex.c to use malloc instead of alloca. */ #define REGEX_MALLOC 1 -/* Define if rename does not work for source paths with a trailing slash, like - the one from SunOS 4.1.1_U1. */ +/* Define if rename does not work for source file names with a trailing slash, + like the one from SunOS 4.1.1_U1. */ #undef RENAME_TRAILING_SLASH_BUG /* Define as the return type of signal handlers (`int' or `void'). */ @@ -1156,9 +1148,6 @@ /* Define to rpl_localtime if the replacement function should be used. */ #undef localtime -/* Define to a substitute for the `lstat' function. */ -#define lstat stat - /* Define to rpl_malloc if the replacement function should be used. */ #undef malloc @@ -1208,9 +1197,6 @@ /* Define as a signed type of the same size as size_t. */ #define ssize_t int -/* Define to a substitute for the stat function. */ -#define stat wnt_stat - /* Define to rpl_tzset if the wrapper function should be used. */ #undef tzset @@ -1345,3 +1331,9 @@ /* #define stat wnt_stat and #define lstat wnt_stat */ int wnt_stat (const char *file, struct wnt_stat *sb); + +/* Define to a substitute for the `lstat' function. */ +#define lstat stat + +/* Define to a substitute for the stat function. */ +#define stat wnt_stat Directory: /ccvs/windows-NT/SCC/ ================================ File [changed]: Makefile.in Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/SCC/Makefile.in?r1=1.64&r2=1.65 Delta lines: +10 -11 --------------------- --- Makefile.in 25 May 2005 16:09:05 -0000 1.64 +++ Makefile.in 10 Jun 2005 20:32:21 -0000 1.65 @@ -72,8 +72,8 @@ $(top_srcdir)/m4/dup2.m4 $(top_srcdir)/m4/eealloc.m4 \ $(top_srcdir)/m4/eoverflow.m4 $(top_srcdir)/m4/error.m4 \ $(top_srcdir)/m4/exitfail.m4 $(top_srcdir)/m4/extensions.m4 \ - $(top_srcdir)/m4/fnmatch.m4 $(top_srcdir)/m4/fpending.m4 \ - $(top_srcdir)/m4/ftruncate.m4 \ + $(top_srcdir)/m4/filenamecat.m4 $(top_srcdir)/m4/fnmatch.m4 \ + $(top_srcdir)/m4/fpending.m4 $(top_srcdir)/m4/ftruncate.m4 \ $(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \ $(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/gethostname.m4 \ $(top_srcdir)/m4/getline.m4 $(top_srcdir)/m4/getlogin_r.m4 \ @@ -95,15 +95,14 @@ $(top_srcdir)/m4/mmap-anon.m4 $(top_srcdir)/m4/nanosleep.m4 \ $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/onceonly_2_57.m4 \ $(top_srcdir)/m4/openat.m4 $(top_srcdir)/m4/pagealign_alloc.m4 \ - $(top_srcdir)/m4/path-concat.m4 $(top_srcdir)/m4/pathmax.m4 \ - $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ - $(top_srcdir)/m4/quotearg.m4 $(top_srcdir)/m4/readlink.m4 \ - $(top_srcdir)/m4/regex.m4 $(top_srcdir)/m4/rename.m4 \ - $(top_srcdir)/m4/restrict.m4 $(top_srcdir)/m4/rpmatch.m4 \ - $(top_srcdir)/m4/save-cwd.m4 $(top_srcdir)/m4/setenv.m4 \ - $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/size_max.m4 \ - $(top_srcdir)/m4/ssize_t.m4 $(top_srcdir)/m4/st_mtim.m4 \ - $(top_srcdir)/m4/stat-macros.m4 $(top_srcdir)/m4/stat.m4 \ + $(top_srcdir)/m4/pathmax.m4 $(top_srcdir)/m4/po.m4 \ + $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/quotearg.m4 \ + $(top_srcdir)/m4/readlink.m4 $(top_srcdir)/m4/regex.m4 \ + $(top_srcdir)/m4/rename.m4 $(top_srcdir)/m4/restrict.m4 \ + $(top_srcdir)/m4/rpmatch.m4 $(top_srcdir)/m4/save-cwd.m4 \ + $(top_srcdir)/m4/setenv.m4 $(top_srcdir)/m4/signed.m4 \ + $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/ssize_t.m4 \ + $(top_srcdir)/m4/st_mtim.m4 $(top_srcdir)/m4/stat-macros.m4 \ $(top_srcdir)/m4/stdbool.m4 $(top_srcdir)/m4/stdint.m4 \ $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/strcase.m4 \ $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strerror.m4 \