summaryrefslogtreecommitdiff
path: root/tests/reuse.c
Commit message (Expand)AuthorAgeFilesLines
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* Minor date-related changes as in the trunk:vlefevre2018-01-091-1/+1
* Completed r11955: There were also DEBUG macros under the "tests"vlefevre2017-12-121-14/+14
* Merged the latest changes from the trunk.vlefevre2017-01-011-1/+1
* Merged the following changesets from the trunk:vlefevre2016-09-021-107/+122
* added exhaustive tests for add,sub,mul,div,sqrtzimmerma2016-06-241-1/+2
* Replaced various instances of mpfr_print_binary + newline (sometimesvlefevre2016-04-071-6/+6
* Replacedvlefevre2016-02-041-1/+1
* in tests, removed #if MPFR_VERSION >= MPFR_VERSION_NUM(2,x,y)zimmerma2016-01-141-2/+0
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* [tests/reuse.c,tests/taway.c] Added mpfr_ai and mpfr_digamma.vlefevre2014-07-071-0/+5
* missing spacezimmerma2014-01-221-8/+8
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [tests] Removed #include of headers already included via "mpfr-test.h"vlefevre2012-02-241-3/+0
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* [tests/reuse.c] Added a comment.vlefevre2011-03-291-1/+4
* [tests/reuse.c] Added a mpfr_pow(x,x,y,rnd) test showing a failurevlefevre2011-03-291-0/+46
* [tests/reuse.c] Test also negative numbers.vlefevre2011-03-291-0/+2
* [tests/reuse.c] GNU coding style.vlefevre2011-03-291-63/+65
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* avoid several compiler warnings with g++zimmerma2010-10-101-7/+7
* [src/sqrt.c] now uses mpn_rootrem (if available) instead of mpn_sqrtrem sincezimmerma2010-09-281-1/+1
* Replacedvlefevre2010-07-301-1/+1
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-8/+8
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-104/+104
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-4/+4
* 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
* Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests.thevenyp2008-09-181-1/+1
* Clean-up and various changes to be able to build MPFR with g++.vlefevre2008-06-091-92/+92
* add mpfr_hypotthevenyp2008-02-291-10/+13
* fix wrong arguments (set in r5332)thevenyp2008-02-291-4/+4
* add missing functionsthevenyp2008-02-291-3/+15
* cosmetic changesthevenyp2008-02-291-89/+83
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Added #if MPFR_VERSION >= MPFR_VERSION_NUM(2,4,0) conditionals to bevlefevre2007-12-291-0/+8
* sin_cos.c, tsin_cos.c: fixed bug occurring when arguments overlap andzimmerma2007-12-141-2/+3
* got rid of mpfr_init_gmp_rand/MPFR_TEST_USE_RANDS and not-reentrant gmpzimmerma2007-11-171-1/+0
* add dilogarithm functionthevenyp2007-10-161-0/+1
* new fmod functionthevenyp2007-09-261-0/+2
* GNU coding style, reformatting, exit (-1) -> exit (1).vlefevre2007-09-221-1/+1
* new mpfr_sinh_cosh functionthevenyp2007-09-211-0/+1