]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
sync with reality
authorYang Tse <yangsita@gmail.com>
Fri, 12 Sep 2008 11:19:54 +0000 (11:19 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 12 Sep 2008 11:19:54 +0000 (11:19 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index d7084bf2dec2acc7c09219fd8bf1763776e17608..adcbd1339067cc75f4ca838a2627d2c0033ed720 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,14 @@
 
                                   Changelog
 
+Yang Tse (12 Sep 2008)
+- Further adjust detection of strerror_r() in the configure process, and
+  ensure that errno is not modified inside Curl_strerror().
+
+Yang Tse (10 Sep 2008)
+- Improve detection of gmtime_r(), strtoll(), sigaction(), strtok_r(),
+  strdup() and ftruncate() in the configure process.
+
 Daniel Fandrich (9 Sep 2008)
 - Mike Revi discovered some swapped speed switches documented in the curl man
   page.