gnulib.git
17 years ago* stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
Paul Eggert [Tue, 22 Aug 2006 21:16:36 +0000 (21:16 +0000)]
* stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
* inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
* longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
* intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.

17 years ago* modules/regexprops-generic: New file.
Eric Blake [Tue, 22 Aug 2006 20:02:09 +0000 (20:02 +0000)]
* modules/regexprops-generic: New file.
* MODULES.html.sh (Support for building documentation): List it.

17 years ago* srclist.txt: Remove gnupload, since coreutils now syncs from
Paul Eggert [Tue, 22 Aug 2006 19:38:57 +0000 (19:38 +0000)]
* srclist.txt: Remove gnupload, since coreutils now syncs from
gnulib rather than the other way around.
* srclistvars.sh (COREUTILS): Remove.

17 years agoMake it possible to use lib_LTLIBRARIES in a snippet.
Bruno Haible [Tue, 22 Aug 2006 18:57:52 +0000 (18:57 +0000)]
Make it possible to use lib_LTLIBRARIES in a snippet.

17 years ago* lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
Paul Eggert [Tue, 22 Aug 2006 17:34:55 +0000 (17:34 +0000)]
* lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
<utmpx.h> exists.
* m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
<utmpx.h> exists.

17 years agoAvoid the need for AC_LIBSOURCES in m4 macros.
Paul Eggert [Tue, 22 Aug 2006 17:15:28 +0000 (17:15 +0000)]
Avoid the need for AC_LIBSOURCES in m4 macros.
* modules/arcfour (EXTRA_DIST): Add arcfour.h.
* modules/arctwo (EXTRA_DIST): Add arctwo.h.
* modules/check-version (EXTRA_DIST): Add check-version.h.
* modules/crc (EXTRA_DIST): Add crc.h.
* modules/des (EXTRA_DIST): Add des.h.
* modules/gc (EXTRA_DIST): Add gc.h.
* modules/getdelim (EXTRA_DIST): Add getdelim.h.
* modules/getline (EXTRA_DIST): Add getline.h.
* modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
* modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
* modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
* modules/md2 (EXTRA_DIST): Add md2.h.
* modules/md4 (EXTRA_DIST): Add md4.h.
* modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
* modules/read-file (EXTRA_DIST): Add read-file.h.
* modules/readline (EXTRA_DIST): Add readline.h.
* modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
rijndael-api-fst.h.

* m4/rijndael.m4 (gl_ARCFOUR):
* m4/arctwo.m4 (gl_ARCTWO):
* m4/check-version.m4 (gl_CHECK_VERSION):
* m4/crc.m4 (gl_CRC):
* m4/des.m4 (gl_DES):
* m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
* m4/gc.m4 (gl_GC):
* m4/getdelim.m4 (gl_FUNC_GETDELIM):
* m4/getline.m4 (gl_FUNC_GETLINE):
* m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
* m4/hmac-md5.m4 (gl_HMAC_MD5):
* m4/hmac-sha1.m4 (gl_HMAC_SHA1):
* m4/md2.m4 (gl_MD2):
* m4/md4.m4 (gl_MD4):
* m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
* m4/read-file.m4 (gl_FUNC_READ_FILE):
* m4/readline.m4 (gl_FUNC_READLINE):
* m4/rijndael.m4 (gl_RIJNDAEL):
Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
to get the necessary .h files and whatnot.

17 years agoAdd comments, suggested by Simon Josefsson.
Bruno Haible [Tue, 22 Aug 2006 14:57:59 +0000 (14:57 +0000)]
Add comments, suggested by Simon Josefsson.

17 years agoAdd gnupload module.
Simon Josefsson [Tue, 22 Aug 2006 13:23:55 +0000 (13:23 +0000)]
Add gnupload module.

17 years ago* modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
Jim Meyering [Tue, 22 Aug 2006 12:26:39 +0000 (12:26 +0000)]
* modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.

* modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.

17 years agoA help2man wrapper script that avoids breaking the build in various situations.
Bruno Haible [Tue, 22 Aug 2006 12:17:43 +0000 (12:17 +0000)]
A help2man wrapper script that avoids breaking the build in various situations.

17 years ago2006-08-22 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Tue, 22 Aug 2006 10:22:52 +0000 (10:22 +0000)]
2006-08-22  Simon Josefsson  <jas@extundo.com>

* modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
to md5 module.

17 years ago.
Karl Berry [Tue, 22 Aug 2006 08:05:07 +0000 (08:05 +0000)]
.

17 years agoBeOS portability.
Paul Eggert [Mon, 21 Aug 2006 22:05:23 +0000 (22:05 +0000)]
BeOS portability.
* lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't exist.
* m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.

