summaryrefslogtreecommitdiff
path: root/mpfr-gmp.h
Commit message (Expand)AuthorAgeFilesLines
* [mpfr-gmp.h] Fixed alloca prototype (bug detected by tcc 0.9.25vlefevre2010-04-071-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-9/+9
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-12/+11
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* urandomb.c mpfr-gmp.c mpfr-gmp.h: mpfr_rand_raw is now in urandom.c.thevenyp2009-03-241-5/+0
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* mpfr-gmp.h: Cancel r5261 changes removing the overload due to added test.thevenyp2008-02-081-7/+1
* MPN_ZERO (dst, n) doesn't call memset when n==0, it prevents warning when com...thevenyp2008-02-051-1/+7
* mpfr-gmp.h: small fix of a macro.vlefevre2008-01-221-1/+1
* mpfr-gmp.h: for temporary allocations, use alloca() if size < 16384.vlefevre2008-01-211-1/+3
* mpfr-gmp.{c,h}: no longer use alloca() for the temporary allocations asvlefevre2008-01-141-6/+18
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* got rid of mpfr_init_gmp_rand/MPFR_TEST_USE_RANDS and not-reentrant gmpzimmerma2007-11-171-6/+0
* Bug fix: preprocessor # must be in the first column.vlefevre2007-06-201-1/+1
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* MPN_COPY now calls memcpy only if dst != src (otherwise this is anvlefevre2005-09-051-1/+13
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-9/+9
* Converted tabs to spaces with expand.vlefevre2005-08-181-5/+5
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Change to add future function mpfr_sqrhigh_n.pelissip2005-03-311-0/+3
* Add tune for mpfr_mulhighpelissip2005-03-071-1/+4
* Add support for Shared Library in MPFR (both Unix and Windows) by using libtool.pelissip2005-02-081-12/+17
* Add forgotten 2005 copyright line.pelissip2005-01-121-1/+1
* Fix problem of `mpn_sub_nc' which may or may not be defined in libgmp.apelissip2005-01-121-6/+0
* Fix bug if not gmp-impl.h (mpn_sub_nc is internal).pelissip2005-01-041-0/+15
* Improve the emulation of mpn_sqr_n and fix some typos.pelissip2004-07-191-21/+13
* Fix a bug in a proto.pelissip2004-04-201-1/+1
* Fix another bug (Maybe the last?).pelissip2004-04-081-1/+1
* Fix a tiny bug.pelissip2004-04-081-1/+1
* Update memory allocations scheme without gmp-impl.h.pelissip2004-04-081-6/+22
* Modify a few the allocation scheme without gmp-impl.hpelissip2004-04-071-12/+14
* + Better support of non IEEE doubles.pelissip2004-02-061-0/+267