summaryrefslogtreecommitdiff
path: root/tests/tget_str.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in mpfr_get_str_ndigits.vlefevre2021-04-231-17/+44
* [tests] Use RND_LOOP.vlefevre2021-01-311-2/+2
* Copyright notice update: added 2021 withvlefevre2021-01-031-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
* [tests] Moved bug20180908() from tget_str.c to tset_str.c since it testsvlefevre2018-11-261-17/+0
* [src/strtofr.c] fix from r13163 was incorrectzimmerma2018-09-101-0/+18
* Replaced mpfr_mul_2exp & mpfr_div_2exp by mpfr_mul_2ui & mpfr_div_2ui,vlefevre2018-04-171-4/+4
* [tests/tget_str.c] Fixed failure from r12473 when mpfr_prec_t is an intvlefevre2018-03-101-3/+3
* [tests/tget_str.c] C++ compatibility.vlefevre2018-03-091-5/+5
* [tests/tget_str.c] Use tests_allocate / tests_free.vlefevre2018-03-091-8/+8
* [tests/tget_str.c] added tests for corner cases of mpfr_set_str o mpfr_get_strzimmerma2018-03-091-0/+61
* [tests/tget_str.c] added tests for mpfr_get_str_ndigitszimmerma2018-03-051-0/+67
* [tests/tget_str.c] Fixed a return type.vlefevre2018-02-251-1/+1
* [src/get_str.c] improved case m < gzimmerma2018-02-231-0/+9
* [tests/tget_str.c] fixed not enough allocation issuezimmerma2018-02-231-1/+1
* [doc/mpfr.texi] m=1 is now valid in get_strzimmerma2018-02-231-0/+11
* [src/get_str.c] added a commentzimmerma2018-02-231-0/+25
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* src/get_str.c: fixed for negative basezimmerma2017-06-021-0/+18
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* [tests/tget_str.c] Check the inexact flag for mpfr_get_str.vlefevre2016-12-191-0/+45
* 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
* [tests/tget_str.c] Code formatting.vlefevre2014-10-301-3/+3
* [tests/tget_str.c] Fixed a test that made mpfr_get_str crash withvlefevre2014-10-301-1/+2
* mpfr_get_str now sets the NaN flag on NaN input. See:vlefevre2014-10-291-1/+7
* fixed bug in test filezimmerma2014-01-181-2/+3
* 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
* [tests] Removed #include of headers already included via "mpfr-test.h"vlefevre2012-02-241-2/+0
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* [tests/*.c] Support the case where mpfr_exp_t is not a long intvlefevre2010-10-191-6/+6
* avoid several compiler warnings with g++zimmerma2010-10-101-1/+1
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-8/+8
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-3/+3
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* get_str.c vasprintf.c: Add support for the rounding away from zero mode.thevenyp2009-08-121-0/+2
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-4/+4
* Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere.thevenyp2009-05-051-2/+0
* Change base upper limit in string conversion up to 62.thevenyp2009-03-251-2/+12
* [mpfr.texi] fixed documentation of mpfr_get_str which was wrongzimmerma2009-03-251-0/+72
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-150/+150