summaryrefslogtreecommitdiff
path: root/src/strtofr.c
Commit message (Expand)AuthorAgeFilesLines
* [src/strtofr.c] fixed r13168: in case exact=0, mpn_rshift was not donezimmerma2018-09-111-3/+3
* [src/strtofr.c] Replaced "exact &=" by "exact = exact &&" as usual.vlefevre2018-09-111-2/+3
* [src/strtofr.c] fix for 8-bit limbzimmerma2018-09-111-8/+14
* [src/strtofr.c] added commentzimmerma2018-09-111-0/+11
* [src/strtofr.c] fix from r13163 was incorrectzimmerma2018-09-101-1/+5
* [src/strtofr.c] resolved a FIXMEzimmerma2018-09-081-5/+8
* [src/strtofr.c] Moved some computations on the exponents earliervlefevre2018-06-071-13/+23
* [src/strtofr.c] Added a MPFR_ASSERTD and a FIXME on things that don'tvlefevre2018-06-071-1/+9
* [src/strtofr.c] Continued to review the new error analysis and code.vlefevre2018-05-281-13/+15
* [src/strtofr.c] Started to review the new error analysis and codevlefevre2018-05-251-17/+25
* Removed trailing whitespace.vlefevre2018-05-161-1/+1
* [src/strtofr.c] revisit error analysis in the division case (end)zimmerma2018-05-161-11/+23
* [src/strtofr.c] revisit error analysis in the division case (work in progress,zimmerma2018-05-151-48/+36
* [src/strtofr.c] Potentially unnecessary code: comes from r8384.vlefevre2018-04-271-3/+4
* [src/strtofr.c] Updated TODO about potentially unnecessary code.vlefevre2018-04-271-2/+3
* [src/strtofr.c] Updated TODO about potentially unnecessary code,vlefevre2018-04-271-0/+14
* [src/strtofr.c] Added a TODO about potentially unnecessary code.vlefevre2018-04-271-0/+8
* [src/strtofr.c] Corrected/updated comments and added a log message.vlefevre2018-04-271-3/+11
* [src/strtofr.c] Corrected a comment (exp_base and exp_bin description).vlefevre2018-04-271-4/+4
* [src/strtofr.c] Added a FIXME: possible bug in very special cases withvlefevre2018-04-271-0/+7
* [src/strtofr.c] Added/clarified comments.vlefevre2018-04-271-3/+7
* [src/strtofr.c] English usage in a comment.vlefevre2018-04-111-1/+1
* [src/strtofr.c] fixed bug in corner caseszimmerma2018-04-111-12/+1
* [src/strtofr.c] Reverted r12569: this is wrong with a 32-bit ABI.vlefevre2018-04-101-16/+9
* [src/strtofr.c] Added a FIXME.vlefevre2018-04-101-0/+1
* [src/strtofr.c] added more commentszimmerma2018-04-101-1/+8
* [src/strtofr.c] replaced dead code by an assertzimmerma2018-04-101-9/+8
* [src/strtofr.c] removed dead code (and added explanation)zimmerma2018-04-091-6/+5
* [src/strtofr.c] completed a commentzimmerma2018-04-091-1/+8
* [src/strtofr.c] added commentzimmerma2018-04-061-0/+4
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* Cleanup: In src/mpfr-gmp.h, exchangedvlefevre2017-11-101-3/+3
* fixed bug in urandomb.c reported by Dominic Chenzimmerma2017-01-121-1/+1
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* [src/strtofr.c] Better indentation.vlefevre2016-12-191-2/+2
* [strtofr.c] updated commentzimmerma2016-12-191-5/+4
* fixed bug in mpfr_strtofr (and likely similar bug in mpfr_get_str)zimmerma2016-12-181-5/+9
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* [src] Replaced some MPFR_ASSERTN's by MPFR_STAT_STATIC_ASSERT (from thevlefevre2014-01-241-1/+1
* Fixed misspellings, using codespell.vlefevre2014-01-071-3/+3
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* work around for bug in mpn_set_strzimmerma2013-12-171-2/+4
* Applied patch 2 by Ondřej Bílka, fixing capitalization:vlefevre2013-07-221-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [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