Merge from coreutils CVS.
[gnulib.git] / m4 / ChangeLog
index d6943be..e310404 100644 (file)
@@ -1,3 +1,61 @@
+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.
        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>