changeset 6854:e52a6161eae8

Add.
author Simon Josefsson <simon@josefsson.org>
date Wed, 21 Jun 2006 17:37:00 +0000
parents d63e1000901c
children 3a0206d145b7
files doc/ChangeLog lib/ChangeLog m4/ChangeLog
diffstat 3 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -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.
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -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>