summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* New functions mpfr_inits, mpfr_inits2 and mpfr_clears to initialize orvlefevre2003-09-118-7/+189
* Replaced malloc/free by __gmp_allocate_func/__gmp_free_func invlefevre2003-09-092-4/+12
* Added a test that makes MPFR crash (coming from the mpfr_zeta crash).vlefevre2003-09-091-0/+15
* Case that crashes MPFR (coming from test_generic) -> function test1.vlefevre2003-09-091-4/+17
* Ended up by simplifying mpfr_ui_pow to fix it completely (with avlefevre2003-09-091-148/+9
* Code clean-up and reindented. Replaced a 8 by CHAR_BIT,vlefevre2003-09-092-80/+83
* Added a test to reproduce a bug (to be fixed later) on all 64-bitvlefevre2003-09-081-51/+72
* Added a cast (useful under Linux/alpha).vlefevre2003-09-081-1/+1
* Changes (Patrick Pelissier's suggestions):vlefevre2003-09-014-9/+13
* #Corrections to initial checkin.ryde2003-08-301-2/+4
* (EXTRA_libfrtests_a_SOURCES): Add amd64.asm.ryde2003-08-301-1/+1
* New file.ryde2003-08-301-0/+46
* Correction to:ryde2003-08-301-2/+6
* (tests_machine_prec_long_double): Add amd64 to theryde2003-08-301-1/+1
* (MPFR_CONFIGS): Add amd64-*-* to x86 test objects.ryde2003-08-301-1/+1
* (check_set_get): Improve error messages.ryde2003-08-301-2/+7
* (ld_trace): New function.ryde2003-08-302-0/+24
* (ldbl_max_struct): Use octal character constants, since hexryde2003-08-301-3/+3
* Avoid a potential overflow.vlefevre2003-08-071-2/+3
* fixed pb found by Damien Fisherzimmerma2003-08-042-12/+34
* If the exponent of the number is meaningless (src = NaN, inf or 0),vlefevre2003-07-241-14/+22
* added one itemzimmerma2003-07-211-0/+2
* (check_PROGRAMS): Add tget_d_2exp.c.ryde2003-07-191-1/+1
* New file, partly derived from tget_d.c.ryde2003-07-191-0/+123
* (mpfr_get_d_2exp): Ensure 0.5 <= abs(ret) < 1.0 is respectedryde2003-07-191-4/+24
* (d_trace): New function.ryde2003-07-192-0/+24
* (Converting Floats): mpfr_get_d_2exp stores to a long.ryde2003-07-191-1/+1
* (mpfr_get_d_2exp): Store exp in a long, same asryde2003-07-192-2/+2
* Updated comment.vlefevre2003-07-151-3/+2
* Correction in a comment (patch by Torbjorn).vlefevre2003-07-081-1/+1
* can_round returns 0 for NaN/Infzimmerma2003-07-012-2/+3
* fixed Uninitialized memory read in mpfr_can_roundzimmerma2003-07-011-4/+6
* fixed array bound write (need 6+1 characters in s1 to represent -@inf@ + \0)zimmerma2003-06-301-1/+1
* Add "const" to IEEE byte sequence data.ryde2003-06-281-12/+12
* (tests_rand_end): Remove explicit __gmp_randsryde2003-06-281-5/+0
* # Clarify nan/inf bits under efficiency.ryde2003-06-261-3/+13
* moved macros for [L]DBL_MANT_DIG in mpfr-impl.hzimmerma2003-06-267-44/+27
* fixed several problems noticed by Kevinzimmerma2003-06-251-10/+12
* changed test for 2^1024, using LDBL_MAX_EXPzimmerma2003-06-251-3/+7
* # Add efficiency of separate flag bit operations.ryde2003-06-251-0/+5
* Remove file, no longer used.ryde2003-06-241-71/+0
* (libmpfr_a_SOURCES): Remove mpfr-math.h.ryde2003-06-241-1/+1
* (MPFR_DBL_INFP, MPFR_DBL_INFM, MPFR_DBL_NAN): Make privateryde2003-06-241-11/+55
* (check_inf_nan): New test.ryde2003-06-241-0/+30
* (MPFR_C_LONG_DOUBLE_FORMAT): Use octal char constants,ryde2003-06-241-2/+2
* check 2^1024 only when sizeof(long double) > sizeof(double)zimmerma2003-06-241-1/+2
* correction to previous patchzimmerma2003-06-241-5/+9
* correction to previous patch: problem was that x and u can be 0,zimmerma2003-06-241-6/+13
* (tests_start_mpfr): Make stdout and stderr unbuffered.ryde2003-06-241-0/+4
* (check_inexact): For pz, use at least MPFR_PREC_MINryde2003-06-241-1/+2