X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2FChangeLog;h=fedc0f758152413ada11a0d2ab2dd95ac99089ff;hb=06a946707465c071bb0a15fcc7498532967679e1;hp=a87d3d7354895572c627966408994acdc6a558a5;hpb=dc8bf912bf998e0cbb00552156cfd9dbeda6e9d1;p=gnulib.git diff --git a/m4/ChangeLog b/m4/ChangeLog index a87d3d735..fedc0f758 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,46 @@ +2004-06-22 Paul Eggert + + * argz.m4: New file, which is autoupdated from libtool. + +2004-06-01 Jim Meyering + + * calloc.m4: New file. + +2004-06-01 Paul Eggert + + 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 + + * 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 + + * xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC + or AC_FUNC_REALLOC. + +2004-05-20 Andreas Schwab + + * free.m4: Replace free if it not known to work, not the other + way round. + 2004-05-17 Derek R. Price Paul Eggert @@ -16,7 +59,7 @@ Check for gettimeofday. * settime.m4 (gl_SETTIME): Require gl_TIMESPEC. Check for settimeofday, stime. - + 2004-04-20 Paul Eggert * host-os.m4: Add a copyright notice.