summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* (mpn_exp): Don't store -1 in a uint then return it as a long.ryde2003-01-081-1/+1
* (AC_CHECK_HEADERS): Remove fpu_control.h, no longer required.ryde2003-01-081-1/+1
* Use tests_machine_prec_long_double.ryde2003-01-081-4/+3
* (__setfpucw, _FPU_EXTENDED, etc): Remove these setups.ryde2003-01-081-18/+6
* (tests_machine_prec_double, tests_machine_prec_long_double): New functions.ryde2003-01-081-4/+28
* (MPFR_CONFIGS): Add tests/x86.asm support.ryde2003-01-081-0/+10
* (X86_PATTERN): New define, supporting acinclude.m4.ryde2003-01-081-0/+5
* Add x86.asm support.ryde2003-01-081-0/+15
* New file.ryde2003-01-081-0/+46
* fixed pb for underflow and rounding to nearestzimmerma2003-01-071-2/+9
* added macro LONGDOUBLE_ISNANzimmerma2003-01-072-4/+4
* Added assertions that can be resolved at compile time: the exponentsvlefevre2003-01-071-1/+4
* Remove mpfr_get_ld, done.ryde2003-01-061-5/+0
* Remove mpfr_set_machine_rnd_mode, done.ryde2003-01-061-2/+0
* Bug fix: __mpfr_emax -> __gmpfr_emax.vlefevre2003-01-061-1/+1
* Use separate function calls to second strncasecmp and strncmpryde2003-01-061-1/+2
* fixed infinite loop for 2^integerzimmerma2003-01-062-4/+37
* Use digit_value_in_base for the part after the '.'.vlefevre2003-01-061-7/+6
* Static function digit_value_in_base is now compatible with any locale.vlefevre2003-01-061-3/+5
* (<sys/fpu.h>) [__mips]: Move from mpfr-test.h to tests/tests.c,ryde2003-01-032-3/+4
* (AC_CHECK_HEADERS): Add sys/fpu.h.ryde2003-01-031-1/+5
* (HAVE_DENORMS) [__mips]: Remove this, let the configure test decide.ryde2003-01-031-1/+0
* Use separate function calls to strncasecmp and strncmp, rather thanryde2003-01-031-2/+3
* Added some potential bugs (mpfr_exp2 is known to have such a bug).vlefevre2003-01-031-1/+6
* Add gmp-impl.h for __gmp_free_func.ryde2003-01-022-0/+2
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-1669-265/+253
* Update.vlefevre2002-12-131-0/+123
* IEEE 754 / IEEE P754 -> IEEE 754-1985.vlefevre2002-12-131-8/+8
* Correction.vlefevre2002-12-131-1/+1
* Added a note about the signed zero.vlefevre2002-12-131-0/+3
* Assertion re-added.vlefevre2002-12-131-0/+12
* Update for new version of automake/autoconf.vlefevre2002-12-131-10/+156
* depcomp script added for new version of automake.vlefevre2002-12-131-0/+367
* Don't -D define PACKAGE_VERSION etc, to avoid conflict with gmp config.h.ryde2002-12-121-0/+11
* added paragraph about accuracyzimmerma2002-12-121-0/+7
* rewritten unclear paragraph about precisionzimmerma2002-12-121-16/+9
* added one itemzimmerma2002-12-121-1/+8
* use MPN_NORMALIZE_NOT_ZERO instead of loopzimmerma2002-12-121-12/+7
* Added #include "mpfr.h" (needed by mpfr-test.h as it usesvlefevre2002-12-111-0/+1
* Patch by Torbjorn Granlund <tege@swox.com>: Don't use TMP_ allocationvlefevre2002-12-101-16/+22
* (mpfr_const_euler_S, mpfr_const_euler_R)vlefevre2002-12-071-2/+2
* Update from ftp://ftp.gnu.org/pub/gnu/config/vlefevre2002-12-042-69/+127
* Use @ifnottex/@end iffnotex instead of @ifinfo/@end ifinfozimmerma2002-12-031-2/+2
* Fix rnd_mode.c (again).vlefevre2002-12-022-14/+49
* put redefinitions of external symbols just before prototypeszimmerma2002-12-022-16/+12
* updatedzimmerma2002-12-021-2/+40
* added new known bugszimmerma2002-12-021-0/+20
* Add notes on mpf_t maintaining actual size for efficiency.ryde2002-11-291-0/+11
* Remove mpfr_set_machine_rnd_mode task.ryde2002-11-291-2/+0
* Tweak some math formatting for tex.ryde2002-11-291-50/+52