summaryrefslogtreecommitdiff
path: root/mpfr-impl.h
Commit message (Expand)AuthorAgeFilesLines
* Added "Contributed by the Arenaire and Cacao projects, INRIA." andvlefevre2007-02-081-1/+2
* Merged patches from the trunk (3737:3738 [pow.c only: the other filesvlefevre2006-11-201-1/+9
* Partial fix: The inexact flag was not always set in some functions.vlefevre2006-08-201-1/+2
* Merge -r4047:4050 from the trunk:vlefevre2006-05-171-9/+0
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Replaced -0.0 by a new macro DBL_NEG_ZERO, for MSVC (merges fromvlefevre2006-01-191-0/+2
* Copyright notice update: added 2006.vlefevre2006-01-101-2/+1
* Merged the changes 3928:3929, 3934:3935, 3938:3940, 3946:3948 relatedvlefevre2005-11-091-119/+71
* Merge the constant/MPFR_THREAD_ATTR patch to the 2.2 branch.vlefevre2005-11-021-3/+3
* [2.2 branch]vlefevre2005-09-111-1/+1
* Minor patches from the trunk. [2.2 branch]vlefevre2005-09-111-2/+2
* Patches from the trunk: added mpfr_lngamma, fixed mpfr_gamma,vlefevre2005-09-061-0/+1
* Replaced unsigned long bit-fields (GCC extension) by insigned intvlefevre2005-09-061-11/+11
* Avoid MIPSpro / IRIX64 (incorrect) optimizations for DOUBLE_ISNAN.vlefevre2005-09-021-1/+7
* When WANT_ASSERT >= 2: the corresponding messages are now outputvlefevre2005-08-241-0/+3
* Better locale support (for the decimal point in string conversionsvlefevre2005-08-211-0/+3
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-14/+14
* Converted tabs to spaces with expand.vlefevre2005-08-181-185/+185
* Updated mpfr_get_ld: removed useless and non-portable hacks, fixedvlefevre2005-08-181-7/+22
* Added MPFR_DOUBLE_SPEC (not used yet, except for warning messages).vlefevre2005-08-111-0/+15
* Fix and clean up logging for GCC 4.0.xpelissip2005-07-261-3/+5
* Clean up code.pelissip2005-07-261-2/+1
* Improve logging:pelissip2005-07-261-1/+3
* Fixed locale bug. Function strncasecmp is no longer used.vlefevre2005-07-111-21/+0
* Fix bug of NAN and INF.pelissip2005-06-101-2/+2
* Clean up use of stdio.h:pelissip2005-06-081-0/+5
* MPFR_GET_EXP was wrongly defined and does nothing due to recursivepelissip2005-06-071-1/+1
* Fix bug in MPFR_GROUP_REPREC_3.pelissip2005-06-071-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Add attribute const and noreturn for function (via macros).pelissip2005-06-021-4/+24
* Final version of MPFR_GROUP macros.pelissip2005-05-231-30/+86
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-10/+23
* Typo.pelissip2005-05-171-0/+1
* Add new macro MPFR_SAVE_DECL_UPDATE_FLAGSpelissip2005-05-171-0/+2
* Extract constants (__gmpfr_one, two and four) from log.c to constant.cpelissip2005-05-171-3/+7
* Fix some problems when you define mpfr_prec_t to be an unsigned short.pelissip2005-05-131-75/+84
* 1. Change the prototype of mpfr_can_round to use const.pelissip2005-05-101-11/+39
* Add a macro for mpfr_const_catalan for internal use.pelissip2005-04-221-0/+1
* added Catalan's constantzimmerma2005-04-201-2/+3
* Tiny update.pelissip2005-03-291-13/+60
* Add new internal function for debugging reasons.pelissip2005-03-251-0/+4
* Add new internal function mpfr_round_p which is a fast replacementpelissip2005-03-141-0/+7
* Move GLIBC detection from mpfr-impl to logging.cpelissip2005-03-081-2/+2
* Clean up macro namespace.pelissip2005-03-081-3/+5
* Add tune for mpfr_mulhighpelissip2005-03-071-1/+2
* Add tune program for MPFR.pelissip2005-02-241-5/+1
* Fix wrong integer types.pelissip2005-02-161-1/+3
* Do not print final log message if there was no call.pelissip2005-02-151-1/+2
* Add MPFR_LOG_FUNCpelissip2005-02-141-5/+18
* new faster algorithm for log(2)zimmerma2005-02-121-6/+0