summaryrefslogtreecommitdiff
path: root/tests/tstrtofr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change "unsigned int" to "int" for base in proto of strtofr.pelissip2004-10-181-0/+2
* Add a new test and clarify a comment.pelissip2004-09-211-0/+7
* Add ICC detection && support.pelissip2004-09-201-5/+1
* Add mpfr_strtofr function.pelissip2004-09-201-0/+830