| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright notice update: added 2008 with | vlefevre | 2008-01-01 | 1 | -1/+1 |
* | configure.in: better error message if libgmp is not found. | vlefevre | 2007-10-03 | 1 | -1/+2 |
* | configure.in: updated copyright notice (for consistency). | vlefevre | 2007-08-30 | 1 | -0/+1 |
* | Updated version to 2.4.0-dev. | vlefevre | 2007-08-10 | 1 | -1/+1 |
* | Updated version back to 2.3.0-dev since the 2.3 branch will be recreated | vlefevre | 2007-07-31 | 1 | -1/+1 |
* | Updated version to 2.4.0-dev. | vlefevre | 2007-07-02 | 1 | -1/+1 |
* | improved documentation of mpfr_set/get_decimal64 functions | zimmerma | 2007-05-28 | 1 | -42/+43 |
* | Changed --with-tests-timeout into --enable-tests-timeout as documented | vlefevre | 2007-05-28 | 1 | -3/+11 |
* | configure.in: improved comment. | vlefevre | 2007-05-02 | 1 | -4/+4 |
* | configure.in: added a comment on the AC_ARG_ENABLE(decimal-float...) | vlefevre | 2007-05-02 | 1 | -0/+5 |
* | configure.in: moved the definition of test_CFLAGS upward (it was | vlefevre | 2007-05-02 | 1 | -2/+2 |
* | Copyright notice update: added 2007. | vlefevre | 2007-01-10 | 1 | -1/+1 |
* | configure.in: check for gmp.h a bit earlier. | vlefevre | 2006-11-24 | 1 | -10/+14 |
* | test timeout is now a configure option (e.g. --with-tests-timeout=60) | zimmerma | 2006-11-23 | 1 | -0/+4 |
* | Updated version to 2.3.0-dev. | vlefevre | 2006-11-20 | 1 | -1/+1 |
* | configure.in: unset GMP_CFLAGS and GMP_CC in case the user has set such | vlefevre | 2006-11-20 | 1 | -1/+1 |
* | configure.in: Added a comment concerning GMP version checking. | vlefevre | 2006-11-17 | 1 | -0/+4 |
* | configure.in: Before testing GMP header and library versions, set | vlefevre | 2006-11-17 | 1 | -3/+13 |
* | Added warnings support. | vlefevre | 2006-11-10 | 1 | -0/+7 |
* | More information for --enable-logging configure option. | vlefevre | 2006-11-10 | 1 | -1/+2 |
* | Removed --with-irix64 configure option and "case $OS_TYPE" code from | vlefevre | 2006-11-10 | 1 | -21/+0 |
* | added detection of decimal format in configure (DPD or BID) | zimmerma | 2006-11-09 | 1 | -0/+16 |
* | added new configure option --enable-decimal-float to build mpfr_set_decimal64 | zimmerma | 2006-11-08 | 1 | -1/+21 |
* | added --enable-decimal-float in configure, and corresponding macro | zimmerma | 2006-11-07 | 1 | -0/+7 |
* | Improved linker flag settings on darwin. | vlefevre | 2006-07-20 | 1 | -2/+1 |
* | configure.in: fixed a linking problem on darwin. | vlefevre | 2006-07-18 | 1 | -0/+15 |
* | One needs automake 1.6; autoreconf fails with automake 1.4. Adding | vlefevre | 2006-07-16 | 1 | -1/+1 |
* | Define HAVE_ATTRIBUTE_MODE if supported; useful for s390, but incomplete | vlefevre | 2006-05-29 | 1 | -19/+26 |
* | Add compiler flags (CPPFLAGS, LDFLAGS) in a consistent order. | vlefevre | 2006-05-19 | 1 | -4/+4 |
* | Updated FSF address. | vlefevre | 2006-03-31 | 1 | -2/+2 |
* | Removed all code related to mpn_sub_nc (no longer used). | vlefevre | 2006-03-24 | 1 | -6/+0 |
* | Build shared libraries by default. | vlefevre | 2006-03-24 | 1 | -1/+0 |
* | configure.in: typography consistency. | vlefevre | 2006-03-23 | 1 | -2/+2 |
* | Added ', Inc.' when missing after 'Free Software Foundation'. | vlefevre | 2006-01-05 | 1 | -2/+1 |
* | Updated the copyright notices according to the new GNU rules on: | vlefevre | 2006-01-05 | 1 | -1/+1 |
* | Fixed the GMP linking test: replaced __gmp_version, which corresponds | vlefevre | 2005-09-17 | 1 | -1/+1 |
* | Updated version to 2.3.0. | vlefevre | 2005-08-31 | 1 | -1/+1 |
* | Fix for the following problem: #error is not sufficient with cc | vlefevre | 2005-08-31 | 1 | -0/+5 |
* | Improve the warning message by adding the lines: | pelissip | 2005-08-17 | 1 | -1/+3 |
* | Clean up. | pelissip | 2005-07-18 | 1 | -8/+13 |
* | Improve displayed warning if GMP versions differ. | pelissip | 2005-07-07 | 1 | -3/+5 |
* | Clean up configure and acinclude: | pelissip | 2005-06-22 | 1 | -77/+4 |
* | Fix problem with mingw: if the configure detects MS-Windows, it skips the | pelissip | 2005-05-10 | 1 | -2/+13 |
* | Improve detection again (use callback). | pelissip | 2005-05-03 | 1 | -5/+10 |
* | Improve previous change. | pelissip | 2005-05-03 | 1 | -2/+64 |
* | Add detection of function round, rint, ceil, floor and nearbyint at configure | pelissip | 2005-05-03 | 1 | -1/+7 |
* | Forget ';;' in switch. | pelissip | 2005-03-09 | 1 | -1/+1 |
* | Improve full assertion mode (Check mpfr_mul). | pelissip | 2005-03-09 | 1 | -2/+1 |
* | Add tune for mpfr_mulhigh | pelissip | 2005-03-07 | 1 | -0/+4 |
* | Add tune program for MPFR. | pelissip | 2005-02-24 | 1 | -3/+3 |