X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2FChangeLog;h=2eafb121411112d50e038c091addd86a11bef9a6;hb=58917bb2982d84f02258fc8f3e232d369c7f15e4;hp=dc9d264c5ed98206c43e5305df1feeae3af260cd;hpb=4831ead44de7705efcffc76f5234fab59a7b1d9e;p=gnulib.git diff --git a/m4/ChangeLog b/m4/ChangeLog index dc9d264c5..2eafb1214 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,108 @@ +2004-03-30 Jim Meyering + + * realloc.m4: Remove file, since now it does no more than + AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via + the `configure.ac' section of module/realloc. + * malloc.m4: Likewise, but for AC_FUNC_MALLOC. + +2004-03-30 Paul Eggert + + * inttostr.m4: New file. + +2004-03-29 Paul Eggert + + * cloexec.m4: New file. + +2004-03-18 Paul Eggert + Bruno Haible + + * mbswidth.m4 (gl_MBSWIDTH): Also test whether declares + mbswidth. + +2004-03-07 Paul Eggert + + * c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK. + All uses changed. Check for sa_sigaction member; this fixes + a bug first reported by Jason Andrade in + . + +2004-01-18 Simon Josefsson + + * strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared. + +2004-02-18 Bruno Haible + + * xsize.m4 (gl_XSIZE): Require AC_C_INLINE. + Reported by Derek Robert Price . + +2004-02-06 Karl Berry + + * po.m4: update from gettext 0.14.1. + +2004-02-03 Bruno Haible + + * pipe.m4: New file, from GNU gettext. + +2004-01-27 Bruno Haible + + * execute.m4: New file, from GNU gettext. + +2003-11-24 Bruno Haible + + * allocsa.m4: New file, from GNU gettext. + +2003-11-24 Bruno Haible + + * eealloc.m4: New file, from GNU gettext. + +2004-01-15 Paul Eggert + + Merge from coreutils. + + * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t. + * posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION. + (gl_DEFAULT_POSIX2_VERSION): Move + the documentation from 'configure' into 'config.hin', + so that 'configure --help' isn't burdened by it and + we don't have to worry about its formatting there. + Reword the documentation so that it's more succinct + and can be run together into a single paragraph. + * same.m4 (gl_SAME): Check for pathconf. + +2004-01-15 Jim Meyering + + Merge from coreutils. + + * clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME + if no library is required. + * jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX. + * jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE. + * jm-macros.m4 (jm_MACROS): Require autoconf-2.58. + (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58. + * jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW. + * lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the + value, $ac_cv_search_crypt, if it's "none required". + * posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro. + * prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG, + not gl_FUNC_GETLOADAVG. + * prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH, + gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS. + +2004-01-15 Alexandre Duret-Lutz + + Merge from coreutils. + + * nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the + value, $ac_cv_search_nanosleep, if it's "none required". + +2003-12-03 Bruno Haible + + * gettext.m4: Upgrade from gettext-0.13. + * po.m4: Upgrade from gettext-0.13. + * size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here. + * intmax.m4: New file, from gettext-0.13. + * printf-posix.m4: New file, from gettext-0.13. + 2003-11-25 Bruno Haible * vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require @@ -187,12 +292,12 @@ * idcache.m4 (gl_IDCACHE): Do not check for standard C headers, or for string.h. * long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h. - * mkpath.m4 (gl_MAKEPATH): Do not check for string.h or standard + * makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard C headers. * md5.m4 (gl_MD5): Don't check for limits.h, standard C headers, memcpy. * sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy. - * memrchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h. + * memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h. * memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h. * memcoll.m4 (gl_MEMCOLL): Likewise. * memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h. @@ -201,7 +306,7 @@ * mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers. * modechange.m4 (gl_MODECHANGE): Don't check for standard C headers. * mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard - C orders, or for string.h. + C headers, or for string.h. * obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h. (gl_PREREQ_OBSTACK): Don't check for stdlib.h. * path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C