Merge from coreutils CVS.
[gnulib.git] / m4 / ChangeLog
index 8a84b3e..e310404 100644 (file)
@@ -1,3 +1,113 @@
+2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from coreutils CVS.
+
+       * backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
+       makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
+       putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
+       strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
+       xstrtol.m4: Fix copyright date and/or serial number.
+
+       * chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
+       See if we need an fchown replacement.
+       (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
+       (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
+       and use the replacement function if we detect either defect.
+
+       * prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
+       gl_UTIMECMP.
+
+2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
+       C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
+       Also, fix a typo in a diagnostic.
+
+2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
+       or AC_FUNC_REALLOC.
+
+2004-05-20  Andreas Schwab  <schwab@suse.de>
+
+       * free.m4: Replace free if it not known to work, not the other
+       way round.
+
+2004-05-17  Derek R. Price  <derek@ximbiot.com>
+           Paul Eggert  <eggert@cs.ucla.edu>
+
+       * argp: Depend on alloca.
+
+2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
+       for backward compatibility with older code.  We need our own
+       alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
+       it under some other name, and our alloca.h will define it.
+
+2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
+       Check for gettimeofday.
+       * settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
+       Check for settimeofday, stime.
+
+2004-04-20  Paul Eggert  <eggert@twinsun.com>
+
+       * host-os.m4: Add a copyright notice.
+
+2004-04-20  Jim Meyering  <jim@meyering.net>
+
+       Change UTILS_ to gl_ in AC_DEFINE'd names.
+       Change utils_- and jm_-prefixed variables, too.
+       * mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
+       UTILS_FUNC_MKDIR_TRAILING_SLASH.
+       * mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
+
+       * dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
+       Don't emit trailing blanks.
+       Also rename jm_-prefixed variables to have gl_ prefix.
+
+       * host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
+       Also rename jm_-prefixed variables to have gl_ prefix.
+
+       * jm-macros.m4: Reflect the renamings.
+       * prereq.m4: Likewise.
+
+2004-04-19  Jim Meyering  <jim@meyering.net>
+
+       * readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
+       now that readutmp.c may call `free (0)'.
+
+2004-04-19  Bruno Haible  <bruno@clisp.org>
+
+       * mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
+       * inttypes_h.m4: Likewise.
+       * stdint_h.m4: Likewise.
+       * intmax_t.m4: Likewise.
+       * uintmax_t.m4: Likewise.
+
+2004-04-18  Jim Meyering  <jim@meyering.net>
+
+       * prereq.m4: Don't forbid jm_ prefix.
+
+       * afs.m4, allocsa.m4, assert.m4, backupfile.m4, bison.m4:
+       * check-decl.m4, chown.m4, d-ino.m4, d-type.m4, dirname.m4, dos.m4:
+       * error.m4, fpending.m4, fstypename.m4, fsusage.m4, ftruncate.m4:
+       * getdate.m4, getgroups.m4, gettext.m4, glibc21.m4, group-member.m4:
+       * human.m4, intmax.m4, intmax_t.m4, inttostr.m4, inttypes.m4:
+       * inttypes_h.m4, jm-macros.m4, jm-winsz1.m4, jm-winsz2.m4, lchown.m4:
+       * lib-check.m4, link-follow.m4, localcharset.m4, longlong.m4:
+       * ls-mntd-fs.m4, lstat.m4, makepath.m4, mbrtowc.m4, mbswidth.m4:
+       * memchr.m4, memcmp.m4, mkdtemp.m4, mkstemp.m4, mountlist.m4:
+       * nanosleep.m4, path-concat.m4, perl.m4, prereq.m4, putenv.m4:
+       * quotearg.m4, regex.m4, stat.m4, stdint_h.m4, strftime.m4:
+       * strtoimax.m4, strtoll.m4, strtoull.m4, strtoumax.m4, timespec.m4:
+       * uintmax_t.m4, ulonglong.m4, unlink-busy.m4, unlocked-io.m4:
+       * uptime.m4, utimbuf.m4, utime.m4, utimes-null.m4, vasnprintf.m4:
+       * xstrtoimax.m4, xstrtol.m4, xstrtoumax.m4:
+       Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
+
 2004-04-16  Jim Meyering  <jim@meyering.net>
 
        * prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to