summaryrefslogtreecommitdiff
path: root/tests/tget_str.c
Commit message (Expand)AuthorAgeFilesLines
* Clean-up and various changes to be able to build MPFR with g++.vlefevre2008-06-091-1/+1
* For the terminating null pointer of the functions mpfr_inits,vlefevre2008-02-151-1/+1
* remove unneeded free and mpfr_clearthevenyp2008-02-121-4/+0
* move tests of mpfr_get_str function from tout_str.c to tget_str.cthevenyp2008-02-121-0/+46
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* get_str.c: use MPFR_SAVE_EXPO.vlefevre2007-06-211-5/+1
* tget_str.c: added a test (disabled by default) with emax = 0.vlefevre2007-06-211-0/+29
* Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULLvlefevre2007-06-211-1/+1
* tget_str.c: reformatted/corrected a function.vlefevre2007-06-211-15/+15
* 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
* Added a test that fails after fixing MPFR_INT_CEIL_LOG2.vlefevre2005-10-311-0/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-8/+8
* Remove mpfr_sub_one_ulp from MPFR library.pelissip2005-06-061-2/+2
* Remove mpfr_add_one_ulp from MPFR library.pelissip2005-06-061-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-4/+4
* Add support for ".lib" since it seems to work.pelissip2004-10-071-0/+1
* added one new testzimmerma2004-10-051-0/+16
* Added worst cases.vlefevre2004-10-041-1/+47
* added new worst-cases (directed rounding)zimmerma2004-10-011-0/+272
* Add new test (One failed).pelissip2004-09-301-0/+184
* added worst-casezimmerma2004-09-291-0/+11
* Add ICC detection && support.pelissip2004-09-201-3/+3
* use GMP_RND_MAX instead of hard-coded constantzimmerma2004-02-231-2/+2
* Add mpfr_free_str function.pelissip2004-02-231-33/+33
* improved test coveragezimmerma2004-02-131-0/+33
* + Better support of non IEEE doubles.pelissip2004-02-061-1/+1
* fixed bug in get_str (case pow2, rnd=up or down)zimmerma2004-02-031-0/+20
* Add a new check in tget_str.c.pelissip2004-01-151-1/+31
* + Optimize a few div.cpelissip2003-12-151-5/+2
* + Add new internal function: mpfr_check.pelissip2003-11-211-4/+4
* reduced test timezimmerma2003-10-071-7/+6
* reduced test timezimmerma2003-10-071-12/+17
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-021-2/+3
* Changed the remaining stderr to stdout.vlefevre2003-09-251-34/+41
* Avoid string literals longer than 509 characters (ISO C89 limit).vlefevre2003-09-221-6/+106
* fixed array bound write (need 6+1 characters in s1 to represent -@inf@ + \0)zimmerma2003-06-301-1/+1
* Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug.ryde2003-06-091-1/+1
* Replaced NaN, Inf by @NaN@, @Inf@ [for bases > 24].hanrot2003-02-241-3/+3
* Prototypes: use static. Some code reformatting.vlefevre2003-01-241-24/+4
* added year 2003zimmerma2003-01-161-2/+1
* Add gmp-impl.h for __gmp_free_func.ryde2003-01-021-0/+1
* fixed array bound writezimmerma2002-11-201-1/+1
* added plenty of new cases, now covers all lines of get_str.czimmerma2002-07-241-26/+278
* forgot one free() callzimmerma2002-07-221-18/+26
* added function check_largezimmerma2002-07-161-1/+24