summaryrefslogtreecommitdiff
path: root/tests/tout_str.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2015 withvlefevre2015-02-131-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
* [tests] Removed #include of headers already included via "mpfr-test.h"vlefevre2012-02-241-1/+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
* Replacedvlefevre2010-07-301-1/+1
* [tests/tout_str.c] Fixed bug introduced in r6976: changed size_t intovlefevre2010-06-231-1/+1
* Fix wrong return value of mpfr_out_str on special values.thevenyp2010-06-221-5/+37
* 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
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-2/+2
* 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-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-23/+23
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Clean-up and various changes to be able to build MPFR with g++.vlefevre2008-06-091-3/+4
* a few patches suggested by Patrick Pelissier to ease porting to 16-bitzimmerma2008-04-061-1/+0
* move tests of mpfr_get_str function from tout_str.c to tget_str.cthevenyp2008-02-121-58/+0
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* 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
* Replaced -0.0 by a new macro DBL_NEG_ZERO. With MSVC, the negative zerovlefevre2006-01-191-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-1/+1
* Converted tabs to spaces with expand.vlefevre2005-08-181-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Updated copyright lines.vlefevre2005-01-281-1/+1
* casts to allow compilation with g++zimmerma2005-01-271-1/+1
* Fix problem on systems where "/dev/null" doesn't exist.pelissip2004-10-181-1/+6
* check return value of fopenzimmerma2004-02-161-0/+6
* improved coverage testzimmerma2004-02-141-3/+31
* + Better support of non IEEE doubles.pelissip2004-02-061-1/+1
* + Optimize a few div.cpelissip2003-12-151-4/+1
* + Add new internal function: mpfr_check.pelissip2003-11-211-1/+1
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-021-3/+4
* Changed the remaining stderr to stdout.vlefevre2003-09-251-4/+5
* removed randseed() stuff [obsolete now we use the GMP mechanism]zimmerma2003-06-191-1/+0
* Replaced misc random functions by GMP ones.vlefevre2003-06-121-4/+4
* Prototypes: use static. Some code reformatting.vlefevre2003-01-241-5/+2
* Use tests_start_mpfr / tests_end_mpfr.ryde2003-01-221-5/+9
* removed math.hzimmerma2003-01-161-2/+1
* added one fprintf in case of errorzimmerma2002-11-251-0/+1
* forgotten fclose() callzimmerma2002-11-201-0/+2
* gnu indentationzimmerma2002-07-241-27/+33