| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright notice update: added 2013 with | vlefevre | 2013-01-03 | 459 | -460/+460 |
* | [configure.ac] Corrected comment on clock_gettime (from r8445). | vlefevre | 2013-01-03 | 1 | -5/+5 |
* | Tuning: reverted changeset r8444 and applied patch by Patrick Pélissier | vlefevre | 2012-12-31 | 2 | -3/+15 |
* | [Makefile.am] -lrt is needed for clock_gettime() [undefined with GMP 5.1.0] | zimmerma | 2012-12-31 | 1 | -1/+1 |
* | [tests/tfpif.c] Added a TODO. | vlefevre | 2012-12-21 | 1 | -0/+2 |
* | [src/fpif.c] Added an assert on MPFR_PREC_MIN because the code seems | vlefevre | 2012-12-21 | 1 | -0/+1 |
* | [doc/mpfr.texi] Minor corrections of mpfr_fpif_import documentation. | vlefevre | 2012-12-21 | 1 | -4/+4 |
* | mpfr_fpif_import now check precision size. Documentation updated for mpfr_fpi... | demengeo | 2012-12-21 | 2 | -8/+9 |
* | Compatibility with GMP 5.1.0 when gmp-impl.h is included (thanks to Rob: | vlefevre | 2012-12-20 | 4 | -6/+5 |
* | [src/fpif.c] Added a FIXME comment in mpfr_fpif_import concerning the | vlefevre | 2012-12-12 | 1 | -1/+6 |
* | [src/fpif.c] Added comments. Fixed mpfr_fpif_read_precision_from_file | vlefevre | 2012-12-11 | 1 | -19/+32 |
* | [fpif.c] completed FIXME | zimmerma | 2012-12-11 | 1 | -1/+2 |
* | [src/fpif.c] Added a FIXME comment: large precisions read from the file | vlefevre | 2012-12-08 | 1 | -0/+3 |
* | Fixed stack overflow bug in fpif.c | demengeo | 2012-12-07 | 1 | -1/+1 |
* | [acinclude.m4,configure.ac] Moved the "double-to-integer conversion bug" | vlefevre | 2012-12-05 | 2 | -35/+44 |
* | [doc/mpfr.texi] Removed a useless comma from r8428. | vlefevre | 2012-12-03 | 1 | -1/+1 |
* | [doc/mpfr.texi] Updated the month. | vlefevre | 2012-12-03 | 1 | -1/+1 |
* | [doc/mpfr.texi] Updated warning in mpfr_min_prec description, | vlefevre | 2012-12-03 | 1 | -2/+7 |
* | [src/set_uj.c] Change to help the compiler to detect dead code, | vlefevre | 2012-10-17 | 1 | -22/+30 |
* | [src/get_d64.c] Added a const (thanks to Patrick Pélissier). | vlefevre | 2012-10-17 | 1 | -1/+1 |
* | [acinclude.m4] Check struct lconv members (from <locale.h>) to avoid a | vlefevre | 2012-10-10 | 3 | -3/+23 |
* | [doc/README.dev] Note about GNU extensions and ICC. | vlefevre | 2012-09-29 | 1 | -0/+7 |
* | [get_float128.c,set_float128.c] Avoid an empty translation unit | vlefevre | 2012-09-20 | 2 | -4/+4 |
* | Applied patch (with minor changes) by Patrick Pélissier to improve | vlefevre | 2012-09-20 | 4 | -30/+198 |
* | [nightly-test] modified so that decimal floats are tested (with gcc) | zimmerma | 2012-09-12 | 1 | -2/+3 |
* | Removed trailing whitespace. | vlefevre | 2012-09-05 | 1 | -1/+1 |
* | [doc/mpfr.texi] Updated the month. | vlefevre | 2012-09-05 | 1 | -1/+1 |
* | [configure.ac] Improved error message when the compiler doesn't know | vlefevre | 2012-09-04 | 1 | -4/+10 |
* | revert changeset r8412 (_Decimal64 might be defined in C++, but not as a macro) | zimmerma | 2012-09-04 | 3 | -24/+3 |
* | updated documentation wrt --enable-decimal-float | zimmerma | 2012-09-04 | 2 | -3/+2 |
* | added support for --enable-decimal-float with g++ (does not work with icpc, | zimmerma | 2012-09-04 | 3 | -3/+28 |
* | [tests/tl2b.c] fix for C++ | zimmerma | 2012-09-04 | 1 | -9/+9 |
* | [src/set_d.c] Updated a comment on the negative zero. | vlefevre | 2012-09-04 | 1 | -4/+8 |
* | [src/get_str.c] #include "mpfr-intmax.h" so that UINT64_C has a chance | vlefevre | 2012-09-04 | 1 | -0/+1 |
* | [src/set_d64.c] fix for systems where +0.0 and -0.0 are stored identically in | zimmerma | 2012-09-04 | 1 | -4/+6 |
* | [src/set_d64.c] better code to detect -0.0 (copied from set_d.c) | zimmerma | 2012-09-04 | 1 | -4/+11 |
* | [tests/tl2b.c] use UINT64_C for 64-bit integer constants | zimmerma | 2012-09-04 | 2 | -124/+146 |
* | [get_d64.c,set_d64.c] small fixes (did not work any more with --with-gmp-build) | zimmerma | 2012-09-04 | 2 | -2/+3 |
* | [set_d64.c] some cleanup, since sprintf adds a final '\0', and fixed a too | zimmerma | 2012-09-04 | 1 | -19/+20 |
* | [TODO] removed an item (done) | zimmerma | 2012-09-03 | 1 | -3/+0 |
* | Now --enable-decimal-float does not require any more --with-gmp-build. | zimmerma | 2012-09-03 | 4 | -34/+435 |
* | [tests/tstrtofr.c] Updated bug20120829 comment (bug fixed in r8396). | vlefevre | 2012-08-29 | 1 | -1/+2 |
* | [tests/tstrtofr.c] Fixed small type error. | vlefevre | 2012-08-29 | 1 | -2/+2 |
* | [strtofr.c] new try to fix the assertion failure on 32-bit | zimmerma | 2012-08-29 | 1 | -2/+3 |
* | [tests/tstrtofr.c] Added more bug20120829 tests, showing that r8394 is | vlefevre | 2012-08-29 | 1 | -34/+39 |
* | [strtofr.c] fix for failing test case introduced in r8392 | zimmerma | 2012-08-29 | 1 | -1/+3 |
* | [tests/tstrtofr.c] Updated a comment: the 2nd testcase of r8392 also | vlefevre | 2012-08-29 | 1 | -1/+1 |
* | [tests/tstrtofr.c] Added 2 testcases: | vlefevre | 2012-08-29 | 1 | -0/+46 |
* | [strtofr.c] fixed comments | zimmerma | 2012-08-29 | 1 | -2/+2 |
* | [strtofr.c] fix for err >= GMP_NUMB_BITS | zimmerma | 2012-08-28 | 1 | -2/+4 |