summaryrefslogtreecommitdiff
path: root/set_prec.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
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Add macro version for small functions:pelissip2004-11-151-4/+5
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+0
* Changed some error messages into assertions.vlefevre2004-01-141-3/+2
* + Add function mpfr_print_mantissa_binary, for debugging reason.pelissip2003-12-091-1/+1
* 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-9/+13
* (mpfr_init, mpfr_init2, mpfr_set_prec): Make void return, these alwaysryde2002-09-231-4/+2
* 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
* Misc fixes.vlefevre2001-11-301-7/+10
* now use MPFR_PREC_MINzimmerma2001-11-301-3/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-12/+1
* return non-zero if malloc failedzimmerma2001-10-151-1/+1
* now mpfr_set_prec returns 1 instead of producing an error in case prec=0zimmerma2001-09-281-4/+5
* #include added/removed.vlefevre2001-09-131-0/+1
* _mp_reallocate_func -> _gmp_reallocate_funczimmerma2001-01-111-5/+1
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-1/+2
* added error message when memory allocation failszimmerma2000-12-151-2/+6
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-5/+5
* mpfr_t -> mpfr_ptr or mpfr_srcptrzimmerma2000-10-021-4/+4
* unsigned long int -> mp_prec_tzimmerma2000-02-111-6/+6
* added copyright noticezimmerma1999-07-301-0/+21
* removed 3rd argument in mpfr_set_preczimmerma1999-06-241-11/+9
* Fill with 0 the part added in case of a larger reallocation.hanrot1999-06-221-0/+4
* Changement de semantique (plus d'arrondi) et alloc + free -> realloc.hanrot1999-06-211-9/+2
* Initial revisionhanrot1999-06-091-0/+46