summaryrefslogtreecommitdiff
path: root/src/fpif.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [src,tests] Consistency: in prototypes, changedvlefevre2020-08-211-6/+7
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* [src/fpif.c] Reverted another incorrect change done in r12509.vlefevre2018-03-291-1/+5
* [src/fpif.c] Reverted an incorrect change done in r12509.vlefevre2018-03-291-1/+5
* [src/fpif.c] simplify code and improve coverage to 100%zimmerma2018-03-291-37/+9
* [src/fpif.c] removed dead code and simplify codezimmerma2018-03-291-15/+7
* [tests/tfpif.c] improve coveragezimmerma2018-03-291-1/+2
* [src/fpif.c]vlefevre2018-03-281-3/+10
* [src/fpif.c] removed dead codezimmerma2018-03-281-4/+7
* Fixed spelling mistakes found by codespell 1.12.0.vlefevre2018-03-091-2/+2
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* [src/fpif.c] Removed FIXME about the sign bit of NaN: done invlefevre2017-12-071-6/+2
* Simplified the use of MPFR_USE_FILE since <stdio.h> (<cstdio> for C++)vlefevre2017-12-041-1/+0
* make compilation work again (make + make check) with mini-gmpzimmerma2017-12-041-0/+1
* [src/fpif.c] Clarification.vlefevre2017-12-041-8/+10
* [src/fpif.c] Updated comments about the format.vlefevre2017-12-011-2/+5
* [src/fpif.c] Fixed the sign bug for mpfr_fpif_import.vlefevre2017-11-291-13/+13
* [doc/mpfr.texi,src/fpif.c] For mpfr_fpif_import, in case of failure,vlefevre2017-11-291-5/+11
* [src/fpif.c] For mpfr_fpif_import, replaced an assertion by a failurevlefevre2017-11-291-3/+3
* [src/fpif.c] Fixed some bugs (though unlikely to occur in practice).vlefevre2017-11-281-25/+43
* [src/fpif.c] Added static assertions in mpfr_fpif_import().vlefevre2017-11-281-0/+7
* [src/fpif.c] Improved a test (mpfr_regular_p → !MPFR_IS_SINGULAR).vlefevre2017-11-281-1/+3
* [src/fpif.c] Added format description from past mail messages, to bevlefevre2017-11-271-2/+41
* [src/fpif.c] Clarified sign variable.vlefevre2017-11-271-1/+4
* Cleanup: In src/mpfr-gmp.h, exchangedvlefevre2017-11-101-10/+10
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* Added MPFR_EXP_IN_RANGE macro, and replaced some tests to use it.vlefevre2016-05-181-2/+2
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* [src/fpif.c] Added an assertion (I get a build failure with gcc-snapshotvlefevre2015-07-311-1/+4
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* [src/fpif.c] Bug fixes and code clean-up. At the same time, took thevlefevre2014-02-121-66/+57
* [src/fpif.c] English usage.vlefevre2014-02-121-6/+6
* [src] Replaced some MPFR_ASSERTN's by MPFR_STAT_STATIC_ASSERT (from thevlefevre2014-01-241-1/+1
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [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
* [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/fpif.c] No longer assume that if HAVE_BIG_ENDIAN is not defined,vlefevre2012-07-271-8/+12
* [src/fpif.c,tests/tfpif.c] changed to GNU stylezimmerma2012-03-261-2/+1
* Add a test on FILE* in fpif.c; Added a missing test on a return value; Change...demengeo2012-03-261-2/+17
* MPFR_ASSERTD or MPFR_ASSERTN must be used for assertions, not ASSERT.vlefevre2012-03-261-4/+4