| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright notice update: added 2021 with | vlefevre | 2021-01-03 | 1 | -1/+1 |
* | [src,tests] Consistency: in prototypes, changed | vlefevre | 2020-08-21 | 1 | -6/+7 |
* | Copyright notice update: added 2020 with | vlefevre | 2020-01-08 | 1 | -1/+1 |
* | Updated the www.gnu.org URL's (http → https) on all the files with: | vlefevre | 2019-01-07 | 1 | -1/+1 |
* | Copyright notice update: added 2019 with | vlefevre | 2019-01-01 | 1 | -1/+1 |
* | [src/fpif.c] Reverted another incorrect change done in r12509. | vlefevre | 2018-03-29 | 1 | -1/+5 |
* | [src/fpif.c] Reverted an incorrect change done in r12509. | vlefevre | 2018-03-29 | 1 | -1/+5 |
* | [src/fpif.c] simplify code and improve coverage to 100% | zimmerma | 2018-03-29 | 1 | -37/+9 |
* | [src/fpif.c] removed dead code and simplify code | zimmerma | 2018-03-29 | 1 | -15/+7 |
* | [tests/tfpif.c] improve coverage | zimmerma | 2018-03-29 | 1 | -1/+2 |
* | [src/fpif.c] | vlefevre | 2018-03-28 | 1 | -3/+10 |
* | [src/fpif.c] removed dead code | zimmerma | 2018-03-28 | 1 | -4/+7 |
* | Fixed spelling mistakes found by codespell 1.12.0. | vlefevre | 2018-03-09 | 1 | -2/+2 |
* | Copyright notice update: added 2018 with | vlefevre | 2018-01-03 | 1 | -1/+1 |
* | [src/fpif.c] Removed FIXME about the sign bit of NaN: done in | vlefevre | 2017-12-07 | 1 | -6/+2 |
* | Simplified the use of MPFR_USE_FILE since <stdio.h> (<cstdio> for C++) | vlefevre | 2017-12-04 | 1 | -1/+0 |
* | make compilation work again (make + make check) with mini-gmp | zimmerma | 2017-12-04 | 1 | -0/+1 |
* | [src/fpif.c] Clarification. | vlefevre | 2017-12-04 | 1 | -8/+10 |
* | [src/fpif.c] Updated comments about the format. | vlefevre | 2017-12-01 | 1 | -2/+5 |
* | [src/fpif.c] Fixed the sign bug for mpfr_fpif_import. | vlefevre | 2017-11-29 | 1 | -13/+13 |
* | [doc/mpfr.texi,src/fpif.c] For mpfr_fpif_import, in case of failure, | vlefevre | 2017-11-29 | 1 | -5/+11 |
* | [src/fpif.c] For mpfr_fpif_import, replaced an assertion by a failure | vlefevre | 2017-11-29 | 1 | -3/+3 |
* | [src/fpif.c] Fixed some bugs (though unlikely to occur in practice). | vlefevre | 2017-11-28 | 1 | -25/+43 |
* | [src/fpif.c] Added static assertions in mpfr_fpif_import(). | vlefevre | 2017-11-28 | 1 | -0/+7 |
* | [src/fpif.c] Improved a test (mpfr_regular_p → !MPFR_IS_SINGULAR). | vlefevre | 2017-11-28 | 1 | -1/+3 |
* | [src/fpif.c] Added format description from past mail messages, to be | vlefevre | 2017-11-27 | 1 | -2/+41 |
* | [src/fpif.c] Clarified sign variable. | vlefevre | 2017-11-27 | 1 | -1/+4 |
* | Cleanup: In src/mpfr-gmp.h, exchanged | vlefevre | 2017-11-10 | 1 | -10/+10 |
* | Copyright notice update: added 2017 with | vlefevre | 2017-01-01 | 1 | -1/+1 |
* | Added MPFR_EXP_IN_RANGE macro, and replaced some tests to use it. | vlefevre | 2016-05-18 | 1 | -2/+2 |
* | Copyright notice update: added 2016 with | vlefevre | 2016-01-01 | 1 | -1/+1 |
* | [src/fpif.c] Added an assertion (I get a build failure with gcc-snapshot | vlefevre | 2015-07-31 | 1 | -1/+4 |
* | Copyright notice update: added 2015 with | vlefevre | 2015-02-13 | 1 | -1/+1 |
* | [src/fpif.c] Bug fixes and code clean-up. At the same time, took the | vlefevre | 2014-02-12 | 1 | -66/+57 |
* | [src/fpif.c] English usage. | vlefevre | 2014-02-12 | 1 | -6/+6 |
* | [src] Replaced some MPFR_ASSERTN's by MPFR_STAT_STATIC_ASSERT (from the | vlefevre | 2014-01-24 | 1 | -1/+1 |
* | Copyright notice update: added 2014 with | vlefevre | 2014-01-03 | 1 | -1/+1 |
* | Use copyright year ranges, following | vlefevre | 2013-05-30 | 1 | -1/+1 |
* | Copyright notice update: added 2013 with | vlefevre | 2013-01-03 | 1 | -1/+1 |
* | [src/fpif.c] Added an assert on MPFR_PREC_MIN because the code seems | vlefevre | 2012-12-21 | 1 | -0/+1 |
* | mpfr_fpif_import now check precision size. Documentation updated for mpfr_fpi... | demengeo | 2012-12-21 | 1 | -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 |
* | [src/fpif.c] No longer assume that if HAVE_BIG_ENDIAN is not defined, | vlefevre | 2012-07-27 | 1 | -8/+12 |
* | [src/fpif.c,tests/tfpif.c] changed to GNU style | zimmerma | 2012-03-26 | 1 | -2/+1 |
* | Add a test on FILE* in fpif.c; Added a missing test on a return value; Change... | demengeo | 2012-03-26 | 1 | -2/+17 |
* | MPFR_ASSERTD or MPFR_ASSERTN must be used for assertions, not ASSERT. | vlefevre | 2012-03-26 | 1 | -4/+4 |