X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=7a26c22b4fe07363081d28cc64a62461a952f2b5;hb=4bff9facc29f63b86905e9a7aa2bf8427b9be35a;hp=e8faac176742776812d6b598257029c4b34289fa;hpb=cfe70f65aabf1d16bcd9688b662407b20286821d;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index e8faac176..7a26c22b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,311 @@ +2011-05-21 Bruno Haible + + mbsnrtowcs: Move AC_LIBOBJ invocations to module description. + * m4/mbsnrtowcs.m4 (gl_FUNC_MBSNRTOWCS): Move AC_LIBOBJ and + gl_PREREQ_MBSNRTOWCS invocations from here... + * modules/mbsnrtowcs (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + mbsinit: Move AC_LIBOBJ invocations to module description. + * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Move AC_LIBOBJ and gl_PREREQ_MBSINIT + invocations from here... + * modules/mbsinit (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + mbrlen: Move AC_LIBOBJ invocations to module description. + * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Move AC_LIBOBJ and gl_PREREQ_MBRLEN + invocations from here... + * modules/mbrlen (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + mbrtowc: Respect rules for use of AC_LIBOBJ. + * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Move AC_LIBOBJ and gl_PREREQ_MBRTOWC + invocations from here... + * modules/mbrtowc (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + malloc-*: Move AC_LIBOBJ invocations to module description. + * m4/malloc.m4 (gl_REPLACE_MALLOC): Remove macro. + (gl_FUNC_MALLOC_GNU, gl_FUNC_MALLOC_POSIX): Inline it here. Move + AC_LIBOBJ invocations from here... + * modules/malloc-gnu (configure.ac): ... to here. + * modules/malloc-posix (configure.ac): ... and here. + +2011-05-21 Bruno Haible + + lstat, openat: Respect rules for use of AC_LIBOBJ. + * m4/lstat.m4 (gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Renamed from + AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. Set variable + gl_cv_func_lstat_dereferences_slashed_symlink. Don't invoke AC_LIBOBJ. + (gl_PREREQ_LSTAT): New macro, extracted from gl_FUNC_LSTAT. + (gl_FUNC_LSTAT): Update. Remove gl_PREREQ_LSTAT code. + * modules/lstat (configure.ac): Invoke AC_LIBOBJ and gl_PREREQ_LSTAT + here. + * m4/openat.m4 (gl_FUNC_OPENAT): Update. + +2011-05-21 Bruno Haible + + lseek: Move AC_LIBOBJ invocations to module description. + * m4/lseek.m4 (gl_REPLACE_LSEEK): Remove macro. + (gl_FUNC_LSEEK): Inline it here. Move AC_LIBOBJ invocation from here... + * modules/lseek (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + linkat: Move AC_LIBOBJ invocations to module description. + * m4/linkat.m4 (gl_FUNC_LINKAT): Move AC_LIBOBJ invocations from + here... + * modules/linkat (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + link: Respect rules for use of AC_LIBOBJ. + * m4/link.m4 (gl_FUNC_LINK): Move AC_LIBOBJ invocations from here... + * modules/link (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + lchown: Move AC_LIBOBJ invocations to module description. + * m4/lchown.m4 (gl_FUNC_EUIDACCESS): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Move AC_LIBOBJ invocations from here... + * modules/lchown (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + iswctype: Move AC_LIBOBJ invocations to module description. + * m4/iswctype.m4 (gl_FUNC_ISWCTYPE): Move AC_LIBOBJ invocation from + here... + * modules/iswctype (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + iswblank: Move AC_LIBOBJ invocations to module description. + * m4/iswblank.m4 (gl_FUNC_ISWBLANK): Move AC_LIBOBJ invocation from + here... + * modules/iswblank (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + atanl: Move AC_LIBOBJ invocations to module description. + * m4/atanl.m4 (gl_FUNC_ATANL): Move AC_LIBOBJ invocation from here... + * modules/atanl (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + acosl: Move AC_LIBOBJ invocations to module description. + * m4/acosl.m4 (gl_FUNC_ACOSL): Move AC_LIBOBJ invocation from here... + * modules/acosl (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + asinl: Respect rules for use of AC_LIBOBJ. + * m4/asinl.m4 (gl_FUNC_ASINL): Move AC_LIBOBJ invocation from here... + * modules/asinl (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + tanl: Move AC_LIBOBJ invocations to module description. + * m4/tanl.m4 (gl_FUNC_TANL): Move AC_LIBOBJ invocations from here... + * modules/tanl (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + cosl: Move AC_LIBOBJ invocations to module description. + * m4/cosl.m4 (gl_FUNC_COSL): Move AC_LIBOBJ invocations from here... + * modules/cosl (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + sinl: Move AC_LIBOBJ invocations to module description. + * m4/sinl.m4 (gl_FUNC_SINL): Move AC_LIBOBJ invocations from here... + * modules/sinl (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + logl: Move AC_LIBOBJ invocations to module description. + * m4/logl.m4 (gl_FUNC_LOGL): Move AC_LIBOBJ invocation from here... + * modules/logl (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + expl: Move AC_LIBOBJ invocations to module description. + * m4/expl.m4 (gl_FUNC_EXPL): Move AC_LIBOBJ invocation from here... + * modules/expl (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + roundl: Move AC_LIBOBJ invocations to module description. + * m4/roundl.m4 (gl_FUNC_ROUNDL): Move AC_LIBOBJ invocation from here... + * modules/roundl (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + round: Move AC_LIBOBJ invocations to module description. + * m4/round.m4 (gl_FUNC_ROUND): Move AC_LIBOBJ invocation from here... + * modules/round (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + roundf: Move AC_LIBOBJ invocations to module description. + * m4/roundf.m4 (gl_FUNC_ROUNDF): Move AC_LIBOBJ invocation from here... + * modules/roundf (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + truncl: Move AC_LIBOBJ invocations to module description. + * m4/truncl.m4 (gl_FUNC_TRUNCL): Move AC_LIBOBJ invocation from here... + * modules/truncl (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + trunc: Move AC_LIBOBJ invocations to module description. + * m4/trunc.m4 (gl_FUNC_TRUNC): Move AC_LIBOBJ invocation from here... + * modules/trunc (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + truncf: Move AC_LIBOBJ invocations to module description. + * m4/truncf.m4 (gl_FUNC_TRUNCF): Move AC_LIBOBJ invocation from here... + * modules/truncf (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + ceill: Move AC_LIBOBJ invocations to module description. + * m4/ceill.m4 (gl_FUNC_CEILL): Move AC_LIBOBJ invocation from here... + * modules/ceill (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + ceil: Move AC_LIBOBJ invocations to module description. + * m4/ceil.m4 (gl_FUNC_CEIL): Move AC_LIBOBJ invocation from here... + * modules/ceil (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + ceilf: Move AC_LIBOBJ invocations to module description. + * m4/ceilf.m4 (gl_FUNC_CEILF): Move AC_LIBOBJ invocation from here... + * modules/ceilf (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + floorl: Respect rules for use of AC_LIBOBJ. + * m4/floorl.m4 (gl_FUNC_FLOORL): Move AC_LIBOBJ invocation from here... + * modules/floorl (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + floor: Respect rules for use of AC_LIBOBJ. + * m4/floor.m4 (gl_FUNC_FLOOR): Move AC_LIBOBJ invocation from here... + * modules/floor (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + floorf: Move AC_LIBOBJ invocations to module description. + * m4/floorf.m4 (gl_FUNC_FLOORF): Move AC_LIBOBJ invocation from here... + * modules/floorf (configure.ac): ... to here. + +2011-05-20 Bruno Haible + + sqrtl: Respect rules for use of AC_LIBOBJ. + * m4/sqrtl.m4 (gl_FUNC_SQRTL): Move AC_LIBOBJ invocation from here... + * modules/sqrtl (configure.ac): ... to here. + +2011-05-20 Bruno Haible + + ldexpl: Respect rules for use of AC_LIBOBJ. + * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Move AC_LIBOBJ invocation from here... + * modules/ldexpl (configure.ac): ... to here. + +2011-05-20 Bruno Haible + + frexpl*: Respect rules for use of AC_LIBOBJ. + * m4/frexpl.m4 (gl_FUNC_FREXPL, gl_FUNC_FREXPL_NO_LIBM): Move AC_LIBOBJ + invocation from here... + * modules/frexpl (configure.ac): ... to here. + * modules/frexpl-nolibm (configure.ac): ... and here. + +2011-05-20 Bruno Haible + + frexp, frexp-nolibm: Move AC_LIBOBJ invocations to module description. + * m4/frexp.m4 (gl_FUNC_FREXP, gl_FUNC_FREXP_NO_LIBM): Move AC_LIBOBJ + invocation from here... + * modules/frexp (configure.ac): ... to here. + * modules/frexp-nolibm (configure.ac): ... and here. + +2011-05-20 Bruno Haible + + isnan: Respect rules for use of AC_LIBOBJ. + * m4/isnan.m4 (gl_ISNAN): Don't do the AC_LIBOBJ and gl_PREREQ_ISNAN* + invocations here. + * modules/isnanf (configure.ac): Require gl_ISNAN if it exists. Test + REPLACE_ISNAN. + * modules/isnand (configure.ac): Likewise. + * modules/isnanl (configure.ac): Likewise. + +2011-05-20 Bruno Haible + + isnanl*: Respect rules for use of AC_LIBOBJ. + * m4/isnanl.m4 (gl_FUNC_ISNANL, gl_FUNC_ISNANL_NO_LIBM): Move AC_LIBOBJ + invocation from here... + * modules/isnanl (configure.ac): ... to here. + * modules/isnanl-nolibm (configure.ac): ... and here. + +2011-05-20 Bruno Haible + + isnand*: Move AC_LIBOBJ invocations to module description. + * m4/isnand.m4 (gl_FUNC_ISNAND, gl_FUNC_ISNAND_NO_LIBM): Move AC_LIBOBJ + invocation from here... + * modules/isnand (configure.ac): ... to here. + * modules/isnand-nolibm (configure.ac): ... and here. + +2011-05-20 Bruno Haible + + isnanf*: Move AC_LIBOBJ invocations to module description. + * m4/isnanf.m4 (gl_FUNC_ISNANF, gl_FUNC_ISNANF_NO_LIBM): Move AC_LIBOBJ + invocation from here... + * modules/isnanf (configure.ac): ... to here. + * modules/isnanf-nolibm (configure.ac): ... and here. + +2011-05-20 Bruno Haible + + isnan*: Separate the AC_LIBOBJ invocations. + * m4/isnanf.m4 (gl_PREREQ_ISNANF): Renamed from gl_BUILD_ISNANF. Remove + AC_LIBOBJ invocation. + (gl_FUNC_ISNANF, gl_FUNC_ISNANF_NO_LIBM): Update. Invoke AC_LIBOBJ + here. + * m4/isnand.m4 (gl_PREREQ_ISNAND): Renamed from gl_BUILD_ISNAND. Remove + AC_LIBOBJ invocation. + (gl_FUNC_ISNAND, gl_FUNC_ISNAND_NO_LIBM): Update. Invoke AC_LIBOBJ + here. + * m4/isnanl.m4 (gl_PREREQ_ISNANL): Renamed from gl_BUILD_ISNANL. Remove + AC_LIBOBJ invocation. + (gl_FUNC_ISNANL, gl_FUNC_ISNANL_NO_LIBM): Update. Invoke AC_LIBOBJ + here. + * m4/isnan.m4 (gl_ISNAN): Update. Invoke AC_LIBOBJ here. + +2011-05-08 Bruno Haible + + isinf: Move AC_LIBOBJ invocations to module description. + * m4/isinf.m4 (gl_ISINF): Move AC_LIBOBJ invocation from here... + * modules/isinf (configure.ac): ... to here. + +2011-05-08 Bruno Haible + + isfinite: Move AC_LIBOBJ invocations to module description. + * m4/isfinite.m4 (gl_ISFINITE): Move AC_LIBOBJ invocation from here... + * modules/isfinite (configure.ac): ... to here. + +2011-05-08 Bruno Haible + + isblank: Move AC_LIBOBJ invocations to module description. + * m4/isblank.m4 (gl_FUNC_ISBLANK): Move AC_LIBOBJ invocation from + here... + * modules/isblank (configure.ac): ... to here. + 2011-05-08 Bruno Haible isapipe: Move AC_LIBOBJ invocations to module description.