RELEASE-NOTES: add the reporter of the previous bug fix
[platform/upstream/curl.git] / acinclude.m4
2013-09-03 Daniel Stenbergacinclude: fix --without-ca-path when cross-compiling
2013-04-18 Daniel StenbergCURL_CHECK_CA_BUNDLE: don't check for paths when cross...
2013-04-08 Daniel Stenbergconfigure: remove CURL_CHECK_FUNC_RECVFROM
2012-12-08 Colin Watsonconfigure: fix cross pkg-config detection
2012-12-03 Yang Tsebuild: prevent global LIBS from influencing src and...
2012-11-28 Yang Tsebuild: avoid linkage of directly unused libraries
2012-11-23 Yang Tsebuild: fix AIX compilation and usage
2012-04-12 Yang Tseconfigure: NATIVE_WINDOWS no longer defined in config...
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-09-27 Albert Chinconfigure - m4: make CURL_CHECK_DEF ignore leading...
2011-06-17 Yang Tseconfigure: avoid direct usage of AS_TR_* macros
2011-06-08 Yang Tseconfigure: fix recvfrom 5th arg type qualifier detectio...
2011-06-08 Yang Tseconfigure: fix recvfrom 5th arg type qualifier detection
2011-03-12 Daniel StenbergMerge branch 'imap' of https://github.com/bnoordhuis...
2011-03-12 Manuel MassingCURL_CHECK_FUNC_RECVFROM: android/bionic fix
2011-01-18 Guenter KnaufFixed configure define for Win32.
2010-11-25 Yang Tsesymbol-scan: use configure script knowledge about how...
2010-09-12 Dan FandrichLink curl and the test apps with -lrt explicitly when...
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-14 Yang Tseremoved trailing whitespace
2010-01-14 Kamil Dudka- Suppressed side effect of OpenSSL configure checks...
2009-09-02 Daniel Stenbergextended CURL_CHECK_PKGCONFIG to check for a host-speci...
2009-09-01 Daniel Stenberg- configure now tries to use pkg-config for a number...
2009-06-21 Yang TseRefactor how libraries are checked for connect() functi...
2009-06-20 Yang TseRefactor how libraries are checked for connect() function,
2009-06-01 Yang TseJohn E. Malmberg noticed that the configure script...
2009-05-15 Yang TseFix preprocessor conditional expression
2009-05-07 Yang TseProper naming for the experimental compiler test and...
2009-05-07 Yang TseMoved *_CHECK_COMPILER_HALT_ON_ERROR and *_CHECK_COMPIL...
2009-05-06 Yang TseUse autobuilds to verify if a couple of experimental...
2009-05-03 Yang TseHP-UX's X/Open network library requirement check follow-up
2009-05-03 Yang TseHP-UX's X/Open network library requirement check follow-up
2009-05-02 Yang TseUse build-time configured curl_socklen_t instead of...
2009-05-01 Yang TseCheck definition of _XOPEN_SOURCE_EXTENDED with the...
2009-04-28 Yang TseRearrange placement inside file of CURL_DEFINE_UNQUOTED...
2009-04-28 Yang TseMoved CURL_INCLUDES_INTTYPES to curl-functions.m4 along...
2009-04-28 Yang TseRemove temporary debug tracing for curl_socklen_t detec...
2009-04-27 Yang TseTake 2 at handling getpeername() prototypes with a...
2009-04-27 Yang TseAttempt to handle getpeername() prototypes with a void...
2009-04-27 Yang TseAdd temporary debug tracing for curl_socklen_t detectio...
2009-04-27 Yang TseRearrange curl_socklen_t tests to improve speed of...
2009-04-26 Yang TseInitial step towards a configure time curl_socklen_t...
2009-04-21 Yang TseMoved potential inclusion of system's malloc.h and...
2009-01-11 Daniel Stenberg- Based on bug report #2498665 (curl.haxx.se/bug/view...
2008-11-21 Dan FandrichAutomatically detect OpenBSD's CA cert bundle.
2008-11-13 Yang TseRefactor configure script detection of functions used...
2008-10-28 Yang TseInitial attempt to detect at configuration time if...
2008-10-23 Yang Tse#include <stdlib.h> for exit() prototype
2008-10-02 Yang TseInitial attempt to support configure's --(dis|en)able...
2008-09-30 Yang Tsenow compiler warnings are activated for all gcc builds...
2008-09-24 Yang Tsentoa() and inet_ntoa_r() no longer used
2008-09-18 Yang Tseicc adjustments
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
next