]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
sync up with reality
authorYang Tse <yangsita@gmail.com>
Wed, 17 Sep 2008 01:45:16 +0000 (01:45 +0000)
committerYang Tse <yangsita@gmail.com>
Wed, 17 Sep 2008 01:45:16 +0000 (01:45 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 599a3c3565f14ffd227c0d56fdebf42ec8f2ed44..e5f94734b27b7478ba3ca959d129d82988075409 100644 (file)
--- 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.