| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3) | vlefevre | 2009-07-30 | 1 | -1/+1 |
* | mp_rnd_t -> mpfr_rnd_t | vlefevre | 2009-06-26 | 1 | -6/+6 |
* | Improved fix for problem dealt with in r6174: use function src_fopen() | vlefevre | 2009-04-22 | 1 | -6/+2 |
* | Fixed problem when the srcdir value contains a word that is #define'd | vlefevre | 2009-04-22 | 1 | -5/+3 |
* | Move mpfr_random2 to tests directory, remove it from API. | thevenyp | 2009-03-24 | 1 | -1/+1 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -125/+125 |
* | Update to LGPL v3+, as decided by the main MPFR developers. | vlefevre | 2009-03-03 | 1 | -4/+4 |
* | Add tests with round away mode. | thevenyp | 2009-02-26 | 1 | -0/+4 |
* | Copyright notice update: added 2009 with | vlefevre | 2009-01-15 | 1 | -1/+1 |
* | Makefile.am, tmul.c: Rename macro __SRCDIR to MPFR_SRCDIR. | thevenyp | 2008-12-12 | 1 | -4/+4 |
* | configure.in: Add AM_PROG_CC_C_O needed by tmul_CPPFLAGS. | thevenyp | 2008-12-11 | 1 | -2/+8 |
* | tests/tmul.c: removed useless variable. | vlefevre | 2008-11-26 | 1 | -1/+0 |
* | tests/tmul.c: made reading a string from file more robust. | vlefevre | 2008-11-26 | 1 | -7/+29 |
* | [tmul.c] moved long strings to file tmul.dat, so that gcc -ansi | zimmerma | 2008-11-26 | 1 | -68/+20 |
* | This is now GNU MPFR! | vlefevre | 2008-10-27 | 1 | -4/+4 |
* | Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests. | thevenyp | 2008-09-18 | 1 | -2/+2 |
* | Clean-up and various changes to be able to build MPFR with g++. | vlefevre | 2008-06-09 | 1 | -2/+2 |
* | For the terminating null pointer of the functions mpfr_inits, | vlefevre | 2008-02-15 | 1 | -6/+6 |
* | Copyright notice update: added 2008 with | vlefevre | 2008-01-01 | 1 | -1/+1 |
* | got rid of mpfr_init_gmp_rand/MPFR_TEST_USE_RANDS and not-reentrant gmp | zimmerma | 2007-11-17 | 1 | -1/+0 |
* | No longer use MPFR_CHECK_ALL in tests. In '-dev' versions, assume | vlefevre | 2007-07-25 | 1 | -2/+1 |
* | Added code to check mpfr against Gonnet's tables when the environment variable | zimmerma | 2007-07-20 | 1 | -0/+16 |
* | Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULL | vlefevre | 2007-06-21 | 1 | -6/+6 |
* | Added "Contributed by the Arenaire and Cacao projects, INRIA." to the | vlefevre | 2007-02-07 | 1 | -0/+1 |
* | Copyright notice update: added 2007. | vlefevre | 2007-01-10 | 1 | -1/+1 |
* | Fixed FSF address. | vlefevre | 2006-03-31 | 1 | -1/+1 |
* | Updated the copyright notices according to the new GNU rules on: | vlefevre | 2006-01-05 | 1 | -1/+1 |
* | Removed trailing spaces (better for future patches, as such spaces | vlefevre | 2005-08-18 | 1 | -12/+12 |
* | Converted tabs to spaces with expand. | vlefevre | 2005-08-18 | 1 | -39/+39 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | Improve coverage | pelissip | 2005-05-17 | 1 | -0/+14 |
* | Fix bug due to wrong assertion. | pelissip | 2005-05-11 | 1 | -0/+17 |
* | Fix a bug in the product of 2limbs per 2 limbs. | pelissip | 2005-05-10 | 1 | -2/+20 |
* | Add random tests (tgeneric + random2). | pelissip | 2005-04-07 | 1 | -0/+8 |
* | Undo previous change (I was wrong). | pelissip | 2005-03-25 | 1 | -1/+27 |
* | Add case where bn == 1 and bn == 2 by using longlong.h. | pelissip | 2005-03-21 | 1 | -0/+35 |
* | Improve checking | pelissip | 2005-03-09 | 1 | -0/+87 |
* | more changes for interface with NTL | zimmerma | 2005-02-18 | 1 | -18/+43 |
* | Updated copyright lines. | vlefevre | 2005-01-28 | 1 | -1/+1 |
* | casts to allow compilation with g++ | zimmerma | 2005-01-27 | 1 | -1/+1 |
* | Replaced mpfr_set_emin/emax by set_emin/emax in tests to check | vlefevre | 2004-10-26 | 1 | -4/+4 |
* | improved coverage test | zimmerma | 2004-02-14 | 1 | -0/+23 |
* | + Better support of non IEEE doubles. | pelissip | 2004-02-06 | 1 | -1/+1 |
* | Better supports of non IEEE-754 floats (don't use anymore ieee_double_extract... | pelissip | 2004-01-28 | 1 | -7/+7 |
* | Continue to port tests so that they don't use double. | pelissip | 2004-01-14 | 1 | -119/+129 |
* | + Optimize a few div.c | pelissip | 2003-12-15 | 1 | -4/+1 |
* | + Add function mpfr_print_mantissa_binary, for debugging reason. | pelissip | 2003-12-09 | 1 | -1/+1 |
* | + Add new internal function: mpfr_check. | pelissip | 2003-11-21 | 1 | -8/+8 |
* | Updated documentation. In particular, mpfr_set_str_raw renamed | vlefevre | 2003-10-02 | 1 | -2/+2 |
* | Changed the remaining stderr to stdout. | vlefevre | 2003-09-25 | 1 | -43/+47 |