bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS sources to come up to speed with current gnulib.


From: Paul Eggert
Subject: CVS sources to come up to speed with current gnulib.
Date: Wed, 17 Oct 2007 16:23:41 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

I built ccvs with the latest gnulib and ran into a few glitches due to
gnulib changes.  Here's a patch.

I also enclose automatically-generated changes to lib/Makefile.am and
maint-aux/gnulib-filelist.txt as a sanity check.

2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>

        Adjust to recent gnulib changes.
        * src/subr.c: Include areadlink.h, not mreadlink.h.
        (Xreadlink): Invoke areadlink_with_size, not mreadlink_with_size.
        * windows-NT/Makefile.am (stamp-sh, stamp-sh2, stamp-sh3):
        Adjust to renamed source files.

Index: src/subr.c
===================================================================
RCS file: /sources/cvs/ccvs/src/subr.c,v
retrieving revision 1.162
diff -p -u -b -w -r1.162 subr.c
--- src/subr.c  12 Sep 2007 18:27:08 -0000      1.162
+++ src/subr.c  17 Oct 2007 23:20:02 -0000
@@ -32,7 +32,7 @@
 #include "canon-host.h"
 #include "filenamecat.h"
 #include "mkdir-p.h"
-#include "mreadlink.h"
+#include "areadlink.h"
 #include "savewd.h"
 #include "vasnprintf.h"
 
