summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [src/fpif.c] Added an assert on MPFR_PREC_MIN because the code seemsvlefevre2012-12-211-0/+1
* mpfr_fpif_import now check precision size. Documentation updated for mpfr_fpi...demengeo2012-12-211-6/+5
* Compatibility with GMP 5.1.0 when gmp-impl.h is included (thanks to Rob:vlefevre2012-12-202-2/+1
* [src/fpif.c] Added a FIXME comment in mpfr_fpif_import concerning thevlefevre2012-12-121-1/+6
* [src/fpif.c] Added comments. Fixed mpfr_fpif_read_precision_from_filevlefevre2012-12-111-19/+32
* [fpif.c] completed FIXMEzimmerma2012-12-111-1/+2
* [src/fpif.c] Added a FIXME comment: large precisions read from the filevlefevre2012-12-081-0/+3
* Fixed stack overflow bug in fpif.cdemengeo2012-12-071-1/+1
* [src/set_uj.c] Change to help the compiler to detect dead code,vlefevre2012-10-171-22/+30
* [src/get_d64.c] Added a const (thanks to Patrick Pélissier).vlefevre2012-10-171-1/+1
* [acinclude.m4] Check struct lconv members (from <locale.h>) to avoid avlefevre2012-10-101-2/+12
* [get_float128.c,set_float128.c] Avoid an empty translation unitvlefevre2012-09-202-4/+4
* Applied patch (with minor changes) by Patrick Pélissier to improvevlefevre2012-09-202-13/+168
* Removed trailing whitespace.vlefevre2012-09-051-1/+1
* revert changeset r8412 (_Decimal64 might be defined in C++, but not as a macro)zimmerma2012-09-042-15/+0
* added support for --enable-decimal-float with g++ (does not work with icpc,zimmerma2012-09-042-2/+19
* [src/set_d.c] Updated a comment on the negative zero.vlefevre2012-09-041-4/+8
* [src/get_str.c] #include "mpfr-intmax.h" so that UINT64_C has a chancevlefevre2012-09-041-0/+1
* [src/set_d64.c] fix for systems where +0.0 and -0.0 are stored identically inzimmerma2012-09-041-4/+6
* [src/set_d64.c] better code to detect -0.0 (copied from set_d.c)zimmerma2012-09-041-4/+11
* [tests/tl2b.c] use UINT64_C for 64-bit integer constantszimmerma2012-09-041-122/+126
* [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