summaryrefslogtreecommitdiff
path: root/mpfr-gmp.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-386/+0
* Replacedvlefevre2010-07-301-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* 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-11/+0
* mpfr-gmp.c (mpfr_assert_fail): output "MPFR" too in assertion failurevlefevre2009-03-041-1/+1
* 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
* [mpfr-gmp.c] added comment on recent bug fix on MacOSzimmerma2008-11-201-0/+7
* [mpfr-gmp.c] replace tentative definitions by real definitions, solveszimmerma2008-11-201-3/+3
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Clean-up and various changes to be able to build MPFR with g++.vlefevre2008-06-091-1/+2
* mpfr-gmp.{c,h}: no longer use alloca() for the temporary allocations asvlefevre2008-01-141-1/+28
* 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-13/+0
* <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.hvlefevre2007-07-091-1/+0
* 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
* Removed all code related to mpn_sub_nc (no longer used).vlefevre2006-03-241-15/+0
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-5/+5
* Converted tabs to spaces with expand.vlefevre2005-08-181-5/+5
* Change the address of the FSF.pelissip2005-06-021-2/+2
* 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-1/+4
* Fix bug if not gmp-impl.h (mpn_sub_nc is internal).pelissip2005-01-041-0/+11
* Fix a bug (Remove useless function).pelissip2004-04-091-20/+5
* Update memory allocations scheme without gmp-impl.h.pelissip2004-04-081-0/+14
* Modify a few the allocation scheme without gmp-impl.hpelissip2004-04-071-3/+3
* Fix a bug in a string.pelissip2004-03-181-1/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-0/+377