summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Rename mpfr_urandom_gaussian to mpfr_grandom.lfousse2011-01-161-2/+2
* [src/frexp.c,tests/tfrexp.c] added new function mpfr_frexpzimmerma2011-01-151-1/+1
* [tests/Makefile.am] Include turandom_gaussian in tests.lfousse2011-01-141-2/+2
* Support multiple inclusions of mpfr.h w.r.t. <stdio.h> and <stdarg.h>vlefevre2011-01-131-1/+1
* Support multiple inclusions of mpfr.h w.r.t. <stdint.h> / <inttypes.h>.vlefevre2011-01-131-1/+1
* [tests/Makefile.am] tversion is also run at the end (after a discussionvlefevre2010-12-121-1/+7
* [tests/Makefile.am] Added a comment (warning about LOADLIBES).vlefevre2010-11-081-0/+3
* [Makefile.am] updated LOADLIBES with reorganization of the sourceszimmerma2010-09-151-1/+1
* Source reorganization. In short:vlefevre2010-08-171-4/+4
* [tests/Makefile.am] Reordered check_PROGRAMS.vlefevre2010-06-101-6/+6
* * Added function mpfr_ai. The implementation is the most naive: it evaluatesschevill2010-03-171-1/+1
* added new function mpfr_set_z_exp (companion to mpfr_get_z_exp)zimmerma2010-02-221-4/+3
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* New function mpfr_urandom.thevenyp2010-01-131-22/+22
* tests/Makefile.am: added information about LOADLIBES.vlefevre2009-09-231-0/+4
* [tests/Makefile.am] put back LOADLIBES=... (enables to compile a program foo.czimmerma2009-09-231-0/+1
* [tests/Makefile.am] removed LOADLIBES=...zimmerma2009-09-211-1/+0
* Makefile.am, tests/Makefile.am: patch from Ralf Wildenhues.vlefevre2009-09-201-1/+1
* changed _binary32 into _flt for file names too:zimmerma2009-09-151-1/+1
* added new functions mpfr_set_binary32 and mpfr_get_binary32zimmerma2009-09-151-4/+4
* [digamma.c] new function mpfr_digammazimmerma2009-09-021-3/+3
* Makefile.am, tests/Makefile.am: added copyright notice (similar tovlefevre2009-07-301-0/+11
* tests/Makefile.am: Strech check_PROGRAMS list to ease insertion of new tests.thevenyp2009-07-301-16/+22
* Makefile.am: Sort tests in alphabetical order except the very first ones whic...thevenyp2009-07-301-17/+17
* NEWS Makefile.am mpfr.h mpfr.texi buildopt.c: New functions mpfr_buildopt_tls...thevenyp2009-05-051-1/+1
* Improved fix for problem dealt with in r6174: use function src_fopen()vlefevre2009-04-221-2/+0
* Fixed problem when the srcdir value contains a word that is #define'dvlefevre2009-04-221-1/+1
* Move mpfr_random2 to tests directory, remove it from API.thevenyp2009-03-241-1/+1
* [tests/tmin_prec.c] new file contributed from Laurent Foussezimmerma2009-03-161-1/+1
* [rint.c] fixed bug with round awayzimmerma2009-02-271-1/+1
* Makefile.am, tmul.c: Rename macro __SRCDIR to MPFR_SRCDIR.thevenyp2008-12-121-1/+1
* configure.in: Add AM_PROG_CC_C_O needed by tmul_CPPFLAGS.thevenyp2008-12-111-1/+3
* Fixed a bug in pow_ui.c and pow_z.c: NaN^0 returned NaN instead of 1vlefevre2008-07-201-2/+2
* tests/tprintf.c: add tests for mpfr_printf and mpfr_vprintf.thevenyp2008-03-101-1/+1
* rename tprintf.c as tsprintf.c, because it does not deal with mpfr_printf.thevenyp2008-02-121-1/+17
* rec_sqrt.c: complete rewrite, to allow to use directly the MPFR internalzimmerma2008-01-151-1/+1
* Makefile.am: add mpfr_printf-like functionsthevenyp2007-11-231-1/+1
* add dilogarithm functionthevenyp2007-10-161-1/+1
* new fmod functionthevenyp2007-09-261-1/+1
* new mpfr_sinh_cosh functionthevenyp2007-09-211-1/+1
* tests: added tisqrt.c (test file for __gmpfr_isqrt internal function).vlefevre2007-09-181-2/+2
* new function mpfr_modf and add restrictions on mpfr_sin_cos' variablesthevenyp2007-09-131-1/+1
* new arithmetic functions with a double argumentthevenyp2007-09-071-2/+2
* Added texp10.c (texp10 currently fails).vlefevre2007-08-091-1/+1
* Replaced l2b cache by constants, as suggested by Patrick Pelissier,vlefevre2007-07-311-1/+1
* Moved mpfr-test.h into the tests directory.vlefevre2007-07-251-1/+1
* Added mpfr_fms based on mpfr_fma.vlefevre2007-07-011-1/+1
* added mpfr_remquo and mpfr_remainderzimmerma2007-05-021-1/+1
* Added preliminary support for mpfr_lngamma and tests.vlefevre2007-04-251-1/+1