X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=8b306c4d5336926cc03491cd1c2114807b29f6ed;hb=ccce73318ad701229f20a7fb6d61072729e04bda;hp=9dc38fbe8761be380d74cb8640d1f800a34f0e5b;hpb=efc0d3c24f7c561a56518af3220eed55490155cd;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 9dc38fbe8..8b306c4d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,159 @@ 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... + * modules/wcsncpy (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcsncmp: Move AC_LIBOBJ invocations to module description. + * m4/wcsncmp.m4 (gl_FUNC_WCSNCMP): Move AC_LIBOBJ invocation from + here... + * modules/wcsncmp (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcsncat: Move AC_LIBOBJ invocations to module description. + * m4/wcsncat.m4 (gl_FUNC_WCSNCAT): Move AC_LIBOBJ invocation from + here... + * modules/wcsncat (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcsncasecmp: Move AC_LIBOBJ invocations to module description. + * m4/wcsncasecmp.m4 (gl_FUNC_WCSNCASECMP): Move AC_LIBOBJ invocation + from here... + * modules/wcsncasecmp (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcslen: Move AC_LIBOBJ invocations to module description. + * m4/wcslen.m4 (gl_FUNC_WCSLEN): Move AC_LIBOBJ invocation from here... + * modules/wcslen (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcsdup: Move AC_LIBOBJ invocations to module description. + * m4/wcsdup.m4 (gl_FUNC_WCSDUP): Move AC_LIBOBJ invocation from here... + * modules/wcsdup (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcscspn: Move AC_LIBOBJ invocations to module description. + * m4/wcscspn.m4 (gl_FUNC_WCSCSPN): Move AC_LIBOBJ invocation from + here... + * modules/wcscspn (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcscpy: Move AC_LIBOBJ invocations to module description. + * m4/wcscpy.m4 (gl_FUNC_WCSCPY): Move AC_LIBOBJ invocation from here... + * modules/wcscpy (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcscoll: Move AC_LIBOBJ invocations to module description. + * m4/wcscoll.m4 (gl_FUNC_WCSCOLL): Move AC_LIBOBJ invocation from + here... + * modules/wcscoll (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcscmp: Move AC_LIBOBJ invocations to module description. + * m4/wcscmp.m4 (gl_FUNC_WCSCMP): Move AC_LIBOBJ invocation from here... + * modules/wcscmp (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcschr: Move AC_LIBOBJ invocations to module description. + * m4/wcschr.m4 (gl_FUNC_WCSCHR): Move AC_LIBOBJ invocation from here... + * modules/wcschr (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcscat: Move AC_LIBOBJ invocations to module description. + * m4/wcscat.m4 (gl_FUNC_WCSCAT): Move AC_LIBOBJ invocation from here... + * modules/wcscat (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcscasecmp: Move AC_LIBOBJ invocations to module description. + * m4/wcscasecmp.m4 (gl_FUNC_WCSCASECMP): Move AC_LIBOBJ invocation from + here... + * modules/wcscasecmp (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcrtomb: Move AC_LIBOBJ invocations to module description. + * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Move AC_LIBOBJ and gl_PREREQ_WCRTOMB + invocations from here... + * modules/wcrtomb (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcpncpy: Move AC_LIBOBJ invocations to module description. + * m4/wcpncpy.m4 (gl_FUNC_WCPNCPY): Move AC_LIBOBJ invocation from + here... + * modules/wcpncpy (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + wcpcpy: Move AC_LIBOBJ invocations to module description. + * m4/wcpcpy.m4 (gl_FUNC_WCPCPY): Move AC_LIBOBJ invocation from here... + * modules/wcpcpy (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + waitpid: Move AC_LIBOBJ invocations to module description. + * m4/waitpid.m4 (gl_FUNC_WAITPID): Set HAVE_WAITPID. Move AC_LIBOBJ + invocation from here... + * modules/waitpid (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + utimensat: Move AC_LIBOBJ invocations to module description. + * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Move AC_LIBOBJ invocations from + here... + * modules/utimensat (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + usleep: Move AC_LIBOBJ invocations to module description. + * m4/usleep.m4 (gl_FUNC_USLEEP): Move AC_LIBOBJ invocations from + here... + * modules/usleep (configure.ac): ... to here. + +2011-05-22 Bruno Haible + unlockpt: Move AC_LIBOBJ invocations to module description. * m4/unlockpt.m4 (gl_FUNC_UNLOCKPT): Move AC_LIBOBJ and gl_PREREQ_UNLOCKPT invocations from here...