summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere.thevenyp2009-05-0512-33/+0
* printf.c tests/tpow_all.c: <string.h> is not automatically included when comp...thevenyp2009-05-051-0/+1
* NEWS Makefile.am mpfr.h mpfr.texi buildopt.c: New functions mpfr_buildopt_tls...thevenyp2009-05-052-1/+69
* atan.c: expand exponent range when computing arctan(Inf) and arctan(+-1).thevenyp2009-05-051-0/+68
* tests/tatan.c: replaced GMP_RNDN by MPFR_RNDN.vlefevre2009-05-041-3/+3
* Removed trailing spaces.vlefevre2009-04-291-2/+2
* tests/tatan.c: added testcase for bug found by Christopher Creutzigvlefevre2009-04-291-0/+21
* tests/tests.c (data_check): try to open the data file first from thevlefevre2009-04-221-0/+2
* Improved fix for problem dealt with in r6174: use function src_fopen()vlefevre2009-04-222-8/+2
* Fixed problem when the srcdir value contains a word that is #define'dvlefevre2009-04-222-6/+4
* get_f.c: remove dead code (x and z always have the same number of limbs).thevenyp2009-04-151-94/+85
* tests/tget_f.c: Fix typos, better error messages.thevenyp2009-04-151-18/+27
* tests/tget_f.c get_f.c: Set result to the maximum value when the mpfr_t is pl...thevenyp2009-04-141-42/+69
* tests/tget_f.c: Fix typo, increase size of y so that x and y have different l...thevenyp2009-04-141-2/+2
* NEWS mpfr.texi get_f.c: mpfr_get_f now returns the usual ternary value.thevenyp2009-04-081-18/+134
* tests/tget_z.c: do not assume specific values of the ternary value.vlefevre2009-04-081-3/+2
* NEWS mpfr.texi get_z.c: mpfr_get_z now returns an inexact value.thevenyp2009-04-081-5/+16
* [get_z.c] simplified the code, removed the FIXMEzimmerma2009-04-011-0/+9
* [mpfr.texi] completed documentation of mpfr_get_z_exp (was incomplete for 0)zimmerma2009-04-011-0/+17
* strtofr.c tests/tset_str.c: Code simplification (sizeof (char) is always 1).thevenyp2009-03-301-2/+2
* Change base upper limit in string conversion up to 62.thevenyp2009-03-255-4/+95
* [mpfr.texi] fixed documentation of mpfr_get_str which was wrongzimmerma2009-03-251-0/+72
* [tests/random2.c] added missing mpfr-test.h (revealed by nightly tests), andzimmerma2009-03-251-2/+1
* urandomb.c mpfr-gmp.c mpfr-gmp.h: mpfr_rand_raw is now in urandom.c.thevenyp2009-03-242-4/+4
* Move mpfr_random2 to tests directory, remove it from API.thevenyp2009-03-2426-180/+175
* mpfr.texi: corrected mpfr_strtofr documentation ("NAN()" is accepted).vlefevre2009-03-211-0/+7
* tests/tmin_prec.c: replaced GMP_RNDN by MPFR_RNDN.vlefevre2009-03-181-4/+4
* tests/tset_ld.c: removed unused variable.vlefevre2009-03-161-1/+0
* tests/tset_ld.c: Add test case for the bug fixed with r6101.thevenyp2009-03-161-0/+16
* tests/tmin_prec.c: added tests.vlefevre2009-03-161-0/+14
* tests/tmin_prec.c: bug fix (side effects in MPFR_ASSERTN), new tests.vlefevre2009-03-161-12/+27
* tests/tfprintf.c: Use a value less than 2^31-1 compatible (thus < LONG_MAX) i...thevenyp2009-03-161-8/+4
* Replaced GMP_RND* by MPFR_RND*.vlefevre2009-03-162-5/+5
* [tests/tmin_prec.c] new file contributed from Laurent Foussezimmerma2009-03-162-1/+74
* vasprintf.c: Fix bug_20090316 (in buffer_cat, the buffer was 1 character too ...thevenyp2009-03-161-0/+20
* tests/tadd.c: changed GMP_RND* (from r6071) into MPFR_RND*; this shouldvlefevre2009-03-161-5/+5
* tests/tprintf.c: Use new environment variable MPFR_CHECK_LARGEMEM for memory ...thevenyp2009-03-161-1/+1
* tests/tsprintf.c: Fix typo.thevenyp2009-03-161-1/+1
* tests/tprintf.c: Add an expensive test where the output number has more than ...thevenyp2009-03-131-0/+23
* mpfr.texi: Do cosmetic changes and add some details on printf behavior when t...thevenyp2009-03-132-19/+50
* tests/tprintf.c: added missing cast to void * for %p.vlefevre2009-03-101-1/+2
* tests/tfprintf.c: added missing cast to void * for %p.vlefevre2009-03-091-1/+1
* vasprintf.c: now return -1 when the format string is invalid (undefined behav...thevenyp2009-03-061-0/+65
* tests/tadd.c: completed the code coverage (case bk == 0 in add1.c).vlefevre2009-03-051-0/+37
* [cmp2.c] added commentszimmerma2009-03-051-0/+12
* [atan2.c,tatan.c] reduced Ziv's initial precision and added test to havezimmerma2009-03-051-0/+3
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-03148-4613/+4613
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-03158-632/+632
* Untabified and deleted trailing spaces (for patches).vlefevre2009-02-277-43/+43
* [rint.c] fixed a bug incorporated with the round away modezimmerma2009-02-271-0/+6