summaryrefslogtreecommitdiff
path: root/tests/tout_str.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* replaced 2.2e-307 by DBL_MINzimmerma2002-04-151-1/+7
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Patch by Kevin Ryde + misc fixes.vlefevre2002-03-261-1/+1
* replaced getpid() by time(NULL)zimmerma2002-03-251-1/+1
* replaced rand/lrand48, drand48, srand/srand48 by macroszimmerma2002-03-211-5/+4
* Copyright line changed.vlefevre2002-03-041-1/+1
* Patches by Kevin Ryde for K&R compilersvlefevre2002-01-121-3/+5
* start tests with precision 2 instead of 1zimmerma2001-11-301-40/+48
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-1/+1
* changed "int main(..)" to two lineszimmerma2001-02-181-1/+2
* unsigned char (or int) -> mp_rnd_tzimmerma2000-12-211-5/+2
* removed isnan() decl.zimmerma2000-12-211-4/+5
* Added prototypes for all test files.hanrot2000-12-201-1/+4
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-1/+1
* Take into account Inf, Nans ; clear the flags of the return variablehanrot2000-12-131-3/+0
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* added test for 0.99999999999999999zimmerma2000-08-251-1/+10
* Various patches for leaks, UMR and (one) BUS.hanrot2000-06-201-2/+11
* added #ifdef TEST to disable comparison with machine arithmeticzimmerma2000-05-291-1/+2
* added include file unistd.hzimmerma2000-05-251-0/+1
* added tests for negative numberszimmerma2000-05-121-2/+16
* added one testzimmerma2000-05-051-0/+19
* added more testszimmerma1999-10-071-8/+12
* added copyright noticezimmerma1999-07-301-0/+21
* added several tests, and does not print on stdout when no argumentzimmerma1999-07-071-12/+21
* moved drand to mpfr-impl.h and added test in large precisionzimmerma1999-07-071-27/+10
* added one testzimmerma1999-06-171-0/+1
* Initial revision.zimmerma1999-06-101-0/+67