X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2FChangeLog;h=b312a27ea2b7c0441f48b210a3dad8e89fc1d2c8;hb=0439822fa6b678aa4be450d5cb14b288f5c6cf0a;hp=61fb61251f87ec3e758db9143f4a59ac220a32df;hpb=e059c2358aad79ce8dfd9581dd6f12ce8503dc63;p=gnulib.git diff --git a/m4/ChangeLog b/m4/ChangeLog index 61fb61251..b312a27ea 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,110 @@ +2003-03-18 Bruno Haible + + * onceonly.m4: Use m4_defn instead of defn, for better error checking. + * onceonly_2_57.m4: Likewise. + +2003-03-17 Bruno Haible + + * 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 + + * 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 + + * 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 + + * poll.m4: New file. + +2003-02-18 Paolo Bonzini + + * mathl.m4: New file. + +2003-02-17 Bruno Haible + + * mkdtemp.m4: New file, from GNU gettext with modifications. + +2003-02-02 Jim Meyering + + * regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in + e.g. glibc-2.2.93. + +2003-01-31 Bruno Haible + + * 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 + + * 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 + + * stpncpy.m4: New file. + +2003-01-23 Jim Meyering + + * 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 + + * regex.m4: The `regex' struct is both input and output. + Initialize it before each use. Patch by Tim Waugh. + +2003-01-11 Bruno Haible + + * 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 + + * md5.m4 (gl_MD5): Require AC_C_INLINE. + +2003-01-11 Bruno Haible + + * alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites. + +2003-01-12 Paul Eggert + + 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 + + * alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H. + +2003-01-09 Bruno Haible + + * stdbool.m4 (AM_STDBOOL_H): New macro. + +2002-12-31 Paul Eggert + + * memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP. + 2002-12-24 Bruno Haible General infrasructure.