summaryrefslogtreecommitdiff
path: root/src/get_str.c
Commit message (Expand)AuthorAgeFilesLines
* 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