aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-18 11:35:59 +0000
committerYang Tse <yangsita@gmail.com>2008-09-18 11:35:59 +0000
commitaa297358686240723236b6b19ee3931148678e06 (patch)
tree3f3684ea02b8f9eeb7d03621aae76247f82313f3
parenta059e9241ece02a13c66133ceaa926c3c2032215 (diff)
sync up with reality
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8e9d57da6..ec561bf8a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,10 @@ Daniel Fandrich (17 Sep 2008)
- Removed reference to curl-ca-bundle.crt in the host verification failure
error message.
+Yang Tse (17 Sep 2008)
+- Improve configure detection of gethostname(), localtime_r(), strstr(),
+ getservbyport_r(), gethostbyaddr_r() and gethostbyname_r().
+
Yang Tse (14 Sep 2008)
- Improve configure detection of strcasecmp(), strcasestr(), strcmpi(),
stricmp(), strlcat(), strncasecmp(), strncmpi() and strnicmp().