X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2FChangeLog;h=fe0d3096e9be4f96d5002e4a922027099f5eaab0;hb=6ae064ff870571ee82f7d0cca2bb5d522e8e5dfa;hp=06f1251919b94f3bc09fef90c1cd5d33481b904b;hpb=1fa00a69e857c649396eea7218cc7dfb3a6be21f;p=gnulib.git diff --git a/m4/ChangeLog b/m4/ChangeLog index 06f125191..fe0d3096e 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,7 +1,151 @@ +2003-06-04 Paul Eggert + + * 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 + + * 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 + + 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 + + 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 + + * 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 in + http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html + +2003-04-21 Paul Eggert + + * 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 + . + +2003-04-14 Bruno Haible + + * error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF. + +2003-04-10 Bruno Haible + + * findprog.m4: New file. + * eaccess.m4: New file. + +2003-04-04 Bruno Haible + + * linebreak.m4: New file. + +2003-04-03 Bruno Haible + + * utf-ucs4.m4: New file. + * ucs4-utf.m4: New file. + +2003-03-30 Bruno Haible + + * copy-file.m4 (gl_COPY_FILE): Add check for chown(). + +2003-03-28 Bruno Haible + + * copy-file.m4: New file. + +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 at least Irix and OSF1/Tru64. + * 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