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 6122117..1e28142 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 1dab75f..82fa694 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 e375055..e5e22ca 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>