improve detection of gethostbyaddr_r() and gethostbyname_r()
[platform/upstream/curl.git] / acinclude.m4
2008-09-17 Yang Tseimprove detection of gethostbyaddr_r() and gethostbynam...
2008-09-17 Yang Tseimprove detection of gethostname(), localtime_r() and...
2008-09-12 Yang Tseimprove detection of fdopen() and strerror_r()
2008-09-09 Yang Tseicc adjustments
2008-09-03 Dan FandrichSearch for the FreeBSD CA cert file /usr/local/share...
2008-08-27 Yang TseDon't abort configuration if recvfrom() is not available.
2008-08-26 Yang TseAdded check and symbol definition for WIN32 file API...
2008-08-25 Yang TseFor congruency sake with the naming of other CURL_XXXXX...
2008-08-25 Yang TseRename some shell vars with more descriptive names:
2008-08-15 Yang TseFor congruency sake with the naming of other CURL_XXXXX...
2008-08-14 Yang TseTake three at trying to detect signed and unsigned...
2008-08-14 Yang TseChange CURL_CHECK_DEF_INTXX_C suffix definition detection.
2008-08-13 Yang TseUse autoconf's result of AC_CHECK_SIZEOF(long) in CURL_...
2008-08-13 Yang TseEnsure that the compiler 'knows' the 'long' type in...
2008-08-13 Yang TseUsing the name of a macro inside AC_MSG_WARN takes...
2008-08-13 Yang TseThe size of long is a build time characteristic and...
2008-08-12 Yang TseFix CURL_CHECK_DEF_INTXX_C suffix definition detection
2008-08-11 Yang TseAdded missing signed and unsigned curl_off_t integer...
2008-08-09 Yang TseRemove debug tracing for DO_CURL_OFF_T_CHECK and CURL_C...
2008-08-09 Yang TseUse int64_t in favour of __int64 for curl_off_t when...
2008-08-09 Yang TseImprove CURL_CHECK_DEF
2008-08-08 Yang TseAdd debug tracing for DO_CURL_OFF_T_CHECK
2008-08-08 Yang TseRemove some redundancy
2008-08-08 Yang TseRemove potential overquoting
2008-08-08 Yang TseAdd debug tracing for CURL_CHECK_DEF
2008-08-07 Yang TseSkip data type check in DO_CURL_OFF_T_CHECK macro when...
2008-08-07 Yang TseFix CURL_CHECK_DEF so that when the expansion of the...
2008-08-07 Yang TseInitial support of curlbuild.h and curlrules.h which...
2008-08-04 Yang TseAutoconf 2.62 has changed the behaviour of the AC_AIX...
2008-08-01 Yang TseAdd a whitespace
2008-08-01 Yang TseEnsure that reserved keyword AC_DEFUN is only used...
2008-08-01 Yang TseRemoved definition of CURL_CHECK_WORKING_RESOLVER from...
2008-07-30 Yang TseReinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL...
2008-07-29 Yang TseTests done using 'aclocal -I m4' in buildconf and ...
2008-07-27 Yang TseAssert that SED and GREP are set
2008-07-26 Yang Tsesimplify multi '#' char comment line
2008-07-24 Yang TseAnother step towards detecting if _REENTRANT is already...
2008-07-22 Yang Tsecleanup duplicate line
2008-07-22 Yang TseMake sure that configure process tests are done with...
2008-07-22 Yang Tsechecks for gethostbyaddr_r with 7 and 8 args now also...
2008-07-21 Yang Tsewhen recvfrom prototype uses a void pointer for argumen...
2008-07-20 Yang TseRemove showing additional info needed to debug configure
2008-07-20 Yang TseAdded "pointer to void" as another data type to check...
2008-07-19 Yang TseTemporarily show additional info needed to debug configure
2008-07-17 Yang TseRECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYP...
2008-07-16 Yang TseConfigure process now checks availability of recvfrom...
2008-07-02 Yang Tsefallback to gettimeofday when monotonic clock is unavai...
2008-06-30 Yang Tsemake check message wording more precise
2008-06-29 Yang Tsefix C style comment
2008-06-29 Yang TseJohn Lightsey filed bug report #1999181: "CLOCK_MONOTON...
2008-06-20 Yang TseModified configuration script to actually verify if...
2008-06-18 Yang TseNo longer break out of a shell "for" statement from...
2008-06-13 Dan FandrichFixed curl-config --ca which wasn't being exported...
2008-06-06 Yang TseMSVC does build Windows native targets
2008-05-21 Yang Tsefix: [action-if-found] part of AC_CHECK_TYPE macro...
2008-05-21 Yang Tsefix: remove need and definition of HAVE_SOCKLEN_T symbol
2008-05-21 Yang Tsefix: socklen_t definition comment
2008-05-20 Yang TseWhen unable to properly detect gethostbyname_r() usage...
2008-05-20 Yang Tseupdate several macros using AC_TRY_LINK with AC_LINK_IFELSE
2008-05-20 Yang Tsefix underquoting of AC_LANG_PROGRAM arguments
2008-05-20 Yang Tseupdate several macros using AC_TRY_LINK with AC_LINK_IFELSE
2008-05-19 Yang Tsebetter select() function detection that works
2008-05-19 Yang Tsefix socklen_t equivalent detection when cross compiling...
2008-05-17 Yang Tseminor change for wince-cegcc and wince-mingw32ce support
2008-05-14 Yang TseImprove toolchain detection for WinCE cross compilation:
2008-05-14 Yang Tseskip checks for Windows specific header files
2008-05-14 Yang TseWinCE cross compilation adjustments:
2008-05-12 Yang Tseconfigure script will now define HAVE_CLOCK_GETTIME_MON...
2008-05-10 Yang TseAdd library checking for clock_gettime() support
2008-03-31 Michal MarekRemoved the generated ca-bundle.h file. The verbatim...
2008-03-20 Michal Marek- Added --with-ca-path=DIRECTORY configure option to...
2008-02-18 Daniel Stenberg- We're no longer providing a very old ca-bundle in...
2007-10-24 Yang TseMissing double quotes
2007-10-19 Yang TseAdd custom check for WINLDAP libraries.
2007-10-17 Yang TseFix CURL_CHECK_LIBS_LDAP failure when no parameter...
2007-10-17 Yang TseDefault check for more libraries in CURL_CHECK_LIBS_LDAP,
2007-10-15 Yang TseAvoid depending on a header file for the definition...
2007-10-15 Dan FandrichFix LDAP compile error when LDAP is not available.
2007-10-14 Yang TseFix custom check for LDAP libraries
2007-10-14 Yang TseAdd custom check for LDAP libraries
2007-10-14 Yang TseAdd custom checks for lber, ldap, ldapssl and ldap_ssl...
2007-10-13 Yang TseAdd check for winldap and winber header files
2007-09-27 Dan FandrichEnabled a few more gcc warnings with --enable-debug...
2007-08-11 Daniel StenbergPatrick Monnerat modified the LDAP code and approach...
2007-07-30 Daniel StenbergPeter O'Gorman pointed out (and fixed) that the non...
2007-04-10 Yang Tse--enable-sspi only supported on Windows native builds
2007-04-03 Yang TseCleanup. Warnings related with FD_SET, FD_ISSET, and...
2007-03-27 Dan FandrichDaniel Johnson's fix for shared object extension detect...
2007-03-22 Yang Tsefix wrong macro name introduced in las commit
2007-03-22 Yang TseAdd check for compiler variadic macro support in config...
2007-03-22 Yang Tseattempt to keep message length below 80 chars
2007-02-15 Yang Tseicc 9.0 when compiling its generated code for its own...
2007-02-13 Dan FandrichAdded last-resort dynamic library names.
2007-01-31 Dan FandrichProperly use libtool macros to fix OpenLDAP library...
2006-11-22 Yang TseAdded a check in configure that verifies if <signal...
2006-10-16 Daniel StenbergAdded a check in configure that simply tries to run...
2006-10-13 Yang TseCheck for struct timeval at configuration time
2006-08-04 Yang TseBeing unable to link or find out recv() or send() args...
2006-07-31 Yang TseAvoid the risk of a false positive detection of MSG_NOS...
2006-07-28 Yang TseFirst step trying to avoid the multiple header inclusio...
next