Age | Commit message (Expand) | Author |
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 |
2008-10-02 | fix comment | Yang Tse |
2008-10-02 | Initial attempt to support configure's --(dis|en)able-warnings | Yang Tse |
2008-09-30 | fix compiler warning: dereferencing type-punned pointer will break strict-ali... | 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-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 |
2008-09-22 | attempt to make work the gethostname function | Yang Tse |
2008-09-21 | Added HAVE_NETDB_H, HAVE_ARPA_INET_H, HAVE_STRCASECMP | Gisle Vanem |
2008-09-19 | icc adjustments: | Yang Tse |
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 |
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 |
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 |
2008-09-15 | improve detection of: | Yang Tse |
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 |
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-09-06 | remove unnecessary typecasting of malloc() | Yang Tse |
2008-09-06 | remove unnecessary typecasting of realloc() | Yang Tse |