summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Expand)AuthorFilesLines
2012-12-17cares-functions.m4: improve gethostname arg 2 data type checkYang Tse1-2/+4
2012-12-16configure: check if compiler halts on function prototype mismatchYang Tse1-1/+37
2012-12-15cares-functions.m4: add gethostname arg 2 data type check and definitionYang Tse1-1/+29
2012-12-15cares-functions.m4: update thread-safeness detection of getaddrinfo()Yang Tse1-7/+47
2012-06-29cares-compilers.m4: remove -Wstrict-aliasing=3 from clangYang Tse1-4/+1
2012-06-26cares-compilers.m4: -Wstrict-aliasing=3 for warning enabled gcc and clang buildsYang Tse1-1/+7
2012-04-17cares-compilers.m4: -Wno-pedantic-ms-format for Windows gcc 4.5 buildsYang Tse1-1/+10
2012-04-17cares-compilers.m4: double underscore decoration for visibility attributeYang Tse1-5/+5
2012-04-17build adjustments: CARES_SYMBOL_HIDING no longer defined in config filesYang Tse1-6/+9
2011-12-20configure: libtool 1.5 tweaksYang Tse3-12/+62
2011-08-20configure: fix symbol hiding usability checkYang Tse1-2/+8
2011-08-08cares-compilers.m4: CARES_CONVERT_INCLUDE_TO_ISYSTEM adjustmentsYang Tse1-30/+34
2011-07-29cares-functions.m4 serial # bumpYang Tse1-1/+1
2011-07-29Revert "configure: additional flag checks for fcntl() and socket()"Yang Tse1-201/+1
2011-07-29configure: additional flag checks for fcntl() and socket()Yang Tse1-1/+201
2011-06-21xc-translit.m4 fix quotingYang Tse1-11/+45
2011-06-17xc-translit.m4 provides transliteration macros with well defined behavior.Yang Tse1-0/+130
2011-06-04xlc: avoid preprocessor definition usage when linkingYang Tse1-12/+30
2011-03-25configure: fix libtool warningYang Tse1-1/+10
2011-03-23build: use getenv() replacement function for systems which lack itYang Tse1-2/+87
2010-12-15configure: inet_net_pton function check adjustmentsYang Tse1-3/+228
2010-12-02configure: undo using autobuilds to temporarily verify strict aliasing warnings.Yang Tse1-5/+0
2010-11-18configure: use autobuilds to temporarily verify strict aliasing warnings.Yang Tse1-0/+5
2010-08-11configure: werror related adjustmentsYang Tse1-7/+8
2010-07-29build: Enable compiling with -Werror.Ben Greear1-0/+31
2010-03-27remove all .cvsignore filesDaniel Stenberg1-5/+0
2010-03-23ignore lots of generated filesDaniel Stenberg1-0/+5
2010-03-23Fix warnings for clangDaniel Johnson1-2/+7
2010-03-17replaced intel compiler option -no-ansi-alias with -fno-strict-aliasingYang Tse1-3/+3
2010-03-17update outdated serial numberYang Tse1-1/+1
2010-03-05Daniel Johnson provided fixes for building with the clang compilerDaniel Stenberg1-1/+77
2009-11-16Add icc fvisibility bug testYang Tse1-4/+15
2009-11-16Fix three var namesYang Tse1-4/+4
2009-11-15getaddrinfo is fully thread safe on solaris versions whichYang Tse1-7/+13
2009-11-14Refactor how preprocessor symbol _THREAD_SAFE definition is done.Yang Tse1-2/+98
2009-11-13Assume that getaddrinfo is thread safe, unless hard codedYang Tse1-12/+10
2009-11-13Related with the threadsafe capability of getaddrinfo:Yang Tse1-6/+15
2009-11-12AIX 5.2 and newer have threadsafe getaddrinfo.Yang Tse1-1/+19
2009-11-12HP-UX 11.11 and later have threadsafe getaddrinfoYang Tse1-1/+7
2009-11-12Check if getaddrinfo is threadsafe when function check allows it to be usedYang Tse1-2/+45
2009-11-01Undo old temporary change once used for testing purposesYang Tse1-2/+1
2009-10-31Symbol hiding configure options renamed to the hopefully less ambiguousYang Tse2-145/+138
2009-10-29External API function linkage decoration adjustmentYang Tse2-9/+12
2009-10-28Initial step towards the ability to reduce c-ares exported symbolsYang Tse2-2/+157
2009-10-19Use *_CHECK_PATH_SEPARATOR_REQUIRED to ensure that *_CHECK_PATH_SEPARATORYang Tse1-2/+11
2009-10-19Our _AS_PATH_SEPARATOR_PREPARE override is now m4_defun'd instead of m4_define'dYang Tse1-4/+3
2009-09-29Check if _REENTRANT definition is required toYang Tse1-2/+57
2009-07-16test if adding ../lib to includes can fix the current break ...Gunter Knauf1-1/+2
2009-07-14renamed generated config.h to ares_config.h in order to avoid clashes when li...Gunter Knauf1-3/+3
2009-06-20Refactor how libraries are checked for connect() function,Yang Tse1-1/+99