index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
m4
/
curl-functions.m4
Age
Commit message (
Collapse
)
Author
2008-09-18
fix false negative strerror_r detection
Yang Tse
2008-09-18
fix wrong number used in comparison
Yang Tse
2008-09-18
fix wrong variable used in comparison
Yang Tse
2008-09-18
fix netdb.h prerequisite inclusion
Yang Tse
2008-09-17
improve detection of gethostbyaddr_r() and gethostbyname_r()
Yang Tse
2008-09-17
improve detection of getservbyport_r()
Yang Tse
2008-09-17
improve detection of gethostname(), localtime_r() and strstr()
Yang Tse
2008-09-16
rearrange to allow internal/private use of ares_writev to any system
Yang Tse
that lacks the writev function.
2008-09-15
remove debug tracing
Yang Tse
2008-09-15
improve detection of:
Yang Tse
strcasecmp() strcasestr() strcmpi() stricmp() strlcat() strncasecmp() strncmpi() strnicmp()
2008-09-12
also check for an 'unsigned int' for third argument of strerror_r()
Yang Tse
2008-09-12
improve detection of strerror_r()
Yang Tse
2008-09-12
add some debug tracing
Yang Tse
2008-09-12
improve detection of fdopen() and strerror_r()
Yang Tse
2008-09-11
do not check if gmtime_r usage is allowed when a previous check has failed
Yang Tse
2008-09-10
improve detection of strdup() and ftruncate()
Yang Tse
2008-09-10
improve detection of sigaction() and strtok_r()
Yang Tse
2008-09-10
improve detection of gmtime_r() and strtoll()
Yang Tse