summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Add new internal function mpfr_round_p which is a fast replacementpelissip2005-03-141-1/+1
* Add '-v' for tuneup.pelissip2005-03-091-1/+1
* new function mpfr_get_fzimmerma2005-03-081-1/+1
* Add tune for mpfr_mulhighpelissip2005-03-071-1/+1
* Add tune program for MPFR.pelissip2005-02-241-0/+13
* Clean up configure (more simplier).pelissip2005-02-111-1/+1
* Add support for Shared Library in MPFR (both Unix and Windows) by using libtool.pelissip2005-02-081-6/+20
* Add experimental logging feature.pelissip2005-02-021-1/+1
* Add new function mpfr_pow_z and its test file.pelissip2005-01-241-1/+1
* Remove mpfr_save_emin_emax and mpfr_restore_emin_emaxpelissip2004-11-181-1/+1
* Add mpfr_uintmax_p and mpfr_intmax_p.pelissip2004-09-291-1/+1
* New functions mpfr_get_sj and mpfr_get_uj, with tests.vlefevre2004-09-271-1/+1
* Add mpfr_strtofr function.pelissip2004-09-201-1/+1
* Move __gmpfr_isqrt and __gmpfr_cuberoot to another file.pelissip2004-08-231-1/+1
* Add MPFR_INT_CEIL_LOG2 macro and __gmpfr_int_ceil_log2 functionpelissip2004-08-231-1/+1
* Added mpfr-longlong.h to libmpfr_a_SOURCES so that it is distributedvlefevre2004-07-281-1/+1
* Added mpfr-gmp.h to libmpfr_a_SOURCES so that it is distributedvlefevre2004-07-281-1/+1
* Add function mpfr_sqr (TODO: Make doc)pelissip2004-07-201-1/+1
* Add preliminary generic code to handle cached const.pelissip2004-04-211-1/+1
* Add mpfr_zero_p.pelissip2004-04-201-1/+1
* Add mpz_set_fr function and its test.pelissip2004-03-161-1/+1
* Add new functions:pelissip2004-03-151-1/+1
* Add mpfr_set_si_2exp and mpfr_set_ui_2exp and their tests.pelissip2004-03-091-1/+1
* Add mpfr_cmp_ld and its testpelissip2004-03-091-1/+1
* Add mpfr_add_si, mpfr_sub_si, mpfr_si_sub, mpfr_mul_si, mpfr_div_si andpelissip2004-03-091-1/+1
* Add mpfr_free_cache.pelissip2004-02-231-1/+1
* + Add mpfr_add1sp which provides addition when all the operands have the same...pelissip2004-02-121-1/+1
* Added mpfr_sum function.pelissip2004-02-061-1/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-1/+1
* Moved the mpfr_mpn_exp function to a new file "mpn_exp.c" as it isvlefevre2004-01-191-1/+1
* Fix bug of sub1sp.c on sparck.pelissip2004-01-071-1/+1
* Added mpfr_version function and test.vlefevre2004-01-061-1/+1
* removed unused target "tests"zimmerma2003-12-161-3/+0
* (EXTRA_DIST): Add round_raw_generic.c.ryde2003-12-151-1/+1
* + Add function mpfr_print_mantissa_binary, for debugging reason.pelissip2003-12-091-1/+1
* Added mpfr_exp10 function.vlefevre2003-12-051-1/+1
* + Add new internal function: mpfr_check.pelissip2003-11-211-1/+1
* Add a real function for mpfr_sgn (not a call to mpfr_cmp_ui_2exp).pelissip2003-11-051-1/+1
* added MAKEINFOFLAGS = --enable-encoding to get 8-bit characters in mpfr.infozimmerma2003-09-241-0/+2
* New functions mpfr_inits, mpfr_inits2 and mpfr_clears to initialize orvlefevre2003-09-111-1/+1
* (libmpfr_a_SOURCES): Remove mpfr-math.h.ryde2003-06-241-1/+1
* added error functionzimmerma2003-06-121-1/+1
* Added cmp_d/tcmp_d.hanrot2003-05-131-1/+1
* added Riemann Zeta function (contribution from Jean-Luc Re'my)zimmerma2003-04-111-1/+1
* new functions mpfr_fits_* and mpfr_get_ui/sizimmerma2003-02-131-1/+1
* (libmpfr_a_SOURCES): Add volatile.c.ryde2003-01-251-1/+1
* Move log_b2.h from include_HEADERS to libmpfr_a_SOURCES, it doesn'tryde2003-01-181-2/+2
* added log_b2.h in include_HEADERSzimmerma2003-01-161-1/+1
* (libmpfr_a_SOURCES): Remove rnd_mode.c.ryde2002-11-291-1/+1
* added cbrtzimmerma2002-10-181-1/+1