summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* (mpfr_set_machine_rnd_mode): Move prototype to mpfr-test.h.ryde2002-11-292-1/+1
* (libfrtests_a_SOURCES): Add rnd_mode.c.ryde2002-11-291-1/+1
* (libmpfr_a_SOURCES): Remove rnd_mode.c.ryde2002-11-291-1/+1
* Remove file, moved to tests directory.ryde2002-11-291-78/+0
* New file, moved from top-level directory.ryde2002-11-291-0/+44
* (Rounding Modes): Remove mpfr_set_machine_rnd_mode.ryde2002-11-291-7/+0
* Use GNU style code layout.ryde2002-11-291-1/+2
* Use GNU style code layout.ryde2002-11-291-1/+2
* redefined external symbols in the __gmpfr namespacezimmerma2002-11-292-0/+16
* added one fprintf in case of errorzimmerma2002-11-251-0/+1
* mpfr_set_machine_rnd_mode fixed to compile on some architecturesvlefevre2002-11-253-20/+49
* Bug fixed.vlefevre2002-11-251-3/+4
* removed all tests that compare to libmzimmerma2002-11-2515-674/+37
* changed to distinguish mpfr failures from libm failureszimmerma2002-11-251-12/+29
* added 3 tests that make libm fail under HP-PAzimmerma2002-11-251-0/+7
* Update.vlefevre2002-11-231-0/+283
* forgot to remove debug statementzimmerma2002-11-221-2/+0
* fixed bug (infinite loop) for exact powerszimmerma2002-11-223-24/+95
* More on tuned thresholds, more on config.h etc, new section on mpf/mpfrryde2002-11-211-2/+32
* Code clean-up.vlefevre2002-11-201-9/+11
* fixed some problems found by insurezimmerma2002-11-203-7/+10
* forgotten fclose() callzimmerma2002-11-201-0/+2
* fixed array bound writezimmerma2002-11-201-1/+1
* fixed non-ansi featureszimmerma2002-11-191-16/+16
* added explicit castzimmerma2002-11-192-3/+3
* added mpfr_cbrtzimmerma2002-10-241-3/+10
* Update.vlefevre2002-10-201-4/+2
* fixed bug with wrong sign detectionzimmerma2002-10-201-16/+68
* Some fixes to avoid overflows.vlefevre2002-10-191-3/+4
* fixed bug for large argumentszimmerma2002-10-191-4/+47
* improved code for rounding to nearestzimmerma2002-10-191-46/+25
* fixed bug for EXP(x) > EMAX/2zimmerma2002-10-192-114/+101