isinf: Coding style.
[gnulib.git] / ChangeLog
index b585b93..b0bdd21 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,517 @@
+2011-06-19  Bruno Haible  <bruno@clisp.org>
+
+       isinf: Coding style.
+       * lib/isinf.c: Use GNU coding style.
+
+2011-06-19  Bruno Haible  <bruno@clisp.org>
+
+       linkat test: Avoid test failure on AIX 7.1.
+       * tests/test-linkat.c (main): Allow EINVAL as alternate error value.
+       * tests/test-link.h (test_link): Likewise.
+
+2011-06-19  Bruno Haible  <bruno@clisp.org>
+
+       pread test: Avoid test failure on OpenBSD 4.9.
+       * tests/test-pread.c (main): Allow EFBIG instead of EINBAL.
+
+2011-06-19  Bruno Haible  <bruno@clisp.org>
+
+       sprintf-posix: Fix test failure on AIX 7.1.
+       * m4/printf.m4 (gl_PRINTF_PRECISION): Test against AIX bug.
+       * doc/posix-functions/dprintf.texi: Mention limited precision problem
+       on AIX.
+       * doc/posix-functions/fprintf.texi: Likewise.
+       * doc/posix-functions/printf.texi: Likewise.
+       * doc/posix-functions/snprintf.texi: Likewise.
+       * doc/posix-functions/sprintf.texi: Likewise.
+       * doc/posix-functions/vdprintf.texi: Likewise.
+       * doc/posix-functions/vfprintf.texi: Likewise.
+       * doc/posix-functions/vprintf.texi: Likewise.
+       * doc/posix-functions/vsnprintf.texi: Likewise.
+       * doc/posix-functions/vsprintf.texi: Likewise.
+
+2011-06-19  Bruno Haible  <bruno@clisp.org>
+
+       roundl-ieee: Fix test failure on AIX 7.1.
+       * m4/roundl.m4 (gl_FUNC_ROUNDL): Test also the sign of roundl (-0.3L).
+       * doc/posix-functions/roundl.texi: Mention problem with negative
+       arguments.
+
+2011-06-19  Bruno Haible  <bruno@clisp.org>
+
+       round-ieee: Fix test failures on AIX 7.1 and OSF/1 5.1.
+       * modules/round-ieee (Depends-on): Add floor-ieee, ceil-ieee.
+       * doc/posix-functions/round.texi: Mention problem with negative
+       arguments.
+       * doc/posix-functions/ceil.texi: Mention problem on OSF/1 5.1.
+
+2011-06-19  Bruno Haible  <bruno@clisp.org>
+
+       roundf-ieee: Fix test failures on AIX 7.1 and OSF/1 5.1.
+       * m4/roundf.m4 (gl_FUNC_ROUNDF): Test also the sign of roundf (-0.3f).
+       * modules/roundf-ieee (Depends-on): Add floorf-ieee, ceilf-ieee.
+       * doc/posix-functions/roundf.texi: Mention problem with negative
+       arguments.
+       * doc/posix-functions/ceilf.texi: Mention problem on OSF/1 5.1.
+
+2011-06-19  Bruno Haible  <bruno@clisp.org>
+
+       ceilf-ieee: Work around bug on MacOS X 10.5.
+       * doc/posix-functions/ceilf.texi: Mention the MacOS X 10.5 problem.
+
+       floor*-ieee, ceil*-ieee, trunc*-ieee, round*-ieee: More robust checks.
+       * m4/floorf.m4 (gl_FUNC_FLOORF): In the test whether the function is
+       IEEE compliant, avoid compiler optimizations.
+       * m4/floor.m4 (gl_FUNC_FLOOR): Likewise.
+       * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
+       * m4/ceil.m4 (gl_FUNC_CEIL): Likewise.
+       * m4/ceill.m4 (gl_FUNC_CEILL): Likewise.
+       * m4/truncf.m4 (gl_FUNC_TRUNCF): Likewise.
+       * m4/trunc.m4 (gl_FUNC_TRUNC): Likewise.
+       * m4/truncl.m4 (gl_FUNC_TRUNCL): Likewise.
+       * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
+       * m4/round.m4 (gl_FUNC_ROUND): Likewise.
+       * m4/roundl.m4 (gl_FUNC_ROUNDL): Likewise.
+
+2011-06-19  Bruno Haible  <bruno@clisp.org>
+
+       ceilf-ieee: Work around bug on AIX 7.1.
+       * m4/ceilf.m4 (gl_FUNC_CEILF): Test also the sign of ceilf (-0.3f).
+       * doc/posix-functions/ceilf.texi: Mention the AIX 7.1 problem.
+
+2011-06-19  Bruno Haible  <bruno@clisp.org>
+
+       ceil-ieee: Work around bug on AIX 7.1.
+       * m4/ceil.m4 (gl_FUNC_CEIL): Test also the sign of ceil (-0.3).
+       * doc/posix-functions/ceil.texi: Mention the AIX 7.1 problem.
+
+2011-06-18  Bruno Haible  <bruno@clisp.org>
+
+       fsync test: Avoid test failure on MacOS X and AIX.
+       * tests/test-fsync.c (fsync): Allow ENOTSUP and EBADF instead of
+       EINVAL.
+
+2011-06-18  Bruno Haible  <bruno@clisp.org>
+
+       openat, fdopendir tests: Fix link errors.
+       * modules/openat-tests (Depends-on): Add progname.
+       * modules/fdopendir-tests (Depends-on): Likewise.
+       * tests/test-fchownat.c: Include progname.h.
+       (main): Call set_program_name.
+       * tests/test-fstatat.c: Include progname.h.
+       (main): Call set_program_name.
+       * tests/test-mkdirat.c: Include progname.h.
+       (main): Call set_program_name.
+       * tests/test-openat.c: Include progname.h.
+       (main): Call set_program_name.
+       * tests/test-unlinkat.c: Include progname.h.
+       (main): Call set_program_name.
+       * tests/test-fdopendir.c: Include progname.h.
+       (main): Call set_program_name.
+
+2011-06-18  Bruno Haible  <bruno@clisp.org>
+
+       Doc update.
+       * doc/posix-functions/pthread_attr_getstack.texi: Update info regarding
+       HP-UX.
+       * doc/posix-functions/pthread_attr_setstack.texi: Likewise.
+
+2011-06-18  Bruno Haible  <bruno@clisp.org>
+
+       getcwd tests: Avoid compilation error on HP-UX 11.31.
+       * modules/getcwd-tests (Depends-on): Add pathmax.
+       * tests/test-getcwd.c: Include pathmax.h.
+
+2011-06-18  Bruno Haible  <bruno@clisp.org>
+
+       isfinite, isinf: Fix link error on AIX 6 and 7.
+       * m4/isfinite.m4 (gl_ISFINITE): When determining whether libm is
+       needed, also test the macro with a 'float' argument.
+       * m4/isinf.m4 (gl_ISINF): Likewise.
+
+2011-06-18  Bruno Haible  <bruno@clisp.org>
+
+       getloadavg: Don't clobber LIBS. Regression from previous commit.
+       * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Move tests that use
+       AC_CHECK_LIB from here...
+       (gl_GETLOADAVG): ... to here, inside the experiment with LIBS.
+       (gl_GETLOADAVG, gl_PREREQ_GETLOADAVG): Rename gl_have_func to
+       gl_func_getloadavg_done.
+       Reported by Tom G. Christensen <tgc@jupiterrise.com>.
+
+2011-06-18  Bruno Haible  <bruno@clisp.org>
+
+       clean-temp: Improve documentation.
+       * lib/clean-temp.h: Explain better how to use this module.
+       Reported by John Darrington <john@darrington.wattle.id.au>.
+
+2011-06-17  Bruno Haible  <bruno@clisp.org>
+
+       pread, pwrite: Avoid cc warning on AIX.
+       * lib/unistd.in.h (pread): Undefine before defining as a macro.
+       (pwrite): Likewise.
+
+2011-06-17  Bruno Haible  <bruno@clisp.org>
+
+       spawn-pipe tests: Fix link error.
+       * tests/test-spawn-pipe-child.c: Undefine fprintf.
+       Reported by Tom G. Christensen <tgc@jupiterrise.com>.
+
+2011-06-17  Bruno Haible  <bruno@clisp.org>
+
+       Tests: Remove unnecessary dependency.
+       * modules/canonicalize-tests (Depends-on): Remove progname.
+       * modules/chown-tests (Depends-on): Likewise.
+       * modules/dirname-tests (Depends-on): Likewise.
+       * modules/fdopendir-tests (Depends-on): Likewise.
+       * modules/fdutimensat-tests (Depends-on): Likewise.
+       * modules/hash-tests (Depends-on): Likewise.
+       * modules/lchown-tests (Depends-on): Likewise.
+       * modules/linkat-tests (Depends-on): Likewise.
+       * modules/renameat-tests (Depends-on): Likewise.
+       * modules/spawn-pipe-tests (Depends-on): Likewise.
+       * modules/utimensat-tests (Depends-on): Likewise.
+
+2011-06-17  Bruno Haible  <bruno@clisp.org>
+
+       spawn-pipe tests: Fix link error.
+       * tests/test-spawn-pipe-child.c: Undefine fflush.
+
+2011-06-17  Bruno Haible  <bruno@clisp.org>
+
+       Fix tests link errors.
+       * modules/ceil-ieee-tests (Makefile.am): Use CEIL_LIBM, not FLOOR_LIBM.
+       * modules/chown-tests (Makefile.am): Don't link test-chown with
+       LIBINTL.
+       * modules/lchown-tests (Makefile.am): Don't link test-lchown with
+       LIBINTL.
+       * modules/utimens-tests (Makefile.am): Don't link test-utimens with
+       LIBINTL.
+       * modules/futimens-tests (Makefile.am): Don't link test-futimens with
+       LIBINTL.
+
+2011-06-16  Bruno Haible  <bruno@clisp.org>
+
+       crypto/gc-sha1: Fix recent regression.
+       * modules/crypto/gc-sha1 (configure.ac): Invoke AC_LIBOBJ here.
+       * m4/gc-sha1.m4 (gl_GC_SHA1): Don't invoke gl_SHA1.
+
+       crypto/gc-md5: Fix recent regression.
+       * modules/crypto/gc-md5 (configure.ac): Invoke AC_LIBOBJ here.
+
+       crypto/gc-md4: Fix recent regression.
+       * modules/crypto/gc-md4 (configure.ac): Invoke AC_LIBOBJ here.
+       * m4/md4.m4 (gl_MD4): Ensure the expansion is non-empty.
+
+       crypto/gc-arctwo: Fix recent regression.
+       * modules/crypto/gc-arctwo (configure.ac): Invoke AC_LIBOBJ here.
+       * m4/arctwo.m4 (gl_ARCTWO): Ensure the expansion is non-empty.
+
+       crypto/gc-rijndael: Fix recent regression.
+       * modules/crypto/gc-rijndael (Files): Remove m4/rijndael.m4.
+       (configure.ac): Invoke AC_LIBOBJ here.
+       * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Don't invoke gl_RIJNDAEL.
+       Reported by Tom G. Christensen <tgc@jupiterrise.com>.
+
+       crypto/gc-hmac-sha1: Fix recent regression.
+       * modules/crypto/gc-hmac-sha1 (Files): Remove m4/hmac-sha1.m4.
+       (configure.ac): Invoke AC_LIBOBJ here.
+       * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Don't invoke gl_HMAC_SHA1.
+       Reported by Tom G. Christensen <tgc@jupiterrise.com>.
+
+       crypto/gc-hmac-md5: Fix recent regression.
+       * modules/crypto/gc-hmac-md5 (Files): Remove m4/hmac-md5.m4.
+       (configure.ac): Invoke AC_LIBOBJ here.
+       * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Don't invoke gl_HMAC_MD5.
+       Reported by Tom G. Christensen <tgc@jupiterrise.com>.
+
+       crypto/gc-des: Fix recent regression.
+       * modules/crypto/gc-des (Files): Remove m4/des.m4.
+       (configure.ac): Invoke AC_LIBOBJ here.
+       * m4/gc-des.m4 (gl_GC_DES): Don't invoke gl_DES.
+       Reported by Tom G. Christensen <tgc@jupiterrise.com>.
+
+       crypto/gc-arcfour: Fix recent regression.
+       * modules/crypto/gc-arcfour (Files): Remove m4/arcfour.m4.
+       (configure.ac): Invoke AC_LIBOBJ here.
+       * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Don't invoke gl_ARCFOUR.
+       Reported by Tom G. Christensen <tgc@jupiterrise.com>.
+
+2011-06-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * m4/lstat.m4 (gl_FUNC_LSTAT): Fix typo in prerequisite.
+       After the 2011-05-21 change, this macro requires
+       gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, not
+       AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
+
+2011-06-16  Bruno Haible  <bruno@clisp.org>
+
+       fprintftime: Move AC_LIBOBJ invocations to module description.
+       * m4/fprintftime.m4: Remove file.
+       * modules/fprintftime (Files): Remove m4/fprintftime.m4.
+       (configure.ac): Remove gl_FPRINTFTIME call.
+       (Makefile.am): Augment lib_SOURCES.
+       Reported by Jim Meyering.
+
+2011-06-16  Bruno Haible  <bruno@clisp.org>
+
+       tmpfile-safer: Finish 2011-05-23 commit.
+       * m4/stdio-safer.m4: Really remove file.
+       Reported by Jim Meyering.
+
+2011-06-16  Bruno Haible  <bruno@clisp.org>
+
+       syntax-check: Fix typo.
+       * Makefile (allow_AC_LIBOBJ): Mention printf-posix-rpl.m4, not
+       printf-posix.m4.
+       Reported by Jim Meyering.
+
+2011-06-13  Jim Meyering  <meyering@redhat.com>
+
+       syntax-check: add a rule to help enforce the no-AC_LIBOBJ-in-m4/ policy
+       * Makefile (sc_prohibit_AC_LIBOBJ_in_m4): New rule.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       yesno: Move AC_LIBOBJ invocations to module description.
+       * m4/yesno.m4 (gl_YESNO): Remove AC_LIBOBJ invocation.
+       * modules/yesno (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       xstrtol: Move AC_LIBOBJ invocations to module description.
+       * m4/xstrtol.m4 (gl_XSTRTOL): Remove AC_LIBOBJ invocations.
+       * modules/xstrtol (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       xstrtold: Move AC_LIBOBJ invocations to module description.
+       * m4/xstrtod.m4 (gl_XSTRTOLD): Remove AC_LIBOBJ invocation.
+       * modules/xstrtold (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       xstrtod: Move AC_LIBOBJ invocations to module description.
+       * m4/xstrtod.m4 (gl_XSTRTOD): Remove AC_LIBOBJ invocation.
+       * modules/xstrtod (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       xnanosleep: Move AC_LIBOBJ invocations to module description.
+       * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove AC_LIBOBJ invocation.
+       * modules/xnanosleep (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       xgetcwd: Move AC_LIBOBJ invocations to module description.
+       * m4/xgetcwd.m4 (gl_XGETCWD): Remove AC_LIBOBJ invocation.
+       * modules/xgetcwd (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       xalloc: Move AC_LIBOBJ invocations to module description.
+       * m4/xalloc.m4 (gl_XALLOC): Remove AC_LIBOBJ invocation.
+       * modules/xalloc (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       write-any-file: Move AC_LIBOBJ invocations to module description.
+       * m4/write-any-file.m4 (gl_WRITE_ANY_FILE): Remove AC_LIBOBJ
+       invocation.
+       * modules/write-any-file (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       utimens: Move AC_LIBOBJ invocations to module description.
+       * m4/utimens.m4 (gl_UTIMENS): Remove AC_LIBOBJ invocation.
+       * modules/utimens (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       utimecmp: Move AC_LIBOBJ invocations to module description.
+       * m4/utimecmp.m4 (gl_UTIMECMP): Remove AC_LIBOBJ invocation.
+       * modules/utimecmp (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       userspec: Move AC_LIBOBJ invocations to module description.
+       * m4/userspec.m4 (gl_USERSPEC): Remove AC_LIBOBJ invocation.
+       * modules/userspec (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       unlinkdir: Move AC_LIBOBJ invocations to module description.
+       * m4/unlinkdir.m4 (gl_UNLINKDIR): Remove AC_LIBOBJ invocation.
+       * modules/unlinkdir (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       unistd-safer: Move AC_LIBOBJ invocations to module description.
+       * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Remove AC_LIBOBJ invocations.
+       * modules/unistd-safer (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       tempname: Move AC_LIBOBJ invocations to module description.
+       * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Remove AC_LIBOBJ invocation.
+       * modules/tempname (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       strftime: Move AC_LIBOBJ invocations to module description.
+       * m4/strftime.m4 (gl_FUNC_STRFTIME): Remove AC_LIBOBJ invocation.
+       * modules/strftime (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       stdlib-safer: Move AC_LIBOBJ invocations to module description.
+       * m4/stdlib-safer.m4: Remove file.
+       * modules/stdlib-safer (Files): Remove m4/stdlib-safer.m4.
+       (configure.ac): Remove gl_STDLIB_SAFER call.
+       (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       tmpfile-safer: Move AC_LIBOBJ invocations to module description.
+       * m4/stdio-safer.m4: Remove file.
+       * modules/tmpfile-safer (Files): Remove m4/stdio-safer.m4.
+       (configure.ac): Remove gl_TMPFILE_SAFER call.
+       (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       popen-safer: Move AC_LIBOBJ invocations to module description.
+       * m4/stdio-safer.m4 (gl_POPEN_SAFER): Remove macro.
+       * modules/popen-safer (Files): Remove m4/stdio-safer.m4.
+       (configure.ac): Remove gl_POPEN_SAFER call.
+       (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       freopen-safer: Move AC_LIBOBJ invocations to module description.
+       * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): Remove macro.
+       * modules/freopen-safer (Files): Remove m4/stdio-safer.m4.
+       (configure.ac): Remove gl_FREOPEN_SAFER call.
+       (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       fopen-safer: Move AC_LIBOBJ invocations to module description.
+       * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove macro.
+       * modules/fopen-safer (Files): Remove m4/stdio-safer.m4.
+       (configure.ac): Remove gl_FOPEN_SAFER call.
+       (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       crypto/sha512: Move AC_LIBOBJ invocations to module description.
+       * m4/sha512.m4 (gl_SHA512): Remove AC_LIBOBJ invocation.
+       * modules/crypto/sha512 (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       crypto/sha256: Move AC_LIBOBJ invocations to module description.
+       * m4/sha256.m4 (gl_SHA256): Remove AC_LIBOBJ invocation.
+       * modules/crypto/sha256 (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       crypto/sha1: Move AC_LIBOBJ invocations to module description.
+       * m4/sha1.m4 (gl_SHA1): Remove AC_LIBOBJ invocation.
+       * modules/crypto/sha1 (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       settime: Move AC_LIBOBJ invocations to module description.
+       * m4/settime.m4 (gl_SETTIME): Remove AC_LIBOBJ invocation.
+       * modules/settime (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       savedir: Move AC_LIBOBJ invocations to module description.
+       * m4/savedir.m4 (gl_SAVEDIR): Remove AC_LIBOBJ invocation.
+       * modules/savedir (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       save-cwd: Move AC_LIBOBJ invocations to module description.
+       * m4/save-cwd.m4 (gl_SAVE_CWD): Remove AC_LIBOBJ invocation.
+       * modules/save-cwd (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       same: Move AC_LIBOBJ invocations to module description.
+       * m4/same.m4 (gl_SAME): Remove AC_LIBOBJ invocation.
+       * modules/same (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       safe-write: Move AC_LIBOBJ invocations to module description.
+       * m4/safe-write.m4 (gl_SAFE_WRITE): Remove macro.
+       * modules/safe-write (configure.ac): Invoke gl_PREREQ_SAFE_WRITE
+       instead of gl_SAFE_WRITE.
+       (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       safe-read: Move AC_LIBOBJ invocations to module description.
+       * m4/safe-read.m4 (gl_SAFE_READ): Remove macro.
+       * modules/safe-read (configure.ac): Invoke gl_PREREQ_SAFE_READ instead
+       of gl_SAFE_READ.
+       (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       safe-alloc: Move AC_LIBOBJ invocations to module description.
+       * m4/safe-alloc.m4 (gl_SAFE_ALLOC): Remove AC_LIBOBJ invocation.
+       * modules/safe-alloc (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       crypto/rijndael: Move AC_LIBOBJ invocations to module description.
+       * m4/rijndael.m4: Remove file.
+       * modules/crypto/rijndael (Files): Remove it.
+       (configure.ac): Remove gl_RIJNDAEL call.
+       (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       readtokens: Move AC_LIBOBJ invocations to module description.
+       * m4/readtokens.m4 (gl_READTOKENS): Remove AC_LIBOBJ invocation.
+       * modules/readtokens (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       read-file: Move AC_LIBOBJ invocations to module description.
+       * m4/read-file.m4 (gl_FUNC_READ_FILE): Remove macro.
+       * modules/read-file (configure.ac): Invoke gl_PREREQ_READ_FILE instead
+       of gl_FUNC_READ_FILE.
+       (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       quotearg: Move AC_LIBOBJ invocations to module description.
+       * m4/quotearg.m4 (gl_QUOTEARG): Remove AC_LIBOBJ invocation.
+       * modules/quotearg (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       quote: Move AC_LIBOBJ invocations to module description.
+       * m4/quote.m4 (gl_QUOTE): Remove AC_LIBOBJ invocation.
+       * modules/quote (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       posixver: Move AC_LIBOBJ invocations to module description.
+       * m4/posixver.m4 (gl_POSIXVER): Remove AC_LIBOBJ invocation.
+       * modules/posixver (Makefile.am): Augment lib_SOURCES.
+
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+       posixtm: Move AC_LIBOBJ invocations to module description.
+       * m4/posixtm.m4 (gl_POSIXTM): Remove AC_LIBOBJ invocation.
+       * modules/posixtm (Makefile.am): Augment lib_SOURCES.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
        physmem: Move AC_LIBOBJ invocations to module description.