summaryrefslogtreecommitdiff
path: root/init2.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-69/+0
* Replacedvlefevre2010-07-301-1/+1
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-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-4/+4
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-4/+4
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* init2.c: check that mp_bits_per_limb == BITS_PER_MP_LIMB (usefulvlefevre2009-04-221-0/+2
* 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
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Removed a #include that was probably added by mistake in r2590.vlefevre2007-07-091-1/+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
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Converted tabs to spaces with expand.vlefevre2005-08-181-1/+1
* Updated copyright line.vlefevre2005-08-181-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-1/+1
* Add a prototype of own TMP_ALLOC. Don't know if it is a good idea.pelissip2004-11-181-0/+5
* Add new assertion to check.pelissip2004-11-161-0/+3
* Modify a few the allocation scheme without gmp-impl.hpelissip2004-04-071-2/+4
* Improve comments.pelissip2004-03-261-5/+7
* Add 'MPFR_DECL_INIT' macro.pelissip2004-03-101-0/+2
* + Better support of non IEEE doubles.pelissip2004-02-061-0/+4
* Changed some error messages into assertions.vlefevre2004-01-141-2/+1
* + Rearrange the code to be more "compatible" with broken systems.pelissip2003-12-221-3/+5
* Support of MPFR_PREC_FORMAT.pelissip2003-12-191-1/+1
* + Add function mpfr_print_mantissa_binary, for debugging reason.pelissip2003-12-091-1/+1
* Initialize the exp field.vlefevre2003-11-071-2/+4
* Some minor optimizations.pelissip2003-11-071-1/+1
* Change the internal format of MPFR: ZERO, INF and NAN have special values of ...pelissip2003-10-271-6/+8
* (mpfr_init, mpfr_init2, mpfr_set_prec): Make void return, these alwaysryde2002-09-231-3/+1
* Copyright line updated.vlefevre2002-05-141-1/+1
* mpfr_init and mpfr_init2 now return an intzimmerma2002-04-191-1/+4
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* added commentzimmerma2001-11-291-0/+3
* Init variables to NaN instead of 0.vlefevre2001-11-281-3/+1
* Casts to size_t added (safer and could be required in the future).vlefevre2001-11-251-1/+2
* Added MPFR_PREC_MIN and MPFR_PREC_MAX.vlefevre2001-11-211-1/+1
* Error test -> assert.vlefevre2001-11-211-8/+4
* split from init.czimmerma2001-11-161-0/+46