X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=d1335646f70ebf5843177f01a32145432d4617cd;hb=64ee293cdac319d0f38cd0d31e758a823b7163ad;hp=bb730623a777ede65fd53c10d442d474a2e2e24b;hpb=b21e15bcd8b7b3d196a8ab0aca15422cce0f94ac;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index bb730623a..d1335646f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,52 @@ 2011-05-22 Bruno Haible + wcsstr: Move AC_LIBOBJ invocations to module description. + * m4/wcsstr.m4 (gl_FUNC_WCSSTR): Move AC_LIBOBJ invocation from here... + * modules/wcsstr (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcsspn: Move AC_LIBOBJ invocations to module description. + * m4/wcsspn.m4 (gl_FUNC_WCSSPN): Move AC_LIBOBJ invocation from here... + * modules/wcsspn (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcsrtombs: Move AC_LIBOBJ invocations to module description. + * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Move AC_LIBOBJ and + gl_PREREQ_WCSRTOMBS invocations from here... + * modules/wcsrtombs (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcsrchr: Move AC_LIBOBJ invocations to module description. + * m4/wcsrchr.m4 (gl_FUNC_WCSRCHR): Move AC_LIBOBJ invocation from + here... + * modules/wcsrchr (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcspbrk: Move AC_LIBOBJ invocations to module description. + * m4/wcspbrk.m4 (gl_FUNC_WCSPBRK): Move AC_LIBOBJ invocation from + here... + * modules/wcspbrk (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcsnrtombs: Move AC_LIBOBJ invocations to module description. + * m4/wcsnrtombs.m4 (gl_FUNC_WCSNRTOMBS): Move AC_LIBOBJ and + gl_PREREQ_WCSNRTOMBS invocations from here... + * modules/wcsnrtombs (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcsnlen: Move AC_LIBOBJ invocations to module description. + * m4/wcsnlen.m4 (gl_FUNC_WCSNLEN): Move AC_LIBOBJ invocation from + here... + * modules/wcsnlen (configure.ac): ... to here. + +2011-05-22 Bruno Haible + wcsncpy: Move AC_LIBOBJ invocations to module description. * m4/wcsncpy.m4 (gl_FUNC_WCSNCPY): Move AC_LIBOBJ invocation from here...