@@ -82,7 +82,7 @@ expand_string (char **strptr, size_t *n,
 char *
 Xreadlink (const char *link, size_t size)
 {
-    char *file = mreadlink_with_size (link, size);
+    char *file = areadlink_with_size (link, size);
 
     if (file == NULL)
        error (1, errno, "cannot readlink %s", link);
Index: windows-NT/Makefile.am
===================================================================
RCS file: /sources/cvs/ccvs/windows-NT/Makefile.am,v
retrieving revision 1.40
diff -p -u -b -w -r1.40 Makefile.am
--- windows-NT/Makefile.am      25 Aug 2007 03:26:01 -0000      1.40
+++ windows-NT/Makefile.am      17 Oct 2007 23:20:02 -0000
@@ -112,16 +112,16 @@ stamp-chi: $(srcdir)/mkconfig.pl $(top_s
 MAINTAINERCLEANFILES += $(srcdir)/config.h.in $(srcdir)/stamp-chi
 
 stdbool.h: stamp-sh
-stamp-sh: $(top_srcdir)/lib/stdbool_.h
+stamp-sh: $(top_srcdir)/lib/stdbool.in.h
        @echo "/* This file is generated via a rule in Makefile.am from the" \
          >stdbool.tmp
-       @echo " * ../lib/stdbool_.h.in file." >>stdbool.tmp
+       @echo " * ../lib/stdbool.in.h file." >>stdbool.tmp
        @echo " *" >>stdbool.tmp
        @echo " * *** DO NOT EDIT THIS FILE DIRECTLY ***" >>stdbool.tmp
        @echo " *" >>stdbool.tmp
-       @echo " * Edit ../lib/stdbool_.h instead." >>stdbool.tmp
+       @echo " * Edit ../lib/stdbool.in.h instead." >>stdbool.tmp
        @echo " */" >>stdbool.tmp
-       sed 's/@''HAVE__BOOL''@/0/' <$(top_srcdir)/lib/stdbool_.h \
+       sed 's/@''HAVE__BOOL''@/0/' <$(top_srcdir)/lib/stdbool.in.h \
          >>stdbool.tmp
        @cmp -s stdbool.tmp $(srcdir)/stdbool.h \
          || (echo "Updating stdbool.h"; \
@@ -131,14 +131,14 @@ stamp-sh: $(top_srcdir)/lib/stdbool_.h
 DISTCLEANFILES += stamp-sh
 
 stdint.h: stamp-sh2
-stamp-sh2: $(top_srcdir)/lib/stdint_.h
+stamp-sh2: $(top_srcdir)/lib/stdint.in.h
        @echo "/* This file is generated via a rule in Makefile.am from the" \
          >stdint.tmp
-       @echo " * ../lib/stdint_.h.in file." >>stdint.tmp
+       @echo " * ../lib/stdint.in.h file." >>stdint.tmp
        @echo " *" >>stdint.tmp
        @echo " * *** DO NOT EDIT THIS FILE DIRECTLY ***" >>stdint.tmp
        @echo " *" >>stdint.tmp
-       @echo " * Edit ../lib/stdint_.h instead." >>stdint.tmp
+       @echo " * Edit ../lib/stdint.in.h instead." >>stdint.tmp
        @echo " */" >>stdint.tmp
        sed -e 's/@''HAVE_WCHAR_H''@/1/g' \
            -e 's/@''HAVE_STDINT_H''@/0/g' \
@@ -161,7 +161,7 @@ stamp-sh2: $(top_srcdir)/lib/stdint_.h
            -e 's/@''BITSIZEOF_WINT_T''@/32/g' \
            -e 's/@''HAVE_SIGNED_WINT_T''@/0/g' \
            -e 's/@''WINT_T_SUFFIX''@//g' \
-         <$(top_srcdir)/lib/stdint_.h >>stdint.tmp
+         <$(top_srcdir)/lib/stdint.in.h >>stdint.tmp
        @cmp -s stdint.tmp $(srcdir)/stdint.h \
          || (echo "Updating stdint.h"; \
              cp stdint.tmp $(srcdir)/stdint.h)
@@ -173,18 +173,18 @@ DISTCLEANFILES += stamp-sh2
 # We need the following in order to create <sys/stat.h> when the system
 # has one that is incomplete.
 sys/stat.h: stamp-sh3
-stamp-sh3: $(top_srcdir)/lib/stat_.h
+stamp-sh3: $(top_srcdir)/lib/stat.in.h
        test -d sys || mkdir sys
        @echo "/* This file is generated via a rule in Makefile.am from the" \
          >stat.h-t
-       @echo " * ../lib/stat_.h.in file." >>stat.h-t
+       @echo " * ../lib/stat.in.h file." >>stat.h-t
        @echo " *" >>stat.h-t
        @echo " * *** DO NOT EDIT THIS FILE DIRECTLY ***" >>stat.h-t
        @echo " *" >>stat.h-t
-       @echo " * Edit ../lib/stat_.h instead." >>stat.h-t
+       @echo " * Edit ../lib/stat.in.h instead." >>stat.h-t
        @echo " */" >stat.h-t
        sed -e 's|@''ABSOLUTE_SYS_STAT_H''@||g' \
-         <$(top_srcdir)/lib/stat_.h >>stat.h-t
+         <$(top_srcdir)/lib/stat.in.h >>stat.h-t
        @cmp -s stat.h-t $(srcdir)/sys/stat.h \
          || (echo "Updating sys/stat.h"; \
              cp stat.h-t $(srcdir)/sys/stat.h)
Index: lib/Makefile.am
===================================================================
RCS file: /sources/cvs/ccvs/lib/Makefile.am,v
retrieving revision 1.129
diff -p -u -b -w -r1.129 Makefile.am
--- lib/Makefile.am     29 Aug 2007 16:20:25 -0000      1.129
+++ lib/Makefile.am     17 Oct 2007 23:20:02 -0000
@@ -97,17 +97,25 @@ BUILT_SOURCES += $(ALLOCA_H)
 
 # We need the following in order to create <alloca.h> when the system
 # doesn't have one that works with the given compiler.
-alloca.h: alloca_.h
+alloca.h: alloca.in.h
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
-         cat $(srcdir)/alloca_.h; \
+         cat $(srcdir)/alloca.in.h; \
        } > $@-t
        mv -f $@-t $@
 MOSTLYCLEANFILES += alloca.h alloca.h-t
 
-EXTRA_DIST += alloca_.h
+EXTRA_DIST += alloca.in.h
 
 ## end   gnulib module alloca-opt
 
+## begin gnulib module areadlink-with-size
+
+libcvs_a_SOURCES += areadlink-with-size.c
+
+EXTRA_DIST += areadlink.h
+
+## end   gnulib module areadlink-with-size
+
 ## begin gnulib module arpa_inet
 
 BUILT_SOURCES += $(ARPA_INET_H)
@@ -269,22 +277,6 @@ EXTRA_libcvs_a_SOURCES += md5.c
 
 ## end   gnulib module crypto/md5
 
-## begin gnulib module cycle-check
-
-
-EXTRA_DIST += cycle-check.c cycle-check.h
-
-EXTRA_libcvs_a_SOURCES += cycle-check.c
-
-## end   gnulib module cycle-check
-
-## begin gnulib module dev-ino
-
-
-EXTRA_DIST += dev-ino.h
-
-## end   gnulib module dev-ino
-
 ## begin gnulib module dirfd
 
 
@@ -335,18 +327,18 @@ BUILT_SOURCES += $(DIRENT_H)
 
 # We need the following in order to create <dirent.h> when the system
 # doesn't have one that works with the given compiler.
-dirent.h: dirent_.h
+dirent.h: dirent.in.h
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
              -e 's|@''NEXT_DIRENT_H''@|$(NEXT_DIRENT_H)|g' \
              -e 's|@''REPLACE_FCHDIR''@|$(REPLACE_FCHDIR)|g' \
-             < $(srcdir)/dirent_.h; \
+             < $(srcdir)/dirent.in.h; \
        } > $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += dirent.h dirent.h-t
 
-EXTRA_DIST += dirent_.h fchdir.c
+EXTRA_DIST += dirent.in.h fchdir.c
 
 EXTRA_libcvs_a_SOURCES += fchdir.c
 
@@ -358,17 +350,19 @@ BUILT_SOURCES += $(FCNTL_H)
 
 # We need the following in order to create <fcntl.h> when the system
 # doesn't have one that works with the given compiler.
-fcntl.h: fcntl_.h
+fcntl.h: fcntl.in.h
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
              -e 's|@''NEXT_FCNTL_H''@|$(NEXT_FCNTL_H)|g' \
-             < $(srcdir)/fcntl_.h; \
+             -e 's|@''GNULIB_OPEN''@|$(GNULIB_OPEN)|g' \
+             -e 's|@''REPLACE_OPEN''@|$(REPLACE_OPEN)|g' \
+             < $(srcdir)/fcntl.in.h; \
        } > $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += fcntl.h fcntl.h-t
 
-EXTRA_DIST += fcntl_.h
+EXTRA_DIST += fcntl.in.h
 
 ## end   gnulib module fcntl
 
@@ -381,6 +375,14 @@ EXTRA_libcvs_a_SOURCES += creat-safer.c 
 
 ## end   gnulib module fcntl-safer
 
+## begin gnulib module file-set
+
+libcvs_a_SOURCES += file-set.c
+
+EXTRA_DIST += file-set.h
+
+## end   gnulib module file-set
+
 ## begin gnulib module filenamecat
 
 
@@ -396,17 +398,17 @@ BUILT_SOURCES += $(FLOAT_H)
 
 # We need the following in order to create <float.h> when the system
 # doesn't have one that works with the given compiler.
-float.h: float_.h
+float.h: float.in.h
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
              -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
-             < $(srcdir)/float_.h; \
+             < $(srcdir)/float.in.h; \
        } > $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += float.h float.h-t
 
-EXTRA_DIST += float_.h
+EXTRA_DIST += float.in.h
 
 ## end   gnulib module float
 
@@ -416,15 +418,14 @@ BUILT_SOURCES += $(FNMATCH_H)
 
 # We need the following in order to create <fnmatch.h> when the system
 # doesn't have one that supports the required API.