17 years agoAvoid the need for AC_LIBSOURCES in m4 macros.
Paul Eggert [Mon, 21 Aug 2006 21:46:31 +0000 (21:46 +0000)]
Avoid the need for AC_LIBSOURCES in m4 macros.
* modules/acl (EXTRA_DIST): Add acl.h.
* modules/argmatch (Files): Add m4/argmatch.m4.
(configure.ac): Add gl_ARGMATCH.
(EXTRA_DIST): Renamed from lib_SOURCES, for
consistency with the other modules.  Remove argmatch.c.
* modules/backupfile (EXTRA_DIST): Add backupfile.h.
* modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
* modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
* modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
* modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
* modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
* modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
* modules/cloexec (EXTRA_DIST): Add cloexec.h.
* modules/close-stream (EXTRA_DIST): Add close-stream.h.
* modules/closeout (EXTRA_DIST): Add closeout.h.
* modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
* modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
* modules/dirfd (EXTRA_DIST): Add dirfd.h.
* modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
dirname.h; remove basename.c and stripslash.c.
* modules/exclude (EXTRA_DIST): Add exclude.h.
* modules/exitfail (EXTRA_DIST): Add exitfail.h.
* modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
* modules/file-type (EXTRA_DIST): Add file-type.h.
* modules/filemode (EXTRA_DIST): Add filemode.h.
* modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
* modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
* modules/fpending (EXTRA_DIST): Add __fpending.h.
* modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
* modules/fsusage (EXTRA_DIST): Add fsusage.h.
* modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
* modules/getcwd (EXTRA_DIST): Add getcwd.h.
* modules/getdate (EXTRA_DIST): Add getdate.c.
* modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
* modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
* modules/getpass (EXTRA_DIST): Add getpass.h.
* modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
* modules/group-member (EXTRA_DIST): Add group-member.h.
* modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
* modules/hash (EXTRA_DIST): Add hash.h.
* modules/human (EXTRA_DIST): Add human.h.
* modules/inttypes (EXTRA_DIST): Add inttypes.h.
* modules/lchmod (EXTRA_DIST): Add lchmod.h.
* modules/lchown (EXTRA_DIST): Add lchown.h.
* modules/long-options (EXTRA_DIST): Add long-options.h.
* modules/lstat (EXTRA_DIST): Add lstat.h.
* modules/md5 (EXTRA_DIST): Add memcasecmp.h.
* modules/memcoll (EXTRA_DIST): Add memcoll.h.
* modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
* modules/memrchr (EXTRA_DIST): Add memrchr.h.
* modules/memxor (EXTRA_DIST): Add memxor.h.
* modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
* modules/mkdir-p (EXTRA_DIST): Add modechange.h.
* modules/mountlist (EXTRA_DIST): Add mountlist.h.
* modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
* modules/pathmax (EXTRA_DIST): Add pathmax.h.
* modules/physmem (EXTRA_DIST): Add physmem.h.
* modules/posixtm (EXTRA_DIST): Add posixtm.h.
* modules/posixver (EXTRA_DIST): Add posixver.h.
* modules/quote (EXTRA_DIST): Add quote.h.
* modules/quotearg (EXTRA_DIST): Add quotearg.h.
* modules/readtokens (EXTRA_DIST): Add readtokens.h.
* modules/readutmp (EXTRA_DIST): Add readutmp.h.
* modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c regex_internal.h regexec.c.
* modules/safe-read (EXTRA_DIST): Add safe-read.h.
* modules/safe-write (EXTRA_DIST): Add safe-write.h.
* modules/same (EXTRA_DIST): Add same.h.
* modules/same-inode (EXTRA_DIST): Add same-inode.h.
* modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
* modules/savedir (EXTRA_DIST): Add savedir.h.
* modules/sha1 (EXTRA_DIST): Add sha1.h.
* modules/sig2str (EXTRA_DIST): Add sig2str.h.
* modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
* modules/stat-time (EXTRA_DIST): Add stat-time.h.
* modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
* modules/strdup (EXTRA_DIST): Add strdup.h.
* modules/strftime (EXTRA_DIST): Add strftime.h.
* modules/strndup (EXTRA_DIST): Add strndup.h.
* modules/strnlen (EXTRA_DIST): Add strnlen.h.
* modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
* modules/time_r (EXTRA_DIST): Add time_r.h.
* modules/timespec (EXTRA_DIST): Add timespec.h.
* modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
* modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
* modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
* modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
* modules/userspec (EXTRA_DIST): Add userspec.h.
* modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
* modules/utimens (EXTRA_DIST): Add utimens.h.
* modules/xalloc (EXTRA_DIST): Add xalloc.h.
* modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
* modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
* modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
* modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
* modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
* modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
* modules/yesno (EXTRA_DIST): Add yesno.h.
+
* m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
* m4/dev-ino.m4, same-inode.m4: Remove.
+
* m4/_inttypes_h.m4 (gl_INTTYPES_H):
* m4/acl.m4 (AC_FUNC_ACL):
* m4/backupfile.m4 (gl_BACKUPFILE):
* m4/c-strtod.m4 (gl_C99_STRTOLD):
* m4/canon-host.m4 (gl_CANON_HOST):
* m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
* m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
* m4/chdir-safer.m4 (gl_CHDIR_SAFER):
* m4/cloexec.m4 (gl_CLOEXEC):
* m4/close-stream.m4 (gl_CLOSE_STREAM):
* m4/closeout.m4 (gl_CLOSEOUT):
* m4/dirfd.m4 (gl_FUNC_DIRFD):
* m4/dirname.m4 (gl_DIRNAME):
* m4/exclude.m4 (gl_EXCLUDE):
* m4/exitfail.m4 (gl_EXITFAIL):
* m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
* m4/file-type.m4 (gl_FILE_TYPE):
* m4/filemode.m4 (gl_FILEMODE):
* m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
* m4/fpending.m4 (gl_FUNC_FPENDING):
* m4/fprintftime.m4 (gl_FPRINTFTIME):
* m4/fts.m4 (gl_FUNC_FTS):
* m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
* m4/getdate.m4 (gl_GETDATE):
* m4/gethrxtime.m4 (gl_GETHRXTIME):
* m4/getpagesize.m4 (gl_GETPAGESIZE):
* m4/getpass.m4 (gl_FUNC_GETPASS):
* m4/gettime.m4 (gl_GETTIME):
* m4/getugroups.m4 (gl_GETUGROUPS):
* m4/glob.m4 (gl_GLOB_SUBSTITUTE):
* m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
* m4/hard-locale.m4 (gl_HARD_LOCALE):
* m4/hash.m4 (gl_HASH):
* m4/idcache.m4 (gl_IDCACHE):
* m4/lchmod.m4 (gl_FUNC_LCHMOD):
* m4/lchown.m4 (gl_FUNC_LCHOWN):
* m4/long-options.m4 (gl_LONG_OPTIONS):
* m4/lstat.m4 (gl_FUNC_LSTAT):
* m4/md5.m4 (gl_MD5):
* m4/memcasecmp.m4 (gl_MEMCASECMP):
* m4/memcoll.m4 (gl_MEMCOLL):
* m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
* m4/memrchr.m4 (gl_FUNC_MEMRCHR):
* m4/memxor.m4 (gl_MEMXOR):
* m4/mkancesdirs.m4 (gl_MKANCESDIRS):
* m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
* m4/modechange.m4 (gl_MODECHANGE):
* m4/mountlist.m4 (gl_MOUNTLIST):
* m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
* m4/openat.m4 (gl_FUNC_OPENAT):
* m4/pathmax.m4 (gl_PATHMAX):
* m4/physmem.m4 (gl_PHYSMEM):
* m4/posixtm.m4 (gl_POSIXTM):
* m4/posixver.m4 (gl_POSIXVER):
* m4/quote.m4 (gl_QUOTE):
* m4/quotearg.m4 (gl_QUOTEARG):
* m4/readtokens.m4 (gl_READTOKENS):
* m4/readutmp.m4 (gl_READUTMP):
* m4/regex.m4 (gl_REGEX):
* m4/safe-read.m4 (gl_SAFE_READ):
* m4/safe-write.m4 (gl_SAFE_WRITE):
* m4/same.m4 (gl_SAME):
* m4/save-cwd.m4 (gl_SAVE_CWD):
* m4/savedir.m4 (gl_SAVEDIR):
* m4/settime.m4 (gl_SETTIME):
* m4/sha1.m4 (gl_SHA1):
* m4/sig2str.m4 (gl_FUNC_SIG2STR):
* m4/stat-macros.m4 (gl_STAT_MACROS):
* m4/stat-time.m4 (gl_STAT_TIME):
* m4/stdio-safer.m4 (gl_FOPEN_SAFER):
* m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
* m4/strdup.m4 (gl_FUNC_STRDUP):
* m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
* m4/strndup.m4 (gl_FUNC_STRNDUP):
* m4/strnlen.m4 (gl_FUNC_STRNLEN):
* m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
* m4/time_r.m4 (gl_TIME_R):
* m4/timespec.m4 (gl_TIMESPEC):
* m4/unistd-safer.m4 (gl_UNISTD_SAFER):
* m4/unlinkdir.m4 (gl_UNLINKDIR):
* m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
* m4/userspec.m4 (gl_USERSPEC):
* m4/utimecmp.m4 (gl_UTIMECMP):
* m4/utimens.m4 (gl_UTIMENS):
* m4/xalloc.m4 (gl_XALLOC):
* m4/xgetcwd.m4 (gl_XGETCWD):
* m4/xnanosleep.m4 (gl_XNANOSLEEP):
* m4/xreadlink.m4 (gl_XREADLINK):
* m4/xstrtod.m4 (gl_XSTRTOD):
* m2/yesno.m4 (gl_YESNO):
Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
to get the necessary .h files and whatnot.

