Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-28 | Added CARES_INCLUDES_SYS_TYPES | Yang Tse | |
2009-04-26 | Initial step towards a configure time curl_socklen_t definition | Yang Tse | |
2009-04-17 | remove compiler options used while debugging the icc 9.1 optimizer issue | Yang Tse | |
2009-04-15 | Set HP-UX compiler warning level back to the one that exposes | Yang Tse | |
the socklen_t issue on this platform. | |||
2009-02-13 | ignore | Yang Tse | |
2008-11-20 | Make checking for struct ifreq a prerequisite for setting | Dan Fandrich | |
HAVE_IOCTL_SIOCGIFADDR since it's needed to use SIOCGIFADDR and Watcom C doesn't currently define it. | |||
2008-11-19 | user provided PATH_SEPARATOR always overrides auto-detected one | Yang Tse | |
2008-11-18 | attempting to keep lines below 80 chars | Yang Tse | |
2008-11-18 | provide a common PATH_SEPARATOR check method which is required by | Yang Tse | |
upcomming work to support the broadest range of Autoconf versions | |||
2008-11-18 | check for gethostbyaddr and gethostbyname as it is done for other functions | Yang Tse | |
2008-11-17 | Make configure script check if ioctl with the SIOCGIFADDR command can be | Yang Tse | |
used, and define HAVE_IOCTL_SIOCGIFADDR if appropriate. | |||
2008-11-17 | fix leftover from previous commit | Yang Tse | |
2008-11-17 | fix inet_pton() runtime configure check | Yang Tse | |
2008-11-16 | trim down configure script size | Yang Tse | |
2008-11-14 | fix typo affecting inclusion of <arpa/inet.h> in configure | Yang Tse | |
checks for inet_ntoa_r() inet_ntop() and inet_pton() | |||
2008-11-14 | #include <string.h> in the getaddrinfo() runtime check for the memset() ↵ | Yang Tse | |
prototype | |||
2008-11-14 | fix symbol definition check for fcntl.h inclusion | Yang Tse | |
2008-11-13 | Refactor configure script detection of functions used to set sockets into | Yang Tse | |
non-blocking mode, and decouple function detection from function capability. | |||
2008-10-30 | check for freeaddrinfo() at configuration phase | Yang Tse | |
2008-10-30 | update aclocal file serial number | Yang Tse | |
2008-10-30 | remove verification of the freeability of the addrinfo struct pointer members | Yang Tse | |
2008-10-29 | fix comment | Yang Tse | |
2008-10-29 | make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDR | Yang Tse | |
and CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_CANONNAME internal to CHECK_FUNC_GETADDRINFO | |||
2008-10-28 | fix leftover | Yang Tse | |
2008-10-28 | Initial attempt to detect at configuration time if the getaddrinfo() | Yang Tse | |
function returns an addrinfo with an unfreeable ai_canonname member ptr. | |||
2008-10-28 | Initial attempt to detect at configuration time if the getaddrinfo() | Yang Tse | |
function returns an addrinfo with an unfreeable ai_addr member ptr. | |||
2008-10-25 | icc adjustments: | Yang Tse | |
Select ANSI C89 dialect plus GNU extensions, again. | |||
2008-10-24 | some more temporary magic for the icc seg-fault issue | Yang Tse | |
2008-10-24 | icc permanent adjustment: | Yang Tse | |
Select precise floating-point model, otherwise doubles are less than 64-bit wide icc test adjustment: Select c89 dialect | |||
2008-10-23 | icc adjustments: | Yang Tse | |
Enable more icc warnings. Optimization disabling options used only for icc 9.1 | |||
2008-10-23 | #include <stdlib.h> for exit() prototype | Yang Tse | |
2008-10-22 | some more 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-19 | messages initially intended only for debug purposes, now become permanent | Yang Tse | |
since these are extremely useful when compiler rejects a set of options. | |||
2008-10-17 | fix missing double-quotes | Yang Tse | |
2008-10-16 | 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 | |
to the shell echo command are not interpreted when trying to remove extra whitespace from shell variable content. | |||
2008-10-14 | Adjust Watcom C warnings: | Yang Tse | |
Disable warnings on structure members padding. | |||
2008-10-14 | With this change Solaris target builds will now be done with _REENTRANT defined. | Yang Tse | |
2008-10-14 | Adjust Tiny C basic options: | Yang Tse | |
Remove -b from debug-enabled configuration, as Tiny C might have been built without the memory and bounds checker support. | |||
2008-10-14 | Adjust GCC warnings: | Yang Tse | |
Better disable following warnings when cross-compiling with a gcc older than 3.0, to avoid warnings from third party system headers: -Wmissing-declarations -Wmissing-prototypes -Wunused -Wshadow | |||
2008-10-14 | fix syntax error | Yang Tse | |
2008-10-14 | Initial attempt to detect Watcom C compiler | Yang Tse | |
2008-10-13 | make naming scheme more consistent across whole file | Yang Tse | |
2008-10-13 | Adjust GCC warnings: | Yang Tse | |
Disable following warnings when cross-compiling with a gcc older than 3.0, to avoid warnings from third party system headers: -Wmissing-prototypes -Wunused -Wshadow | |||
2008-10-13 | Adjust GCC --enable-warnings: | Yang Tse | |
Do not enable -pedantic when cross-compiling with a gcc older than 3.0, to avoid warnings from third party system headers. | |||
2008-10-12 | adjust SGI MIPSpro C detection | Yang Tse | |
2008-10-12 | LCC compiler adjustments: | Yang Tse | |
Highest warning level is double -A, next is single -A. Due to the big number of warnings these trigger on third party header files it is impratical for us to use any of them here. If you want them simply define it in CPPFLAGS. | |||
2008-10-11 | remove extra space | Yang Tse | |