aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-17 01:45:16 +0000
committerYang Tse <yangsita@gmail.com>2008-09-17 01:45:16 +0000
commitcb9951dcadbfa3e5673562ee6c4df3cc367351da (patch)
tree16cff9e95da7c0eed34e39a773874a5e6d580707
parent07767013962406a9862dbf43dc3804d484b09e71 (diff)
sync up with reality
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
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.