summaryrefslogtreecommitdiff
path: root/src/get_str.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed an issue with mpfr_get_str: The number 1 of significant digitsvlefevre2018-04-191-5/+4
* Minor date-related changes as in the trunk:vlefevre2018-01-091-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
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [src/get_str.c] #include "mpfr-intmax.h" so that UINT64_C has a chancevlefevre2012-09-041-0/+1
* [tests/tl2b.c] use UINT64_C for 64-bit integer constantszimmerma2012-09-041-122/+126
* we use a 77-bit approximation in get_str.c (and not 76-bit)zimmerma2012-07-261-2/+2
* Avoid potential integer overflows and improve consistency. This shouldvlefevre2012-02-221-3/+3
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* [src/get_str.c] Added a comment about the use of mpfr_ceil_mulvlefevre2011-07-291-0/+1
* Make ceil_mul() public as mpfr_ceil_mul() in mpfr-impl.hthevenyp2011-07-281-6/+7
* Updated AUTHORS file and copyright notices (for more consistency).vlefevre2011-05-181-1/+0
* [src/get_str.c,TODO] updated comments, mpfr_get_str already supports base <= 62zimmerma2011-01-281-2/+2
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Added MPFR_TMP_LIMBS_ALLOC macro and updated the source to use it.vlefevre2010-12-171-6/+6
* Source reorganization. In short:vlefevre2010-08-171-0/+2554