summaryrefslogtreecommitdiff
path: root/mpfr/tests
Commit message (Collapse)AuthorAgeFilesLines
* * mpfr/tests/tout_str.c: Patch from Paul for denorm fprintf tests.Kevin Ryde2002-04-161-1/+7
|
* * mpfr/*, configure.in: Update to final mpfr 2.0.1.Kevin Ryde2002-04-1571-73/+105
|
* * mpfr/*: Update to another new mpfr 2.0.1.Kevin Ryde2002-04-131-1/+1
| | | | | * configure.in, Makefile.am, mpfr/Makefile.am, mpfr/tests/Makefile.am: Use MPFR_CONFIGS macro, establish separate MPFR_CFLAGS for mpfr build.
* Regenerate for:Kevin Ryde2002-04-131-2/+2
| | | | | | * mpfr/*: Update to another new mpfr 2.0.1. * configure.in, Makefile.am, mpfr/Makefile.am, mpfr/tests/Makefile.am: Use MPFR_CONFIGS macro, establish separate MPFR_CFLAGS for mpfr build.
* * mpfr/*: Update to another new mpfr 2.0.1.Kevin Ryde2002-04-1317-137/+162
|
* Regenerate for:Kevin Ryde2002-04-131-1/+1
| | | | * mpfr/tests/Makefile.am: Correction to convenience rule for libmpfr.a.
* * mpfr/tests/Makefile.am: Correction to convenience rule for libmpfr.a.Kevin Ryde2002-04-131-1/+1
|
* * mpfr/tests/tconst_log2.c: Correction __mpfr_const_log2_prec type,Kevin Ryde2002-04-131-2/+2
| | | | found and fixed by Vincent.
* RegenerateKevin Ryde2002-04-111-0/+1
|
* * mpfr/*, configure.in: Update to new mpfr 2.0.1.Kevin Ryde2002-04-1117-36/+35
|
* Regenerate for:Kevin Ryde2002-04-091-1/+1
| | | | | Didn't mean to change this with: * mpfr/*, configure.in: Update to mpfr 2.0.1.
* Didn't mean to change this with:Kevin Ryde2002-04-091-1/+1
| | | | * mpfr/*, configure.in: Update to mpfr 2.0.1.
* Regenerate with corrections:Kevin Ryde2002-04-091-1/+1
| | | | * mpfr/*, configure.in: Update to mpfr 2.0.1.
* * mpfr/*: Update to 2.0.1.Kevin Ryde2002-04-0971-812/+1018
|
* Regenerate for:Kevin Ryde2002-03-281-4/+5
| | | | | | * gmp-h.in, mp-h.in, configure.in, acinclude.m4: Remove __GMP from AC_SUBSTs, since autoconf says leading "_" in makefile variables is not portable.
* * mpfr/tests/tdiv.c, mpfr/tests/tui_div.c: Don't depend on nan and infKevin Ryde2002-03-262-12/+107
| | | | handling in "double", for the benefit of alpha.
* * mpfr/tests/tout_str.c: Disable random tests, since they fail onKevin Ryde2002-03-241-0/+4
| | | | alphaev56-unknown-freebsd4.1 and do nothing by default.
* * mpfr/tests/tsqrt.c: Don't depend on nan, inf or -0 in "double", forKevin Ryde2002-03-231-5/+49
| | | | the benefit of alpha.
* Regenerate for:Kevin Ryde2002-03-221-1/+2
| | | | | | * configure.in, mpfr/Makefile.am, mpfr/tests/Makefile.am: Use -mieee-with-inexact or -ieee_with_inexact for mpfr on alpha, so denorms work.
* * configure.in, mpfr/Makefile.am, mpfr/tests/Makefile.am: UseKevin Ryde2002-03-211-0/+1
| | | | | -mieee-with-inexact or -ieee_with_inexact for mpfr on alpha, so denorms work.
* Regenerate for:Kevin Ryde2002-03-201-2/+2
| | | | | | | | | * demos/pexpr.c, demos/pexpr-config-h.in, configure.in: Use an autoconf test for stack_t. * configure.in, gmp-h.in, mp-h.in, macos/configure: Use __GMP_LIBGMP_DLL to enable windows declspec, don't require _WIN32 (etc), remove __GMP_LIBGMP_SHARED and __GMP_LIBGMP_STATIC.
* * mpfr/tests/reuse.c: Clear op1 and op2 flags only in their respectiveKevin Ryde2002-03-131-4/+3
| | | | outer loops.
* #include mpfr-test.h.tege2002-03-111-0/+1
|
* * mpfr/tests/tget_d.c: Disable until portability of rnd_mode.c can beKevin Ryde2002-03-101-0/+10
| | | | sorted out.
* * mpfr/tests/reuse.c: Patch by Paul to fix test4 variable handling.Kevin Ryde2002-03-101-68/+14
|
* * mpfr: Update to 20020301, except internal_ceil_exp2.c,Kevin Ryde2002-03-0963-651/+1263
| | | | | | internal_ceil_log2.c, internal_floor_log2.c renamed to i_ceil_exp2.c, i_ceil_log2.c, i_floor_log2.c to be unique in DOS 8.3. And sqrtrem.c removed since no longer required.
* Regenerate for:Kevin Ryde2002-01-241-0/+1
| | | | | | * configure.in (--enable-nails): New option. (GMP_NAIL_BITS, GMP_LIMB_BITS, GMP_NUMB_BITS): New defines for gmp.h and config.m4.
* Use #include "", not <>, for gmp.h and mpfr.h.tege2002-01-1715-0/+15
| | | | Make sure to #include mpfr-test.h from all files that use random().
* Use #include "", not <>, for gmp.h and mpfr.h.tege2002-01-1721-42/+50
| | | | Make sure to #include mpfr-test.h from all files that use random().
* * mpfr/mpfr.h, mpfr/mpfr-tests.h, mpfr/tests/*.c: Fixes for K&R.Kevin Ryde2002-01-1225-127/+209
|
* Add a copyright year.Kevin Ryde2002-01-122-2/+2
|
* Regenerate for:Kevin Ryde2002-01-121-70/+240
| | | | * mpfr/tests/Makefile.am (AUTOMAKE_OPTIONS): Add ansi2knr.
* * mpfr/tests/Makefile.am (AUTOMAKE_OPTIONS): Add ansi2knr.Kevin Ryde2002-01-121-1/+1
|
* Regenerate for:Kevin Ryde2001-12-211-4/+4
| | | | | | A better effort at: * configure.in: Add --with-readline, AC_PROG_YACC and AM_PROG_LEX. * configure.in: Put demos/expr configs in expr-config.h.
* RegenerateKevin Ryde2001-12-211-3/+7
|
* * mpfr: Update to 2001-11-16. Patch TMP handling of agm.c and sqrt.c,Kevin Ryde2001-11-303-165/+269
| | | | | separate .c files for floor and ceil, disable an expression assert in add1.c.
* * mpfr: Update to 2001-11-16. Patch TMP handling of agm.c and sqrt.c,Kevin Ryde2001-11-3067-529/+6286
| | | | | separate .c files for floor and ceil, disable an expression assert in add1.c.
* Regenerate for:Kevin Ryde2001-10-261-0/+2
| | | | | | * printf/repl-vsnprintf.c: New file. * configure.in, acinclude.m4, Makefile.am, printf/Makefile.am: Use it if libc vsnprintf missing or bad.
* * tests/*/Makefile.in, mpfr/tests/Makefile.in: Regenerate withKevin Ryde2001-10-111-0/+2
| | | | automake patch to avoid Ultrix problem with empty $(TESTS).
* RegenerateKevin Ryde2001-10-011-2/+4
|
* RegenerateKevin Ryde2001-10-011-0/+1
|
* Regenerate for:Kevin Ryde2001-09-111-0/+2
| | | | | * configure.in, gmp-h.in (__GMP_HAVE_HOST_CPU_FAMILY_power, __GMP_HAVE_HOST_CPU_FAMILY_powerpc): New AC_SUBSTs.
* * */Makefile.in, aclocal.m4, configure: Update to automake 1.5.Kevin Ryde2001-08-261-63/+61
|
* Regenerate for:Kevin Ryde2001-08-171-4/+0
| | | | | | * configure.in, acinclude.m4, Makefile.am, printf/Makefile.am, tests/printf/Makefile.am, gmp-h.in, gmp-impl.h, gmp.texi: Remove C++ support, for the time being.
* RegenerateKevin Ryde2001-07-241-0/+1
|
* RegenerateKevin Ryde2001-07-241-0/+3
|
* RegenerateKevin Ryde2001-07-171-1/+0
|
* Regenerate for:Kevin Ryde2001-06-201-0/+1
| | | | | * acinclude.m4 (GMP_ASM_LSYM_PREFIX): AC_SUBST __GMP_LSYM_PREFIX rather than AC_DEFINE LSYM_PREFIX.
* Regenerate for:Kevin Ryde2001-06-171-0/+1
| | | | | | | * configure.in, Makefile.am, gmp-impl.h: Add a debugging TMP_ALLOC, selected with --enable-alloca=debug. * configure.in, Makefile.am: Compile stack-alloc.c only for --disable-alloca.
* Regenerate for:Kevin Ryde2001-05-271-0/+2
| | | | | * configure.in, gmp-h.in, mp-h.in: Add support for windows DLLs. CVS: ----------------------------------------------------------------------