*** empty log message ***
[gnulib.git] / m4 / ChangeLog
index c291e54..5814049 100644 (file)
@@ -1,3 +1,31 @@
+2001-06-20  Paul Eggert  <eggert@twinsun.com>
+
+       * inttypes.m4: Add AC_PREREQ(2.13).
+       (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
+       (jm_AC_TYPE_INTMAX_T): New macro.
+       (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
+
+       * longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
+
+       * longlong.m4: Renamed from ulonglong.m4.
+       * inttypes.m4: Renamed from inttypes_h.m4.
+       * uintmax_t.m4: Removed.
+
+2001-08-12  Jim Meyering  <meyering@lucent.com>
+
+       * afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
+       d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
+       fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
+       group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
+       jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
+       link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
+       mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
+       prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
+       rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
+       strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
+       utime.m4, utimes.m4, xstrtoumax.m4:
+       Quote the first argument in each use of AC_DEFUN.
+
 2001-08-05  Jim Meyering  <meyering@lucent.com>
 
        * jm-macros.m4: Require autoconf-2.52.
        * getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
        string.h any more.
 
-       * progtest.m4 (AM_PATH_PROG_WITH_TEST):
-       Output "no" only if $1 isn't $4.
+       * progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
+       not the default value.
 
-       * mbswidth.m4 (jm_PREREQ_MBSWIDTH):
-       No longer requires AM_C_PROTOTYPES.
-       Check for iswcntrl, mbsinit.  Use AC_TRY_COMPILE, not AC_CHECK_DECLS,
-       for portability to Autoconf 2.13.
+       2001-06-25  Bruno Haible  <haible@clisp.cons.org>
+       * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
+       Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
+       Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
+       Also check for iswcntrl, used for wcwidth fallback.
+       Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
+       to Autoconf 2.13.
 
 2001-08-03  Jim Meyering  <meyering@lucent.com>
 
@@ -57,8 +88,6 @@
        * Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h stuff.
        Now it's in ../Makefile.cfg.
 
-       * gettimeofday.m4: New file.
-
 2001-07-04  Jim Meyering  <meyering@lucent.com>
 
        * Makefile.am.in (glibc-io.struct): New target.  Rework the code
 
 2001-05-11  Paul Eggert  <eggert@twinsun.com>
 
-       * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
+       * strftime.m4 (jm_FUNC_GNU_STRFTIME):
        Don't bother to check library strftime, since
        we'll be using our own my_strftime function anyway.
        Define my_strftime instead of strftime.