-fnmatch.h: fnmatch_.h
-       cp -f $(srcdir)/fnmatch_.h $@-t
+fnmatch.h: fnmatch.in.h
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
-         cat $(srcdir)/fnmatch_.h; \
+         cat $(srcdir)/fnmatch.in.h; \
        } > $@-t
        mv -f $@-t $@
 MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t
 
-EXTRA_DIST += fnmatch.c fnmatch_.h fnmatch_loop.c
+EXTRA_DIST += fnmatch.c fnmatch.in.h fnmatch_loop.c
 
 EXTRA_libcvs_a_SOURCES += fnmatch.c fnmatch_loop.c
 
@@ -433,9 +434,9 @@ EXTRA_libcvs_a_SOURCES += fnmatch.c fnma
 ## begin gnulib module fpending
 
 
-EXTRA_DIST += __fpending.c __fpending.h
+EXTRA_DIST += fpending.c fpending.h
 
-EXTRA_libcvs_a_SOURCES += __fpending.c
+EXTRA_libcvs_a_SOURCES += fpending.c
 
 ## end   gnulib module fpending
 
@@ -486,25 +487,6 @@ EXTRA_libcvs_a_SOURCES += getcwd.c
 
 ## begin gnulib module getdate
 
-## CVS test scripts for getdate.
-TESTS += test-getdate.sh
-MOSTLYCLEANFILES += getdate-expected getdate-got getdate.diff
-DISTCLEANFILES += getdate.log
-# Program required by test-getdate.sh for testing getdate.y.
-check_PROGRAMS += getdate
-getdate_SOURCES = \
-       error.c \
-       getdate.y
-## This source file was added only for the getdate test program when compiled
-## with GNULIB's error.c.
-getdate_SOURCES += \
-       progname.c
-getdate_CPPFLAGS = -DTEST
-getdate_LDADD = \
-       $(noinst_LIBRARIES) \
-       $(LIB_CLOCK_GETTIME) \
-       $(LIBINTL)
-
 libcvs_a_SOURCES += getdate.y
 BUILT_SOURCES += getdate.c
 MAINTAINERCLEANFILES += getdate.c
@@ -571,14 +553,14 @@ BUILT_SOURCES += $(GETOPT_H)
 
 # We need the following in order to create <getopt.h> when the system
 # doesn't have one that works with the given compiler.
-getopt.h: getopt_.h
+getopt.h: getopt.in.h
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
-         cat $(srcdir)/getopt_.h; \
+         cat $(srcdir)/getopt.in.h; \
        } > $@-t
        mv -f $@-t $@
 MOSTLYCLEANFILES += getopt.h getopt.h-t
 
-EXTRA_DIST += getopt.c getopt1.c getopt_.h getopt_int.h
+EXTRA_DIST += getopt.c getopt.in.h getopt1.c getopt_int.h
 
 EXTRA_libcvs_a_SOURCES += getopt.c getopt1.c
 
@@ -646,21 +628,43 @@ BUILT_SOURCES += $(GLOB_H)
 
 # We need the following in order to create <glob.h> when the system
 # doesn't have one that works with the given compiler.
-all-local $(libcvs_a_OBJECTS): $(GLOB_H)
-glob.h: glob_.h
+glob.h: glob.in.h
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''HAVE_SYS_CDEFS_H''@|$(HAVE_SYS_CDEFS_H)|g' \
-             < $(srcdir)/glob_.h; \
+             < $(srcdir)/glob.in.h; \
        } > $@-t
        mv -f $@-t $@
 MOSTLYCLEANFILES += glob.h glob.h-t
 
-EXTRA_DIST += glob-libc.h glob.c glob_.h
+EXTRA_DIST += glob-libc.h glob.c glob.in.h
 
 EXTRA_libcvs_a_SOURCES += glob.c
 
 ## end   gnulib module glob
 
+## begin gnulib module hash
+
+
+EXTRA_DIST += hash.c hash.h
+
+EXTRA_libcvs_a_SOURCES += hash.c
+
+## end   gnulib module hash
+
+## begin gnulib module hash-pjw
+
+libcvs_a_SOURCES += hash-pjw.h hash-pjw.c
+
+## end   gnulib module hash-pjw
+
+## begin gnulib module hash-triple
+
+libcvs_a_SOURCES += hash-triple.c
+
+EXTRA_DIST += hash-triple.h
+
+## end   gnulib module hash-triple
+
 ## begin gnulib module havelib
 
 
@@ -690,7 +694,7 @@ BUILT_SOURCES += $(INTTYPES_H)
 
 # We need the following in order to create <inttypes.h> when the system
 # doesn't have one that works with the given compiler.
-inttypes.h: inttypes_.h
+inttypes.h: inttypes.in.h
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \
@@ -709,12 +713,12 @@ inttypes.h: inttypes_.h
              -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \
              -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \
              -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
-             < $(srcdir)/inttypes_.h; \
+             < $(srcdir)/inttypes.in.h; \
        } > $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += inttypes.h inttypes.h-t
 
-EXTRA_DIST += inttypes_.h
+EXTRA_DIST += inttypes.in.h
 
 ## end   gnulib module inttypes
 
@@ -827,6 +831,15 @@ EXTRA_libcvs_a_SOURCES += malloc.c
 
 ## end   gnulib module malloc
 
+## begin gnulib module malloc-posix
+
+
+EXTRA_DIST += malloc.c
+
+EXTRA_libcvs_a_SOURCES += malloc.c
+
+## end   gnulib module malloc-posix
+
 ## begin gnulib module malloca
 
 libcvs_a_SOURCES += malloca.c
@@ -948,14 +961,6 @@ EXTRA_libcvs_a_SOURCES += mktime.c
 
 ## end   gnulib module mktime
 
