CVS update: /ccvs/, /ccvs/maint-aux/
[email protected] 10 Jun 2005 20:31:55 -0000
| Newsgroups | gmane.comp.version-control.cvs.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dprice Date: 05/06/10 13:31:55 Modified: /ccvs/ ChangeLog, Makefile.in, aclocal.m4, config.h.in, configure /ccvs/maint-aux/ Makefile.in, gnulib-filelist.txt, gnulib-modules Log: * maint-aux/gnulib-modules: Remove stat module. File Changes: Directory: /ccvs/ ================= File [changed]: ChangeLog Url: https://ccvs.cvshome.org/source/browse/ccvs/ChangeLog?r1=1.1226&r2=1.1227 Delta lines: +4 -0 ------------------- --- ChangeLog 10 Jun 2005 15:31:28 -0000 1.1226 +++ ChangeLog 10 Jun 2005 20:31:51 -0000 1.1227 @@ -1,3 +1,7 @@ +2005-06-10 Derek Price <[email protected]> + + * maint-aux/gnulib-modules: Remove stat module. + 2005-06-10 Mark D. Baushke <[email protected]> * HACKING: Add a few more guidelines. Adjust examples for switch File [changed]: Makefile.in Url: https://ccvs.cvshome.org/source/browse/ccvs/Makefile.in?r1=1.169&r2=1.170 Delta lines: +10 -11 --------------------- --- Makefile.in 25 May 2005 16:08:39 -0000 1.169 +++ Makefile.in 10 Jun 2005 20:31:51 -0000 1.170 @@ -77,8 +77,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 \ @@ -100,15 +100,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]: aclocal.m4 Url: https://ccvs.cvshome.org/source/browse/ccvs/aclocal.m4?r1=1.138&r2=1.139 Delta lines: +1 -2 ------------------- --- aclocal.m4 25 May 2005 16:08:39 -0000 1.138 +++ aclocal.m4 10 Jun 2005 20:31:51 -0000 1.139 @@ -940,6 +940,7 @@ m4_include([m4/error.m4]) m4_include([m4/exitfail.m4]) m4_include([m4/extensions.m4]) +m4_include([m4/filenamecat.m4]) m4_include([m4/fnmatch.m4]) m4_include([m4/fpending.m4]) m4_include([m4/ftruncate.m4]) @@ -985,7 +986,6 @@ m4_include([m4/onceonly_2_57.m4]) m4_include([m4/openat.m4]) m4_include([m4/pagealign_alloc.m4]) -m4_include([m4/path-concat.m4]) m4_include([m4/pathmax.m4]) m4_include([m4/po.m4]) m4_include([m4/progtest.m4]) @@ -1002,7 +1002,6 @@ m4_include([m4/ssize_t.m4]) m4_include([m4/st_mtim.m4]) m4_include([m4/stat-macros.m4]) -m4_include([m4/stat.m4]) m4_include([m4/stdbool.m4]) m4_include([m4/stdint.m4]) m4_include([m4/stdint_h.m4]) File [changed]: config.h.in Url: https://ccvs.cvshome.org/source/browse/ccvs/config.h.in?r1=1.178&r2=1.179 Delta lines: +2 -16 -------------------- --- config.h.in 28 May 2005 17:39:00 -0000 1.178 +++ config.h.in 10 Jun 2005 20:31:51 -0000 1.179 @@ -401,10 +401,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. */ #undef HAVE_MALLOC @@ -564,10 +560,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 @@ -862,8 +854,8 @@ /* Define to force lib/regex.c to use malloc instead of alloca. */ #undef REGEX_MALLOC -/* 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'). */ @@ -1141,9 +1133,6 @@ /* Define to rpl_localtime if the replacement function should be used. */ #undef localtime -/* Define to a substitute for the `lstat' function. */ -#undef lstat - /* Define to rpl_malloc if the replacement function should be used. */ #undef malloc @@ -1193,9 +1182,6 @@ /* Define as a signed type of the same size as size_t. */ #undef ssize_t -/* Define to a substitute for the stat function. */ -#undef stat - /* Define to rpl_tzset if the wrapper function should be used. */ #undef tzset File [changed]: configure Url: https://ccvs.cvshome.org/source/browse/ccvs/configure?r1=1.402&r2=1.403 Delta lines: +27 -183 ---------------------- --- configure 28 May 2005 17:39:01 -0000 1.402 +++ configure 10 Jun 2005 20:31:51 -0000 1.403 @@ -1458,6 +1458,7 @@ gl_func_list="$gl_func_list fchdir" gl_header_list="$gl_header_list fcntl.h" gl_header_list="$gl_header_list unistd.h" +gl_func_list="$gl_func_list mempcpy" gl_header_list="$gl_header_list sys/time.h" gl_func_list="$gl_func_list isascii" gl_header_list="$gl_header_list sys/param.h" @@ -1467,7 +1468,6 @@ gl_header_list="$gl_header_list stdint.h" gl_func_list="$gl_func_list siginterrupt" gl_func_list="$gl_func_list posix_memalign" -gl_func_list="$gl_func_list mempcpy" gl_header_list="$gl_header_list wchar.h" gl_header_list="$gl_header_list wctype.h" gl_func_list="$gl_func_list iswprint" @@ -9512,6 +9512,12 @@ fi + + + + + + echo "$as_me:$LINENO: checking for mbstate_t" >&5 echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6 if test "${ac_cv_type_mbstate_t+set}" = set; then @@ -11315,71 +11321,6 @@ fi -echo "$as_me:$LINENO: checking whether lstat accepts an empty string" >&5 -echo $ECHO_N "checking whether lstat accepts an empty string... $ECHO_C" >&6 -if test "${ac_cv_func_lstat_empty_string_bug+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test "$cross_compiling" = yes; then - ac_cv_func_lstat_empty_string_bug=yes -else - cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ -$ac_includes_default -int -main () -{ -struct stat sbuf; - exit (lstat ("", &sbuf) ? 1 : 0); - ; - return 0; -} -_ACEOF -rm -f conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_func_lstat_empty_string_bug=yes -else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -( exit $ac_status ) -ac_cv_func_lstat_empty_string_bug=no -fi -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -fi -fi -echo "$as_me:$LINENO: result: $ac_cv_func_lstat_empty_string_bug" >&5 -echo "${ECHO_T}$ac_cv_func_lstat_empty_string_bug" >&6 -if test $ac_cv_func_lstat_empty_string_bug = yes; then - case $LIBOBJS in - "lstat.$ac_objext" | \ - *" lstat.$ac_objext" | \ - "lstat.$ac_objext "* | \ - *" lstat.$ac_objext "* ) ;; - *) LIBOBJS="$LIBOBJS lstat.$ac_objext" ;; -esac - - -cat >>confdefs.h <<_ACEOF -#define HAVE_LSTAT_EMPTY_STRING_BUG 1 -_ACEOF - -fi - echo "$as_me:$LINENO: checking for uint32_t" >&5 echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6 @@ -13178,12 +13119,6 @@ - - - - - - echo "$as_me:$LINENO: checking for C/C++ restrict keyword" >&5 echo $ECHO_N "checking for C/C++ restrict keyword... $ECHO_C" >&6 if test "${gl_cv_c_restrict+set}" = set; then @@ -13248,71 +13183,6 @@ ;; esac -echo "$as_me:$LINENO: checking whether stat accepts an empty string" >&5 -echo $ECHO_N "checking whether stat accepts an empty string... $ECHO_C" >&6 -if test "${ac_cv_func_stat_empty_string_bug+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if test "$cross_compiling" = yes; then - ac_cv_func_stat_empty_string_bug=yes -else - cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ -$ac_includes_default -int -main () -{ -struct stat sbuf; - exit (stat ("", &sbuf) ? 1 : 0); - ; - return 0; -} -_ACEOF -rm -f conftest$ac_exeext -if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_func_stat_empty_string_bug=yes -else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -( exit $ac_status ) -ac_cv_func_stat_empty_string_bug=no -fi -rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -fi -fi -echo "$as_me:$LINENO: result: $ac_cv_func_stat_empty_string_bug" >&5 -echo "${ECHO_T}$ac_cv_func_stat_empty_string_bug" >&6 -if test $ac_cv_func_stat_empty_string_bug = yes; then - case $LIBOBJS in - "stat.$ac_objext" | \ - *" stat.$ac_objext" | \ - "stat.$ac_objext "* | \ - *" stat.$ac_objext "* ) ;; - *) LIBOBJS="$LIBOBJS stat.$ac_objext" ;; -esac - - -cat >>confdefs.h <<_ACEOF -#define HAVE_STAT_EMPTY_STRING_BUG 1 -_ACEOF - -fi - echo "$as_me:$LINENO: checking for inttypes.h" >&5 echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6 @@ -17682,6 +17552,25 @@ : + + + case $LIBOBJS in + "filenamecat.$ac_objext" | \ + *" filenamecat.$ac_objext" | \ + "filenamecat.$ac_objext "* | \ + *" filenamecat.$ac_objext "* ) ;; + *) LIBOBJS="$LIBOBJS filenamecat.$ac_objext" ;; +esac + + + + : + + + + + + # No macro. You should also use one of fnmatch-posix or fnmatch-gnu. FNMATCH_H= @@ -20863,22 +20752,10 @@ fi - if test $ac_cv_func_lstat_empty_string_bug = yes \ - || test $ac_cv_func_lstat_dereferences_slashed_symlink = no; then - : -cat >>confdefs.h <<\_ACEOF -#define lstat rpl_lstat -_ACEOF - - - fi - : - - for ac_header in stdlib.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` @@ -22324,25 +22201,6 @@ - case $LIBOBJS in - "path-concat.$ac_objext" | \ - *" path-concat.$ac_objext" | \ - "path-concat.$ac_objext "* | \ - *" path-concat.$ac_objext "* ) ;; - *) LIBOBJS="$LIBOBJS path-concat.$ac_objext" ;; -esac - - - - : - - - - - - - - : @@ -24139,20 +23997,6 @@ fi - if test $ac_cv_func_stat_empty_string_bug = yes; then - - - : - - -cat >>confdefs.h <<\_ACEOF -#define stat rpl_stat -_ACEOF - - - fi - - Directory: /ccvs/maint-aux/ =========================== File [changed]: Makefile.in Url: https://ccvs.cvshome.org/source/browse/ccvs/maint-aux/Makefile.in?r1=1.8&r2=1.9 Delta lines: +10 -11 --------------------- --- Makefile.in 25 May 2005 16:08:40 -0000 1.8 +++ Makefile.in 10 Jun 2005 20:31:52 -0000 1.9 @@ -68,8 +68,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 \ @@ -91,15 +91,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]: gnulib-filelist.txt Url: https://ccvs.cvshome.org/source/browse/ccvs/maint-aux/gnulib-filelist.txt?r1=1.9&r2=1.10 Delta lines: +1 -2 ------------------- --- gnulib-filelist.txt 27 May 2005 18:06:08 -0000 1.9 +++ gnulib-filelist.txt 10 Jun 2005 20:31:52 -0000 1.10 @@ -45,6 +45,7 @@ lib/gettime.c lib/gettimeofday.c lib/lstat.c +lib/lstat.h lib/malloc.c lib/md5.c lib/md5.h @@ -72,7 +73,6 @@ lib/save-cwd.h lib/setenv.c lib/setenv.h -lib/stat.c lib/stat-macros.h lib/stdbool_.h lib/stdint_.h @@ -179,7 +179,6 @@ m4/signed.m4 m4/size_max.m4 m4/ssize_t.m4 -m4/stat.m4 m4/stat-macros.m4 m4/stdbool.m4 m4/stdint_h.m4 File [changed]: gnulib-modules Url: https://ccvs.cvshome.org/source/browse/ccvs/maint-aux/gnulib-modules?r1=1.6&r2=1.7 Delta lines: +0 -1 ------------------- --- gnulib-modules 27 May 2005 18:06:08 -0000 1.6 +++ gnulib-modules 10 Jun 2005 20:31:52 -0000 1.7 @@ -30,7 +30,6 @@ minmax memmove nanosleep -stat lstat strerror vasprintf