version-etc: relax license to LGPLv3+
[pspp] / ChangeLog
index c821d8dfefd820ae8ebb0b136e848063b960eb65..35daa343f8ad1cd3372d844fc47f147ad5be6466 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,96 @@
+2009-11-16  Jim Meyering  <meyering@redhat.com>
+
+       version-etc: relax license to LGPLv3+
+       * modules/version-etc (License): Relax license.
+
+       better AC_REQUIRE expanded-before-required-warning avoidance
+       * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
+       with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
+       Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
+       which is no longer needed.
+
+2009-11-16  Eric Blake  <ebb9@byu.net>
+
+       test-freading: clean up temporary file
+       * tests/test-freading.c (main): Remove file on success, and use
+       ASSERT more liberally.
+       Reported by Jim Meyering.
+
+2009-11-16  Jim Meyering  <meyering@redhat.com>
+
+       avoid new AC_REQUIRE expanded-before-required warnings
+       * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
+       merely using it.
+       * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
+       * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
+
+2009-11-15  Simon Josefsson  <simon@josefsson.org>
+
+       * tests/test-xalloc-die.c: New file.
+       * modules/xalloc-die-tests: New file.
+       * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
+       XFAIL_TESTS so it can be appended by modules.
+
+2009-11-15  Simon Josefsson  <simon@josefsson.org>
+
+       * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
+       by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
+
+2009-11-14  Eric Blake  <ebb9@byu.net>
+
+       fnmatch: avoid compiler warning
+       * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
+       to silence compiler warning about mismatch signedness in ?:.
+       Reported by Robert Millan.
+
+       intprops: add double-inclusion guard
+       * lib/intprops.h: Allow idempotent includes.
+       Suggested by Bruce Korb.
+
+       openat: detect Solaris fchownat bug
+       * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
+       penalizing glibc chownat when only lchownat is broken.
+       * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
+       trailing slash bugs.
+       * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
+       * modules/openat-tests (Files): Include more files.
+       (Depends-on): Add mgetgroups, sleep, stat-time.
+       (configure.ac): Add additional checks.
+       (Makefile.am): Build new test.
+       * tests/test-fchownat.c: New file.
+
+       lchown: detect Solaris and FreeBSD bug
+       * lib/lchown.c (rpl_lchown): Work around bug.
+       * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
+       * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
+       * modules/unistd (Makefile.am): Populate it.
+       * lib/unistd.in.h (lchown): Update declaration.
+       * doc/posix-functions/lchown.texi (lchown): Document the bug.
+       * modules/lchown-tests: New file.
+       * tests/test-lchown.h (test_lchown): Likewise.
+       * tests/test-lchown.c (main): Likewise.
+
+       chown: detect Solaris and FreeBSD bug
+       * lib/chown.c (rpl_chown): Work around bug.
+       * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
+       (gl_PREREQ_CHOWN): Delete.
+       * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
+       * modules/unistd (Makefile.am): Populate it.
+       * lib/unistd.in.h (chown): Update declaration.
+       * lib/lchown.c (chown): Update client.
+       * modules/lchown (Depends-on): Add lstat.
+       * doc/posix-functions/chown.texi (chown): Document the bug.
+       * doc/posix-functions/getgroups.texi (getgroups): Document
+       getgroups pitfall.
+       * modules/chown-tests: New file.
+       * tests/test-chown.h (test_chown): Likewise.
+       * tests/test-chown.c (main): Likewise.
+
+2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
+
+       gnulib-tool: correctly detect absence of m4 directories
+       * gnulib-tool: Avoid extra newline on data passed to wc -l.
+
 2009-11-14  Jim Meyering  <meyering@redhat.com>
 
        maint.mk: Prohibit inclusion of "xalloc.h" without use.