summaryrefslogtreecommitdiff
path: root/tests/tsum.c
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests.thevenyp2008-09-181-3/+3
* use of (*__gmp_allocate_func)/(*__gmp_free_func) instead of thevenyp2008-02-181-8/+8
* For the terminating null pointer of the functions mpfr_inits,vlefevre2008-02-151-4/+4
* use of mpfr_allocate_func/mpfr_free_func instead of malloc/freethevenyp2008-02-121-8/+8
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULLvlefevre2007-06-211-4/+4
* 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 bug in pow (isodd -> assertion failed)zimmerma2006-11-191-2/+2
* 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
* Converted tabs to spaces with expand.vlefevre2005-08-181-2/+2
* Add new check (+INF -INF --> NAN).pelissip2005-06-131-0/+10
* Fix bug of NAN and INF.pelissip2005-06-101-21/+36
* Fix warnings.pelissip2005-06-081-6/+6
* Improve test by adding special cases.pelissip2005-06-071-0/+59
* Clean up and improve check.pelissip2005-06-071-86/+107
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-4/+4
* Updated copyright lines.vlefevre2005-01-281-1/+1
* fixed memory leakzimmerma2005-01-271-0/+1
* casts to allow compilation with g++zimmerma2005-01-271-5/+5
* Changed mpfr_sum to use unsigned long instead of unsigned int. More tests.fousse2004-02-201-12/+37
* Added mpfr_sum function.pelissip2004-02-061-0/+168