From 6f57cb4a52ff6dfa4a8b3b489e8e0a8fb03f917c Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 6 Mar 2009 16:31:26 +0000 Subject: * cygwin.din: Export gethostbyname2. * net.cc: define _CYGWIN_IN_H and include resolv.h. (realloc_ent): New function. (dup_ent): Call realloc_ent. (memcpy4to6): New function. (dn_length1): New function. (gethostby_helper): New function. (gethostbyname2): New function. * posix.sgml: Add gethostbyname2. * include/cygwin/version.h: Bump API minor number. * libc/minires.c (get_options): Look for "inet6" and apply bounds to "retry" and "retrans". (res_ninit): Set the default options at the beginning. (dn_expand): Fix "off by one". --- winsup/cygwin/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'winsup/cygwin/ChangeLog') diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index c8250556f..c1adc0715 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,20 @@ +2009-03-06 Pierre A. Humblet + + * cygwin.din: Export gethostbyname2. + * net.cc: define _CYGWIN_IN_H and include resolv.h. + (realloc_ent): New function. + (dup_ent): Call realloc_ent. + (memcpy4to6): New function. + (dn_length1): New function. + (gethostby_helper): New function. + (gethostbyname2): New function. + * posix.sgml: Add gethostbyname2. + * include/cygwin/version.h: Bump API minor number. + * libc/minires.c (get_options): Look for "inet6" and apply bounds + to "retry" and "retrans". + (res_ninit): Set the default options at the beginning. + (dn_expand): Fix "off by one". + 2009-03-06 Corinna Vinschen * cygwin.din: Export wprintf, fwprintf, swprintf, vwprintf, vfwprintf, -- cgit v1.2.3