summaryrefslogtreecommitdiff
path: root/mpfr-impl.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2010 withvlefevre2010-01-251-1/+1
* Patch from Patrick PĂ©lissier[*] to be able to build MPFR with GMP 5vlefevre2010-01-111-0/+6
* mpfr-impl.h: got rid of broken code when _GMP_IEEE_FLOATS was definedvlefevre2009-11-291-19/+19
* [cache.c, mpfr-impl.h] Removed mpfr_init_cache (unused and undocumentedvlefevre2009-11-091-0/+2
* towards -> toward (consistency).vlefevre2009-09-021-1/+1
* <string.h> is not automatically included when compiling with --with-gmp-build...thevenyp2009-05-131-0/+2
* mpfr-impl.h: avoid a compiler bug under Mac OS X Tiger + Xcode (&x == &xthevenyp2009-01-211-5/+8
* Fixed bug reported by Chris Saunders: if _GMP_IEEE_FLOATS is defined,thevenyp2009-01-211-4/+6
* Added warning messages related to the NAN != NAN test, and improved thevlefevre2009-01-201-3/+6
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* mpfr-impl.h: fixed MPFR_UNSIGNED_MINUS_MODULO logic and added missingthevenyp2009-01-081-3/+3
* r5689 undone: some casts were incorrect (mp_exp_t may be greater thanvlefevre2008-11-221-1/+1
* fixed some signed/unsigned warnings with g++ (please review)zimmerma2008-11-221-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* mpfr-impl.h: as not all ICC versions define the __ICC macro (onlyvlefevre2008-08-211-15/+19
* Fixed basic underflow checking in mpfr_pow.vlefevre2008-08-191-0/+2
* mpfr-impl.h: defined macro INITIALIZED to declare that some variablevlefevre2008-08-181-0/+12
* Merged vlefevre branch:vlefevre2008-08-111-0/+3
* mpfr-impl.h: added a space for MPFR_LOG_MSG.vlefevre2008-08-081-1/+1
* Further code clean-up (and consistency) based on icc warnings:vlefevre2008-08-071-54/+54
* mpfr.h, mpfr-impl.h: avoid warnings with icc (at least icc 10.1).vlefevre2008-08-071-3/+3
* mpfr-impl.h: make sure that mpfr_get_exp_t and mpfr_set_exp_t arevlefevre2008-07-291-2/+10
* Change #include <stdio.h> to #include <cstdio> when compiled with a C++ compi...thevenyp2008-06-101-0/+4
* mpfr-impl.h: generate an error (with a clear error message) with g++ andvlefevre2008-06-101-2/+2
* 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