17 years agoMake it possible to install the generated library.
Bruno Haible [Mon, 21 Aug 2006 18:49:51 +0000 (18:49 +0000)]
Make it possible to install the generated library.

17 years agoPortability to BeOS.
Bruno Haible [Mon, 21 Aug 2006 18:28:02 +0000 (18:28 +0000)]
Portability to BeOS.

17 years agoDon't create a $(pkgdatadir) if there's nothing to be installed in it.
Bruno Haible [Mon, 21 Aug 2006 18:18:25 +0000 (18:18 +0000)]
Don't create a $(pkgdatadir) if there's nothing to be installed in it.

17 years agoMake it work also with Solaris /bin/sh.
Bruno Haible [Mon, 21 Aug 2006 13:30:55 +0000 (13:30 +0000)]
Make it work also with Solaris /bin/sh.

17 years ago* modules/openat (Depends-on): Really alphabetize.
Jim Meyering [Mon, 21 Aug 2006 09:49:06 +0000 (09:49 +0000)]
* modules/openat (Depends-on): Really alphabetize.

17 years ago* modules/acl (Depends-on): Add error and quote.
Jim Meyering [Mon, 21 Aug 2006 08:30:27 +0000 (08:30 +0000)]
* modules/acl (Depends-on): Add error and quote.

