summaryrefslogtreecommitdiff
path: root/mpfr-impl.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* mpfr-impl.h: added a comment about MPFR_WARNING.vlefevre2006-11-191-0/+3
* Added warnings support.vlefevre2006-11-101-0/+18
* Fixed test of logging support.vlefevre2006-11-101-0/+9
* mpfr-impl.h: fixed a compile error if _Decimal64 is unknown.vlefevre2006-11-081-3/+9
* added new configure option --enable-decimal-float to build mpfr_set_decimal64zimmerma2006-11-081-1/+2
* Partial fix: The inexact flag was not always set in some functions.vlefevre2006-08-201-1/+2
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Removed all code related to mpn_sub_nc (no longer used).vlefevre2006-03-241-9/+0
* Replaced -0.0 by a new macro DBL_NEG_ZERO. With MSVC, the negative zerovlefevre2006-01-191-0/+2
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-2/+1
* Added a comment about the macros MPFR_RNDRAW* and the labels.vlefevre2005-11-041-0/+5
* Moved definitions of struct __gmpfr_cache_s and mpfr_cache_t, andvlefevre2005-11-041-0/+15
* Merged the changes from branch vlefevre:vlefevre2005-11-021-122/+54
* Reverted the latest change to constant.c: removed MPFR_THREAD_ATTR asvlefevre2005-11-021-3/+3
* Added an MPFR_UNLIKELY (suggested by Patrick) and an MPFR_ASSERTN.vlefevre2005-10-311-2/+4
* Fixed MPFR_INT_CEIL_LOG2 (in mpfr-impl.h) and __gmpfr_int_ceil_log2vlefevre2005-10-311-2/+3
* now tune Mulders short square (not yet used)zimmerma2005-10-291-0/+1
* Fixed a #ifdef (when --enable-assert isn't used).vlefevre2005-09-111-1/+1
* Changed the MPFR_ASSERTD into a MPFR_ASSERTN for MPFR_INT_CEIL_LOG2vlefevre2005-09-111-1/+1
* Fix spelling mistake.pelissip2005-09-101-1/+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/+3
* More portable DOUBLE_ISNAN (useful for MIPSpro under IRIX64).vlefevre2005-09-021-1/+5
* check for overflow/underflow in pow and gammazimmerma2005-08-291-0/+1
* 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