Change the upstream source URL
[platform/upstream/c-ares.git] / m4 /
2008-11-18 Yang Tseprovide a common PATH_SEPARATOR check method which...
2008-11-18 Yang Tsecheck for gethostbyaddr and gethostbyname as it is...
2008-11-17 Yang TseMake configure script check if ioctl with the SIOCGIFAD...
2008-11-17 Yang Tsefix leftover from previous commit
2008-11-17 Yang Tsefix inet_pton() runtime configure check
2008-11-16 Yang Tsetrim down configure script size
2008-11-14 Yang Tsefix typo affecting inclusion of <arpa/inet.h> in configure
2008-11-14 Yang Tse#include <string.h> in the getaddrinfo() runtime check...
2008-11-14 Yang Tsefix symbol definition check for fcntl.h inclusion
2008-11-13 Yang TseRefactor configure script detection of functions used...
2008-10-30 Yang Tsecheck for freeaddrinfo() at configuration phase
2008-10-30 Yang Tseupdate aclocal file serial number
2008-10-30 Yang Tseremove verification of the freeability of the addrinfo...
2008-10-29 Yang Tsefix comment
2008-10-29 Yang Tsemake CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDR
2008-10-28 Yang Tsefix leftover
2008-10-28 Yang TseInitial attempt to detect at configuration time if...
2008-10-28 Yang TseInitial attempt to detect at configuration time if...
2008-10-25 Yang Tseicc adjustments:
2008-10-24 Yang Tsesome more temporary magic for the icc seg-fault issue
2008-10-24 Yang Tseicc permanent adjustment:
2008-10-23 Yang Tseicc adjustments:
2008-10-23 Yang Tse#include <stdlib.h> for exit() prototype
2008-10-22 Yang Tsesome more temporary magic for the icc seg-fault issue
2008-10-21 Yang Tsesome more temporary magic for the icc seg-fault issue
2008-10-20 Yang Tsesome more temporary magic for the icc seg-fault issue
2008-10-19 Yang Tsemessages initially intended only for debug purposes...
2008-10-17 Yang Tsefix missing double-quotes
2008-10-16 Yang Tsesome more temporary magic for the icc seg-fault issue
2008-10-15 Yang TseEnsure that shell variable contents which have active...
2008-10-14 Yang TseAdjust Watcom C warnings:
2008-10-14 Yang TseWith this change Solaris target builds will now be...
2008-10-14 Yang TseAdjust Tiny C basic options:
2008-10-14 Yang TseAdjust GCC warnings:
2008-10-14 Yang Tsefix syntax error
2008-10-14 Yang TseInitial attempt to detect Watcom C compiler
2008-10-13 Yang Tsemake naming scheme more consistent across whole file
2008-10-13 Yang TseAdjust GCC warnings:
2008-10-13 Yang TseAdjust GCC --enable-warnings:
2008-10-12 Yang Tseadjust SGI MIPSpro C detection
2008-10-12 Yang TseLCC compiler adjustments:
2008-10-11 Yang Tseremove extra space
2008-10-11 Yang Tsesplit SGI compiler check. One for MIPS C and another...
2008-10-11 Yang TseLCC compiler adjustments:
2008-10-10 Yang TseInitial attempt to detect Tiny C compiler
2008-10-10 Yang TseInitial attempt to detect LCC compiler
2008-10-10 Yang Tse1) fix bug in CONVERT_INCLUDE_TO_ISYSTEM
2008-10-10 Yang Tsesimplify SGI C compiler check
2008-10-10 Yang TseHP C adjustments:
2008-10-10 Yang TseAdd debug tracing for COMPILER_WORKS_IFELSE
2008-10-09 Yang Tseconfigure will also warn on 'strict compiler warning...
2008-10-09 Yang Tseconvert rejected compiler options messages into a warnings
2008-10-09 Yang Tseremove extra whitespace from string in SGI C check
2008-10-09 Yang Tseoops
2008-10-09 Yang TseInitial attempt to detect SGI C compiler
2008-10-09 Yang TseHP C adjustments:
2008-10-08 Yang Tseimprove presentation of accepted/rejected debug/optimiz...
2008-10-08 Yang Tserefactoring of COMPILER_BASIC_OPTS
2008-10-08 Yang TseInitial attempt to detect SUN C compiler
2008-10-08 Yang TseInitial attempt to detect HP C compiler
2008-10-07 Yang Tseadjust ICC_windows settings
2008-10-07 Yang Tsefix VAR_STRIP
2008-10-07 Yang TseInitial attempt to support configure's --(dis|en)able...
2008-10-02 Yang Tsefix comment
2008-10-02 Yang TseInitial attempt to support configure's --(dis|en)able...
2008-09-24 Yang TseHAVE_INET_PTON will only be defined when an IPv6 capabl...
2008-09-24 Yang TseHAVE_INET_NTOP will only be defined when an IPv6 capabl...
2008-09-22 Yang Tseattempt to make work the gethostname function
2008-09-18 Yang Tsefix netdb.h prerequisite inclusion
2008-09-17 Yang Tseimprove detection of getservbyport_r()
2008-09-17 Yang Tseimprove detection of gethostname()
2008-09-16 Yang Tserearrange to allow internal/private use of ares_writev...
2008-09-15 Yang Tseimprove detection of:
2008-09-11 Yang Tsestrdup() clone for systems/configurations which lack it
2008-08-05 Yang TseThe minimum autoconf version required for this file...
2008-08-01 Yang TseRename reentrant.m4 to avoid filename clash.
2008-07-30 Yang TseAdd file version serial number that might be used by...
2008-07-29 Yang TseAdd quoting for the AC_DEFINE arguments.
2008-07-29 Yang TseAlso remove the whitespace.
2008-07-29 Yang TseAlso remove the extra quoting.
2008-07-29 Yang TseReplace some '@%:@' quadigraphs by its actual represent...
2008-07-27 Yang TseRequire autoconf 2.57 or newer
2008-07-27 Yang Tsesetup.h handles definition of _REENTRANT based on NEED_...
2008-07-27 Yang TseAnother step towards detecting if _REENTRANT is already...
2008-07-26 Yang TseAdd a 3 argument check for getprotobyname_r
2008-07-25 Yang Tsemove reentrant.m4 to the m4 subdirectory to avoid infin...