17 years ago* check-module (find_included_lib_files): Add at-func.c to the
Jim Meyering [Mon, 21 Aug 2006 08:21:32 +0000 (08:21 +0000)]
* check-module (find_included_lib_files): Add at-func.c to the
ok-to-include-more-than-once white list.

17 years ago.
Karl Berry [Mon, 21 Aug 2006 08:06:14 +0000 (08:06 +0000)]
.

17 years ago* modules/openat (Depends-on): Add lstat. Alphabetize.
Jim Meyering [Mon, 21 Aug 2006 07:27:23 +0000 (07:27 +0000)]
* modules/openat (Depends-on): Add lstat.  Alphabetize.

17 years agoAdd and change modules to make it easier for coreutils to use
Paul Eggert [Mon, 21 Aug 2006 06:11:26 +0000 (06:11 +0000)]
Add and change modules to make it easier for coreutils to use
gnulib-tool.

* lib/cycle-check.h: Include <stdint.h> unconditionally, since we
now assume the stdint module.  Do not include inttypes.h.
* lib/fsusage.h: Likewise.
* lib/getndelim2.c: Likewise.
* lib/human.h: Likewise.
* lib/inttostr.h: Likewise.
* lib/obstack.c: Likewise.
* lib/regex_internal.h: Likewise.
* lib/tempname.c: Likewise.
* lib/utimecmp.c: Likewise.
* lib/xstrtol.h: Likewise.

* lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.

* lib/strtoimax.c: Adjust to macro name changes in Autoconf,
e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
* lib/xtime.h: Likewise.

Remove files that are no longer needed by their respective modules.
* m4/obstack.m4: Remove.
* m4/strerror_r.m4: Remove.
* m4/uint32_t.m4: Remove.
* m4/uintptr_t.m4: Remove.
* m4/ullong_max.m4: Remove.
* m4/xstrtoimax.m4: Remove.
* m4/xstrtoumax.m4: Remove.

* cycle-check.m4 (gl_CYCLE_CHECK): Do not require gl_AC_TYPE_UINTMAX_T,
gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib dependencies now
capture this.

* cycle-check.m4 (gl_CYCLE_CHECK):
Do not use AC_LIBSOURCES, since gnulib modules now do this.
* fsusage.m4 (gl_FSUSAGE): Likewise.
* human.m4 (gl_HUMAN): Likewise.
* inttostr.m4 (gl_INTTOSTR): Likewise.
* xstrtol.m4 (gl_XSTRTOL): Likewise.

* filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.

* filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
stdint.
* human.m4 (gl_HUMAN): Likewise.
* inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
* mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
* strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
* strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
* xstrtol (gl_XSTRTOL): Likewise.

* gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
AC_TYPE_LONG_LONG_INT.
* strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
* strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
* strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
* strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.

* human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
on stdbool.

* xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
(gl_PREREQ_XSTRTOUL): Remove.

* ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.

* posixver.m4: Fix comment since head -1 now works even in POSIX mode.

