summaryrefslogtreecommitdiff
path: root/tests/tset_str.c
Commit message (Expand)AuthorAgeFilesLines
* 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-5/+5
* Replaced mpfr_set_emin/emax by set_emin/emax in tests to checkvlefevre2004-10-261-4/+4
* Update mpfr_set_str to be much more like strtofr.pelissip2004-10-191-13/+14
* Change "unsigned int" to "int" for base in proto of strtofr.pelissip2004-10-181-1/+1
* added new tests (worst-case)zimmerma2004-10-021-0/+320
* Add ICC detection && support.pelissip2004-09-201-2/+2
* Add a forgotten regression test "1.2.3"pelissip2004-09-151-1/+3
* fixed problem when overflow in destination exponent happenszimmerma2004-04-071-2/+13
* Improve test coverage.pelissip2004-02-241-0/+6
* Improve coverage tests.pelissip2004-02-231-0/+28
* new coverage testszimmerma2004-02-141-2/+32
* + Better support of non IEEE doubles.pelissip2004-02-061-1/+2
* + Optimize a few div.cpelissip2003-12-151-4/+1
* + Add function mpfr_print_mantissa_binary, for debugging reason.pelissip2003-12-091-2/+2
* reduced test timezimmerma2003-10-071-4/+6
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-021-17/+17
* Changed some stderr to stdout.vlefevre2003-09-241-81/+82
* Accept (case-insensitive) NaN and Inf in input for bases <= 16 forvlefevre2003-09-241-24/+59
* Added a cast (useful under Linux/alpha).vlefevre2003-09-081-1/+1
* removed randseed() stuff [obsolete now we use the GMP mechanism]zimmerma2003-06-191-2/+0
* Replaced misc random functions by GMP ones.vlefevre2003-06-121-7/+8
* Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug.ryde2003-06-091-29/+25
* mpfr_set_str now accepts a binary exponent for base 16vlefevre2003-02-271-1/+15
* Replaced NaN, Inf by @NaN@, @Inf@ [for bases > 24].hanrot2003-02-241-4/+4
* check for +/-0.0 after variable set to NaNzimmerma2003-01-271-1/+17
* added 2003zimmerma2003-01-161-1/+1
* new tests from Alain Delplanquezimmerma2003-01-151-13/+197
* Add gmp-impl.h for __gmp_free_func.ryde2003-01-021-0/+1
* added test for uppercase letterszimmerma2002-09-201-0/+9
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-3/+6
* modified tests for special valueszimmerma2002-04-251-4/+4
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* Support for NaN and Inf (case insensitive) in mpfr_set_str. Tests.vlefevre2002-04-131-0/+27
* mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.vlefevre2002-04-071-2/+2
* 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
* Missing #include.vlefevre2002-03-221-0/+1
* replaced rand/lrand48, drand48, srand/srand48 by macroszimmerma2002-03-211-9/+8
* Copyright line changed.vlefevre2002-03-041-1/+1
* #include fixes (Torbjorn Granlund).vlefevre2002-01-171-1/+2
* mpfr_print_raw -> mpfr_print_binaryzimmerma2001-11-161-4/+4
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-1/+1
* edited wrt GNU stylezimmerma2001-07-061-94/+116
* now tset_str <number> <prec> is possiblezimmerma2001-03-081-5/+7
* changed "int main(..)" to two lineszimmerma2001-02-181-1/+2
* added tests for 0 in mpfr_set_str_rawzimmerma2001-01-111-0/+9