-## begin gnulib module mreadlink-with-size
-
-libcvs_a_SOURCES += mreadlink-with-size.c
-
-EXTRA_DIST += mreadlink.h
-
-## end   gnulib module mreadlink-with-size
-
 ## begin gnulib module nanosleep
 
 
@@ -971,20 +976,20 @@ BUILT_SOURCES += $(NETINET_IN_H)
 
 # We need the following in order to create <netinet/in.h> when the system
 # doesn't have one.
-netinet/in.h:
+netinet/in.h: netinet_in.in.h
        @MKDIR_P@ netinet
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
              -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \
              -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \
-             < $(srcdir)/netinet_in_.h; \
+             < $(srcdir)/netinet_in.in.h; \
        } > $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += netinet/in.h netinet/in.h-t
 MOSTLYCLEANDIRS += netinet
 
-EXTRA_DIST += netinet_in_.h
+EXTRA_DIST += netinet_in.in.h
 
 ## end   gnulib module netinet_in
 
@@ -1055,6 +1060,15 @@ EXTRA_libcvs_a_SOURCES += realloc.c
 
 ## end   gnulib module realloc
 
+## begin gnulib module realloc-posix
+
+
+EXTRA_DIST += realloc.c
+
+EXTRA_libcvs_a_SOURCES += realloc.c
+
+## end   gnulib module realloc-posix
+
 ## begin gnulib module regex
 
 
@@ -1082,6 +1096,15 @@ EXTRA_libcvs_a_SOURCES += rpmatch.c
 
 ## end   gnulib module rpmatch
 
+## begin gnulib module same
+
+
+EXTRA_DIST += same.c same.h
+
+EXTRA_libcvs_a_SOURCES += same.c
+
+## end   gnulib module same
+
 ## begin gnulib module same-inode
 
 
@@ -1141,15 +1164,15 @@ BUILT_SOURCES += $(STDBOOL_H)
 
 # We need the following in order to create <stdbool.h> when the system
 # doesn't have one that works.
-stdbool.h: stdbool_.h
+stdbool.h: stdbool.in.h
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
-         sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h; \
+         sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool.in.h; 
\
        } > $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += stdbool.h stdbool.h-t
 
-EXTRA_DIST += stdbool_.h
+EXTRA_DIST += stdbool.in.h
 
 ## end   gnulib module stdbool
 
@@ -1159,7 +1182,7 @@ BUILT_SOURCES += $(STDINT_H)
 
 # We need the following in order to create <stdint.h> when the system
 # doesn't have one that works with the given compiler.
-stdint.h: stdint_.h
+stdint.h: stdint.in.h
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \
@@ -1184,12 +1207,12 @@ stdint.h: stdint_.h
              -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \
              -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \
              -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \
-             < $(srcdir)/stdint_.h; \
+             < $(srcdir)/stdint.in.h; \
        } > $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += stdint.h stdint.h-t
 
-EXTRA_DIST += stdint_.h
+EXTRA_DIST += stdint.in.h
 
 ## end   gnulib module stdint
 
@@ -1199,7 +1222,7 @@ BUILT_SOURCES += stdio.h
 
 # We need the following in order to create <stdio.h> when the system
 # doesn't have one that works with the given compiler.
-stdio.h: stdio_.h
+stdio.h: stdio.in.h
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
@@ -1213,6 +1236,8 @@ stdio.h: stdio_.h
              -e 's|@''GNULIB_VSNPRINTF''@|$(GNULIB_VSNPRINTF)|g' \
              -e 's|@''GNULIB_VSPRINTF_POSIX''@|$(GNULIB_VSPRINTF_POSIX)|g' \
              -e 's|@''GNULIB_VASPRINTF''@|$(GNULIB_VASPRINTF)|g' \
+             -e 's|@''GNULIB_FOPEN''@|$(GNULIB_FOPEN)|g' \
+             -e 's|@''GNULIB_FREOPEN''@|$(GNULIB_FREOPEN)|g' \
              -e 's|@''GNULIB_FSEEK''@|$(GNULIB_FSEEK)|g' \
              -e 's|@''GNULIB_FSEEKO''@|$(GNULIB_FSEEKO)|g' \
              -e 's|@''GNULIB_FTELL''@|$(GNULIB_FTELL)|g' \
@@ -1232,6 +1257,8 @@ stdio.h: stdio_.h
              -e 's|@''REPLACE_VSPRINTF''@|$(REPLACE_VSPRINTF)|g' \
              -e 's|@''HAVE_VASPRINTF''@|$(HAVE_VASPRINTF)|g' \
              -e 's|@''REPLACE_VASPRINTF''@|$(REPLACE_VASPRINTF)|g' \
+             -e 's|@''REPLACE_FOPEN''@|$(REPLACE_FOPEN)|g' \
+             -e 's|@''REPLACE_FREOPEN''@|$(REPLACE_FREOPEN)|g' \
              -e 's|@''REPLACE_FSEEKO''@|$(REPLACE_FSEEKO)|g' \
              -e 's|@''REPLACE_FSEEK''@|$(REPLACE_FSEEK)|g' \
              -e 's|@''REPLACE_FTELLO''@|$(REPLACE_FTELLO)|g' \
@@ -1241,12 +1268,12 @@ stdio.h: stdio_.h
              -e 's|@''HAVE_DECL_GETLINE''@|$(HAVE_DECL_GETLINE)|g' \
              -e 's|@''REPLACE_GETLINE''@|$(REPLACE_GETLINE)|g' \
              -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
-             < $(srcdir)/stdio_.h; \
+             < $(srcdir)/stdio.in.h; \
        } > $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += stdio.h stdio.h-t
 
-EXTRA_DIST += stdio_.h
+EXTRA_DIST += stdio.in.h
 
 ## end   gnulib module stdio
 
@@ -1256,24 +1283,30 @@ BUILT_SOURCES += stdlib.h
 
 # We need the following in order to create <stdlib.h> when the system
 # doesn't have one that works with the given compiler.
