summaryrefslogtreecommitdiff
path: root/tests/tstrtofr.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* [src/strtofr.c] Fixed bug in mpfr_strtofr(): in round-to-nearest,vlefevre2016-12-191-0/+19
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* Copyright notice update: added 2015 withvlefevre2015-05-201-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-03-081-1/+1
* [src/strtofr.c] Fixed bug in mpfr_strtofr in case:vlefevre2012-08-291-0/+88
* 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
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-1/+1
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-4/+4
* GMP_RNDx -> MPFR_RNDxvlefevre2010-03-111-2/+2
* [tstrtofr.c] added test for 1.23e, cfzimmerma2010-03-111-0/+28
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere.thevenyp2009-05-051-3/+0
* mpfr.texi: corrected mpfr_strtofr documentation ("NAN()" is accepted).vlefevre2009-03-211-0/+7
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-152/+152
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* strtofr.c: accept bases up to 62.thevenyp2009-02-181-2/+60
* Added missing void's.vlefevre2009-01-201-2/+3
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* tests/tstrtofr.c: fixed a test (in case |res| > 1).vlefevre2008-12-151-1/+1
* tests/tstrtofr.c: fixed alignment bug in error message.vlefevre2008-12-151-1/+1
* tests/tstrtofr.c: Add more information when test bug20081028 fails.thevenyp2008-11-121-1/+4
* strtofr.c: Replace non-zero digits look up by a simpler test, using the fact ...thevenyp2008-11-071-46/+71
* [strtofr.c] new patch (ternary value was still wrong in some cases), shouldzimmerma2008-11-061-2/+32
* tests/tstrtofr.c: added bug20081028 (bug found by Christoph Lautervlefevre2008-10-291-0/+28
* tests/tstrtofr.c: corrections related to C usage.vlefevre2008-10-291-25/+18
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* tests/tstrtofr.c: Remove underflow test unintentionally commited with revisio...thevenyp2008-09-191-42/+0
* Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests.thevenyp2008-09-181-1/+43
* a few patches suggested by Patrick Pelissier to ease porting to 16-bitzimmerma2008-04-061-1/+0
* Fixed return value of mpfr_strtofr in case of invalid data (it was -1,vlefevre2008-01-041-2/+5
* Changes related to mpfr_strtofr.vlefevre2008-01-041-8/+95
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* tstrtofr.c: added test of -42P17 with base = 0 and 16. This currentlyvlefevre2007-12-311-0/+14
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-32/+32
* Converted tabs to spaces with expand.vlefevre2005-08-181-28/+28
* Updated copyright line.vlefevre2005-08-181-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Improve coverage test.pelissip2005-05-231-0/+14