summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
...
* acinclude.m4: reverted incorrect patch r6267 that makes the testvlefevre2009-06-101-1/+1
* [acinclude.m4] patch from Maciej W. Rozycki on mpfr mailing-list, 9 Jun 2009zimmerma2009-06-091-1/+1
* acinclude.m4: remove definition of va_copy, just detect its presence.thevenyp2009-03-271-6/+6
* acinclude.m4: Change MPFR_FUNC_PRINTF_SPEC (renamed MPFR_FUNC_GMP_PRINTF_SPEC...thevenyp2009-03-261-23/+23
* Applied patch from Ralf Wildenhues.vlefevre2009-03-191-1/+1
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Checks whether C99 length modifiers 'hh' and 'll' are supported by thevlefevre2009-02-171-0/+10
* [acinclude.m4] removed detection of HAVE_HOST_CORE2zimmerma2009-02-081-8/+0
* acinclude.m4: improved warning message.vlefevre2009-01-191-0/+3
* acinclude.m4: added a warning message for the NAN != NAN test.vlefevre2009-01-191-0/+7
* mpfr.texi: Explicit list of type supported by mpfr_printf functions.thevenyp2009-01-191-10/+1
* tests/tfprintf.c tests/tsprintf.c tests/tprintf.c acinclude.m4 vasprintf.c: N...thevenyp2009-01-161-16/+12
* acinclude.m4: Check if %Ld specification is supported (not always the case wi...thevenyp2009-01-161-0/+7
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* acinclude.m4: New macro MPFR_CHECK_PRINTF_SPEC looking for support of the "%j...thevenyp2009-01-121-2/+71
* acinclude.m4, vasprintf.c, tests/tfprintf.c, tests/tprintf.c, mpfr.texi: quad...thevenyp2008-12-161-0/+3
* mpfr.texi: Clearly mention that the length modifier 'q' is unsupported by mpf...thevenyp2008-12-151-3/+0
* acinclude.m4: Check for quad_t.thevenyp2008-12-151-0/+3
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* acinclude.m4: updated AC_PREREQ line due to the use of AC_PROG_SED.vlefevre2008-07-231-4/+2
* acinclude.m4: add a check defining va_copy macro when needed.thevenyp2008-06-271-0/+18
* Clean-up and various changes to be able to build MPFR with g++.vlefevre2008-06-091-0/+3
* acinclude.m4: locally add -I$srcdir to CPPFLAGS for the thread-safe testvlefevre2008-05-081-0/+4
* acinclude.m4: add check for long long compiler support, define HAVE_LONG_LONG.thevenyp2008-03-101-0/+4
* acinclude.m4: fixed configure test for TLS support.vlefevre2008-01-231-0/+1
* Changes related to thread-local variables / TLS support.vlefevre2008-01-231-0/+23
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* experimental code to distinguish Core2 from AMD64zimmerma2007-11-301-0/+8
* acinclude.m4: check wchar.h header (see below).vlefevre2007-11-261-0/+3
* Makefile.am: add mpfr_printf-like functionsthevenyp2007-11-231-1/+3
* acinclude.m4: test the availability of <string.h>.vlefevre2007-11-231-0/+1
* acinclude.m4: test the availability of <locale.h>.vlefevre2007-11-231-0/+1
* acinclude.m4: updated comment concerning the checked functions.vlefevre2007-11-231-3/+4
* acinclude.m4: added memmove to the checked functions (though this testvlefevre2007-11-231-1/+1
* acinclude.m4: updated a comment concerning the function checking.vlefevre2007-11-231-1/+3
* Updated copyright notice (for an unknown reason, some files were missingvlefevre2007-08-291-1/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Improved linker flag settings on darwin.vlefevre2006-07-201-0/+19
* Define HAVE_ATTRIBUTE_MODE if supported; useful for s390, but incompletevlefevre2006-05-291-0/+22
* Updated FSF address.vlefevre2006-03-311-2/+2
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* More portable DOUBLE_ISNAN (useful for MIPSpro under IRIX64).vlefevre2005-09-021-0/+23
* Reformat.vlefevre2005-09-021-30/+30
* Clean up.pelissip2005-07-181-35/+21
* Fixed locale bug. Function strncasecmp is no longer used.vlefevre2005-07-111-1/+1
* In the tests, set the locale to the current one. This allows to testvlefevre2005-07-091-1/+1
* Clean up configure and acinclude:pelissip2005-06-221-61/+104
* Add support for Shared Library in MPFR (both Unix and Windows) by using libtool.pelissip2005-02-081-10/+14
* Now MPFR tries to get GMP's CC and CFLAGS from its build directory.pelissip2005-02-011-2/+3