-stdlib.h: stdlib_.h
+stdlib.h: stdlib.in.h
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
              -e 's|@''NEXT_STDLIB_H''@|$(NEXT_STDLIB_H)|g' \
+             -e 's|@''GNULIB_MALLOC_POSIX''@|$(GNULIB_MALLOC_POSIX)|g' \
+             -e 's|@''GNULIB_REALLOC_POSIX''@|$(GNULIB_REALLOC_POSIX)|g' \
+             -e 's|@''GNULIB_CALLOC_POSIX''@|$(GNULIB_CALLOC_POSIX)|g' \
              -e 's|@''GNULIB_GETSUBOPT''@|$(GNULIB_GETSUBOPT)|g' \
              -e 's|@''GNULIB_MKDTEMP''@|$(GNULIB_MKDTEMP)|g' \
              -e 's|@''GNULIB_MKSTEMP''@|$(GNULIB_MKSTEMP)|g' \
+             -e 's|@''HAVE_CALLOC_POSIX''@|$(HAVE_CALLOC_POSIX)|g' \
              -e 's|@''HAVE_GETSUBOPT''@|$(HAVE_GETSUBOPT)|g' \
+             -e 's|@''HAVE_MALLOC_POSIX''@|$(HAVE_MALLOC_POSIX)|g' \
              -e 's|@''HAVE_MKDTEMP''@|$(HAVE_MKDTEMP)|g' \
+             -e 's|@''HAVE_REALLOC_POSIX''@|$(HAVE_REALLOC_POSIX)|g' \
              -e 's|@''REPLACE_MKSTEMP''@|$(REPLACE_MKSTEMP)|g' \
              -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
-             < $(srcdir)/stdlib_.h; \
+             < $(srcdir)/stdlib.in.h; \
        } > $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += stdlib.h stdlib.h-t
 
-EXTRA_DIST += stdlib_.h
+EXTRA_DIST += stdlib.in.h
 
 ## end   gnulib module stdlib
 
@@ -1326,7 +1359,7 @@ BUILT_SOURCES += string.h
 
 # We need the following in order to create <string.h> when the system
 # doesn't have one that works with the given compiler.
-string.h: string_.h
+string.h: string.in.h
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
@@ -1358,6 +1391,7 @@ string.h: string_.h
              -e 's|@''GNULIB_STRSEP''@|$(GNULIB_STRSEP)|g' \
              -e 's|@''GNULIB_STRCASESTR''@|$(GNULIB_STRCASESTR)|g' \
              -e 's|@''GNULIB_STRTOK_R''@|$(GNULIB_STRTOK_R)|g' \
+             -e 's|@''GNULIB_STRERROR''@|$(GNULIB_STRERROR)|g' \
              -e 's|@''HAVE_DECL_MEMMEM''@|$(HAVE_DECL_MEMMEM)|g' \
              -e 's|@''HAVE_MEMPCPY''@|$(HAVE_MEMPCPY)|g' \
              -e 's|@''HAVE_DECL_MEMRCHR''@|$(HAVE_DECL_MEMRCHR)|g' \
@@ -1374,13 +1408,15 @@ string.h: string_.h
              -e 's|@''HAVE_STRSEP''@|$(HAVE_STRSEP)|g' \
              -e 's|@''HAVE_STRCASESTR''@|$(HAVE_STRCASESTR)|g' \
              -e 's|@''HAVE_DECL_STRTOK_R''@|$(HAVE_DECL_STRTOK_R)|g' \
+             -e 's|@''HAVE_DECL_STRERROR''@|$(HAVE_DECL_STRERROR)|g' \
+             -e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
              -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
-             < $(srcdir)/string_.h; \
+             < $(srcdir)/string.in.h; \
        } > $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += string.h string.h-t
 
-EXTRA_DIST += string_.h
+EXTRA_DIST += string.in.h
 
 ## end   gnulib module string
 
@@ -1468,7 +1504,7 @@ BUILT_SOURCES += $(SYS_SOCKET_H)
 
 # We need the following in order to create <sys/socket.h> when the system
 # doesn't have one that works with the given compiler.
-sys/socket.h: sys_socket_.h
+sys/socket.h: sys_socket.in.h
        @MKDIR_P@ sys
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
@@ -1476,13 +1512,13 @@ sys/socket.h: sys_socket_.h
              -e 's|@''HAVE_SYS_SOCKET_H''@|$(HAVE_SYS_SOCKET_H)|g' \
              -e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
              -e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \
-             < $(srcdir)/sys_socket_.h; \
+             < $(srcdir)/sys_socket.in.h; \
        } > $@-t
        mv -f $@-t $@
 MOSTLYCLEANFILES += sys/socket.h sys/socket.h-t
 MOSTLYCLEANDIRS += sys
 
-EXTRA_DIST += sys_socket_.h
+EXTRA_DIST += sys_socket.in.h
 
 ## end   gnulib module sys_socket
 
@@ -1492,7 +1528,7 @@ BUILT_SOURCES += $(SYS_STAT_H)
 
 # We need the following in order to create <sys/stat.h> when the system
 # has one that is incomplete.
-sys/stat.h: sys_stat_.h
+sys/stat.h: sys_stat.in.h
        @MKDIR_P@ sys
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
@@ -1501,13 +1537,13 @@ sys/stat.h: sys_stat_.h
              -e 's|@''HAVE_IO_H''@|$(HAVE_IO_H)|g' \
              -e 's|@''HAVE_LSTAT''@|$(HAVE_LSTAT)|g' \
              -e 's|@''HAVE_DECL_MKDIR''@|$(HAVE_DECL_MKDIR)|g' \
-             < $(srcdir)/sys_stat_.h; \
+             < $(srcdir)/sys_stat.in.h; \
        } > $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t
 MOSTLYCLEANDIRS += sys
 
