summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagmpfr-2-0-2-rel(no author)2003-11-2127-1378/+1028
* Fixed several bugs.vlefevre2003-10-162-29/+25
* Added XDEBUG support (like in set_d.c).vlefevre2003-10-161-1/+6
* Replaced all non-ASCII characters by an equivalent 7-bit sequencevlefevre2003-10-151-10/+19
* removed #define DEBUG (turned on accidentally)zimmerma2003-10-151-2/+0
* Bug on the ternary value was fixed by Paul Zimmermann on 2003-10-14.vlefevre2003-10-151-7/+0
* added preamble about ternary flag for special functionszimmerma2003-10-141-0/+4
* now uses #include "tgeneric.c" everywherezimmerma2003-10-1411-339/+58
* check_nan() is backzimmerma2003-10-141-2/+1
* removed old unused codezimmerma2003-10-141-87/+0
* fixed tests for x=0zimmerma2003-10-141-101/+12
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-1432-228/+298
* added new items (version number, rounding modes)zimmerma2003-10-141-0/+11
* added comment about --enable-alloca=debugzimmerma2003-10-141-1/+2
* added section "Problems due to compiler bugs"zimmerma2003-10-131-0/+23
* change in can_round calls to get correct inexact flag for rounding to nearestzimmerma2003-10-132-2/+4
* fixed bug in mpfr_pow found by Ming J. Tsai (overflow)zimmerma2003-10-102-2/+43
* Removed useless inclusion of standard headers and some #ifdef DEBUGvlefevre2003-10-083-165/+95
* Added a #include <stddef.h> because size_t is used.vlefevre2003-10-081-0/+1
* reduced test timezimmerma2003-10-0722-50/+49
* reduced test timezimmerma2003-10-071-2/+2
* reduced test timezimmerma2003-10-071-12/+17
* fixed comment of mpfr_round_raw_genericzimmerma2003-10-061-3/+3
* replaced ABSSIZE by ESIZE (ABSSIZE is the allocated size, and should bezimmerma2003-10-064-5/+5
* fixed bug in allocation for in-place operationzimmerma2003-10-061-0/+16
* inexact flag should now be correct for directed roundingzimmerma2003-10-062-28/+33
* added test for atan(-Inf)zimmerma2003-10-061-0/+10
* use macros to avoid possible problem with float inputzimmerma2003-10-061-1/+4
* new proposal for mpfr_can_roundzimmerma2003-10-061-0/+17
* mpfr_mul_2exp/mpfr_div_2exp are not obsoletezimmerma2003-10-061-10/+4
* Clearer mpfr_eq documentation (thanks to Kevin Ryde for the remark).vlefevre2003-10-051-3/+3
* MPFR_ASSERTN rewritten to avoid "statement with no effect" warningsvlefevre2003-10-031-1/+1
* Optimization (thanks to Patrick Pelissier), as the allocated sizevlefevre2003-10-031-12/+12
* Updated installation notes.vlefevre2003-10-032-10/+31
* Infinities are now accepted in mpfr_cmpabs. Updated its definitionvlefevre2003-10-032-11/+15
* Use @url{} for URLs.vlefevre2003-10-021-5/+5
* As suggested by PZ:vlefevre2003-10-021-19/+16
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-0246-358/+387
* added paragraph on support/grantszimmerma2003-10-021-1/+7
* Make node titles match section titles, and updated menus and xrefs.vlefevre2003-10-021-32/+35
* Corrections in the MPFR manual (PZ & VL). Functions mpfr_const_pi,vlefevre2003-10-016-370/+273
* Added a bug related to the ternary value and worst cases.vlefevre2003-09-301-0/+5
* Added exponent range support.vlefevre2003-09-302-42/+37
* Corrections up to Section 5.6 (PZ & VL).vlefevre2003-09-301-83/+92
* Re-added the assert on the exponent, but replacing MPFR_EMIN_MIN byvlefevre2003-09-301-4/+5
* Update TODO & mpfr_set_prec.pelissip2003-09-301-0/+2
* Corrections up to Section 4.vlefevre2003-09-291-36/+37
* Added authors Kevin Ryde and Patrick Pelissier.vlefevre2003-09-291-1/+2
* Removed "known problems" that are no longer problems.vlefevre2003-09-291-16/+0
* Removed bugs related to the tests and to the exponentsvlefevre2003-09-261-26/+3