summaryrefslogtreecommitdiff
path: root/tests/tget_str.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added prototypes for all test files.hanrot2000-12-201-0/+4
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-3/+4
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* added #ifdef TEST to disable comparison with machine arithmeticzimmerma2000-05-291-1/+0
* added ifdef TESTzimmerma2000-05-261-17/+29
* added include file unistd.hzimmerma2000-05-251-0/+1
* added calls to freezimmerma2000-05-181-3/+5
* added one testzimmerma2000-05-121-1/+9
* added one testzimmerma2000-05-051-0/+17
* added copyright noticezimmerma1999-07-301-0/+21
* Added an example which causes an ABW in mpz_get_str.hanrot1999-07-071-0/+1
* moved drand to mpfr-impl.h and removed warningszimmerma1999-07-051-27/+4
* added pointer to exponent, removed test with sprintfzimmerma1999-06-251-11/+2
* Patch d'un mpfr_set_d dans get_str.c ; GH, 100699hanrot1999-06-101-1/+1
* Initial revisionhanrot1999-06-091-0/+77