summaryrefslogtreecommitdiff
path: root/add1sp.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* add1sp.c: fixed types for printf when DEBUG is defined.vlefevre2008-12-261-7/+12
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* For the terminating null pointer of the functions mpfr_inits,vlefevre2008-02-151-1/+1
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULLvlefevre2007-06-211-1/+1
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-1/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Partial fix: The inexact flag was not always set in some functions.vlefevre2006-08-201-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* 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
* Do not put expressions with side effects in MPFR_ASSERTN.vlefevre2005-09-021-3/+7
* When WANT_ASSERT >= 2: the corresponding messages are now outputvlefevre2005-08-241-12/+13
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-14/+14
* Converted tabs to spaces with expand.vlefevre2005-08-181-128/+128
* Clean up use of stdio.h:pelissip2005-06-081-11/+8
* Improve checking if WANT_ASSERT >= 2pelissip2005-06-081-9/+48
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-5/+5
* Fix bug in case of reuse of variable (a,b,a) with Exp(b)=Exp(a)+Prec(b).pelissip2005-03-081-19/+23
* Rename internal functions mpfr_set_overflow in mpfr_overflow andpelissip2005-02-031-2/+2
* Cosmetic changes.pelissip2004-12-101-2/+2
* Fix an overflow bug in add1sp.pelissip2004-05-041-1/+1
* Simplify the code.pelissip2004-02-251-3/+1
* Remove some warnings.pelissip2004-02-241-1/+1
* Optimize add1sp, sub1sp and div.pelissip2004-02-161-9/+9
* + Add mpfr_add1sp which provides addition when all the operands have the same...pelissip2004-02-121-0/+336