summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2013 withvlefevre2013-01-03459-460/+460
* [configure.ac] Corrected comment on clock_gettime (from r8445).vlefevre2013-01-031-5/+5
* Tuning: reverted changeset r8444 and applied patch by Patrick Pélissiervlefevre2012-12-312-3/+15
* [Makefile.am] -lrt is needed for clock_gettime() [undefined with GMP 5.1.0]zimmerma2012-12-311-1/+1
* [tests/tfpif.c] Added a TODO.vlefevre2012-12-211-0/+2
* [src/fpif.c] Added an assert on MPFR_PREC_MIN because the code seemsvlefevre2012-12-211-0/+1
* [doc/mpfr.texi] Minor corrections of mpfr_fpif_import documentation.vlefevre2012-12-211-4/+4
* mpfr_fpif_import now check precision size. Documentation updated for mpfr_fpi...demengeo2012-12-212-8/+9
* Compatibility with GMP 5.1.0 when gmp-impl.h is included (thanks to Rob:vlefevre2012-12-204-6/+5
* [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
* [acinclude.m4,configure.ac] Moved the "double-to-integer conversion bug"vlefevre2012-12-052-35/+44
* [doc/mpfr.texi] Removed a useless comma from r8428.vlefevre2012-12-031-1/+1
* [doc/mpfr.texi] Updated the month.vlefevre2012-12-031-1/+1
* [doc/mpfr.texi] Updated warning in mpfr_min_prec description,vlefevre2012-12-031-2/+7
* [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-103-3/+23
* [doc/README.dev] Note about GNU extensions and ICC.vlefevre2012-09-291-0/+7
* [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-204-30/+198
* [nightly-test] modified so that decimal floats are tested (with gcc)zimmerma2012-09-121-2/+3
* Removed trailing whitespace.vlefevre2012-09-051-1/+1
* [doc/mpfr.texi] Updated the month.vlefevre2012-09-051-1/+1
* [configure.ac] Improved error message when the compiler doesn't knowvlefevre2012-09-041-4/+10
* revert changeset r8412 (_Decimal64 might be defined in C++, but not as a macro)zimmerma2012-09-043-24/+3
* updated documentation wrt --enable-decimal-floatzimmerma2012-09-042-3/+2
* added support for --enable-decimal-float with g++ (does not work with icpc,zimmerma2012-09-043-3/+28
* [tests/tl2b.c] fix for C++zimmerma2012-09-041-9/+9
* [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-042-124/+146
* [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
* [TODO] removed an item (done)zimmerma2012-09-031-3/+0
* Now --enable-decimal-float does not require any more --with-gmp-build.zimmerma2012-09-034-34/+435
* [tests/tstrtofr.c] Updated bug20120829 comment (bug fixed in r8396).vlefevre2012-08-291-1/+2
* [tests/tstrtofr.c] Fixed small type error.vlefevre2012-08-291-2/+2
* [strtofr.c] new try to fix the assertion failure on 32-bitzimmerma2012-08-291-2/+3
* [tests/tstrtofr.c] Added more bug20120829 tests, showing that r8394 isvlefevre2012-08-291-34/+39
* [strtofr.c] fix for failing test case introduced in r8392zimmerma2012-08-291-1/+3
* [tests/tstrtofr.c] Updated a comment: the 2nd testcase of r8392 alsovlefevre2012-08-291-1/+1
* [tests/tstrtofr.c] Added 2 testcases:vlefevre2012-08-291-0/+46
* [strtofr.c] fixed commentszimmerma2012-08-291-2/+2
* [strtofr.c] fix for err >= GMP_NUMB_BITSzimmerma2012-08-281-2/+4