From: Yang Tse Date: Thu, 18 Sep 2008 11:35:59 +0000 (+0000) Subject: sync up with reality X-Git-Tag: curl-7_19_1~328 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa297358686240723236b6b19ee3931148678e06;p=thirdparty%2Fcurl.git sync up with reality --- diff --git a/CHANGES b/CHANGES index 8e9d57da69..ec561bf8a4 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,10 @@ Daniel Fandrich (17 Sep 2008) - Removed reference to curl-ca-bundle.crt in the host verification failure error message. +Yang Tse (17 Sep 2008) +- Improve configure detection of gethostname(), localtime_r(), strstr(), + getservbyport_r(), gethostbyaddr_r() and gethostbyname_r(). + Yang Tse (14 Sep 2008) - Improve configure detection of strcasecmp(), strcasestr(), strcmpi(), stricmp(), strlcat(), strncasecmp(), strncmpi() and strnicmp().