stat: Bypass buggy override in mingw64.
[gnulib.git] / ChangeLog
index 4bf61e5..f2e4b23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,28 @@
+2012-04-14  Bruno Haible  <bruno@clisp.org>
+
+       stat: Bypass buggy override in mingw64.
+       * m4/stat.m4 (gl_FUNC_STAT): Update comments.
+       * lib/stat.c (stat) [mingw64]: Define to _stat.
+       * doc/posix-functions/stat.texi: Mention mingw64 bug.
+
+2012-04-14  Bruno Haible  <bruno@clisp.org>
+
+       pathmax: Fix compilation error on MSVC 9.
+       * modules/pathmax (Depends-on): Add unistd.
+
+2012-04-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       README: document pointer comparison assumption
+       * README (Portability guidelines): Document assumption about
+       pointer comparisons, in response to a recent bug-gnulib comment by
+       Jeffrey Kegler.
+
 2012-04-12  Bruno Haible  <bruno@clisp.org>
 
+       Tests for module 'getrusage'.
+       * modules/getrusage-tests: New file.
+       * tests/test-getrusage.c: New file.
+
        New module 'getrusage'.
        * lib/sys_resource.in.h: Include arg-nonnull.h, c++defs.h,
        warn-on-use.h.