sys_wait: drop link-warning dependency
[pspp] / ChangeLog
index 79ffe488519a9b6926e5ea5073c3d2ca2ecab4b2..93416b4f027babd5b4d3d66375aa161150c506f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+2009-12-30  Eric Blake  <ebb9@byu.net>
+
+       sys_wait: drop link-warning dependency
+       * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
+       link-warning efforts.
+       * lib/sys_wait.in.h: Likewise.
+
+       fdutimensat: remove bogus dependency
+       * modules/fdutimensat (Depends-on): Drop inline.
+
+       unistd: fix typo
+       * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
+
+2009-12-30  Bruno Haible  <bruno@clisp.org>
+
+       Fix compilation error with Solaris cc.
+       * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
+       * lib/unicase/u16-is-invariant.c: Likewise.
+       * lib/unicase/u32-is-invariant.c: Likewise.
+       Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
+
+2009-12-30  Bruno Haible  <bruno@clisp.org>
+
+       Fix test crash.
+       * tests/test-localename.c (test_locale_name_thread): Skip unavailable
+       locales.
+       Reported by Simon Josefsson <simon@josefsson.org>.
+
+2009-12-30  Bruno Haible  <bruno@clisp.org>
+
+       Fix compilation error on most platforms.
+       * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
+       Reported by Simon Josefsson <simon@josefsson.org>
+       and Nelson H. F. Beebe <beebe@math.utah.edu>.
+
+2009-12-30  Eric Blake  <ebb9@byu.net>
+
+       futimens, utimensat: work around ntfs-3g bug
+       * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
+       a ctime bug is present, and expand workaround to cover ntfs-3g.
+       * lib/utimens.c (fdutimens, lutimens): Likewise.
+       (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
+       (validate_timespec): Adjust return value.
+       * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
+       * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
+       Reported by ctrn3e8 <ctrn3e8@gmail.com>.
+
 2009-12-29  Eric Blake  <ebb9@byu.net>
 
        link-warning: make usage consistent