aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-05-18 13:24:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-05-18 13:24:23 +0000
commitdd7b6aef392c3d7cf4e3e346c1d15a3067da6d19 (patch)
treefab2278ece67aaeb77be58cbe78124197f4804e4 /CHANGES
parent910b8b6a69e8e1e1bfb3ee6c7dd6980fd11590e8 (diff)
The configure check for strerror_r() failed to detect the proper API at
times, like on my HP-UX 10.20 tests. And then lib/strerror.c badly assumed the glibc version if the posix define wasn't set (since it _had_ found a strerror_r).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 25bac72cc..ad54d3734 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,17 @@
Changelog
+Daniel (18 May 2005)
+- The configure check for strerror_r() failed to detect the proper API at
+ times, like on my HP-UX 10.20 tests. And then lib/strerror.c badly assumed
+ the glibc version if the posix define wasn't set (since it _had_ found a
+ strerror_r).
+
+Daniel (16 May 2005)
+- The gmtime_r() function in HP-UX 10.20 is broken. About 13 test cases fail
+ due to this. There's now a configure check that attempts to detect the bad
+ function and not use it on such systems.
+
Version 7.14.0 (16 May 2005)
Daniel (13 May 2005)