summaryrefslogtreecommitdiff
path: root/src/get_str.c
Commit message (Expand)AuthorAgeFilesLines
* [src/get_str.c] Fixed bug in mpfr_get_str_ndigits introduced in r14494.vlefevre2021-04-231-2/+3
* mpfr_get_str_ndigits: added an assertion / exploitable compiler hint.vlefevre2021-04-231-1/+4
* [src/get_str.c] Improved mpfr_get_str_ndigits code structure.vlefevre2021-04-231-49/+50
* [src/get_str.c] Use mpfr_equal_p() instead of mpfr_cmp() == 0.vlefevre2021-04-231-1/+1
* Fixed bug in mpfr_get_str_ndigits.vlefevre2021-04-231-2/+15
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [src/get_str.c] Since the mpfr_get_str_ndigits function is in thevlefevre2020-06-151-1/+1
* Bug fixes and cleanup related to "src/mpfr-intmax.h" by introducingvlefevre2020-06-011-1/+1
* 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
* MPFR manual: corrected/completed the mpfr_get_str description in ordervlefevre2018-11-221-0/+1
* [src/get_str.c] Code style.vlefevre2018-11-221-1/+1
* adapt to 8-bit limbs (work in progress)zimmerma2018-09-071-0/+244
* [tests/tget_str.c] added tests for mpfr_get_str_ndigitszimmerma2018-03-051-11/+13
* [src/get_str.c] Simplified mpfr_get_str_ndigits (changes from r12455):vlefevre2018-03-051-26/+12
* [src/get_str.c,src/mpfr.h] mpfr_get_str_digits -> mpfr_get_str_ndigitszimmerma2018-03-051-2/+2
* [src/get_str.c] fixed FIXMEzimmerma2018-03-051-4/+5
* [src/get_str.c] Portability corrections in mpfr_get_str_digits.vlefevre2018-03-051-5/+30
* [src/get_str.c] new function mpfr_get_str_digitszimmerma2018-03-051-13/+59
* [src/get_str.c] improved case m < gzimmerma2018-02-231-7/+16
* [doc/mpfr.texi] m=1 is now valid in get_strzimmerma2018-02-231-5/+4
* [src/get_str.c] added a commentzimmerma2018-02-231-1/+1
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* [src] Update about the internal use of mpfr_get_str.vlefevre2017-12-041-1/+2
* [src/get_str.c] Corrected a comment.vlefevre2017-12-041-1/+1
* Cleanup: In src/mpfr-gmp.h, exchangedvlefevre2017-11-101-4/+4
* [src/get_str.c] Improved comments (avoid the confusion between avlefevre2017-06-031-4/+4
* src/get_str.c: fixed for negative basezimmerma2017-06-021-4/+4
* src/get_str.c: allow -36 <= b <= -2 too (work in progress) with the samezimmerma2017-06-021-11/+18
* Merged the latest changes from the trunk (changing a RND_RAND tovlefevre2017-01-091-1/+1
* Merged the latest changes from the trunk.vlefevre2017-01-011-1/+1
* Merged the latest changes from the trunk.vlefevre2016-12-201-8/+10
* [src/get_str.c] map RNDF to RNDN in mpfr_get_strzimmerma2016-09-021-0/+5
* Improved code related to mpfr_set_exp_t:vlefevre2016-05-171-1/+1
* 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] Applied patch by Patrick Pélissier to allocate some constant-sizevlefevre2014-11-031-2/+2
* [src/get_str.c] Improved comments.vlefevre2014-10-311-8/+11
* [src/get_str.c] Free the temporary memory allocated in the Ziv loop ASAPvlefevre2014-10-301-3/+4
* [src/get_str.c] Code refactoring.vlefevre2014-10-301-11/+6
* [src/check.c] Added a note saying that mpfr_check() must not be calledvlefevre2014-10-301-1/+0
* [src/get_str.c] Added some logging (MPFR_LOG_*), which triggers a crashvlefevre2014-10-301-0/+14
* mpfr_get_str now sets the NaN flag on NaN input. See:vlefevre2014-10-291-0/+1
* [src/get_str.c] Improved style consistency.vlefevre2014-10-281-18/+19
* [src/get_str.c] Coding style: better code for a boolean.vlefevre2014-07-201-1/+1
* Use MPFR_IS_NEG and MPFR_IS_POS instead of comparing the sign with 0.vlefevre2014-06-251-1/+1
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1