X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=cd7367af025e20ceca730c8667cdc4edd85bfbfd;hb=a851d08b8a4acb3fedf2e698fb4a8e157aed6113;hp=d02f9a6f65a75fa03ca4bfb35ed7b736968f3f02;hpb=9f6141ab3bc86bfe40bff58fae8094f16470649f;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index d02f9a6f6..cd7367af0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,298 @@ 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. + +2011-05-21 Bruno Haible + + openat: Respect rules for use of AC_LIBOBJ. + * m4/openat.m4 (gl_FUNC_OPENAT): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Move AC_LIBOBJ invocations from here... + * modules/openat (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + obstack-printf*: Move AC_LIBOBJ invocations to module description. + * m4/obstack-printf.m4 (gl_REPLACE_OBSTACK_PRINTF): Move AC_LIBOBJ + invocation from here... + * modules/obstack-printf (configure.ac): ... to here. + * modules/obstack-printf-posix (configure.ac): ... and here. + +2011-05-21 Bruno Haible + + nl_langinfo: Move AC_LIBOBJ invocations to module description. + * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Move AC_LIBOBJ invocations + from here... + * modules/nl_langinfo (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + nanosleep: Move AC_LIBOBJ invocations to module description. + * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Move AC_LIBOBJ and + gl_PREREQ_NANOSLEEP invocations from here... + * modules/nanosleep (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + mountlist: Move AC_LIBOBJ invocations to module description. + * m4/mountlist.m4 (gl_MOUNTLIST): Move AC_LIBOBJ and + gl_PREREQ_MOUNTLIST_EXTRA invocations from here... + * modules/mountlist (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + mktime: Respect rules for use of AC_LIBOBJ. + * m4/mktime.m4 (AC_FUNC_MKTIME): Remove macro. + (gl_FUNC_MKTIME): Inline it here. Set gl_cv_func_working_mktime. Move + AC_LIBOBJ and gl_PREREQ_MKTIME invocations from here... + (gl_FUNC_MKTIME_INTERNAL): ... and here... + * modules/mktime (configure.ac): ... to here. + * modules/mktime-internal (configure.ac): ... and here. + * m4/timegm.m4 (gl_FUNC_TIMEGM): Update. + +2011-05-21 Bruno Haible + + mkstemps: Move AC_LIBOBJ invocations to module description. + * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Move AC_LIBOBJ invocation from + here... + * modules/mkstemps (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + mkstemp: Move AC_LIBOBJ invocations to module description. + * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Move AC_LIBOBJ and + gl_PREREQ_MKSTEMP invocations from here... + * modules/mkstemp (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + mkostemps: Move AC_LIBOBJ invocations to module description. + * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Move AC_LIBOBJ invocation from + here... + * modules/mkostemps (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + mkostemp: Move AC_LIBOBJ invocations to module description. + * m4/mkostemp.m4 (gl_FUNC_MKOSTEMP): Move AC_LIBOBJ and + gl_PREREQ_MKOSTEMP invocations from here... + * modules/mkostemp (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + mknod: Move AC_LIBOBJ invocations to module description. + * m4/mknod.m4 (gl_FUNC_MKNOD): Move AC_LIBOBJ invocations from here... + * modules/mknod (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + mkfifoat: Move AC_LIBOBJ invocations to module description. + * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Move AC_LIBOBJ invocations from + here... + * modules/mkfifoat (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + mkfifo: Respect rules for use of AC_LIBOBJ. + * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Move AC_LIBOBJ invocations from + here... + * modules/mkfifo (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + mkdtemp: Move AC_LIBOBJ invocations to module description. + * m4/mkdtemp.m4 (gl_FUNC_MKDTEMP): Move AC_LIBOBJ and gl_PREREQ_MKDTEMP + invocations from here... + * modules/mkdtemp (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + mkdir: Move AC_LIBOBJ invocations to module description. + * m4/mkdir.m4 (gl_FUNC_MKDIR): Move AC_LIBOBJ invocations from here... + * modules/mkdir (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + memset: Move AC_LIBOBJ invocations to module description. + * m4/memset.m4 (gl_FUNC_MEMSET): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMSET invocations from + here... + * modules/memset (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + memrchr: Move AC_LIBOBJ invocations to module description. + * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMRCHR invocations from + here... + * modules/memrchr (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + mempcpy: Move AC_LIBOBJ invocations to module description. + * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMPCPY invocations from + here... + * modules/mempcpy (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + memmove: Move AC_LIBOBJ invocations to module description. + * m4/memmove.m4 (gl_FUNC_MEMMOVE): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMMOVE invocations from + here... + * modules/memmove (configure.ac): ... to here. + +2011-05-21 Bruno Haible + + memmem*: Move AC_LIBOBJ invocations to module description. + * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Set HAVE_MEMMEM. Move AC_LIBOBJ invocations from + here... + (gl_FUNC_MEMMEM): ... and here... + * modules/memmem-simple (configure.ac): ... to here. + * modules/memmem (configure.ac): ... and here. + +2011-05-21 Bruno Haible + + memcpy: Move AC_LIBOBJ invocations to module description. + * m4/memcpy.m4 (gl_FUNC_MEMCPY): Call AC_CHECK_FUNCS instead of + AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMCPY invocations from + here... + * modules/memcpy (configure.ac): ... to here. + +2011-05-21 Bruno Haible + memcmp: Simplify autoconf macro. * m4/memcmp.m4 (gl_FUNC_MEMCMP): Merge the cross-compilation code into the AC_RUN_IFELSE invocation. Set gl_func_memcmp.