summaryrefslogtreecommitdiff
path: root/mpfr-impl.h
Commit message (Expand)AuthorAgeFilesLines
* Reverted changeset r5355. Better patch to avoid the warningsvlefevre2008-05-201-5/+2
* Avoid warnings "warning: label 'addoneulp_doit' defined but not used"vlefevre2008-05-201-0/+5
* add support of thousands separator option (' flag, defined in Single UNIX Spe...thevenyp2008-02-081-0/+2
* mpfr-impl.h: removed MPFR_CHECK* macros as they are not used.vlefevre2008-02-061-10/+0
* Changes related to thread-local variables / TLS support.vlefevre2008-01-231-23/+7
* mpfr-impl.h: when building MPFR with the GMP build directory,vlefevre2008-01-161-1/+1
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* mpfr-impl.h: updated description of MPFR_CAN_ROUND.vlefevre2007-12-191-1/+2
* Merged the feature-block branch to the trunk:vlefevre2007-12-181-0/+34
* MPFR_DECIMAL_POINT now needs to have type char (because of vasprintf.c).vlefevre2007-11-261-2/+4
* Makefile.am: add mpfr_printf-like functionsthevenyp2007-11-231-0/+6
* mpfr-impl.h: removed trailing spaces.vlefevre2007-11-051-2/+2
* added new macro MPFR_ALIASzimmerma2007-11-051-0/+17
* mpfr-impl.h: added a comment concerning __gmpfr_one, __gmpfr_two andvlefevre2007-11-021-0/+4
* pow.c, tpow.c: fixed bugs reported by Kevin Rauchzimmerma2007-10-301-1/+1
* new function mpfr_modf and add restrictions on mpfr_sin_cos' variablesthevenyp2007-09-131-1/+1
* mpfr-impl.h: if MPFR_USE_THREAD_SAFE is defined (--enable-thread-safe):vlefevre2007-08-141-0/+13
* Added a TODO concerning the description of mpfr_round_near_x.vlefevre2007-08-091-1/+2
* Replaced l2b cache by constants, as suggested by Patrick Pelissier,vlefevre2007-07-311-1/+1
* mpfr-impl.h: added more casts for g++.vlefevre2007-07-271-2/+3
* Reformat.vlefevre2007-07-271-32/+37
* Applied patch from Patrick to be able to build MPFR with g++.vlefevre2007-07-271-1/+1
* Renamed mpfr_l2b as __gmpfr_l2b for consistency.vlefevre2007-07-201-1/+1
* <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.hvlefevre2007-07-091-8/+11
* Added a comment concerning the MPFR_SMALL_INPUT_AFTER_SAVE_EXPO macro.vlefevre2007-06-201-1/+3
* Added MPFR_SMALL_INPUT_AFTER_SAVE_EXPO macro; updated expm1.c to usevlefevre2007-06-201-0/+25
* mpfr-impl.h: improved error message when thread safe is not supported.vlefevre2007-05-311-1/+1
* Defined new macros SIGN and SAME_SIGN in mpfr-impl.h to canonicalizevlefevre2007-05-291-0/+3
* changed 1st-order Taylor term from x to v to avoid confusion with the zimmerma2007-05-281-8/+9
* fixed typozimmerma2007-05-281-1/+1
* Avoid integer overflow in MPFR_FAST_COMPUTE_IF_SMALL_INPUT.vlefevre2007-05-281-17/+26
* mpfr-impl.h: added a comment about the exponent limits for MPFR numbers.vlefevre2007-02-091-1/+5
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Replaced some computations using the type double by computations usingvlefevre2007-01-171-1/+9
* 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