summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagmpfr-2-1-1-rel(no author)2005-02-2395-2134/+2648
* added new function to implement (dilog)zimmerma2004-10-011-0/+1
* fixed bug in get_str_aux when one extra digitzimmerma2004-09-301-18/+44
* Added functions mpfr_rint_round, mpfr_rint_trunc, mpfr_rint_ceil,vlefevre2004-09-304-11/+135
* Add new test (One failed).pelissip2004-09-301-0/+184
* The cast to uintmax_t wasn't really useful, so I removed it.vlefevre2004-09-301-2/+10
* The real fix for sizeof(intmax_t) == sizeof(mp_limb_t).vlefevre2004-09-301-6/+6
* Fix a bug if sizeof(intmax_t) == sizeof(mp_limb_t)pelissip2004-09-301-4/+4
* added worst-casezimmerma2004-09-291-0/+11
* cmp(x,y) if x=NAN or y=NAN returns 0 and erange flag.pelissip2004-09-2912-38/+153
* Update documentation and NEWS to reflect new functionspelissip2004-09-292-17/+21
* Improve assertion.pelissip2004-09-292-2/+3
* Add mpfr_clear_erangeflag and mpfr_erangeflag_p.pelissip2004-09-2912-12/+237
* Add mpfr_uintmax_p and mpfr_intmax_p.pelissip2004-09-295-11/+311
* Update INSTALL about C++pelissip2004-09-292-0/+9
* Move mpfr_inits from mpfr-impl to mpfr.h.pelissip2004-09-293-4/+42
* Reindent the sources (again).pelissip2004-09-282-12/+17
* Fix how to detect overflow so that it can be build with GCC -ftrapvpelissip2004-09-281-10/+12
* Rename this variable again.pelissip2004-09-281-5/+5
* Replace variable 'near' to 'the_real_near' since MSVC incorrecltypelissip2004-09-281-5/+5
* Fix typo in the documentation about get_ functions.pelissip2004-09-271-7/+7
* Retab the sources.pelissip2004-09-272-5/+5
* Added mpfr_get_uj and mpfr_get_sj in the changes 2.0.3 -> 2.1.0.vlefevre2004-09-271-6/+7
* Added an item about the future MPFR_FLAGS_ERANGE flag.vlefevre2004-09-271-0/+6
* New functions mpfr_get_sj and mpfr_get_uj, with tests.vlefevre2004-09-277-3/+378
* Remove MPFR_NEED_LONGLONG_H macro.pelissip2004-09-271-1/+0
* Added a cast to avoid an integer overflow.vlefevre2004-09-261-1/+1
* Fixed integer overflow.vlefevre2004-09-241-4/+6
* Fixed bugs (like those in mpfr_get_ui).vlefevre2004-09-241-7/+14
* The standard autoreconf script should now be used instead of prepare.vlefevre2004-09-241-7/+10
* forgot to check for 0zimmerma2004-09-241-4/+10
* now use mpfr_rint()zimmerma2004-09-241-26/+2
* Update doc of mpfr_get_str (Minimum space is 7).pelissip2004-09-241-2/+2
* fixed double-rounding bug in get_uizimmerma2004-09-242-0/+42
* Prevent from multiple inclusion.pelissip2004-09-231-5/+12
* Fix some tiny problems.pelissip2004-09-231-2/+8
* added item on rounding to oddzimmerma2004-09-231-0/+7
* Fix a bug in FreeBsd 5.20 / Alpha / Gcc 3.3.3.pelissip2004-09-211-2/+4
* Add a new test and clarify a comment.pelissip2004-09-212-1/+11
* Update Assertion for pow2.pelissip2004-09-211-8/+5
* Update NEWS.pelissip2004-09-201-0/+21
* Update TODO due to new function mpfr_strtofrpelissip2004-09-201-45/+2
* Add ICC detection && support.pelissip2004-09-2015-35/+65
* Add mpfr_strtofr function.pelissip2004-09-205-2/+1605
* Improve GMP.h vs libgmp.a version checking.pelissip2004-09-201-2/+5
* added one entry (new function 1/sqrt(x))zimmerma2004-09-171-0/+1
* Use LIBS instead of LDADD for libraries (GMP).pelissip2004-09-173-4/+4
* Min GMP version is 4.1.0 now.pelissip2004-09-171-3/+3
* Add a check if both gmp.h and libgmp.a have the same version.pelissip2004-09-161-2/+22
* Fix a typo.pelissip2004-09-161-1/+1