| Commit message (Expand) | Author | Age | Files | Lines |
* | (mpn_exp): Don't store -1 in a uint then return it as a long. | ryde | 2003-01-08 | 1 | -1/+1 |
* | (AC_CHECK_HEADERS): Remove fpu_control.h, no longer required. | ryde | 2003-01-08 | 1 | -1/+1 |
* | Use tests_machine_prec_long_double. | ryde | 2003-01-08 | 1 | -4/+3 |
* | (__setfpucw, _FPU_EXTENDED, etc): Remove these setups. | ryde | 2003-01-08 | 1 | -18/+6 |
* | (tests_machine_prec_double, tests_machine_prec_long_double): New functions. | ryde | 2003-01-08 | 1 | -4/+28 |
* | (MPFR_CONFIGS): Add tests/x86.asm support. | ryde | 2003-01-08 | 1 | -0/+10 |
* | (X86_PATTERN): New define, supporting acinclude.m4. | ryde | 2003-01-08 | 1 | -0/+5 |
* | Add x86.asm support. | ryde | 2003-01-08 | 1 | -0/+15 |
* | New file. | ryde | 2003-01-08 | 1 | -0/+46 |
* | fixed pb for underflow and rounding to nearest | zimmerma | 2003-01-07 | 1 | -2/+9 |
* | added macro LONGDOUBLE_ISNAN | zimmerma | 2003-01-07 | 2 | -4/+4 |
* | Added assertions that can be resolved at compile time: the exponents | vlefevre | 2003-01-07 | 1 | -1/+4 |
* | Remove mpfr_get_ld, done. | ryde | 2003-01-06 | 1 | -5/+0 |
* | Remove mpfr_set_machine_rnd_mode, done. | ryde | 2003-01-06 | 1 | -2/+0 |
* | Bug fix: __mpfr_emax -> __gmpfr_emax. | vlefevre | 2003-01-06 | 1 | -1/+1 |
* | Use separate function calls to second strncasecmp and strncmp | ryde | 2003-01-06 | 1 | -1/+2 |
* | fixed infinite loop for 2^integer | zimmerma | 2003-01-06 | 2 | -4/+37 |
* | Use digit_value_in_base for the part after the '.'. | vlefevre | 2003-01-06 | 1 | -7/+6 |
* | Static function digit_value_in_base is now compatible with any locale. | vlefevre | 2003-01-06 | 1 | -3/+5 |
* | (<sys/fpu.h>) [__mips]: Move from mpfr-test.h to tests/tests.c, | ryde | 2003-01-03 | 2 | -3/+4 |
* | (AC_CHECK_HEADERS): Add sys/fpu.h. | ryde | 2003-01-03 | 1 | -1/+5 |
* | (HAVE_DENORMS) [__mips]: Remove this, let the configure test decide. | ryde | 2003-01-03 | 1 | -1/+0 |
* | Use separate function calls to strncasecmp and strncmp, rather than | ryde | 2003-01-03 | 1 | -2/+3 |
* | Added some potential bugs (mpfr_exp2 is known to have such a bug). | vlefevre | 2003-01-03 | 1 | -1/+6 |
* | Add gmp-impl.h for __gmp_free_func. | ryde | 2003-01-02 | 2 | -0/+2 |
* | Suppress some #define and fix symbol names (makes code cleaner): | vlefevre | 2002-12-16 | 69 | -265/+253 |
* | Update. | vlefevre | 2002-12-13 | 1 | -0/+123 |
* | IEEE 754 / IEEE P754 -> IEEE 754-1985. | vlefevre | 2002-12-13 | 1 | -8/+8 |
* | Correction. | vlefevre | 2002-12-13 | 1 | -1/+1 |
* | Added a note about the signed zero. | vlefevre | 2002-12-13 | 1 | -0/+3 |
* | Assertion re-added. | vlefevre | 2002-12-13 | 1 | -0/+12 |
* | Update for new version of automake/autoconf. | vlefevre | 2002-12-13 | 1 | -10/+156 |
* | depcomp script added for new version of automake. | vlefevre | 2002-12-13 | 1 | -0/+367 |
* | Don't -D define PACKAGE_VERSION etc, to avoid conflict with gmp config.h. | ryde | 2002-12-12 | 1 | -0/+11 |
* | added paragraph about accuracy | zimmerma | 2002-12-12 | 1 | -0/+7 |
* | rewritten unclear paragraph about precision | zimmerma | 2002-12-12 | 1 | -16/+9 |
* | added one item | zimmerma | 2002-12-12 | 1 | -1/+8 |
* | use MPN_NORMALIZE_NOT_ZERO instead of loop | zimmerma | 2002-12-12 | 1 | -12/+7 |
* | Added #include "mpfr.h" (needed by mpfr-test.h as it uses | vlefevre | 2002-12-11 | 1 | -0/+1 |
* | Patch by Torbjorn Granlund <tege@swox.com>: Don't use TMP_ allocation | vlefevre | 2002-12-10 | 1 | -16/+22 |
* | (mpfr_const_euler_S, mpfr_const_euler_R) | vlefevre | 2002-12-07 | 1 | -2/+2 |
* | Update from ftp://ftp.gnu.org/pub/gnu/config/ | vlefevre | 2002-12-04 | 2 | -69/+127 |
* | Use @ifnottex/@end iffnotex instead of @ifinfo/@end ifinfo | zimmerma | 2002-12-03 | 1 | -2/+2 |
* | Fix rnd_mode.c (again). | vlefevre | 2002-12-02 | 2 | -14/+49 |
* | put redefinitions of external symbols just before prototypes | zimmerma | 2002-12-02 | 2 | -16/+12 |
* | updated | zimmerma | 2002-12-02 | 1 | -2/+40 |
* | added new known bugs | zimmerma | 2002-12-02 | 1 | -0/+20 |
* | Add notes on mpf_t maintaining actual size for efficiency. | ryde | 2002-11-29 | 1 | -0/+11 |
* | Remove mpfr_set_machine_rnd_mode task. | ryde | 2002-11-29 | 1 | -2/+0 |
* | Tweak some math formatting for tex. | ryde | 2002-11-29 | 1 | -50/+52 |