summaryrefslogtreecommitdiff
path: root/tests/tget_str.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-7/+10
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* HAVE_FESETROUND renamed to MPFR_HAVE_FESETROUND to avoid possiblevlefevre2002-04-101-2/+2
* Check for fenv.h -> check for fesetround.vlefevre2002-04-091-2/+2
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* use AC_CHECK_HEADERS to check for fenv.hzimmerma2002-04-051-2/+2
* - use mpfr_test_init to initialize harware floatszimmerma2002-03-261-3/+5
* #include <unistd.h> removed. Redefined macros ABS removed.vlefevre2002-03-261-1/+0
* replaced getpid() by time(NULL)zimmerma2002-03-251-1/+1
* replaced rand/lrand48, drand48, srand/srand48 by macroszimmerma2002-03-211-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* Patches by Kevin Ryde for K&R compilersvlefevre2002-01-121-4/+7
* start tests with precision 2 instead of 1zimmerma2001-11-301-9/+10
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-1/+1
* added missing castzimmerma2001-08-141-2/+4
* added one testzimmerma2001-06-291-4/+14
* changed "int main(..)" to two lineszimmerma2001-02-181-1/+2
* unsigned char (or int) -> mp_rnd_tzimmerma2000-12-211-3/+3
* k&r -> ansi stylezimmerma2000-12-211-2/+2