From: Yang Tse Date: Wed, 17 Sep 2008 01:45:16 +0000 (+0000) Subject: sync up with reality X-Git-Tag: curl-7_19_1~342 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb9951dcadbfa3e5673562ee6c4df3cc367351da;p=thirdparty%2Fcurl.git sync up with reality --- diff --git a/CHANGES b/CHANGES index 599a3c3565..e5f94734b2 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,10 @@ Changelog +Yang Tse (14 Sep 2008) +- Improve configure detection of strcasecmp(), strcasestr(), strcmpi(), + stricmp(), strlcat(), strncasecmp(), strncmpi() and strnicmp(). + Yang Tse (13 Sep 2008) - Disable tracking of fdopen() calls in the low-level memory leak tracking code when fdopen() is not available, to avoid compiler error.