Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-09 | configure will also warn on 'strict compiler warning' rejected options | Yang Tse | |
2008-10-09 | convert rejected compiler options messages into a warnings | Yang Tse | |
2008-10-09 | remove extra whitespace from string in SGI C check | Yang Tse | |
2008-10-09 | oops | Yang Tse | |
2008-10-09 | Initial attempt to detect SGI C compiler | Yang Tse | |
2008-10-09 | HP C adjustments: | Yang Tse | |
Disallow run-time dereferencing of null pointers. Disable some remarks: #4227: padding struct with n bytes to align member. #4255: padding size of struct with n bytes to alignment boundary. | |||
2008-10-08 | improve presentation of accepted/rejected debug/optimizer options | Yang Tse | |
2008-10-08 | refactoring of COMPILER_BASIC_OPTS | Yang Tse | |
2008-10-08 | Initial attempt to detect SUN C compiler | Yang Tse | |
2008-10-08 | Initial attempt to detect HP C compiler | Yang Tse | |
2008-10-07 | adjust ICC_windows settings | Yang Tse | |
2008-10-07 | fix VAR_STRIP | Yang Tse | |
2008-10-07 | Initial attempt to support configure's --(dis|en)able-optimize | Yang Tse | |
option to specify dis(activation) of compiler optimizations. If option is specified, it will be honored independant of the --(dis|en)able-debug option. | |||
2008-10-02 | debug option check must be before warnings option check | Yang Tse | |
2008-10-02 | Initial attempt to support configure's --(dis|en)able-warnings | Yang Tse | |
option to specify dis(activation) of picky compiler warnings. If option is specified, it will be honored independant of the --(dis|en)able-debug option. If option is not specified, it will follow --(dis|en)able-debug setting, whose default is disabled if not specified. | |||
2008-09-26 | siginterrupt, signal and sigsetjmp checks | Yang Tse | |
2008-09-24 | HAVE_INET_PTON will only be defined when an IPv6 capable working | Yang Tse | |
inet_pton function is available. | |||
2008-09-24 | configure script now checks availability of the inet_ntop() function, | Yang Tse | |
and when not crosscompiling verifies if it is IPv6 capable. HAVE_INET_NTOP will only be defined when an IPv6 capable working inet_ntop function is available. | |||
2008-09-24 | temporarily enable CURL_CHECK_FUNC_INET_NTOA_R | Yang Tse | |
2008-09-22 | attempt to make work the gethostname function | Yang Tse | |
check for winsock build target configurations | |||
2008-09-19 | configure script now checks availability of the alarm() function | Yang Tse | |
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 | |
2008-08-05 | The minimum autoconf version required for this file is 2.50 | Yang Tse | |
Avoid dot notation in aclocal serial file number, use a single number now. | |||
2008-08-01 | Rename reentrant.m4 to avoid filename clash. | Yang Tse | |
2008-07-30 | Add file version serial number that might be used by 'aclocal' and others. | Yang Tse | |
Keep the '#' character as the first one on the line. | |||
2008-07-29 | Add quoting for the AC_DEFINE arguments. | Yang Tse | |
2008-07-29 | Also remove the whitespace. | Yang Tse | |
2008-07-29 | Also remove the extra quoting. | Yang Tse | |
2008-07-29 | Replace some '@%:@' quadigraphs by its actual representation '#'. | Yang Tse | |
This quadigraph used before a C preprocessor 'define' directive could be fooling M4, when processing this file, and make it think that the line contains a pure M4 'define' macro. | |||
2008-07-27 | Require autoconf 2.57 or newer | Yang Tse | |
2008-07-27 | setup.h handles definition of _REENTRANT based on NEED_REENTRANT | Yang Tse | |
definition which might be defined in config.h or config-*.h files | |||
2008-07-27 | Another step towards detecting if _REENTRANT is already defined or actually | Yang Tse | |
needed, and being able to define it if appropriate for further configure tests as well as for the generated config file. | |||
2008-07-26 | simplify multi '#' char comment line | Yang Tse | |