aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_strerror.c
AgeCommit message (Collapse)Author
2004-03-25so there are at least two different strerror_r() versions and our brandDaniel Stenberg
new configure script detects them and now this code acts according to what API that was detected
2004-03-25extern declare the sys_nerr variable. Required on Solaris at least.Daniel Stenberg
2004-03-25Always include setup.h as the first header file.Daniel Stenberg
Added a more verbose comment about what strerror_r() can set errno to in case of failure. This file still doesn't build on Solaris due to a missing 'sys_nerr' symbol.
2004-03-24Gisle Vanem's fix to replace the bad use of strerror(). This introducesDaniel Stenberg
Curl_strerror() that attempts to be thread-safe _and_ works on Windows too!
2004-03-15Initial commit of the first attempt to make three new *strerror() functions.Daniel Stenberg
No protos in the headers yet and no docs.