Add argz module, which is autoupdated from libtool.
[gnulib.git] / m4 / ChangeLog
index a87d3d7..fedc0f7 100644 (file)
@@ -1,3 +1,46 @@
+2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * argz.m4: New file, which is autoupdated from libtool.
+
+2004-06-01  Jim Meyering  <jim@meyering.net>
+
+       * calloc.m4: New file.
+
+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>
 
@@ -16,7 +59,7 @@
        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.