summaryrefslogtreecommitdiff
path: root/ares
Commit message (Expand)AuthorAgeFilesLines
...
* LCC compiler adjustments:Yang Tse2008-10-111-3/+6
* Initial attempt to detect Tiny C compilerYang Tse2008-10-101-1/+42
* Initial attempt to detect LCC compilerYang Tse2008-10-101-1/+38
* 1) fix bug in CONVERT_INCLUDE_TO_ISYSTEMYang Tse2008-10-101-4/+7
* simplify SGI C compiler checkYang Tse2008-10-101-13/+4
* HP C adjustments:Yang Tse2008-10-101-1/+5
* Add debug tracing for COMPILER_WORKS_IFELSEYang Tse2008-10-101-0/+9
* configure will also warn on 'strict compiler warning' rejected optionsYang Tse2008-10-091-95/+177
* convert rejected compiler options messages into a warningsYang Tse2008-10-091-4/+4
* remove extra whitespace from string in SGI C checkYang Tse2008-10-091-3/+3
* oopsYang Tse2008-10-091-3/+2
* Initial attempt to detect SGI C compilerYang Tse2008-10-091-0/+48
* HP C adjustments:Yang Tse2008-10-091-2/+6
* improve presentation of accepted/rejected debug/optimizer optionsYang Tse2008-10-081-35/+45
* refactoring of COMPILER_BASIC_OPTSYang Tse2008-10-081-67/+164
* Initial attempt to detect SUN C compilerYang Tse2008-10-081-18/+48
* Initial attempt to detect HP C compilerYang Tse2008-10-081-1/+36
* fix compiler warning: 'dot_4' may be used uninitialized in this functionYang Tse2008-10-071-0/+1
* adjust ICC_windows settingsYang Tse2008-10-071-5/+5
* fix VAR_STRIPYang Tse2008-10-071-1/+1
* Sync up with realityYang Tse2008-10-071-0/+8
* Initial attempt to support configure's --(dis|en)able-optimizeYang Tse2008-10-073-44/+354
* fix commentYang Tse2008-10-021-3/+3
* Initial attempt to support configure's --(dis|en)able-warningsYang Tse2008-10-024-234/+419
* fix compiler warning: dereferencing type-punned pointer will break strict-ali...Yang Tse2008-09-301-39/+42
* now compiler warnings are activated for all gcc builds, not only debug ones.Yang Tse2008-09-302-108/+49
* Use CFLAGS for icc linker options instead of LDFLAGS,Yang Tse2008-09-301-3/+3
* use ac_cv_compiler and ac_cv_compiler_num to keep compiler ID and version numberYang Tse2008-09-291-34/+49
* Temporary icc adjustment:Yang Tse2008-09-291-0/+2
* HAVE_INET_PTON will only be defined when an IPv6 capable workingYang Tse2008-09-245-34/+165
* HAVE_INET_NTOP will only be defined when an IPv6 capable workingYang Tse2008-09-244-36/+188
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-241-1/+0
* icc adjustments for icc 9.0 and prior versions:Yang Tse2008-09-221-0/+4
* attempt to make work the gethostname functionYang Tse2008-09-221-2/+39
* Added HAVE_NETDB_H, HAVE_ARPA_INET_H, HAVE_STRCASECMPGisle Vanem2008-09-211-1/+2
* icc adjustments:Yang Tse2008-09-191-0/+4
* icc adjustmentsYang Tse2008-09-182-4/+10
* fix netdb.h prerequisite inclusionYang Tse2008-09-181-1/+1
* improve detection of getservbyport_r()Yang Tse2008-09-174-134/+170
* On Linux Intel's icc uses gcc's header files, soYang Tse2008-09-171-4/+3
* improve detection of gethostname()Yang Tse2008-09-172-0/+107
* NetWare builds include "nameser.h" from the c-ares subdirYang Tse2008-09-171-8/+1
* include <strings.h>Yang Tse2008-09-171-0/+4
* Sync up with realityYang Tse2008-09-172-1/+20
* adjust inclusion of "nameser.h"Yang Tse2008-09-1720-188/+153
* reorder some lines in fileYang Tse2008-09-171-40/+32
* code cleanupYang Tse2008-09-162-18/+1
* NetWare seems to have writev()Yang Tse2008-09-161-0/+1
* rearrange to allow internal/private use of ares_writev to any systemYang Tse2008-09-1610-44/+245
* NetWare CLIB target has stricmp() and strnicmp()Yang Tse2008-09-151-2/+2