Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | fix compiler warning: 'dot_4' may be used uninitialized in this function | Yang Tse | |
2008-10-07 | adjust ICC_windows settings | Yang Tse | |
2008-10-07 | fix VAR_STRIP | Yang Tse | |
2008-10-07 | Sync up with reality | 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 | fix comment | 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-30 | fix compiler warning: dereferencing type-punned pointer will break ↵ | Yang Tse | |
strict-aliasing rules | |||
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 | |
otherwise gethostbyname() is not detected. | |||
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 | |
Disable floating point optimizations | |||
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 | HAVE_INET_NTOP will only be defined when an IPv6 capable working | Yang Tse | |
inet_ntop function is available. | |||
2008-09-24 | ntoa() and inet_ntoa_r() no longer used | Yang Tse | |
2008-09-22 | icc adjustments for icc 9.0 and prior versions: | Yang Tse | |
Disable remark #279: controlling expression is constant Remark triggered mostly on va_arg() and FD_ZERO() macros. | |||
2008-09-22 | attempt to make work the gethostname function | Yang Tse | |
check for winsock build target configurations | |||
2008-09-21 | Added HAVE_NETDB_H, HAVE_ARPA_INET_H, HAVE_STRCASECMP | Gisle Vanem | |
and HAVE_STRNCASECMP. | |||
2008-09-19 | icc adjustments: | Yang Tse | |
Disable remark #981: operands are evaluated in unspecified order Function calls which are triggering this remark, today, do not depend on the order of evaluation of its arguments. Disable remark #1469: "cc" clobber ignored Remark triggered on htons() and ntohs() due to glibc header files. | |||
2008-09-18 | icc adjustments | Yang Tse | |
2008-09-18 | fix netdb.h prerequisite inclusion | 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 | |
we select ANSI C89 dialect plus GNU extensions. | |||
2008-09-17 | improve detection of gethostname() | Yang Tse | |
2008-09-17 | NetWare builds include "nameser.h" from the c-ares subdir | Yang Tse | |
2008-09-17 | include <strings.h> | Yang Tse | |
2008-09-17 | Sync up with reality | Yang Tse | |
2008-09-17 | adjust inclusion of "nameser.h" | Yang Tse | |
2008-09-17 | reorder some lines in file | Yang Tse | |
2008-09-16 | code cleanup | Yang Tse | |
2008-09-16 | NetWare seems to have writev() | 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 | NetWare CLIB target has stricmp() and strnicmp() | Yang Tse | |
2008-09-15 | include header file only when available | Yang Tse | |
2008-09-15 | rearrange to allow internal/private use of ares_strcasecmp to any system that | Yang Tse | |
lacks the strcasecmp function. | |||
2008-09-15 | improve detection of: | Yang Tse | |
strcasecmp() strcmpi() stricmp() strncasecmp() strncmpi() strnicmp() | |||
2008-09-13 | *** empty log message *** | Yang Tse | |
2008-09-12 | djgpp does have strdup(). | Gisle Vanem | |
2008-09-12 | change CRLF into LF line endings | Yang Tse | |
2008-09-11 | strdup() clone for systems/configurations which lack it | Yang Tse | |
2008-09-11 | move inclusion of ares_private.h last | Yang Tse | |