Age | Commit message (Expand) | Author |
2008-11-18 | provide a common PATH_SEPARATOR check method which is required by | Yang Tse |
2008-11-18 | check for gethostbyaddr and gethostbyname as it is done for other functions | Yang Tse |
2008-11-16 | trim down configure script size | Yang Tse |
2008-11-13 | Refactor configure script detection of functions used to set sockets into | Yang Tse |
2008-10-30 | check for freeaddrinfo() at configuration phase | Yang Tse |
2008-10-29 | make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDR | Yang Tse |
2008-10-28 | Initial attempt to detect at configuration time if the getaddrinfo() | Yang Tse |
2008-10-28 | Initial attempt to detect at configuration time if the getaddrinfo() | Yang Tse |
2008-10-22 | remove from configure.ac temporary magic for the icc seg-fault issue | Yang Tse |
2008-10-21 | some more temporary magic for the icc seg-fault issue | Yang Tse |
2008-10-20 | some more temporary magic for the icc seg-fault issue | Yang Tse |
2008-10-15 | Ensure that shell variable contents which have active meaning | Yang Tse |
2008-10-07 | Initial attempt to support configure's --(dis|en)able-optimize | Yang Tse |
2008-10-02 | Initial attempt to support configure's --(dis|en)able-warnings | Yang Tse |
2008-09-30 | now compiler warnings are activated for all gcc builds, not only debug ones. | Yang Tse |
2008-09-30 | Use CFLAGS for icc linker options instead of LDFLAGS, | Yang Tse |
2008-09-29 | use ac_cv_compiler and ac_cv_compiler_num to keep compiler ID and version number | Yang Tse |
2008-09-29 | Temporary icc adjustment: | Yang Tse |
2008-09-24 | HAVE_INET_PTON will only be defined when an IPv6 capable working | Yang Tse |
2008-09-24 | HAVE_INET_NTOP will only be defined when an IPv6 capable working | Yang Tse |
2008-09-22 | icc adjustments for icc 9.0 and prior versions: | Yang Tse |
2008-09-19 | icc adjustments: | Yang Tse |
2008-09-18 | icc adjustments | Yang Tse |
2008-09-17 | improve detection of getservbyport_r() | Yang Tse |
2008-09-17 | On Linux Intel's icc uses gcc's header files, so | Yang Tse |
2008-09-17 | improve detection of gethostname() | Yang Tse |
2008-09-16 | rearrange to allow internal/private use of ares_writev to any system | Yang Tse |
2008-09-15 | improve detection of: | Yang Tse |
2008-09-11 | strdup() clone for systems/configurations which lack it | Yang Tse |
2008-09-10 | icc adjustments | Yang Tse |
2008-09-09 | icc adjustments | Yang Tse |
2008-09-08 | Select strict ANSI C89 conformance for icc | Yang Tse |
2008-08-21 | Get rid of ENABLE_64BIT symbol definition and usage. | Yang Tse |
2008-08-09 | Fix IBM C and DEC/Compaq C compiler detection | Yang Tse |
2008-08-07 | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse |
2008-08-04 | Autoconf 2.62 has changed the behaviour of the AC_AIX macro which we use. | Yang Tse |
2008-08-03 | Adjust DEC/Compaq C compiler settings. | Yang Tse |
2008-08-01 | Another AC_TRY_LINK conversion to AC_LINK_IFELSE. | Yang Tse |
2008-07-27 | These lines were unintentionally removed in previous commit | Yang Tse |
2008-07-27 | Partially undo change that prevented SED, GREP, EGREP and AR from being chang... | Yang Tse |
2008-07-27 | Remove explicit inclusion of our m4 files first. It was interesting as a test, | Yang Tse |
2008-07-27 | Another step towards detecting if _REENTRANT is already defined or actually | Yang Tse |
2008-07-26 | Explicitly include our m4 files first. This might minimize the impact | Yang Tse |
2008-07-24 | Another step towards detecting if _REENTRANT is already defined or actually | Yang Tse |
2008-07-22 | Make sure that configure process tests are done with the same _REENTRANT | Yang Tse |
2008-07-20 | Adjust DEC/Compaq C compiler settings | Yang Tse |
2008-07-19 | Adjust DEC/Compaq C compiler settings | Yang Tse |
2008-07-16 | Configure process now checks availability of recvfrom() socket function and | Yang Tse |
2008-07-16 | Initial DEC/Compaq C compiler detection and flags | Yang Tse |
2008-07-15 | Allow --enable-largefile and --disable-largefile configurations. | Yang Tse |