Correct SunOS and Solaris version number notation to match Sun's usage.
[gnulib.git] / m4 / ChangeLog
index 61fb612..77a144b 100644 (file)
@@ -1,3 +1,260 @@
+2003-07-18  Bruno Haible  <bruno@clisp.org>
+
+       * getndelim2.m4: New file.
+       * getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
+       invoke gl_PREREQ_GETNDELIM2.
+       (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
+       gl_PREREQ_GETNDELIM2.
+       * getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
+       gl_GETNDELIM2.
+
+2003-07-17  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am.in: Remove file.
+       * Makefile.am: Remove file.
+       * Makefile.in: Remove file.
+
+2003-07-17  Bruno Haible  <bruno@clisp.org>
+
+       * getnline.m4: New file.
+
+2003-07-14  Simon Josefsson  <jas@extundo.com>
+
+       * mempcpy.m4: New file.
+
+2003-07-10  Jim Meyering  <jim@meyering.net>
+
+       * clock_time.m4: Remove trailing blank.
+       * intmax_t.m4: Likewise.
+
+2003-07-01  Paul Eggert  <eggert@twinsun.com>
+
+       * xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
+       xreadlink.c now includes it unconditionally.
+
+2003-07-01  Bruno Haible  <bruno@clisp.org>
+
+       * ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>. <sys/types.h>
+       should be sufficient.
+       Reported by Paul Eggert.
+
+2003-06-25  Bruno Haible  <bruno@clisp.org>
+
+       * readlink.m4: New file.
+
+2003-06-22  Bruno Haible  <bruno@clisp.org>
+
+       Portability to mingw32.
+       * ssize_t.m4: New file, from GNU gettext.
+       * safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
+       * xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
+
+2003-06-11  Bruno Haible  <bruno@clisp.org>
+
+       * sysexits.m4: New file.
+
+2003-06-10  Simon Josefsson  <jas@extundo.com>
+
+       * strchrnul.m4: New file.
+
+2003-06-07  Bruno Haible  <bruno@clisp.org>
+
+       * fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
+       gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
+       AC_CONFIG_LINKS. Needed to allow for a different name of the lib
+       directory.
+       * poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
+       AC_CONFIG_LINKS. Needed to allow for a different name of the lib
+       directory.
+
+2003-06-04  Paul Eggert  <eggert@twinsun.com>
+
+       * human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
+       locale.h, localeconv.  This merges changes from coreutils.
+
+       * mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
+       It can be removed after the next Autoconf is released.
+       * exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
+       needed.
+
+2003-05-30  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.m4: Upgrade to gettext-0.12.1.
+       * nls.m4: New file, from gettext-0.12.1.
+       * po.m4: New file, from gettext-0.12.1.
+       * progtest.m4: Upgrade to gettext-0.12.1.
+
+2003-05-28  Paul Eggert  <eggert@twinsun.com>
+
+       Assume the headers required for C89 freestanding compilers.
+       * backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
+       * fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
+       * human.m4 (gl_HUMAN): Likewise.
+       * pathmax.m4 (gl_PATHMAX): Likewise.
+       * rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
+       * userspec.m4 (gl_USERSPEC): Likewise.
+       * xreadlink.m4 (gl_XREADLINK): Likewise.
+       * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
+       * quote.m4 (gl_QUOTE): Don't check for stddef.h.
+
+2003-05-26  Jim Meyering  <jim@meyering.net>
+
+       Merge in a change from coreutils:
+       * dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
+       that is guaranteed to be `no'.  Use `no_such_member' to indicate
+       that condition, rather than `-1' which is slightly misleading.
+       Change the name of the cache variable to have the gl_ prefix.
+       Prompted by a patch from Richard Dawe for DJGPP.
+
+2003-05-17  Bruno Haible  <bruno@clisp.org>
+
+       * dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an invalid
+       expansion for AC_EGREP_CPP.
+       * strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
+       * strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
+       Suggested by Akim Demaille <akim@epita.fr> in
+       http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
+
+2003-04-21  Paul Eggert  <eggert@twinsun.com>
+
+       * error.m4 (gl_ERROR): Do not put under dynamic conditions some
+       code which expansion is under static control.  Patch imported from
+       Akim Demaille's patch to Bison; see
+       <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
+
+2003-04-14  Bruno Haible  <bruno@clisp.org>
+
+       * error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
+
+2003-04-10  Bruno Haible  <bruno@clisp.org>
+
+       * findprog.m4: New file.
+       * eaccess.m4: New file.
+
+2003-04-04  Bruno Haible  <bruno@clisp.org>
+
+       * linebreak.m4: New file.
+
+2003-04-03  Bruno Haible  <bruno@clisp.org>
+
+       * utf-ucs4.m4: New file.
+       * ucs4-utf.m4: New file.
+
+2003-03-30  Bruno Haible  <bruno@clisp.org>
+
+       * copy-file.m4 (gl_COPY_FILE): Add check for chown().
+
+2003-03-28  Bruno Haible  <bruno@clisp.org>
+
+       * copy-file.m4: New file.
+
+2003-03-18  Bruno Haible  <bruno@clisp.org>
+
+       * onceonly.m4: Use m4_defn instead of defn, for better error checking.
+       * onceonly_2_57.m4: Likewise.
+
+2003-03-17  Bruno Haible  <bruno@clisp.org>
+
+       * onceonly.m4: Require autoconf 2.54 or newer.
+       (m4_quote): Remove macro.
+       * onceonly_2_57.m4: Require autoconf 2.54 or newer.
+
+2003-03-14  Bruno Haible  <bruno@clisp.org>
+
+       * onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
+       AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
+
+2003-03-13  Paul Eggert  <eggert@twinsun.com>
+
+       * onceonly.m4 (m4_quote): New macro.
+       (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
+       Quote AC_FOREACH variable-expansions properly.
+
+2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
+
+       * poll.m4: New file.
+
+2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
+
+       * mathl.m4: New file.
+
+2003-02-17  Bruno Haible  <bruno@clisp.org>
+
+       * mkdtemp.m4: New file, from GNU gettext with modifications.
+
+2003-02-02  Jim Meyering  <jim@meyering.net>
+
+       * regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
+       e.g. glibc-2.2.93.
+
+2003-01-31  Bruno Haible  <bruno@clisp.org>
+
+       * rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
+       'rpl_rename'.
+       * strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
+       'rpl_strnlen'.
+       * strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
+       'rpl_strtod'.
+       * utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
+       'rpl_utime'.
+
+2003-01-30  Bruno Haible  <bruno@clisp.org>
+
+       * signed.m4: New file, from GNU gettext.
+       * longdouble.m4: New file, from GNU gettext.
+       * wchar_t.m4: New file, from GNU gettext.
+       * wint_t.m4: New file, from GNU gettext.
+       * vasnprintf.m4: New file.
+       * vasprintf.m4: New file.
+
+2003-01-29  Bruno Haible  <bruno@clisp.org>
+
+       * stpncpy.m4: New file.
+
+2003-01-23  Jim Meyering  <jim@meyering.net>
+
+       * dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
+       from working on systems without dirfd (at least Irix and OSF1/Tru64).
+
+2003-01-16  Jim Meyering  <jim@meyering.net>
+
+       * regex.m4: The `regex' struct is both input and output.
+       Initialize it before each use.  Patch by Tim Waugh.
+
+2003-01-11  Bruno Haible  <bruno@clisp.org>
+
+       * longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
+       * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
+       suffix.
+
+2003-01-11  Bruno Haible  <bruno@clisp.org>
+
+       * md5.m4 (gl_MD5): Require AC_C_INLINE.
+
+2003-01-11  Bruno Haible  <bruno@clisp.org>
+
+       * alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
+
+2003-01-12  Paul Eggert  <eggert@twinsun.com>
+
+       Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
+       to avoid collisions with libcurses and libreadline.
+
+       * getstr.m4: Remove.
+       * getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
+
+2003-01-10  Bruno Haible  <bruno@clisp.org>
+
+       * alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
+
+2003-01-09  Bruno Haible  <bruno@clisp.org>
+
+       * stdbool.m4 (AM_STDBOOL_H): New macro.
+
+2002-12-31  Paul Eggert  <eggert@twinsun.com>
+
+       * memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
+
 2002-12-24  Bruno Haible  <bruno@clisp.org>
 
        General infrasructure.
 2001-11-20  Jim Meyering  <meyering@lucent.com>
 
        * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
-       SunOS4.1.4 and solaris2.5.1 lose, too.
+       SunOS 4.1.4 and Solaris 2.5.1 lose, too.
 
 2001-11-19  Jim Meyering  <meyering@lucent.com>
 
 
        * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
        [one-argument getmntent function]): Include stdio.h before mntent.h.
-       SunOS4.1.x needs it for the declaration of `FILE'.
+       SunOS 4.1.x needs it for the declaration of `FILE'.
        Patch by Volker Borchert.
 
        * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
 
        * search-libs.m4: Update from autoconf.
 
-       su doesn't work on Solaris2.6.
+       su doesn't work on Solaris 2.6.
        * lib-check.m4: When checking for struct spwd.sp_pwdp, also include
        <shadow.h>.  Reported by Dragos Harabor.
 
 2000-02-09  Jim Meyering  <meyering@lucent.com>
 
        * lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
-       struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
+       struct spwd, rather than in struct passwd.  Reported by Ga� Qu�i.
 
 2000-02-08  Akim Demaille  <akim@epita.fr>
 
 2000-01-28  Jim Meyering  <meyering@lucent.com>
 
        * perl.m4: Change format of warning message to look more like that
-       from the missing script.  Suggestion from François Pinard.
+       from the missing script.  Suggestion from Franis Pinard.
 
 2000-01-25  Jim Meyering  <meyering@lucent.com>