summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests/tgeneric.c: added a #undef to avoid a macro redefinition withnew-generic-testsvlefevre2006-11-161-0/+1
* New generic tests: define DEBUG_TGENERIC to print current test.vlefevre2006-11-141-0/+31
* Added warnings support.vlefevre2006-11-101-0/+1
* Removed patch 4166 (this has nothing to do with the new generic testsvlefevre2006-11-101-15/+0
* tgeneric.c: do not compare the results when the erange flag is set,vlefevre2006-10-271-0/+2
* tgeneric.c: simplified comparison.vlefevre2006-10-271-3/+1
* tgeneric now checks the case when exactly one of the two approximations iszimmerma2006-10-271-2/+4
* fixed problem for large negative s (return +Inf or -Inf)zimmerma2006-10-261-0/+15
* Created a branch new-generic-tests from the trunk with the new genericvlefevre2006-08-213-9/+87
* BUGS: updated "known bugs" section.vlefevre2006-08-211-2/+12
* Fixed an exponent/flags-related bug in lngamma.c.vlefevre2006-08-211-4/+9
* Updated svn:ignore property.vlefevre2006-08-210-0/+0
* Fixed several problems in pow.c concerning underflows, overflows andvlefevre2006-08-202-11/+153
* Partial fix: The inexact flag was not always set in some functions.vlefevre2006-08-208-14/+13
* Added an assertion for mpfr_exp2 and a test.vlefevre2006-08-192-0/+14
* Optimized mpfr_expm1 for large (in absolute value) negative values invlefevre2006-08-161-2/+27
* Fixed a bug in expm1 for very small negative arguments (and perhapsvlefevre2006-08-161-2/+11
* In mpfr_exp2, the overflow flag was not set if mpfr_exp2 overflowedvlefevre2006-08-162-4/+51
* The latest mpfr_exp2 fix contained a bug. Partially rewrote mpfr_exp2vlefevre2006-08-152-18/+32
* Better fix for exp2 exponent range bug.vlefevre2006-08-151-44/+40
* Fixed bug in mpfr_exp2 when the argument is an integer and emin > 1.vlefevre2006-08-152-3/+30
* Added tget_ld_2exp to svn:ignore property of "tests" directoryvlefevre2006-08-140-0/+0
* Fixed bug in log1p for small negative values of x and added testcase.vlefevre2006-08-142-2/+39
* Code style correction for ansi2knr.vlefevre2006-08-141-3/+6
* INSTALL: more information.vlefevre2006-07-251-2/+9
* INSTALL: added a note about include/library paths.vlefevre2006-07-251-5/+13
* INSTALL: added information about setup after the library installation.vlefevre2006-07-211-0/+19
* Improved linker flag settings on darwin.vlefevre2006-07-202-2/+20
* configure.in: fixed a linking problem on darwin.vlefevre2006-07-181-0/+15
* One needs automake 1.6; autoreconf fails with automake 1.4. Addingvlefevre2006-07-162-2/+2
* added itemzimmerma2006-07-051-0/+5
* fixed wrong comment (thanks Keith Briggs)zimmerma2006-07-051-1/+1
* new mpn_rootrem is still not in gmp-4.2zimmerma2006-07-051-2/+3
* replaced <= by =zimmerma2006-06-201-1/+1
* changed <= into =zimmerma2006-06-191-1/+1
* comments from Keith Briggszimmerma2006-06-191-11/+14
* algorithms.tex: corrected several English mistakes and typography.vlefevre2006-06-091-44/+31
* fixed typozimmerma2006-06-091-1/+1
* replaced error() by \error()zimmerma2006-06-091-25/+28
* algorithms.tex: another fixed notation for roundings.vlefevre2006-06-091-1/+1
* added section on Notationszimmerma2006-06-091-87/+95
* algorithms.tex: changed the page style to plain (for page numbers).vlefevre2006-06-091-1/+1
* FAQ update.vlefevre2006-06-071-0/+9
* Define HAVE_ATTRIBUTE_MODE if supported; useful for s390, but incompletevlefevre2006-05-292-19/+48
* Add compiler flags (CPPFLAGS, LDFLAGS) in a consistent order.vlefevre2006-05-191-4/+4
* MPFR manual consistency: Custom interface -> Custom Interface.vlefevre2006-05-181-6/+6
* TODO: added a note about the change 4049 in div.c.vlefevre2006-05-171-0/+5
* Removed the #ifndef __hpux from mul.c (after a test on a HP-UX machine,vlefevre2006-04-181-3/+0
* README.dev: added a point on mpfr-longlong.h in "To make a release".vlefevre2006-04-181-8/+10
* Updated mpfr-longlong.h from the GMP 4.2 longlong.h file.vlefevre2006-04-181-188/+333