| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove thread attribut until I found a good way to use it. | pelissip | 2004-12-15 | 1 | -5/+0 |
* | Add "MPFR_USE_NO_MACRO" user macro: it allows the user to link | pelissip | 2004-12-14 | 1 | -30/+43 |
* | Simplify MPFR_SIGN by removing unnecessary ( ). | pelissip | 2004-12-09 | 1 | -1/+1 |
* | Add support for new attribut sentinel in incoming GCC 4.0 | pelissip | 2004-12-09 | 1 | -3/+11 |
* | Add macro version for small functions: | pelissip | 2004-11-15 | 1 | -4/+15 |
* | Change "unsigned int" to "int" for base in proto of strtofr. | pelissip | 2004-10-18 | 1 | -1/+1 |
* | Updated the version on the trunk. | vlefevre | 2004-10-15 | 1 | -1/+1 |
* | Added functions mpfr_rint_round, mpfr_rint_trunc, mpfr_rint_ceil, | vlefevre | 2004-09-30 | 1 | -0/+4 |
* | Add mpfr_uintmax_p and mpfr_intmax_p. | pelissip | 2004-09-29 | 1 | -10/+22 |
* | Move mpfr_inits from mpfr-impl to mpfr.h. | pelissip | 2004-09-29 | 1 | -0/+4 |
* | New functions mpfr_get_sj and mpfr_get_uj, with tests. | vlefevre | 2004-09-27 | 1 | -0/+4 |
* | Fix some tiny problems. | pelissip | 2004-09-23 | 1 | -2/+8 |
* | Add ICC detection && support. | pelissip | 2004-09-20 | 1 | -2/+4 |
* | Rename mpz_set_fr to mpfr_get_z. | pelissip | 2004-08-31 | 1 | -1/+6 |
* | Add new functions: mpfr_get_emin_min, mpfr_get_emax_max, mpfr_get_emin_max and | pelissip | 2004-08-19 | 1 | -18/+19 |
* | Add function mpfr_sqr (TODO: Make doc) | pelissip | 2004-07-20 | 1 | -2/+4 |
* | Remove unused item "rnd_mode" in cache struct. | pelissip | 2004-07-16 | 1 | -2/+1 |
* | Renamme mpfr_version to mpfr_get_version to be more GMP compatible. | pelissip | 2004-07-16 | 1 | -1/+2 |
* | Add a speciliation for set_si for GCC. | pelissip | 2004-07-15 | 1 | -0/+5 |
* | Fix typos. | pelissip | 2004-05-27 | 1 | -4/+4 |
* | Add mpfr_cmp as a real function, not only a macro. | pelissip | 2004-04-28 | 1 | -0/+1 |
* | Add mpfr_set and mpfr_abs as real functions. | pelissip | 2004-04-28 | 1 | -21/+23 |
* | When using GCC, optimize certain common comparisons. | pelissip | 2004-04-27 | 1 | -1/+16 |
* | Add preliminary generic code to handle cached const. | pelissip | 2004-04-21 | 1 | -6/+27 |
* | Add mpfr_zero_p. | pelissip | 2004-04-20 | 1 | -7/+14 |
* | Modify a few the allocation scheme without gmp-impl.h | pelissip | 2004-04-07 | 1 | -2/+6 |
* | Move detecting macros (__MPFR_GCC, __MPFR_STDC, __MPFR_GLIBC and __MPFR_GMP) ... | pelissip | 2004-03-26 | 1 | -20/+1 |
* | Fix (?) definition of MPFR_PREC_MAX. | pelissip | 2004-03-17 | 1 | -1/+1 |
* | Fix a bug (Forget to cast to mp_exp_t). | pelissip | 2004-03-16 | 1 | -2/+2 |
* | Add mpz_set_fr function and its test. | pelissip | 2004-03-16 | 1 | -0/+1 |
* | Add new functions: | pelissip | 2004-03-15 | 1 | -2/+37 |
* | Fix the declaration of 'MPFR_DECL_INIT' | pelissip | 2004-03-10 | 1 | -1/+1 |
* | Add 'MPFR_DECL_INIT' macro. | pelissip | 2004-03-10 | 1 | -0/+11 |
* | Rename NEAREST_AWAY in GMP_RNDNA. | pelissip | 2004-03-10 | 1 | -9/+11 |
* | Add mpfr_set_si_2exp and mpfr_set_ui_2exp and their tests. | pelissip | 2004-03-09 | 1 | -0/+2 |
* | Add mpfr_cmp_f and its test. | pelissip | 2004-03-09 | 1 | -0/+2 |
* | Add mpfr_cmp_ld and its test | pelissip | 2004-03-09 | 1 | -0/+1 |
* | Add mpfr_cmp_ui and mpfr_cmp_si as real functions | pelissip | 2004-03-09 | 1 | -0/+2 |
* | Add mpfr_add_si, mpfr_sub_si, mpfr_si_sub, mpfr_mul_si, mpfr_div_si and | pelissip | 2004-03-09 | 1 | -3/+10 |
* | Add `mpfr_cmp_q` and `mpfr_cmp_z`. | pelissip | 2004-03-09 | 1 | -0/+2 |
* | Remove some warnings. | pelissip | 2004-02-24 | 1 | -2/+3 |
* | Add mpfr_free_cache. | pelissip | 2004-02-23 | 1 | -0/+1 |
* | Add mpfr_free_str function. | pelissip | 2004-02-23 | 1 | -0/+3 |
* | Reorder the declarations of the functions. | pelissip | 2004-02-23 | 1 | -81/+108 |
* | Improve comments. | pelissip | 2004-02-23 | 1 | -8/+15 |
* | Changed mpfr_sum to use unsigned long instead of unsigned int. More tests. | fousse | 2004-02-20 | 1 | -1/+1 |
* | Rewrite (simplify) mpfr_dump. | pelissip | 2004-02-12 | 1 | -1/+1 |
* | Added mpfr_sum function. | pelissip | 2004-02-06 | 1 | -0/+3 |
* | Add GMP_RND_MAX so that a for loop of the rounding modes looks like: | pelissip | 2004-01-29 | 1 | -4/+1 |
* | Add mpfr_get_default_rounding_mode. | pelissip | 2004-01-19 | 1 | -0/+1 |