summaryrefslogtreecommitdiff
path: root/tests/reuse.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed bug in mpfr_sin_cos found by Philippe: z (to save the cosine) was notzimmerma2007-09-131-0/+1
* new function mpfr_modf and add restrictions on mpfr_sin_cos' variablesthevenyp2007-09-131-5/+4
* added Bessel functions of first kind: j0, j1, jnzimmerma2007-03-221-1/+3
* 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
* tests/reuse.c: avoid a warning; code reformatted (GNU style).vlefevre2006-08-281-75/+76
* 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
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-4/+4
* Converted tabs to spaces with expand.vlefevre2005-08-181-24/+24
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Add new funcions in reuse test.pelissip2005-05-011-3/+12
* Add forgotten functions to reuse test.pelissip2005-02-041-5/+22
* Improve reuse tests (Include 1, -1, 1/2, 2, PI and PI/2 now).pelissip2005-02-041-154/+125
* Update memory allocations scheme without gmp-impl.h.pelissip2004-04-081-0/+1
* Ported code clean-up to trunk.vlefevre2004-02-241-70/+74
* Continue to port tests so that they don't use double.pelissip2004-01-141-63/+52
* + Optimize a few div.cpelissip2003-12-151-3/+1
* + Add new internal function: mpfr_check.pelissip2003-11-211-22/+38
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-8/+8
* removed #define DEBUG (turned on accidentally)zimmerma2003-10-151-2/+0
* now uses #include "tgeneric.c" everywherezimmerma2003-10-141-4/+6
* Changed the remaining stderr to stdout.vlefevre2003-09-251-191/+192
* moved test for NaN/Infzimmerma2003-04-111-0/+1
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-0/+5
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.vlefevre2002-04-071-48/+48
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* now use macros DBL_NAN, DBL_POS_INF, DBL_NEG_INF,zimmerma2002-03-191-30/+30