-EXTRA_DIST += sys_stat_.h
+EXTRA_DIST += sys_stat.in.h
 
 ## end   gnulib module sys_stat
 
@@ -1517,7 +1553,7 @@ BUILT_SOURCES += $(SYS_TIME_H)
 
 # We need the following in order to create <sys/time.h> when the system
 # doesn't have one that works with the given compiler.
-sys/time.h: sys_time_.h
+sys/time.h: sys_time.in.h
        @MKDIR_P@ sys
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
@@ -1526,12 +1562,12 @@ sys/time.h: sys_time_.h
              -e 's|@''NEXT_SYS_TIME_H''@|$(NEXT_SYS_TIME_H)|g' \
              -e 's/@''REPLACE_GETTIMEOFDAY''@/$(REPLACE_GETTIMEOFDAY)/g' \
              -e 's/@''HAVE_STRUCT_TIMEVAL''@/$(HAVE_STRUCT_TIMEVAL)/g' \
-             < $(srcdir)/sys_time_.h; \
+             < $(srcdir)/sys_time.in.h; \
        } > $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += sys/time.h sys/time.h-t
 
-EXTRA_DIST += sys_time_.h
+EXTRA_DIST += sys_time.in.h
 
 ## end   gnulib module sys_time
 
@@ -1550,7 +1586,7 @@ BUILT_SOURCES += time.h
 
 # We need the following in order to create <time.h> when the system
 # doesn't have one that works with the given compiler.
-time.h: time_.h
+time.h: time.in.h
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
          sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
@@ -1561,12 +1597,12 @@ time.h: time_.h
              -e 's|@REPLACE_TIMEGM''@|$(REPLACE_TIMEGM)|g' \
              -e 
's|@SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(SYS_TIME_H_DEFINES_STRUCT_TIMESPEC)|g'
 \
              -e 
's|@TIME_H_DEFINES_STRUCT_TIMESPEC''@|$(TIME_H_DEFINES_STRUCT_TIMESPEC)|g' \
-             < $(srcdir)/time_.h; \
+             < $(srcdir)/time.in.h; \
        } > $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += time.h time.h-t
 
-EXTRA_DIST += time_.h
+EXTRA_DIST += time.in.h
 
 ## end   gnulib module time
 
@@ -1592,7 +1628,7 @@ BUILT_SOURCES += unistd.h
 
 # We need the following in order to create an empty placeholder for
 # <unistd.h> when the system doesn't have one.
-unistd.h: unistd_.h
+unistd.h: unistd.in.h
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's|@''HAVE_UNISTD_H''@|$(HAVE_UNISTD_H)|g' \
@@ -1618,12 +1654,12 @@ unistd.h: unistd_.h
              -e 's|@''REPLACE_GETCWD''@|$(REPLACE_GETCWD)|g' \
              -e 's|@''REPLACE_LCHOWN''@|$(REPLACE_LCHOWN)|g' \
              -e 's|@''REPLACE_LSEEK''@|$(REPLACE_LSEEK)|g' \
-             < $(srcdir)/unistd_.h; \
+             < $(srcdir)/unistd.in.h; \
        } > $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += unistd.h unistd.h-t
 
-EXTRA_DIST += unistd_.h
+EXTRA_DIST += unistd.in.h
 
 ## end   gnulib module unistd
 
@@ -1695,7 +1731,7 @@ BUILT_SOURCES += $(WCHAR_H)
 
 # We need the following in order to create <wchar.h> when the system
 # version does not work standalone.
-wchar.h: wchar_.h
+wchar.h: wchar.in.h
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \
@@ -1705,12 +1741,12 @@ wchar.h: wchar_.h
              -e 's|@''HAVE_DECL_WCWIDTH''@|$(HAVE_DECL_WCWIDTH)|g' \
              -e 's|@''REPLACE_WCWIDTH''@|$(REPLACE_WCWIDTH)|g' \
              -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
-           < $(srcdir)/wchar_.h; \
+           < $(srcdir)/wchar.in.h; \
        } > $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += wchar.h wchar.h-t
 
-EXTRA_DIST += wchar_.h
+EXTRA_DIST += wchar.in.h
 
 ## end   gnulib module wchar
 
@@ -1720,7 +1756,7 @@ BUILT_SOURCES += $(WCTYPE_H)
 
 # We need the following in order to create <wctype.h> when the system
 # doesn't have one that works with the given compiler.
-wctype.h: wctype_.h
+wctype.h: wctype.in.h
        rm -f $@-t $@
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
@@ -1728,12 +1764,12 @@ wctype.h: wctype_.h
              -e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
              -e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
              -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
-             < $(srcdir)/wctype_.h; \
+             < $(srcdir)/wctype.in.h; \
        } > $@-t
        mv $@-t $@
 MOSTLYCLEANFILES += wctype.h wctype.h-t
 
-EXTRA_DIST += wctype_.h
+EXTRA_DIST += wctype.in.h
 
 ## end   gnulib module wctype
 
@@ -1798,7 +1834,7 @@ EXTRA_libcvs_a_SOURCES += yesno.c
 ## end   gnulib module yesno
 
 
-mostlyclean-local:
+mostlyclean-local: mostlyclean-generic
        @for dir in '' $(MOSTLYCLEANDIRS); do \
          if test -n "$$dir" && test -d $$dir; then \
            echo "rmdir $$dir"; rmdir $$dir; \
@@ -1806,6 +1842,7 @@ mostlyclean-local:
        done; \
        :
 
+
 # Until Automake gets its act together
 distclean-local:
        rm -f fnmatch.h
