From cb9951dcadbfa3e5673562ee6c4df3cc367351da Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 17 Sep 2008 01:45:16 +0000 Subject: [PATCH] sync up with reality --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 599a3c356..e5f94734b 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.