Add.
authorSimon Josefsson <simon@josefsson.org>
Wed, 21 Jun 2006 17:37:00 +0000 (17:37 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 21 Jun 2006 17:37:00 +0000 (17:37 +0000)
doc/ChangeLog
lib/ChangeLog
m4/ChangeLog

index 612211753c74462e8c8aa03d90a97f7729d99099..1e2814297c8d7bd3bf9c83c3e6baa862519ab302 100644 (file)
@@ -1,3 +1,7 @@
+2006-06-21  Simon Josefsson  <jas@extundo.com>
+
+       * gnulib.texi (Windows sockets): Add.
+
 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
 
        * verify.texi: New file, partly based on a proposal by Bruno Haible.
index 1dab75faa6efb575234cf808e34e75f8b81e56a0..82fa69427b28eba32b9991288e26c0fd7166271c 100644 (file)
@@ -1,5 +1,8 @@
 2006-06-21  Simon Josefsson  <jas@extundo.com>
 
+       * getaddrinfo.c (getaddrinfo): Set ai_family in the return
+       variable.
+
        * socket_.h: Don't define WINVER.
 
        * inet_pton.h, inet_pton.c: New file, taken from glibc but
index e37505574e94e432fbaa7e174fc9af7a20d0df6a..e5e22ca830d8fa4f10e59ce161d59cc77049dceb 100644 (file)
@@ -1,5 +1,9 @@
 2006-06-21  Simon Josefsson  <jas@extundo.com>
 
+       * getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
+       -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
+       of using the (limited) gnulib implementation on Windows XP.
+
        * inet_pton.m4: New file.
 
 2006-06-19  Bruno Haible  <bruno@clisp.org>