Index: maint-aux/gnulib-filelist.txt
===================================================================
RCS file: /sources/cvs/ccvs/maint-aux/gnulib-filelist.txt,v
retrieving revision 1.36
diff -p -u -b -w -r1.36 gnulib-filelist.txt
--- maint-aux/gnulib-filelist.txt       27 Aug 2007 02:13:24 -0000      1.36
+++ maint-aux/gnulib-filelist.txt       17 Oct 2007 23:20:02 -0000
@@ -2,61 +2,62 @@ build-aux/config.rpath
 build-aux/link-warning.h
 doc/getdate.texi
 lib/alloca.c
-lib/alloca_.h
+lib/alloca.in.h
+lib/areadlink-with-size.c
+lib/areadlink.h
 lib/asnprintf.c
 lib/asprintf.c
-lib/atexit.c
 lib/at-func.c
+lib/atexit.c
 lib/base64.c
 lib/base64.h
 lib/basename.c
 lib/canon-host.c
 lib/canon-host.h
+lib/canonicalize-lgpl.c
 lib/canonicalize.c
 lib/canonicalize.h
-lib/canonicalize-lgpl.c
 lib/chdir-long.c
 lib/chdir-long.h
 lib/chown.c
-lib/closeout.c
-lib/closeout.h
 lib/close-stream.c
 lib/close-stream.h
+lib/closeout.c
+lib/closeout.h
 lib/config.charset
 lib/creat-safer.c
-lib/cycle-check.c
-lib/cycle-check.h
-lib/dev-ino.h
 lib/dirchownmod.c
 lib/dirchownmod.h
-lib/dirent_.h
+lib/dirent.in.h
 lib/dirfd.c
 lib/dirfd.h
 lib/dirname.c
 lib/dirname.h
-lib/dup2.c
 lib/dup-safer.c
+lib/dup2.c
 lib/error.c
 lib/error.h
 lib/exitfail.c
 lib/exitfail.h
 lib/fchdir.c
 lib/fchmodat.c
-lib/fchownat.c
 lib/fchown-stub.c
-lib/fcntl_.h
+lib/fchownat.c
 lib/fcntl--.h
 lib/fcntl-safer.h
+lib/fcntl.in.h
 lib/fd-safer.c
+lib/file-set.c
+lib/file-set.h
 lib/filenamecat.c
 lib/filenamecat.h
-lib/float_.h
 lib/float+.h
+lib/float.in.h
 lib/fnmatch.c
-lib/fnmatch_.h
+lib/fnmatch.in.h
 lib/fnmatch_loop.c
-lib/__fpending.c
-lib/__fpending.h
+lib/fpending.c
+lib/fpending.h
 lib/fseeko.c
 lib/fstatat.c
 lib/ftello.c
@@ -75,9 +76,9 @@ lib/getndelim2.c
 lib/getndelim2.h
 lib/getnline.c
 lib/getnline.h
-lib/getopt1.c
 lib/getopt.c
-lib/getopt_.h
+lib/getopt.in.h
+lib/getopt1.c
 lib/getopt_int.h
 lib/getpagesize.h
 lib/getpass.c
@@ -85,13 +86,19 @@ lib/getpass.h
 lib/gettext.h
 lib/gettime.c
 lib/gettimeofday.c
-lib/glob.c
-lib/glob_.h
 lib/glob-libc.h
+lib/glob.c
+lib/glob.in.h
+lib/hash-pjw.c
+lib/hash-pjw.h
+lib/hash-triple.c
+lib/hash-triple.h
+lib/hash.c
+lib/hash.h
 lib/inet_ntop.c
 lib/inet_ntop.h
 lib/intprops.h
-lib/inttypes_.h
+lib/inttypes.in.h
 lib/lchmod.h
 lib/lchown.c
 lib/localcharset.c
@@ -99,10 +106,10 @@ lib/localcharset.h
 lib/lseek.c
 lib/lstat.c
 lib/lstat.h
+lib/malloc.c
 lib/malloca.c
 lib/malloca.h
 lib/malloca.valgrind
-lib/malloc.c
 lib/mbchar.c
 lib/mbchar.h
 lib/mbslen.c
@@ -117,32 +124,30 @@ lib/memrchr.c
 lib/minmax.h
 lib/mkancesdirs.c
 lib/mkancesdirs.h
-lib/mkdirat.c
-lib/mkdir.c
 lib/mkdir-p.c
 lib/mkdir-p.h
+lib/mkdir.c
+lib/mkdirat.c
 lib/mkstemp.c
 lib/mktime.c
-lib/mreadlink.h
-lib/mreadlink-with-size.c
 lib/nanosleep.c
-lib/netinet_in_.h
-lib/openat.c
+lib/netinet_in.in.h
+lib/open-safer.c
 lib/openat-die.c
-lib/openat.h
 lib/openat-priv.h
 lib/openat-proc.c
-lib/open-safer.c
+lib/openat.c
+lib/openat.h
 lib/pathmax.h
 lib/pipe-safer.c
 lib/printf-args.c
 lib/printf-args.h
 lib/printf-parse.c
 lib/printf-parse.h
-lib/quotearg.c
-lib/quotearg.h
 lib/quote.c
 lib/quote.h
+lib/quotearg.c
+lib/quotearg.h
 lib/raise.c
 lib/readlink.c
 lib/realloc.c
@@ -150,13 +155,15 @@ lib/ref-add.sin
 lib/ref-del.sin
 lib/regcomp.c
 lib/regex.c
-lib/regexec.c
 lib/regex.h
 lib/regex_internal.c
 lib/regex_internal.h
+lib/regexec.c
 lib/rename.c
 lib/rpmatch.c
 lib/same-inode.h
+lib/same.c
+lib/same.h
 lib/save-cwd.c
 lib/save-cwd.h
 lib/savewd.c
@@ -166,43 +173,43 @@ lib/setenv.h
 lib/size_max.h
 lib/snprintf.c
 lib/stat-macros.h