* modules/backupfile (Files): Remove m4/d-ino.m4.
(Depends-on): Add d-ino.
* modules/cycle-check (Depends-on): Add stdint.
(lib_SOURCES): Add cycle-check.h.
* modules/d-ino: New module.
* modules/d-type: New module.
* modules/error (Files): Remove m4/strerror_r.m4.
* modules/filemode (Files): Add m4/st_dm_mode.m4.
* modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
m4/inttypes_h.m4, m4/uintmax_t.m4.
(Depends-on): Add stdint.
(lib_SOURCES): Add fsusage.h.
* modules/getcwd (Files): Remove d-ino.m4.
(Depends-on): Add d-ino.
* modules/getndelim2 (Depends-on): Add stdint.
* modules/glob (Files): Remove m4/d-type.m4.
(Depends-on): Add d-type.
* modules/host-os: New module.
* modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
m4/inttypes_h.m4, m4/uintmax_t.m4.
* Depends-on: Add stdint.
(lib_SOURCES): Add human.h.
* modules/inttostr (Files): Remove m4/intmax_t.m4,
m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
m4/uintmax_t.m4, m4/ulonglong.m4.
(Depends-on): Add stdint.
(EXTRA_DIST): Add inttostr.h.
* modules/lchmod: New module.
* modules/link-follow: New module.
* modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
(Depends-on): Add lchmod.
* modules/mkstemp (Files): Remove m4/ulonglong.m4,
m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
(Depends-on): Add stdint.
* modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
(Depends-on): Add stdint.
(configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
* modules/perl: New module.
* modules/regex (Depends-on): Add stdint.
* modules/rmdir-errno: New module.
* modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
m4/intmax_t.m4.
(Depends-on): Add stdint.
* modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
m4/uintmax_t.m4.
(Depends-on): Add stdint.
* modules/unlink-busy: New module.
* modules/utimecmp (Depends-on): Add stdint.
* modules/uptime: New module.
* modules/winsz-ioctl: New module.
* modules/winsz-termios: New module.
* modules/xnanosleep (Depends-on): Add nanosleep.
* modules/ullong_max: Remove.
* modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
(configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
* modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
(Depends-on): Add inttypes.
(lib_SOURCES): Add xstrtol.h.
* modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
(configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
* MODULES.html.sh: Move 'assert' into the assert section.
Move 'dummy' into the linking section.
Remove ullong_max.
Add section for compatibility checks for POSIX:2001 functions,
and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
winsz-ioctl, and winsz-termios into it.
Add lchmod.
Add top-level Misc section and put host-os, perl, and uptime
into it.

17 years ago.
Karl Berry [Sun, 20 Aug 2006 08:05:42 +0000 (08:05 +0000)]
.

17 years ago* modules/openat (Files): Add lib/fchmodat.c.
Paul Eggert [Sat, 19 Aug 2006 22:17:01 +0000 (22:17 +0000)]
* modules/openat (Files): Add lib/fchmodat.c.
* lib/fchmodat.c: New file, from coreutils.  This was inadvertently
omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.

17 years agoautoupdate
Karl Berry [Sat, 19 Aug 2006 17:48:02 +0000 (17:48 +0000)]
autoupdate

17 years ago.
Karl Berry [Sat, 19 Aug 2006 08:05:04 +0000 (08:05 +0000)]
.

17 years agoLess code, more comments.
Bruno Haible [Fri, 18 Aug 2006 19:40:32 +0000 (19:40 +0000)]
Less code, more comments.

17 years agoNew module 'bison-i18n'.
Bruno Haible [Fri, 18 Aug 2006 19:38:58 +0000 (19:38 +0000)]
New module 'bison-i18n'.

17 years agoNew module 'bison-i18n',
Bruno Haible [Fri, 18 Aug 2006 19:37:45 +0000 (19:37 +0000)]
New module 'bison-i18n',

17 years ago* lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
Paul Eggert [Fri, 18 Aug 2006 18:35:07 +0000 (18:35 +0000)]
* lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
(ME_DUMMY): Treat "kernfs" as a dummy.
(read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
* m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
sys/statvfs.h. When getmntinfo was found, check its declaration and
set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.

17 years ago* gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for CLOCK_REALTIME,
Paul Eggert [Fri, 18 Aug 2006 16:59:19 +0000 (16:59 +0000)]
* gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for CLOCK_REALTIME,
since gethrxtime may revert to using clock_gettime via gettime.c.

17 years ago.
Karl Berry [Fri, 18 Aug 2006 08:05:07 +0000 (08:05 +0000)]
.

17 years agoUpdate from coreutils.
Paul Eggert [Thu, 17 Aug 2006 20:34:21 +0000 (20:34 +0000)]
Update from coreutils.

* lib/__fpending.h: Add copyright notice.
* lib/fprintftime.h: Likewise.
* lib/savedir.c: Use (C) in copyright notice.
* lib/savedir.h: Likewise.

2006-08-15  Jim Meyering  <jim@meyering.net>

* lib/at-func.c: New file, with the logic of all emulated at-functions.
* lib/openat-priv.h: Include <errno.h> and define ENOSYS,
in support of the EXPECTED_ERRNO macro.
* lib/openat.c (fstatat, unlinkat, fchownat): Remove function definitions.
Instead, define the appropriate symbols and include "at-func.c".
* lib/mkdirat.c (mkdirat): Likewise.
* lib/fchmodat.c (fchmodat): Likewise.
(ENOSYS): Remove definition.
* lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does it.
Don't include "unistd--.h" -- it wasn't ever used.

2006-01-17  Jim Meyering  <jim@meyering.net>

Rewrite fts.c not to change the current working directory,
by using openat, fstatat, fdopendir, etc..

* lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
(HAVE_OPENAT_SUPPORT): Define.
[_LIBC] (fchdir): Don't undef or define; no longer used.
(FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
Now, this `function' always succeeds, and consumes its file descriptor
parameter -- so callers must not close such FDs.  Update callers.
(diropen_fd, opendirat, cwd_advance_fd): New functions.
(diropen): Add parameter, SP.  Adjust all callers.
Implement using diropen_fd, rather than open.
(fts_open): Initialize new member, fts_cwd_fd.
Remove fts_rft-setting code.
(fts_close): Close fts_cwd_fd, if necessary.
(__opendir2): Define in terms of opendir or opendirat,
depending on whether the FST_NOCHDIR flag is set.
(fts_build): Since fts_safe_changedir consumes its FD, and since
this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
and close the dup'd file descriptor upon failure.
(fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
(fts_safe_changedir): Tweak semantics to reflect that this function
now calls cwd_advance_fd and hence consumes its FD argument.
* lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
[struct FTS] (fts_rft): Remove now-unused member.
[struct FTS] (fts_cycle.state): Improve comment.

* lib/openat.c (openat_needs_fchdir): New function.
* lib/openat.h (openat_needs_fchdir): Declare it.

2006-08-15  Jim Meyering  <jim@meyering.net>

* m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.

2006-01-17  Jim Meyering  <jim@meyering.net>

* m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.

2006-01-11  Jim Meyering  <jim@meyering.net>

* m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
Check for the lchmod function.

17 years agoautoupdate
Karl Berry [Thu, 17 Aug 2006 13:32:35 +0000 (13:32 +0000)]
autoupdate

17 years ago(memcoll): Set errno = 0 in the shortcut case, too.
Paul Eggert [Wed, 16 Aug 2006 17:22:49 +0000 (17:22 +0000)]
(memcoll): Set errno = 0 in the shortcut case, too.

17 years ago.
Karl Berry [Wed, 16 Aug 2006 08:04:38 +0000 (08:04 +0000)]
.

17 years ago* memcoll.c (memcoll): Optimize for the common case where the
Paul Eggert [Tue, 15 Aug 2006 21:48:44 +0000 (21:48 +0000)]
* memcoll.c (memcoll): Optimize for the common case where the
arguments are bytewise equal.

17 years ago* regexprops-generic.texi: Add a copyright notice.
Paul Eggert [Tue, 15 Aug 2006 21:48:33 +0000 (21:48 +0000)]
* regexprops-generic.texi: Add a copyright notice.

17 years ago* modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
Paul Eggert [Tue, 15 Aug 2006 21:48:22 +0000 (21:48 +0000)]
* modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.

17 years ago(configure.ac): Add gl_CYCLE_CHECK.
Paul Eggert [Tue, 15 Aug 2006 21:47:01 +0000 (21:47 +0000)]
(configure.ac): Add gl_CYCLE_CHECK.

17 years agoChange to LGPL.
Bruno Haible [Tue, 15 Aug 2006 11:53:54 +0000 (11:53 +0000)]
Change to LGPL.

17 years agoCOPYING is not a module.
Bruno Haible [Tue, 15 Aug 2006 11:52:39 +0000 (11:52 +0000)]
COPYING is not a module.

17 years ago.
Karl Berry [Tue, 15 Aug 2006 08:03:48 +0000 (08:03 +0000)]
.

17 years agoRemove stray "x" before \input.
Jim Meyering [Tue, 15 Aug 2006 07:31:39 +0000 (07:31 +0000)]
Remove stray "x" before \input.

17 years agoAdd copyright notices to long-enough files that lack them, since
Paul Eggert [Mon, 14 Aug 2006 22:19:54 +0000 (22:19 +0000)]
Add copyright notices to long-enough files that lack them, since
otherwise the files aren't clearly free.  Use the same notice that
getdate.texi already uses.
* doc/alloca-opt.texi: Add copyright notice.
* doc/alloca.texi: Likewise.
* doc/ctime.texi: Likewise.
* doc/functions.texi: Likewise.
* doc/gcd.texi: Likewise.
* doc/gnulib-tool.texi: Likewise.
* doc/inet_ntoa.texi: Likewise.
* doc/visibility.texi: Likewise.

Change copyright notice from LGPL 2 to GPL 2, since that's the
standard form used in the gnulib repository.
* lib/lock.c: LGPL -> GPL.
* lib/lock.h: Likewise.
* lib/strnlen1.c: Likewise.
* lib/strnlen1.h: Likewise.
* lib/tls.c: Likewise.
* lib/tls.h: Likewise.
* lib/tmpdir.c: Likewise.
* tests/test-lock.c: Likewise.
* tests/test-stdint.c: Likewise.
* tests/test-tls.c: Likewise.

17 years agoChange to version suggested by maintain.texi.
Paul Eggert [Mon, 14 Aug 2006 22:10:20 +0000 (22:10 +0000)]
Change to version suggested by maintain.texi.

17 years agoautoupdate
Karl Berry [Mon, 14 Aug 2006 20:33:10 +0000 (20:33 +0000)]
autoupdate

17 years agoChange to more-permissive notice.
Paul Eggert [Mon, 14 Aug 2006 19:22:52 +0000 (19:22 +0000)]
Change to more-permissive notice.

17 years ago* users.txt: Add bison, diffutils, libprelude, prelude-lml,
Paul Eggert [Mon, 14 Aug 2006 19:08:24 +0000 (19:08 +0000)]
* users.txt: Add bison, diffutils, libprelude, prelude-lml,
prelude-manager.  User shorter URLs for GNU projects, without '?'.
Add copyright notice.

17 years ago* check-module: Add copyright notice.
Paul Eggert [Mon, 14 Aug 2006 18:28:31 +0000 (18:28 +0000)]
* check-module: Add copyright notice.
Output a copyright notice if "--version" is specified.
* config/srclistvars.sh: Add copyright notice.
* doc/getdate.texi: Update FDL version from 1.1 to 1.2.
* doc/quote.texi: Add copyright notice.
* lib/TODO: Remove; this belongs only in coreutils.
* modules/COPYING: New file.
* tests/test-getaddrinfo.c: Add copyright notice.
* tests/test-verify.c: Likewise.

17 years agomaintained -> supported, since Solaris 7 is "supported" (e.g., you can
Paul Eggert [Mon, 14 Aug 2006 18:02:34 +0000 (18:02 +0000)]
maintained -> supported, since Solaris 7 is "supported" (e.g., you can
get advice about it from Sun) but no patches are issued.

17 years ago* solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
Paul Eggert [Mon, 14 Aug 2006 17:58:00 +0000 (17:58 +0000)]
* solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
Mention SunOS 5.11.  Mention that everything before SunOS 5.7
is now obsolete, and give a pointer to the Sun list.
Add copyright notice.

17 years ago* misc/error.c: Add space between program name and message if file
Eric Blake [Mon, 14 Aug 2006 16:08:25 +0000 (16:08 +0000)]
* misc/error.c: Add space between program name and message if file
name is missing.

17 years agoautoupdate
Karl Berry [Mon, 14 Aug 2006 13:14:48 +0000 (13:14 +0000)]
autoupdate

17 years agoUpdate copyright year.
Bruno Haible [Mon, 14 Aug 2006 12:22:19 +0000 (12:22 +0000)]
Update copyright year.

17 years agocoreutils is using gnulib without gnulib-tool, for now.
Jim Meyering [Sun, 13 Aug 2006 18:42:29 +0000 (18:42 +0000)]
coreutils is using gnulib without gnulib-tool, for now.
Converting it to use gnulib-tool is pretty high on the list of
things to fix.

17 years agooriginate in gnulib
Karl Berry [Sat, 12 Aug 2006 22:37:45 +0000 (22:37 +0000)]
originate in gnulib

17 years agotexinfo
Karl Berry [Sat, 12 Aug 2006 12:50:51 +0000 (12:50 +0000)]
texinfo

17 years ago* pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
Paul Eggert [Fri, 11 Aug 2006 20:25:07 +0000 (20:25 +0000)]
* pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.

17 years ago* regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
Paul Eggert [Fri, 11 Aug 2006 18:28:44 +0000 (18:28 +0000)]
* regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
in wchar_t.  Problem reported by Eric Blake.

17 years agoRefine the tar CVS URL.
Bruno Haible [Fri, 11 Aug 2006 18:00:44 +0000 (18:00 +0000)]
Refine the tar CVS URL.

17 years agoFix typo in previous checkin: len -> lenbuf.
Paul Eggert [Fri, 11 Aug 2006 17:47:58 +0000 (17:47 +0000)]
Fix typo in previous checkin: len -> lenbuf.

17 years ago* snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
Paul Eggert [Fri, 11 Aug 2006 17:42:19 +0000 (17:42 +0000)]
* snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
LEN is smaller than SIZE.  Suggested by Bruno Haible.
Also, help the compiler to keep LEN in a register.

17 years ago* users.txt: Sort. Add tar.
Eric Blake [Fri, 11 Aug 2006 16:23:17 +0000 (16:23 +0000)]
* users.txt: Sort.  Add tar.

17 years ago* users.txt: Sort. Add tar.
Eric Blake [Fri, 11 Aug 2006 16:23:17 +0000 (16:23 +0000)]
* users.txt: Sort.  Add tar.

17 years agoAdd gss and libntlm.
Simon Josefsson [Fri, 11 Aug 2006 13:46:27 +0000 (13:46 +0000)]
Add gss and libntlm.
Fix gsasl name.

17 years agoNew file users.txt.
Bruno Haible [Fri, 11 Aug 2006 13:21:19 +0000 (13:21 +0000)]
New file users.txt.

17 years agoWho uses gnulib?
Bruno Haible [Fri, 11 Aug 2006 13:20:58 +0000 (13:20 +0000)]
Who uses gnulib?

17 years agoWork around the __VA_LIST__ in <wchar.h> problem on Tru64 with DTK compiler.
Bruno Haible [Fri, 11 Aug 2006 13:09:44 +0000 (13:09 +0000)]
Work around the __VA_LIST__ in <wchar.h> problem on Tru64 with DTK compiler.

17 years ago.
Karl Berry [Fri, 11 Aug 2006 08:19:37 +0000 (08:19 +0000)]
.

17 years ago* Makefile (standards.info standards.html standards.dvi):
Ralf Wildenhues [Fri, 11 Aug 2006 06:39:41 +0000 (06:39 +0000)]
* Makefile (standards.info standards.html standards.dvi):
Also depend on make-stds.texi.

17 years agoAdd Bruno Haible as maintainer for snprintf.
Paul Eggert [Thu, 10 Aug 2006 23:23:25 +0000 (23:23 +0000)]
Add Bruno Haible as maintainer for snprintf.

17 years agoAdd Bruno Haible as maintainer.
Paul Eggert [Thu, 10 Aug 2006 23:23:07 +0000 (23:23 +0000)]
Add Bruno Haible as maintainer.

17 years agoImport the following changes from libc:
Paul Eggert [Thu, 10 Aug 2006 20:08:01 +0000 (20:08 +0000)]
Import the following changes from libc:

2006-06-02  Jakub Jelinek  <jakub@redhat.com>

* posix/regex_internal.c (re_string_skip_chars): If no character has
been converted at all, set *last_wc to WEOF.  If mbrtowc failed, set wc
to the byte which couldn't be converted.
(re_string_reconstruct): Don't clear valid_raw_len before calling
re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
tip_context using re_string_context_at.

2006-05-02  Ulrich Drepper  <drepper@redhat.com>

* posix/regex.h: g++ still cannot handled [restrict].

2006-04-21  Ulrich Drepper  <drepper@redhat.com>

* posix/regex.h: Remove special handling for VMS.

17 years ago* modules/snprintf (Depends-on): Remove minmax.
Paul Eggert [Thu, 10 Aug 2006 19:32:38 +0000 (19:32 +0000)]
* modules/snprintf (Depends-on): Remove minmax.
(Maintainer): Add self.
* lib/.cppi-disable: Add snprintf.h, socket_.h.
* lib/snprintf.c: Include <errno.h> and <limits.h>.
(EOVERFLOW): Define if the system does not.
Do not include "minmax.h"; it wasn't used.
(snprintf): Don't assume size_t promotes to an unsigned type.
Fix bug when generated string was too long for the buffer: the
buffer's contents are supposed to be the initial prefix of the
output.  Don't assume vasnprintf returns EOVERFLOW if the size
exceeds INT_MAX; do the check ourselves.

17 years ago* cycle-check.m4: Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
Jim Meyering [Thu, 10 Aug 2006 15:55:25 +0000 (15:55 +0000)]
* cycle-check.m4: Require gl_STRUCT_DEV_INO and gl_SAME_INODE.

17 years ago* cycle-check.m4: New file.
Jim Meyering [Thu, 10 Aug 2006 15:52:31 +0000 (15:52 +0000)]
* cycle-check.m4: New file.

17 years agoApply last patch also to --create-testdir.
Bruno Haible [Thu, 10 Aug 2006 15:05:20 +0000 (15:05 +0000)]
Apply last patch also to --create-testdir.

17 years ago* gnulib-tool (func_import): Detect unexpanded macros in gnulib
Eric Blake [Thu, 10 Aug 2006 14:22:53 +0000 (14:22 +0000)]
* gnulib-tool (func_import): Detect unexpanded macros in gnulib
namespace.

17 years ago* modules/same-inode: New module.
Jim Meyering [Thu, 10 Aug 2006 13:40:17 +0000 (13:40 +0000)]
* modules/same-inode: New module.
* modules/dev-ino: New module.
* modules/cycle-check: Depend on these modules, rather than simply
including their .h files.
(Makefile.am): Don't list cycle-check.[ch] here, now that they're
required via m4/cycle-check.m4.
* modules/same: Depend on new same-inode module, rather than
including same-inode.h.
* modules/chdir-safer: New file.

* m4/dev-ino.m4, m4/same-inode.m4: New files.

17 years ago* modules/chown (Depends-on): Add stat-macros.
Jim Meyering [Thu, 10 Aug 2006 13:30:55 +0000 (13:30 +0000)]
* modules/chown (Depends-on): Add stat-macros.

17 years ago* modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
Eric Blake [Thu, 10 Aug 2006 13:09:14 +0000 (13:09 +0000)]
* modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
in from original proposal.

17 years agoRegenerate.
Paul Eggert [Wed, 9 Aug 2006 23:21:09 +0000 (23:21 +0000)]
Regenerate.

17 years agoRemove the 'restrict' module, and modify everybody to use AC_C_RESTRICT
Paul Eggert [Wed, 9 Aug 2006 22:52:40 +0000 (22:52 +0000)]
Remove the 'restrict' module, and modify everybody to use AC_C_RESTRICT
rather than gl_C_RESTRICT.

17 years agoSync from coreutils.
Paul Eggert [Wed, 9 Aug 2006 22:27:27 +0000 (22:27 +0000)]
Sync from coreutils.

* m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
* m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
* m4/time_r.m4 (gl_TIME_R): Likewise.

2006-07-19  Mike Frysinger  <vapier@gentoo.org>
* lib/mountlist.c [ME_REMOTE]: Filter out cifs.
See <http://bugs.gentoo.org/141012>.

17 years agono more gettext-tools
Karl Berry [Wed, 9 Aug 2006 20:19:52 +0000 (20:19 +0000)]
no more gettext-tools

17 years agoautoupdate
Karl Berry [Wed, 9 Aug 2006 13:28:36 +0000 (13:28 +0000)]
autoupdate

17 years ago.
Karl Berry [Wed, 9 Aug 2006 08:04:58 +0000 (08:04 +0000)]
.

17 years ago* verror.c (verror_at_line): Work around glibc bug 2997, so that
Eric Blake [Tue, 8 Aug 2006 22:00:44 +0000 (22:00 +0000)]
* verror.c (verror_at_line): Work around glibc bug 2997, so that
verror_at_line output complies with GNU Coding Standards even when
file is NULL.

17 years agokarl locations
Karl Berry [Tue, 8 Aug 2006 16:15:45 +0000 (16:15 +0000)]
karl locations

17 years ago* modules/verror: New module.
Eric Blake [Tue, 8 Aug 2006 14:39:04 +0000 (14:39 +0000)]
* modules/verror: New module.
* MODULES.html.sh: Document it.

17 years ago* verror.h, verror.c: New files.
Eric Blake [Tue, 8 Aug 2006 14:37:39 +0000 (14:37 +0000)]
* verror.h, verror.c: New files.

17 years agoMake the last patch more future-proof.
Bruno Haible [Tue, 8 Aug 2006 13:11:11 +0000 (13:11 +0000)]
Make the last patch more future-proof.

17 years agoAllow AC_REQUIREs in the configure.ac snippet.
Bruno Haible [Tue, 8 Aug 2006 11:35:22 +0000 (11:35 +0000)]
Allow AC_REQUIREs in the configure.ac snippet.

17 years agoMake pkgdata_DATA a cumulative variable. From Ralf Wildenhues.
Bruno Haible [Mon, 7 Aug 2006 12:17:26 +0000 (12:17 +0000)]
Make pkgdata_DATA a cumulative variable. From Ralf Wildenhues.

17 years ago* error.h: Fold in some upstream changes from glibc.
Eric Blake [Sun, 6 Aug 2006 12:36:47 +0000 (12:36 +0000)]
* error.h: Fold in some upstream changes from glibc.
* error.c: Likewise.

17 years ago.
Karl Berry [Sun, 6 Aug 2006 08:05:29 +0000 (08:05 +0000)]
.

17 years agoFix for "make -j 3".
Bruno Haible [Fri, 4 Aug 2006 16:06:01 +0000 (16:06 +0000)]
Fix for "make -j 3".