X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=b55e62811cb0825d6ac4e8491b9d96055ba3bea6;hb=fcc9447380ba13db75e2777ca41fa00247303391;hp=814725a1f3a9aa6747626829ee29d4425ce4d439;hpb=fa6c6e140dc69b5cd8aa78bdb8299635e505716c;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 814725a1f..b55e62811 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,240 @@ +2011-05-22 Bruno Haible + + strcase: Move AC_LIBOBJ invocations to module description. + * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Set HAVE_STRNCASECMP. + (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Call AC_CHECK_FUNCS instead + of AC_REPLACE_FUNCS. Move AC_LIBOBJ, gl_PREREQ_STRCASECMP, + gl_PREREQ_STRNCASECMP invocations from here... + * modules/strcase (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + stpncpy: Move AC_LIBOBJ invocations to module description. + * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Move AC_LIBOBJ invocations from + here... + * modules/stpncpy (configure.ac): ... to here. + +2011-05-22 Bruno Haible + + stpcpy: Move AC_LIBOBJ invocations to module description. + * m4/stpcpy.m4 (gl_FUNC_STPCPY): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STPCPY invocations from + here... + * modules/stpcpy (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + stat: Move AC_LIBOBJ invocations to module description. + * m4/stat.m4 (gl_PREREQ_STAT): New macro, extracted from gl_FUNC_STAT. + (gl_FUNC_STAT): Move AC_LIBOBJ and gl_PREREQ_STAT invocations from + here... + * modules/stat (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + sleep: Move AC_LIBOBJ invocations to module description. + * m4/sleep.m4 (gl_FUNC_SLEEP): Move AC_LIBOBJ invocations from here... + * modules/sleep (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + signbit: Move AC_LIBOBJ invocations to module description. + * m4/signbit.m4 (gl_SIGNBIT): Move AC_LIBOBJ invocations from here... + * modules/signbit (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + sigprocmask: Move AC_LIBOBJ invocations to module description. + * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Move AC_LIBOBJ and + gl_PREREQ_SIGPROMASK invocations from here... + * modules/sigprocmask (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + sigaction: Move AC_LIBOBJ invocations to module description. + * m4/sigaction.m4 (gl_SIGACTION): Move AC_LIBOBJ and + gl_PREREQ_SIGACTION invocations from here... + * modules/sigaction (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + sig2str: Move AC_LIBOBJ invocations to module description. + * m4/sig2str.m4 (gl_FUNC_SIG2STR): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_SIG2STR invocations from + here... + * modules/sig2str (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + setlocale: Move AC_LIBOBJ invocations to module description. + * m4/setlocale.m4 (gl_FUNC_SETLOCALE): Move AC_LIBOBJ and + gl_PREREQ_SETLOCALE invocations from here... + * modules/setlocale (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + unsetenv: Move AC_LIBOBJ invocations to module description. + * m4/setenv.m4 (gl_FUNC_UNSETENV): Set HAVE_UNSETENV. Move AC_LIBOBJ + and gl_PREREQ_UNSETENV invocations from here... + * modules/unsetenv (configure.ac): ... to here. + (Depends-on): Update. + +2011-05-21 Bruno Haible + + setenv: Move AC_LIBOBJ invocations to module description. + * m4/setenv.m4 (gl_FUNC_SETENV): Move AC_LIBOBJ invocations from + here... + * modules/setenv (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + selinux-h: Move AC_LIBOBJ invocations to module description. + * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Move + AC_LIBOBJ invocation from here... + * modules/selinux-h (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + select: Respect rules for use of AC_LIBOBJ. + * m4/select.m4 (gl_FUNC_SELECT): Move AC_LIBOBJ invocations from + here... + * modules/select (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + scandir: Move AC_LIBOBJ invocations to module description. + * m4/scandir.m4 (gl_FUNC_SCANDIR): Move AC_LIBOBJ and gl_PREREQ_SCANDIR + invocations from here... + * modules/scandir (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + rpmatch: Move AC_LIBOBJ invocations to module description. + * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_RPMATCH invocations from + here... + * modules/rpmatch (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + rmdir: Respect rules for use of AC_LIBOBJ. + * m4/rmdir.m4 (gl_FUNC_RMDIR): Move AC_LIBOBJ invocation from here... + * modules/rmdir (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + renameat: Move AC_LIBOBJ invocations to module description. + * m4/renameat.m4 (gl_FUNC_RENAMEAT): Move AC_LIBOBJ invocations from + here... + * modules/renameat (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + rename: Respect rules for use of AC_LIBOBJ. + * m4/rename.m4 (gl_FUNC_RENAME): Move AC_LIBOBJ invocations from + here... + * modules/rename (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + remove: Move AC_LIBOBJ invocations to module description. + * m4/remove.m4 (gl_FUNC_REMOVE): Move AC_LIBOBJ invocations from + here... + * modules/remove (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + relocatable-lib: Move AC_LIBOBJ invocations to module description. + * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_SEPARATE): Remove + macro. + (gl_RELOCATABLE_LIBRARY): Move AC_LIBOBJ invocation from here... + * modules/relocatable-lib (configure.ac): ... to here. + * modules/relocatable-prog-wrapper (configure.ac): Invoke + gl_RELOCATABLE_LIBRARY instead of gl_RELOCATABLE_LIBRARY_SEPARATE. + +2011-05-21 Bruno Haible + + relocatable-prog: Move AC_LIBOBJ invocations to module description. + * m4/relocatable.m4 (gl_RELOCATABLE): Move AC_LIBOBJ invocation from + here... + * modules/relocatable-prog (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + regex: Move AC_LIBOBJ invocations to module description. + * m4/regex.m4 (gl_REGEX): Move AC_LIBOBJ and gl_PREREQ_REGEX + invocations from here... + * modules/regex (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + realloc-*: Move AC_LIBOBJ invocations to module description. + * m4/realloc.m4 (gl_REPLACE_REALLOC): Remove macro. + (gl_FUNC_REALLOC_GNU, gl_FUNC_REALLOC_POSIX): Inline it here. Move + AC_LIBOBJ invocations from here... + * modules/realloc-gnu (configure.ac): ... to here. + * modules/realloc-posix (configure.ac): ... and here. + +2011-05-21 Bruno Haible + + readutmp: Move AC_LIBOBJ invocations to module description. + * m4/readutmp.m4 (gl_READUTMP): Move AC_LIBOBJ invocation from here... + * modules/readutmp (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + readlinkat: Move AC_LIBOBJ invocations to module description. + * m4/readlinkat.m4 (gl_FUNC_READLINKAT): Move AC_LIBOBJ invocation from + here... + * modules/readlinkat (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + readlink: Move AC_LIBOBJ invocations to module description. + * m4/readlink.m4 (gl_FUNC_READLINK): Move AC_LIBOBJ and + gl_PREREQ_READLINK invocations from here... + * modules/readlink (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + readline: Move AC_LIBOBJ invocations to module description. + * m4/readline.m4 (gl_FUNC_READLINE): Move AC_LIBOBJ and + gl_PREREQ_READLINE invocations from here... + * modules/readline (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + read: Move AC_LIBOBJ invocations to module description. + * m4/read.m4 (gl_FUNC_READ): Move AC_LIBOBJ invocation from here... + * modules/read (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + rawmemchr: Move AC_LIBOBJ invocations to module description. + * m4/rawmemchr.m4 (gl_FUNC_RAWMEMCHR): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_RAWMEMCHR invocations + from here... + * modules/rawmemchr (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + random_r: Move AC_LIBOBJ invocations to module description. + * m4/random_r.m4 (gl_FUNC_RANDOM_R): Move AC_LIBOBJ and + gl_PREREQ_RANDOM_R invocations from here... + * modules/random_r (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + pwrite: Move AC_LIBOBJ invocations to module description. + * m4/pwrite.m4 (gl_FUNC_PWRITE): Move AC_LIBOBJ invocation from here... + * modules/pwrite (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + putenv: Move AC_LIBOBJ invocations to module description. + * m4/putenv.m4 (gl_FUNC_PUTENV): Move AC_LIBOBJ invocation from here... + * modules/putenv (configure.ac): ... to here. + 2011-05-21 Bruno Haible login_tty: Move AC_LIBOBJ invocations to module description.