-lib/stdbool_.h
-lib/stdint_.h
-lib/stdio_.h
-lib/stdlib_.h
+lib/stdbool.in.h
+lib/stdint.in.h
+lib/stdio.in.h
+lib/stdlib.in.h
 lib/strcasecmp.c
 lib/strdup.c
 lib/streq.h
 lib/strerror.c
 lib/strftime.c
 lib/strftime.h
-lib/string_.h
+lib/string.in.h
 lib/stripslash.c
 lib/strncasecmp.c
 lib/strndup.c
+lib/strnlen.c
 lib/strnlen1.c
 lib/strnlen1.h
-lib/strnlen.c
 lib/strtoimax.c
 lib/strtol.c
 lib/strtoll.c
 lib/strtoul.c
 lib/strtoull.c
 lib/strtoumax.c
-lib/sys_socket_.h
-lib/sys_stat_.h
-lib/sys_time_.h
+lib/sys_socket.in.h
+lib/sys_stat.in.h
+lib/sys_time.in.h
 lib/tempname.c
 lib/tempname.h
-lib/time_.h
+lib/time.in.h
 lib/time_r.c
 lib/timespec.h
-lib/unistd_.h
 lib/unistd--.h
 lib/unistd-safer.h
+lib/unistd.in.h
 lib/unitypes.h
-lib/uniwidth/cjk.h
 lib/uniwidth.h
+lib/uniwidth/cjk.h
 lib/uniwidth/width.c
 lib/unlocked-io.h
 lib/unsetenv.c
@@ -210,8 +217,8 @@ lib/vasnprintf.c
 lib/vasnprintf.h
 lib/vasprintf.c
 lib/verify.h
-lib/wchar_.h
-lib/wctype_.h
+lib/wchar.in.h
+lib/wctype.in.h
 lib/wcwidth.c
 lib/xalloc-die.c
 lib/xalloc.h
@@ -237,16 +244,15 @@ m4/canonicalize.m4
 m4/chdir-long.m4
 m4/chown.m4
 m4/clock_time.m4
-m4/closeout.m4
 m4/close-stream.m4
+m4/closeout.m4
 m4/codeset.m4
-m4/cycle-check.m4
 m4/d-ino.m4
+m4/d-type.m4
 m4/dirfd.m4
 m4/dirname.m4
 m4/dos.m4
 m4/double-slash-root.m4
-m4/d-type.m4
 m4/dup2.m4
 m4/eealloc.m4
 m4/eoverflow.m4
@@ -254,8 +260,8 @@ m4/error.m4
 m4/exitfail.m4
 m4/extensions.m4
 m4/fchdir.m4
-m4/fcntl_h.m4
 m4/fcntl-safer.m4
+m4/fcntl_h.m4
 m4/filenamecat.m4
 m4/float_h.m4
 m4/fnmatch.m4
@@ -265,8 +271,8 @@ m4/ftello.m4
 m4/ftruncate.m4
 m4/getaddrinfo.m4
 m4/getcwd-abort-bug.m4
-m4/getcwd.m4
 m4/getcwd-path-max.m4
+m4/getcwd.m4
 m4/getdate.m4
 m4/getdelim.m4
 m4/gethostname.m4
@@ -280,22 +286,23 @@ m4/getpass.m4
 m4/gettext.m4
 m4/gettime.m4
 m4/gettimeofday.m4
-m4/glibc21.m4
 m4/glibc2.m4
+m4/glibc21.m4
 m4/glob.m4
 m4/gnulib-common.m4
+m4/hash.m4
 m4/iconv.m4
 m4/include_next.m4
 m4/inet_ntop.m4
 m4/intdiv0.m4
-m4/intldir.m4
 m4/intl.m4
+m4/intldir.m4
 m4/intlmacosx.m4
 m4/intmax.m4
 m4/intmax_t.m4
-m4/inttypes_h.m4
-m4/inttypes.m4
 m4/inttypes-pri.m4
+m4/inttypes.m4
+m4/inttypes_h.m4
 m4/lchmod.m4
 m4/lchown.m4
 m4/lcmessage.m4
@@ -307,6 +314,7 @@ m4/lock.m4
 m4/longlong.m4
 m4/lseek.m4
 m4/lstat.m4
+m4/malloc.m4
 m4/malloca.m4
 m4/mbchar.m4
 m4/mbiter.m4
@@ -333,12 +341,14 @@ m4/pathmax.m4
 m4/po.m4
 m4/printf-posix.m4
 m4/progtest.m4
-m4/quotearg.m4
 m4/quote.m4
+m4/quotearg.m4
 m4/readlink.m4
+m4/realloc.m4
 m4/regex.m4
 m4/rename.m4
 m4/rpmatch.m4
+m4/same.m4
 m4/save-cwd.m4
 m4/savewd.m4
 m4/setenv.m4
@@ -348,8 +358,8 @@ m4/socklen.m4
 m4/sockpfaf.m4
 m4/ssize_t.m4
 m4/stdbool.m4
-m4/stdint_h.m4
 m4/stdint.m4
+m4/stdint_h.m4
 m4/stdio_h.m4
 m4/stdlib_h.m4
 m4/strcase.m4
@@ -360,10 +370,10 @@ m4/string_h.m4
 m4/strndup.m4
 m4/strnlen.m4
 m4/strtoimax.m4
-m4/strtoll.m4
 m4/strtol.m4
-m4/strtoull.m4
+m4/strtoll.m4
 m4/strtoul.m4
+m4/strtoull.m4
 m4/strtoumax.m4
 m4/sys_socket_h.m4
 m4/sys_stat_h.m4
@@ -376,8 +386,8 @@ m4/tm_gmtoff.m4
 m4/tzset.m4
 m4/uintmax_t.m4
 m4/ulonglong.m4
-m4/unistd_h.m4
 m4/unistd-safer.m4
+m4/unistd_h.m4
 m4/unlocked-io.m4
 m4/vasnprintf.m4
 m4/vasprintf.m4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]