From dd7b6aef392c3d7cf4e3e346c1d15a3067da6d19 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 18 May 2005 13:24:23 +0000 Subject: 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). --- CHANGES | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CHANGES') 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) -- cgit v1.2.3