sync up with reality

This commit is contained in:
Yang Tse 2008-09-17 01:45:16 +00:00
parent 0776701396
commit cb9951dcad
1 changed files with 4 additions and 0 deletions

View File

@ -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.