summaryrefslogtreecommitdiff
path: root/init2.c
Commit message (Expand)AuthorAgeFilesLines
* 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