aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-13 03:45:03 +0000
committerYang Tse <yangsita@gmail.com>2008-09-13 03:45:03 +0000
commit89367d47a87e8bead28e229d6822718b987fac95 (patch)
tree5dfe70ea54dea63addeeada7b4c42526a15f6053 /CHANGES
parent7fdfd938e0646f01df8a2fc1e8830e7dc7451a84 (diff)
Disable tracking of fdopen() calls in the low-level memory leak tracking
code when fdopen() is not available, to avoid compiler error.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index adcbd1339..599a3c356 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+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.
+
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().