summaryrefslogtreecommitdiff
path: root/set_prc_raw.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-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
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-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
* Change the address of the FSF.pelissip2005-06-021-2/+2
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+0
* Changed some error messages into assertions.vlefevre2004-01-141-11/+3
* Change the internal format of MPFR: ZERO, INF and NAN have special values of ...pelissip2003-10-271-2/+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
* Cast added.vlefevre2001-11-301-3/+1
* updated wrt MPFR_PREC_MIN/MPFR_PREC_MAXzimmerma2001-11-301-8/+7
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-7/+1
* #include added.vlefevre2001-09-131-0/+1
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-1/+2
* 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-2/+2
* mpfr_t -> mpfr_ptr or mpfr_srcptrzimmerma2000-10-021-2/+2
* stupid typo: ABSSIZE -> ABSSIZE(x)zimmerma2000-05-241-1/+1
* now makes an error when precision too large wrt allocated spacezimmerma2000-05-241-3/+8
* Compatibility with mpf. WARNING: THESE FUNCTIONS ARE UNTESTED IN THEIR PRESENThanrot2000-05-211-0/+43