Change the test for native Windows.
[gnulib.git] / ChangeLog
index a3c8c7e..99133b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,71 @@
+2008-09-13  Bruno Haible  <bruno@clisp.org>
+
+       * tests/test-poll.c: Use #if for native Windows, rather than testing
+       __MSVCRT__.
+
+2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
+            Bruno Haible  <bruno@clisp.org>
+
+       * lib/glob.c: Don't include <pwd.h> on native Windows.
+       (WINDOWS32): New macro.
+       (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
+
+2008-09-13  Bruno Haible  <bruno@clisp.org>
+
+       * lib/glthread/cond.h [USE_SOLARIS_THREADS]
+       (ETIMEDOUT): Remove macro.
+       (glthread_cond_timedwait_multithreaded): New declaration.
+       (glthread_cond_timedwait): Use it.
+       * lib/glthread/cond.c [USE_SOLARIS_THREADS]
+       (glthread_cond_timedwait_multithreaded): New function.
+
+2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
+
+       * modules/poll-tests: Do not check for io.h.
+       * tests/test-poll.c: Check for __MSVCRT__ instead.
+
+2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
+
+       * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
+       * modules/poll-tests: Add inet_pton, stdbool, sockets.
+       * tests/test-poll.c: Use them.  Use _pipe on Windows.
+
+2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
+
+       * modules/poll-tests: New.
+       * tests/test-poll.c: New.
+
+2008-09-12  Eric Blake  <ebb9@byu.net>
+
+       frexp: test for NetBSD failure on -0.0
+       * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
+       not all, bugs from NetBSD 3.0 have been fixed.
+       * doc/posix-functions/frexp.texi (frexp): Document bug.
+       Reported by Thomas Klausner.
+
+       signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
+       * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
+       literal -0.0.
+       Reported by Jonathan C. Patschke <jp@centtech.com>.
+
+2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
+
+       * lib/glthread/cond.h: Use dummy implementation also if
+       USE_WIN32_THREADS.
+
+2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
+
+       * modules/fnmatch-posix (License): Change to LGPLv2+.
+       * modules/fnmatch-gnu (License): Likewise.
+
+2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
+
+       * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
+
+2008-09-11  Jim Meyering  <meyering@redhat.com>
+
+       * users.txt: Add gtk-vnc.
+
 2008-09-08  Simon Josefsson  <simon@josefsson.org>
 
        * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum