X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=cd7367af025e20ceca730c8667cdc4edd85bfbfd;hb=a851d08b8a4acb3fedf2e698fb4a8e157aed6113;hp=f2cd4ef83115baaa93601c08277af85d070e9a1b;hpb=ccc2db08ab28dd8b03de8f2e361d12359b4cd2f4;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index f2cd4ef83..cd7367af0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,134 @@ 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. + * m4/pty.m4 (gl_FUNC_LOGIN_TTY): Move AC_LIBOBJ invocation from here... + * modules/login_tty (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + openpty: Move AC_LIBOBJ invocations to module description. + * m4/pty.m4 (gl_FUNC_OPENPTY): Move AC_LIBOBJ invocations from here... + * modules/openpty (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + forkpty: Move AC_LIBOBJ invocations to module description. + * m4/pty.m4 (gl_FUNC_FORKPTY): Move AC_LIBOBJ invocations from here... + * modules/forkpty (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + ptsname: Move AC_LIBOBJ invocations to module description. + * m4/ptsname.m4 (gl_FUNC_PTSNAME): Move AC_LIBOBJ and gl_PREREQ_PTSNAME + invocations from here... + * modules/ptsname (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + pread: Move AC_LIBOBJ invocations to module description. + * m4/pread.m4 (gl_FUNC_PREAD): Move AC_LIBOBJ invocation from here... + * modules/pread (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + posix_spawn*: Move AC_LIBOBJ invocations to module description. + * m4/posix_spawn.m4 (gl_PREREQ_POSIX_SPAWN_INTERNAL): Renamed from + gl_POSIX_SPAWN_INTERNAL. Move AC_LIBOBJ invocation from here... + * modules/posix_spawn (configure.ac): ... to here. + * modules/posix_spawnp (configure.ac): ... and here. + +2011-05-21 Bruno Haible + + popen: Move AC_LIBOBJ invocations to module description. + * m4/popen.m4 (gl_FUNC_POPEN): Move AC_LIBOBJ and gl_PREREQ_POPEN + invocations from here... + * modules/popen (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + poll: Move AC_LIBOBJ invocations to module description. + * m4/poll.m4 (gl_FUNC_POLL): Move AC_LIBOBJ and gl_PREREQ_POLL + invocations from here... + * modules/poll (configure.ac): ... to here. + +2011-05-21 Bruno Haible + pipe-posix: Move AC_LIBOBJ invocations to module description. * m4/pipe.m4 (gl_FUNC_PIPE): Move AC_LIBOBJ invocation from here... * modules/pipe-posix (configure.ac): ... to here.