summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [get_d64.c,set_d64.c] small fixes (did not work any more with --with-gmp-build)zimmerma2012-09-042-2/+3
* [set_d64.c] some cleanup, since sprintf adds a final '\0', and fixed a toozimmerma2012-09-041-19/+20
* Now --enable-decimal-float does not require any more --with-gmp-build.zimmerma2012-09-032-3/+406
* [strtofr.c] new try to fix the assertion failure on 32-bitzimmerma2012-08-291-2/+3
* [strtofr.c] fix for failing test case introduced in r8392zimmerma2012-08-291-1/+3
* [strtofr.c] fixed commentszimmerma2012-08-291-2/+2
* [strtofr.c] fix for err >= GMP_NUMB_BITSzimmerma2012-08-281-2/+4
* [src/strtofr.c] Consistency correction: towards → toward.vlefevre2012-08-281-1/+1
* [src/sin_cos.c] Consistency correction: towards → toward.vlefevre2012-08-281-1/+1
* [strtofr.c] fixed bug in mpfr_strtofr in case:zimmerma2012-08-281-6/+20
* [src/get_d64.c] mpfr_get_decimal64 was buggy in MPFR_RNDN on somevlefevre2012-08-161-6/+9
* [src/get_d64.c] Fixed get_decimal64_max by simplifying it completely,vlefevre2012-08-151-14/+6
* Renamed WANT_ASSERT to MPFR_WANT_ASSERT in order to avoid a clashvlefevre2012-08-156-15/+15
* [src/get_d64.c] Fixed overflow cases.vlefevre2012-08-141-2/+4
* [src/get_d64.c] mpfr_get_decimal64 is buggy in MPFR_RNDN for values xvlefevre2012-08-131-0/+6
* [src/fpif.c] No longer assume that if HAVE_BIG_ENDIAN is not defined,vlefevre2012-07-271-8/+12
* [src/mpfr-intmax.h] Updated comment formatting so that mpfrlintvlefevre2012-07-271-10/+12
* we use a 77-bit approximation in get_str.c (and not 76-bit)zimmerma2012-07-261-2/+2
* [src/mpfr-intmax.h] Define MPFR_USE_INTMAX_T if <inttypes.h> and/orvlefevre2012-07-241-0/+13
* [mpfr.h] patch for FreeBSD (tested on gcc76.fsffrance.org with freebsd-83-amd64)zimmerma2012-07-231-1/+2
* Replaced "denormalized" by the official term "subnormal".vlefevre2012-07-062-2/+2
* [trndna.c] increase emin when smallest possiblezimmerma2012-07-033-1/+4
* [rndna.c] special treatment for the case 2^(emin-2)zimmerma2012-07-031-0/+8
* several changes suggested by Vincent Lefevrezimmerma2012-07-031-1/+1
* [rndna.c] changed the specification since on 32-bit machines we have no marginzimmerma2012-07-031-4/+3
* added new function mpfr_round_nearest_away() as discussed during the June 2012zimmerma2012-07-032-2/+15
* [exp.c] fixed typozimmerma2012-07-031-1/+1
* [src/rndna.c]vlefevre2012-07-021-14/+12
* [src/rndna.c] Added a note saying that this method doesn't workvlefevre2012-07-021-1/+5
* [rndna.c] new function that computes rounding to nearest-awayzimmerma2012-06-291-0/+59
* Added coverage tune (from a patch by Patrick).vlefevre2012-06-282-1/+231
* [src/mulders.c] Clean-up and static assertions (patch from Patrick).vlefevre2012-06-271-18/+26
* [src/{mpfr-impl.h,print_raw.c}] Removed unused function mpfr_dump_mantvlefevre2012-06-262-30/+0
* Added configure option --enable-assert=none to avoid checking anyvlefevre2012-06-261-0/+13
* [src/digamma.c] Correction: assertions must never have any side effect.vlefevre2012-06-261-1/+2
* [src/atan.c] Removed trailing whitespace.vlefevre2012-06-261-1/+1
* [atan.c] improved code coverage by removing some dead code after some numericalzimmerma2012-06-261-18/+17
* [gamma.c] simplified mpfr_gamma_1_minus_x_exact() after code coverage analysiszimmerma2012-06-251-7/+7
* [src/{init2.c,mpfr-impl.h}] Clean-up.vlefevre2012-06-252-18/+0
* [acinclude.m4] Detect whether _Thread_local (C11) is supported.vlefevre2012-06-251-0/+2
* [gamma.c] simplified code for mpfr_gamma_2_minus_x_exact() (thanks to coveragezimmerma2012-06-251-3/+6
* [src/Makefile.am] Added mpfr-sassert.h to libmpfr_la_SOURCES.vlefevre2012-06-251-1/+2
* [src/init2.c] Replaced classic assertions by static assertions.vlefevre2012-06-251-9/+9
* Added Static Assertion support (modified patch from Patrick).vlefevre2012-06-252-0/+66
* [src/set_float128.c] Avoid a goto (useless here, contrary to set_ld.c).vlefevre2012-06-251-6/+6
* [src/get_float128.c] !MPFR_IS_ZERO -> MPFR_NOTZERO; GNU coding style.vlefevre2012-06-251-6/+8
* [set_float128.c,tset_float128.c] untabified and got rid of mpfr_printfzimmerma2012-06-251-47/+47
* compile mpfr_set_float128 and mpfr_get_float128 only when __float128 is suppo...zimmerma2012-06-252-1/+9
* added new functions mpfr_set_float128 and mpfr_get_float128zimmerma2012-06-255-1/+283
* [get_ld.c] fixed typozimmerma2012-06-251-1/+1