summaryrefslogtreecommitdiff
path: root/Build/source/libs/mpfr/mpfr-src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/mpfr/mpfr-src/ChangeLog')
-rw-r--r--Build/source/libs/mpfr/mpfr-src/ChangeLog16187
1 files changed, 13618 insertions, 2569 deletions
diff --git a/Build/source/libs/mpfr/mpfr-src/ChangeLog b/Build/source/libs/mpfr/mpfr-src/ChangeLog
index 9e46b94182b..c5a5d61985e 100644
--- a/Build/source/libs/mpfr/mpfr-src/ChangeLog
+++ b/Build/source/libs/mpfr/mpfr-src/ChangeLog
@@ -1,44 +1,4388 @@
------------------------------------------------------------------------
-r13433 | vlefevre | 2019-01-31 20:33:50 +0000 (Thu, 31 Jan 2019) | 2 lines
+r14065 | vlefevre | 2020-07-10 11:52:33 +0000 (Fri, 10 Jul 2020) | 1 line
Changed paths:
- M /branches/4.0/NEWS
+ M /branches/4.1/VERSION
+ M /branches/4.1/configure.ac
+ M /branches/4.1/doc/mpfr.texi
+ M /branches/4.1/src/mpfr.h
+ M /branches/4.1/src/version.c
-[NEWS] Put the "Option -pedantic is now always removed [...]" line
-at the right place (4.0.2, not 4.0.1: r13422 was wrong).
+Updated version to 4.1.0.
------------------------------------------------------------------------
-r13432 | vlefevre | 2019-01-31 20:29:48 +0000 (Thu, 31 Jan 2019) | 1 line
+r14064 | vlefevre | 2020-07-10 11:50:59 +0000 (Fri, 10 Jul 2020) | 1 line
Changed paths:
- M /branches/4.0/VERSION
- M /branches/4.0/configure.ac
- M /branches/4.0/doc/mpfr.texi
- M /branches/4.0/src/mpfr.h
- M /branches/4.0/src/version.c
+ M /branches/4.1/doc/mpfr.texi
-Updated version to 4.0.2.
+[doc/mpfr.texi] Updated the month.
+------------------------------------------------------------------------
+r14063 | vlefevre | 2020-07-10 10:33:32 +0000 (Fri, 10 Jul 2020) | 6 lines
+Changed paths:
+ M /branches/4.1
+ M /branches/4.1/doc/README.dev
+ M /branches/4.1/src/jyn_asympt.c
+ M /branches/4.1/tests/tjn.c
+
+[src/jyn_asympt.c] Partly solved the slowness of jn(733333,733333).
+[tests/tjn.c] Added tests of jn(73333,73333) and jn(733333,733333),
+ enabled only with MPFR_CHECK_EXPENSIVE.
+[doc/README.dev] In the MPFR_CHECK_EXPENSIVE description, say that
+ --enable-assert=full should not be used (too expensive, not needed).
+(merged changesets r14053-14062 from the trunk)
+------------------------------------------------------------------------
+r14050 | vlefevre | 2020-07-01 21:39:57 +0000 (Wed, 01 Jul 2020) | 1 line
+Changed paths:
+ M /branches/4.1/ChangeLog
+
+ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC0 svn log -rHEAD:0 -v".
+------------------------------------------------------------------------
+r14049 | vlefevre | 2020-07-01 21:37:36 +0000 (Wed, 01 Jul 2020) | 1 line
+Changed paths:
+ M /branches/4.1/VERSION
+ M /branches/4.1/configure.ac
+ M /branches/4.1/doc/mpfr.texi
+ M /branches/4.1/src/mpfr.h
+ M /branches/4.1/src/version.c
+
+Updated version to 4.1.0-rc2.
+------------------------------------------------------------------------
+r14048 | vlefevre | 2020-07-01 13:59:32 +0000 (Wed, 01 Jul 2020) | 3 lines
+Changed paths:
+ M /branches/4.1
+ M /branches/4.1/NEWS
+
+[NEWS] Added an item saying that TLS can safely be (re-)enabled
+on Sparc.
+(merged changeset r14047 from the trunk)
+------------------------------------------------------------------------
+r14046 | vlefevre | 2020-06-29 13:57:32 +0000 (Mon, 29 Jun 2020) | 7 lines
+Changed paths:
+ M /branches/4.1
+ M /branches/4.1/tests/mpfr-test.h
+
+[tests/mpfr-test.h] Avoid a GCC bug on Sparc, at least when using TLS.
+The MPFR library itself is not affected, only a particular test. Normal
+code using the MPFR library should not be affected either, as the bug
+occurs when accessing __gmpfr_flags directly (and the public mpfr.h
+header file does not provide any macro that accesses an internal
+variable directly). So a workaround for the tests is the best solution.
+(merged changeset r14045 from the trunk)
+------------------------------------------------------------------------
+r14043 | vlefevre | 2020-06-18 17:37:41 +0000 (Thu, 18 Jun 2020) | 1 line
+Changed paths:
+ M /branches/4.1/VERSION
+ M /branches/4.1/configure.ac
+ M /branches/4.1/doc/mpfr.texi
+ M /branches/4.1/src/mpfr.h
+ M /branches/4.1/src/version.c
+
+Updated version to 4.1.0-dev (due to changes since 4.1.0-rc1).
+------------------------------------------------------------------------
+r14042 | vlefevre | 2020-06-18 17:17:18 +0000 (Thu, 18 Jun 2020) | 54 lines
+Changed paths:
+ M /branches/4.1
+ M /branches/4.1/doc/mpfr.texi
+ M /branches/4.1/src/digamma.c
+ M /branches/4.1/src/get_str.c
+ M /branches/4.1/src/mpfr-longlong.h
+ M /branches/4.1/tests/mpfr-test.h
+ M /branches/4.1/tests/tabort_defalloc1.c
+ M /branches/4.1/tests/tabort_defalloc2.c
+ M /branches/4.1/tests/tcmp_ui.c
+ M /branches/4.1/tests/tdigamma.c
+ M /branches/4.1/tests/tests.c
+ M /branches/4.1/tests/tset_ld.c
+
+Merged r14021-14036 from the trunk:
+
+r14021:
+[tests] Skip tabort_defalloc1 and tabort_defalloc2 under Valgrind, as
+Valgrind complains due to the large allocation size.
+ * mpfr-test.h, tests.c: added tests_run_within_valgrind() function to
+ guess whether the test runs within Valgrind.
+ * tabort_defalloc1.c, tabort_defalloc2.c: skip the test (exit code 77)
+ if this function returns true.
+
+r14022-14023:
+[tests/tset_ld.c] In bug_20160907 (tests on subnormals, specific to
+x86 extended precision):
+ * Replaced an assertion by a test with detailed output.
+ * In case of incorrect result, detect whether Valgrind is used and
+ one gets the result obtained with Valgrind due to
+ https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890215
+ https://bugs.kde.org/show_bug.cgi?id=421262
+ (long double behaves as double); in this case, output a message
+ without an error since Valgrind is the only cause of the
+ miscalculation.
+ * Corrected a value in a test, which did not match the comment.
+
+r14024-14027:
+[src/digamma.c]
+ * Replaced some MPFR_EXP / mpfr_get_exp by MPFR_GET_EXP to check that
+ the MPFR number has an exponent (i.e. it is not a special value).
+ * Added an integer overflow check on a precision.
+ * Fixed a bug: an exponent was read while the value could be zero.
+
+r14028:
+[tests/tdigamma.c] Increase the number of tests.
+
+r14029,14031:
+[doc/mpfr.texi] Specify the range of b for mpfr_get_str_ndigits.
+
+r14030:
+[src/get_str.c] Since the mpfr_get_str_ndigits function is in the
+public API, use MPFR_ASSERTN instead of MPFR_ASSERTD on the condition
+on the argument b in order to get an assertion failure (by default)
+if this condition is not satisfied.
+
+r14032,14035-14036:
+[src/mpfr-longlong.h] Applied patch on
+ https://gmplib.org/list-archives/gmp-bugs/2020-June/004807.html
+to fix add_ssaaaa and sub_ddmmss on arm / aarch64, in order to resolve
+ https://sympa.inria.fr/sympa/arc/mpfr/2020-06/msg00017.html
+ https://sympa.inria.fr/sympa/arc/mpfr/2020-06/msg00059.html
+
+r14034:
+[tests/tcmp_ui.c] Added a comment about a failing test with tcc if
+one adds tcc support for macros using __builtin_constant_p in mpfr.h
+by testing __TINYC__.
+Bug report against tcc: https://savannah.nongnu.org/bugs/?58606
+------------------------------------------------------------------------
+r14019 | vlefevre | 2020-06-13 13:22:33 +0000 (Sat, 13 Jun 2020) | 5 lines
+Changed paths:
+ M /branches/4.1
+ M /branches/4.1/configure.ac
+
+[configure.ac] No longer add -Wc++-compat to CFLAGS when the compiler
+is GCC not in C++ mode (reverting the change done in r13406) since this
+option is not available before GCC 4.1:
+ https://sympa.inria.fr/sympa/arc/mpfr/2020-06/msg00008.html
+(merged changeset r14018 from the trunk)
+------------------------------------------------------------------------
+r14016 | vlefevre | 2020-06-13 09:32:51 +0000 (Sat, 13 Jun 2020) | 7 lines
+Changed paths:
+ M /branches/4.1
+ M /branches/4.1/doc/mpfr.texi
+ M /branches/4.1/tests/tfpif.c
+
+Merged the latest changes from the trunk:
+
+r14012:
+[tests/tfpif.c] Updated comment about the bug detected on AIX.
+
+r14015:
+[doc/mpfr.texi] ACM TOMS article: use the preferred DOI URL.
+------------------------------------------------------------------------
+r14011 | vlefevre | 2020-06-13 01:05:59 +0000 (Sat, 13 Jun 2020) | 8 lines
+Changed paths:
+ M /branches/4.1
+ M /branches/4.1/NEWS
+ M /branches/4.1/tools/announce-text
+
+Merged the latest changes from the trunk:
+
+r14008,14010:
+[tools/announce-text] For release candidates, automatically adapt the
+flow of the text.
+
+r14009:
+[NEWS] Updated mpfr.org URLs (http → https).
+------------------------------------------------------------------------
+r14006 | vlefevre | 2020-06-12 17:55:05 +0000 (Fri, 12 Jun 2020) | 17 lines
+Changed paths:
+ M /branches/4.1
+ M /branches/4.1/README
+ M /branches/4.1/tests/tests.c
+ M /branches/4.1/tests/tfpif.c
+
+Merged the latest changes from the trunk:
+
+r14003:
+[tests/tfpif.c] Fixed a bug (in the test) detected on AIX[*], where
+an fclose failed due to a previous read failure. At the same time,
+check that a read failure no longer occurs. Note: the read failure
+made mpfr_fpif_import fail, but this is a test where it is expected
+to fail, i.e. we now check that it fails for a good reason.
+[*] gcc119.fsffrance.org on the GCC Compile farm.
+
+r14004:
+[tests/tests.c] Removed a useless "#include <errno.h>" (added in r5252,
+useless since r5253).
+
+r14005:
+[README] Added URL of the official GNU MPFR website and a note about the
+future migration, since InriaForge will shut down in December 2020.
+------------------------------------------------------------------------
+r14002 | vlefevre | 2020-06-12 12:17:11 +0000 (Fri, 12 Jun 2020) | 1 line
+Changed paths:
+ M /branches/4.1/ChangeLog
+
+ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC0 svn log -rHEAD:0 -v".
+------------------------------------------------------------------------
+r14001 | vlefevre | 2020-06-12 12:10:28 +0000 (Fri, 12 Jun 2020) | 1 line
+Changed paths:
+ M /branches/4.1/VERSION
+ M /branches/4.1/configure.ac
+ M /branches/4.1/doc/mpfr.texi
+ M /branches/4.1/src/mpfr.h
+ M /branches/4.1/src/version.c
+
+Updated version to 4.1.0-rc1.
+------------------------------------------------------------------------
+r14000 | vlefevre | 2020-06-12 12:09:52 +0000 (Fri, 12 Jun 2020) | 2 lines
+Changed paths:
+ M /branches/4.1
+ M /branches/4.1/tools/update-version
+
+[tools/update-version] Improved a message.
+(merged changeset r13999 from the trunk)
+------------------------------------------------------------------------
+r13998 | vlefevre | 2020-06-12 12:02:30 +0000 (Fri, 12 Jun 2020) | 3 lines
+Changed paths:
+ M /branches/4.1
+ M /branches/4.1/src/mpfr-longlong.h
+
+[src/mpfr-longlong.h] Corrected a comment from GMP's longlong.h, which
+makes codespell complain in particular.
+(merged changeset r13997 from the trunk)
+------------------------------------------------------------------------
+r13996 | vlefevre | 2020-06-12 11:56:18 +0000 (Fri, 12 Jun 2020) | 4 lines
+Changed paths:
+ M /branches/4.1
+ M /branches/4.1/tools/mpfrlint
+
+[tools/mpfrlint] Improved the __GMP_DECLSPEC test:
+ * No longer exclude "src/mpfr.h".
+ * Avoid false positives in "src/mpfr.h" and "src/mpfr-longlong.h".
+(merged changeset r13995 from the trunk)
+------------------------------------------------------------------------
+r13994 | vlefevre | 2020-06-12 11:45:04 +0000 (Fri, 12 Jun 2020) | 1 line
+Changed paths:
+ M /branches/4.1/doc/mpfr.texi
+
+[doc/mpfr.texi] Updated the month.
+------------------------------------------------------------------------
+r13991 | vlefevre | 2020-06-12 11:40:23 +0000 (Fri, 12 Jun 2020) | 1 line
+Changed paths:
+ A /branches/4.1 (from /trunk:13990)
+
+Created branch 4.1.
+------------------------------------------------------------------------
+r13990 | vlefevre | 2020-06-12 11:39:36 +0000 (Fri, 12 Jun 2020) | 1 line
+Changed paths:
+ M /trunk/ChangeLog
+
+ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC0 svn log -rHEAD:0 -v".
+------------------------------------------------------------------------
+r13989 | vlefevre | 2020-06-11 21:22:20 +0000 (Thu, 11 Jun 2020) | 2 lines
+Changed paths:
+ M /trunk/NEWS
+ M /trunk/doc/mpfr.texi
+ M /trunk/src/mpfr.h
+ M /trunk/src/total_order.c
+ M /trunk/tests/ttotal_order.c
+
+Renamed mpfr_total_order to mpfr_total_order_p for consistency with the
+other predicates (by convention, the function name should end with _p).
+------------------------------------------------------------------------
+r13987 | vlefevre | 2020-06-11 15:15:52 +0000 (Thu, 11 Jun 2020) | 1 line
+Changed paths:
+ M /trunk/NEWS
+
+[NEWS] New function mpfr_total_order. Detailed mpfr_get_str_ndigits.
+------------------------------------------------------------------------
+r13986 | vlefevre | 2020-06-11 15:07:52 +0000 (Thu, 11 Jun 2020) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Updated "To make a release".
+------------------------------------------------------------------------
+r13980 | vlefevre | 2020-06-11 13:01:58 +0000 (Thu, 11 Jun 2020) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Updated "To make a release".
+------------------------------------------------------------------------
+r13979 | vlefevre | 2020-06-11 12:44:42 +0000 (Thu, 11 Jun 2020) | 1 line
+Changed paths:
+ M /trunk/src/Makefile.am
+
+[src/Makefile.am] Updated -version-info to 7:0:1 for MPFR 4.1.0.
+------------------------------------------------------------------------
+r13978 | vlefevre | 2020-06-11 12:41:25 +0000 (Thu, 11 Jun 2020) | 1 line
+Changed paths:
+ M /trunk/NEWS
+
+[NEWS] Additional details, in particular binary compatibility.
+------------------------------------------------------------------------
+r13977 | vlefevre | 2020-06-11 12:05:29 +0000 (Thu, 11 Jun 2020) | 1 line
+Changed paths:
+ M /trunk/NEWS
+
+[NEWS] Some improvements.
+------------------------------------------------------------------------
+r13976 | zimmerma | 2020-06-11 07:44:42 +0000 (Thu, 11 Jun 2020) | 2 lines
+Changed paths:
+ M /trunk/doc/mini-gmp
+
+[doc/mini-gmp] one more test is skipped now
+
+------------------------------------------------------------------------
+r13975 | zimmerma | 2020-06-11 07:44:00 +0000 (Thu, 11 Jun 2020) | 2 lines
+Changed paths:
+ M /trunk/doc/mini-gmp
+
+[doc/mini-gmp] add test results with reduced limb size (int)
+
+------------------------------------------------------------------------
+r13974 | vlefevre | 2020-06-11 00:00:45 +0000 (Thu, 11 Jun 2020) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Updated "To make a release".
+------------------------------------------------------------------------
+r13973 | vlefevre | 2020-06-10 23:19:17 +0000 (Wed, 10 Jun 2020) | 1 line
+Changed paths:
+ M /trunk/NEWS
+
+[NEWS] Added release name for 4.1.0: "épinards à la crème".
+------------------------------------------------------------------------
+r13971 | vlefevre | 2020-06-10 21:53:27 +0000 (Wed, 10 Jun 2020) | 1 line
+Changed paths:
+ M /trunk/doc/mini-gmp
+
+[doc/mini-gmp] English usage improvement.
+------------------------------------------------------------------------
+r13970 | vlefevre | 2020-06-10 21:50:12 +0000 (Wed, 10 Jun 2020) | 15 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+ M /trunk/tests/tvalist.c
+
+Fixed 2 issues with tests/tvalist.c:
+ 1. When building with mini-gmp (--with-mini-gmp=DIR) without
+ optimizations (-O0), the build of tvalist was failing because
+ the formatted output functions are not supported (this issue
+ wasn't noticed with optimizations due to dead code elimination).
+ Fix: this test is disabled with mini-gmp (not needed anyway).
+ 2. Dead code elimination with optimizations partly broke the goal
+ of this test, i.e. checking that mpfr_vfprintf was available.
+ This dead code was introduced in r7648 "Make sure that fct is
+ used (avoid a warning)." (where fct = mpfr_vfprintf) but was
+ actually not sufficient.
+ Fix: call mpfr_vfprintf unconditionally, but on an empty string
+ in order to avoid output to stdout.
+In addition to these changes in tests/tvalist.c, src/mpfr-impl.h could
+be simplified as a consequence.
+------------------------------------------------------------------------
+r13969 | vlefevre | 2020-06-10 21:26:07 +0000 (Wed, 10 Jun 2020) | 5 lines
+Changed paths:
+ M /trunk/src/clears.c
+ M /trunk/src/inits.c
+ M /trunk/src/inits2.c
+ M /trunk/tests/tvalist.c
+
+Removed '# undef HAVE_STDARG' before '# include "config.h"' when it
+was used, as it was not always undefined (e.g. in tests/tsprintf.c)
+and there are no reasons to undefine this macro specifically.
+Note: this code was introduced in r2665 (2004-02-06), perhaps for
+the MPFR build inside GMP, which has been dropped a long time ago.
+------------------------------------------------------------------------
+r13968 | vlefevre | 2020-06-10 21:07:30 +0000 (Wed, 10 Jun 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tvalist.c
+
+[tests/tvalist.c] Updated a comment.
+------------------------------------------------------------------------
+r13967 | vlefevre | 2020-06-10 21:01:12 +0000 (Wed, 10 Jun 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/tvalist.c
+
+[tests/tvalist.c] Correction when config.h is used (code copied from
+src/inits.c).
+------------------------------------------------------------------------
+r13966 | zimmerma | 2020-06-10 14:27:40 +0000 (Wed, 10 Jun 2020) | 2 lines
+Changed paths:
+ M /trunk/doc/mini-gmp
+
+[doc/mini-gmp] review
+
+------------------------------------------------------------------------
+r13964 | vlefevre | 2020-06-10 12:48:02 +0000 (Wed, 10 Jun 2020) | 1 line
+Changed paths:
+ M /trunk/NEWS
+
+[NEWS] Typo in option name.
+------------------------------------------------------------------------
+r13963 | vlefevre | 2020-06-10 10:58:36 +0000 (Wed, 10 Jun 2020) | 5 lines
+Changed paths:
+ M /trunk/src/mpfr-longlong.h
+
+[src/mpfr-longlong.h]
+ * Updated comment about this file and the changes against GMP 6.2.0.
+ * Define __GMP_GNUC_PREREQ if it isn't defined (this is currently not
+ needed since it is defined in gmp.h as used also there, but this is
+ useful in case some future gmp.h version no longer defines it).
+------------------------------------------------------------------------
+r13962 | vlefevre | 2020-06-10 10:39:09 +0000 (Wed, 10 Jun 2020) | 3 lines
+Changed paths:
+ M /trunk/src/mpfr-longlong.h
+
+[src/mpfr-longlong.h] Update: applied the diff of GMP's longlong.h
+between GMP 6.1.0 and GMP 6.2.0, after reverting changesets 13251,
+11042, 11025, and 10727, as these changes are present in the diff.
+------------------------------------------------------------------------
+r13961 | vlefevre | 2020-06-10 10:21:51 +0000 (Wed, 10 Jun 2020) | 1 line
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] With mini-gmp, also check the availability of srand48.
+------------------------------------------------------------------------
+r13960 | vlefevre | 2020-06-10 10:15:52 +0000 (Wed, 10 Jun 2020) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-mini-gmp.c
+
+[src/mpfr-mini-gmp.c] For gmp_randseed_ui, which uses srand48, use
+a portable version of the conversion from unsigned long to long.
+------------------------------------------------------------------------
+r13959 | vlefevre | 2020-06-10 09:37:15 +0000 (Wed, 10 Jun 2020) | 1 line
+Changed paths:
+ M /trunk/doc/mini-gmp
+
+[doc/mini-gmp] Note also that the random functions are not thread-safe.
+------------------------------------------------------------------------
+r13958 | vlefevre | 2020-06-10 09:21:46 +0000 (Wed, 10 Jun 2020) | 1 line
+Changed paths:
+ M /trunk/doc/mini-gmp
+
+[doc/mini-gmp] Major update.
+------------------------------------------------------------------------
+r13957 | vlefevre | 2020-06-10 08:40:02 +0000 (Wed, 10 Jun 2020) | 1 line
+Changed paths:
+ M /trunk/NEWS
+
+[NEWS] Removed a FIXME (no problems found).
+------------------------------------------------------------------------
+r13955 | vlefevre | 2020-06-09 15:53:51 +0000 (Tue, 09 Jun 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tversion.c
+
+[tests/tversion.c] Code style: replaced (mp_limb_t) -1 by MPFR_LIMB_MAX.
+------------------------------------------------------------------------
+r13954 | vlefevre | 2020-06-09 15:46:19 +0000 (Tue, 09 Jun 2020) | 2 lines
+Changed paths:
+ M /trunk/src/mul_ui.c
+
+[src/mul_ui.c] Bug fix: in the code where MPFR_LONG_WITHIN_LIMB is
+not defined, update the flags (needed for the possible overflow).
+------------------------------------------------------------------------
+r13953 | vlefevre | 2020-06-09 15:37:58 +0000 (Tue, 09 Jun 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/tmul_ui.c
+
+[tests/tmul_ui.c] Added an overflow check that fails in MPFR_RNDZ with
+mini-gmp and mp_limb_t < long (e.g. "-DMINI_GMP_LIMB_TYPE=short").
+------------------------------------------------------------------------
+r13952 | vlefevre | 2020-06-09 15:15:04 +0000 (Tue, 09 Jun 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tgeneric.c
+
+[tests/tgeneric.c] In the MPFR_SUSPICIOUS_OVERFLOW case, output yprec.
+------------------------------------------------------------------------
+r13951 | vlefevre | 2020-06-09 15:04:19 +0000 (Tue, 09 Jun 2020) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Changed the code that defines MPFR_LONG_WITHIN_LIMB
+in order to support mini-gmp with -DMINI_GMP_LIMB_TYPE=...
+------------------------------------------------------------------------
+r13950 | vlefevre | 2020-06-09 13:39:35 +0000 (Tue, 09 Jun 2020) | 8 lines
+Changed paths:
+ M /trunk/src/get_ld.c
+
+[src/get_ld.c] Fixed build failure with GMP_NUMB_BITS == 8 due to the
+use of uint64_t in src/get_ld.c, while <stdint.h> was not included:
+replaced it by "unsigned long long", which does not need a specific
+header (an exact 64-bit type is not needed, we just need at least a
+64-bit width, which unsigned long long is guaranteed to have).
+Note: unsigned long long may not be available with a pre-C99 compiler,
+but this is not worse than uint64_t. This limitation is currently OK
+as GMP_NUMB_BITS == 8 support is just for testing.
+------------------------------------------------------------------------
+r13949 | vlefevre | 2020-06-09 10:53:21 +0000 (Tue, 09 Jun 2020) | 12 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Make MPFR_CHECK_MP_LIMB_T_VS_LONG and
+MPFR_CHECK_MP_LIMB_T_VS_INTMAX similar:
+ * Use AC_LINK_IFELSE in MPFR_CHECK_MP_LIMB_T_VS_LONG too: this
+ is safer than AC_COMPILE_IFELSE, as it will detect undefined
+ function-like macros.
+ * Define MPFR_USE_STATIC_ASSERT in MPFR_CHECK_MP_LIMB_T_VS_INTMAX
+ too in order to make sure that a static assertion is used (not
+ the MPFR_ASSERTN fallback).
+Note: These constitute redundant safeguards because if MPFR_ASSERTN
+is used, it will be regarded as a function since the macro is not
+defined in this context, and linking will fail as a consequence.
+But this redundancy will protect more against MPFR code evolution.
+------------------------------------------------------------------------
+r13948 | vlefevre | 2020-06-09 09:41:51 +0000 (Tue, 09 Jun 2020) | 16 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Fixed MPFR_CHECK_MP_LIMB_T_VS_LONG macro by forcing
+MPFR_USE_STATIC_ASSERT to 1 before including mpfr-sassert.h, i.e.
+by requiring static assertions: because AC_COMPILE_IFELSE is used
+(i.e. just compiling, no linking), the test could incorrectly succeed
+when MPFR_USE_STATIC_ASSERT was not defined, i.e. whatever the value
+of "(mp_limb_t) -1 >= (unsigned long) -1"; indeed, in this case,
+MPFR_ASSERTN() was used instead of a static assertion, and since the
+macro was not defined here, MPFR_ASSERTN was regarded as a function
+(without a prototype), which was fine for compiling (except when the
+compiler is configured to regard warnings such as missing prototype
+as errors). In short, one could get "yes" while long was larger than
+mp_limb_t.
+Note: In uncommon cases (non-standard compiler...), one can still get
+"no" while a long fits in mp_limb_t, but this isn't much an issue as
+the MPFR code should work in such a case. Moreover, src/mpfr-impl.h
+will also have the chance to set MPFR_LONG_WITHIN_LIMB in practice.
+------------------------------------------------------------------------
+r13947 | vlefevre | 2020-06-09 00:57:05 +0000 (Tue, 09 Jun 2020) | 28 lines
+Changed paths:
+ M /trunk/acinclude.m4
+ M /trunk/src/mpfr-sassert.h
+ M /trunk/tune/tuneup.c
+
+Removed MPFR_DECL_STATIC_ASSERT macro as it was buggy, unused, rather
+useless, and it had drawbacks. Details:
+ * In src/mpfr-sassert.h, the default definition of this macro in the
+ MPFR_USE_STATIC_ASSERT case ended with a spurious ";". Since this
+ macro was unused, this wasn't noticeable... except in the configure
+ test for static assertions, which failed in some cases (e.g. with
+ CFLAGS="-std=c99 -pedantic-errors -Wno-error=overlength-strings")
+ for this reason, which had the effect to let MPFR_USE_STATIC_ASSERT
+ undefined, while static assertions were actually working.
+ * Still in src/mpfr-sassert.h, but when MPFR_USE_STATIC_ASSERT is not
+ defined, the MPFR_DECL_STATIC_ASSERT(c) expanded to nothing, which
+ would yield invalid code as
+ MPFR_DECL_STATIC_ASSERT(some_assertion);
+ would yield an extra ";" (about the same issue as above). Given
+ the fact that the portable MPFR_USE_STATIC_ASSERT code does not
+ work with this compiler, it is not clear whether this is fixable
+ in a completely reliable way.
+ * MPFR_DECL_STATIC_ASSERT can be replaced by MPFR_STAT_STATIC_ASSERT
+ after moving it to the statement section of a function, with almost
+ no drawbacks (just a bit readability in some cases?).
+ * When MPFR_USE_STATIC_ASSERT is not defined, MPFR_STAT_STATIC_ASSERT
+ will check the assertion at run time (for free, since the result is
+ known at compile time), while MPFR_DECL_STATIC_ASSERT would not be
+ able to do anything useful.
+Changes:
+ * acinclude.m4: removed the test of MPFR_DECL_STATIC_ASSERT.
+ * src/mpfr-sassert.h: removed MPFR_DECL_STATIC_ASSERT definitions.
+ * tune/tuneup.c: removed MPFR_DECL_STATIC_ASSERT redefinition.
+------------------------------------------------------------------------
+r13946 | vlefevre | 2020-06-08 23:55:33 +0000 (Mon, 08 Jun 2020) | 3 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] MPFR_CHECK_MP_LIMB_T_VS_LONG: updated comment to say
+that using MPFR_ASSERTN (as the code tries to do if static assertions
+are not supported, but currently fails) would be incorrect.
+------------------------------------------------------------------------
+r13945 | vlefevre | 2020-06-08 13:45:33 +0000 (Mon, 08 Jun 2020) | 2 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] In MPFR_CHECK_MP_LIMB_T_VS_INTMAX, do the test only if
+intmax_t is defined (assuming that it is iff uintmax_t is defined).
+------------------------------------------------------------------------
+r13944 | vlefevre | 2020-06-08 13:39:32 +0000 (Mon, 08 Jun 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/tversion.c
+
+[tests/tversion.c] Also output the results of the detection of
+"long within limb" and "intmax_t within limb".
+------------------------------------------------------------------------
+r13942 | vlefevre | 2020-06-04 16:22:38 +0000 (Thu, 04 Jun 2020) | 1 line
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] Removed an obsolete FIXME, which is probably wrong.
+------------------------------------------------------------------------
+r13941 | vlefevre | 2020-06-04 16:17:12 +0000 (Thu, 04 Jun 2020) | 1 line
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] Updated a comment, replacing a resolved FIXME.
+------------------------------------------------------------------------
+r13940 | vlefevre | 2020-06-04 15:53:59 +0000 (Thu, 04 Jun 2020) | 2 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] MPFR_CHECK_DBL2INT_BUG test: avoid potentially reserved
+exit status.
+------------------------------------------------------------------------
+r13939 | vlefevre | 2020-06-04 14:29:17 +0000 (Thu, 04 Jun 2020) | 2 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Fixed r13938: the new MPFR_C_REALFP_FORMAT macro also
+needs to take the printf length modifier in argument.
+------------------------------------------------------------------------
+r13938 | vlefevre | 2020-06-04 13:51:32 +0000 (Thu, 04 Jun 2020) | 11 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Improved the code to determine the format of double,
+resolving the FIXME. The issue was that it used an AC_RUN_IFELSE,
+so that the format could not be determined when cross-compiling.
+The code to determine the format of long double did not have such
+an issue: the object file was analyzed by an awk script. Since a
+long double can have the same format as a double, this code was
+already able to recognize a double, in particular. So the change
+consisted in slightly adapting this code to accept the tested type
+as an argument ("double" or "long double", the mpfr_cv_… variable
+name being obtained thanks to AS_VAR_PUSHDEF) and reusing it for
+the detection of the format of double.
+------------------------------------------------------------------------
+r13937 | vlefevre | 2020-06-04 13:21:09 +0000 (Thu, 04 Jun 2020) | 3 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] MPFR_C_LONG_DOUBLE_FORMAT cleanup:
+ * Removed an unused AH_VERBATIM.
+ * Removed "not available" condition, no longer possible since r13936.
+------------------------------------------------------------------------
+r13936 | vlefevre | 2020-06-04 12:34:18 +0000 (Thu, 04 Jun 2020) | 6 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Fix concerning r13935: also removed code that tested
+the availability of long double. This code was useless since it was
+just outputting "not available" if long double was missing, and one
+would get an error later since MPFR requires long double. But since
+long double is in ISO C89, it is useless to add a test just to return
+an error for pre-C89 compilers.
+------------------------------------------------------------------------
+r13935 | vlefevre | 2020-06-04 12:17:15 +0000 (Thu, 04 Jun 2020) | 4 lines
+Changed paths:
+ M /trunk/acinclude.m4
+ M /trunk/configure.ac
+
+[acinclude.m4] Removed "AC_CHECK_TYPES([long double])", whose only
+ purpose is to define a HAVE_LONG_DOUBLE macro.
+[configure.ac] Removed HAVE_LONG_DOUBLE from the cleanup: no longer
+ needed with the change in acinclude.m4.
+------------------------------------------------------------------------
+r13934 | vlefevre | 2020-06-03 13:44:24 +0000 (Wed, 03 Jun 2020) | 1 line
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] Minor change in a comment.
+------------------------------------------------------------------------
+r13933 | vlefevre | 2020-06-03 13:38:17 +0000 (Wed, 03 Jun 2020) | 10 lines
+Changed paths:
+ M /trunk/acinclude.m4
+ M /trunk/configure.ac
+
+Cleanup about the function detection by autoconf.
+ * acinclude.m4: removed the detection of memmove, memset and strtol,
+ which was not used (a macro "HAVE_..." was defined... to be removed
+ in configure.ac!); for AC_CHECK_FUNCS, remove options starting with
+ "-Werror" as they can yield a spurious failure due to the way this
+ test is done (this occurred on memmove and memset with GCC due to
+ builtins, and similar issues could still occur in practice with the
+ remaining functions in the AC_CHECK_FUNCS list).
+ * configure.ac: removed HAVE_STRTOL from the macro cleanup: no longer
+ needed since strtol has been removed from the AC_CHECK_FUNCS list.
+------------------------------------------------------------------------
+r13932 | vlefevre | 2020-06-03 12:11:13 +0000 (Wed, 03 Jun 2020) | 3 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Minor improvement: in the MPFR_CHECK_GMP test, changed
+the exit status values 1..3 to 81..83 in order to avoid confusion, as
+low values can typically be returned in case of compile or link error.
+------------------------------------------------------------------------
+r13931 | vlefevre | 2020-06-02 22:43:08 +0000 (Tue, 02 Jun 2020) | 1 line
+Changed paths:
+ M /trunk/tests/memory.c
+
+[tests/memory.c] Updated a comment.
+------------------------------------------------------------------------
+r13930 | vlefevre | 2020-06-02 21:35:11 +0000 (Tue, 02 Jun 2020) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-longlong.h
+
+[src/mpfr-longlong.h] Added code to check that mpfr-longlong.h is not
+included directly; MPFR_NEED_LONGLONG_H must be defined instead.
+------------------------------------------------------------------------
+r13929 | vlefevre | 2020-06-02 21:26:51 +0000 (Tue, 02 Jun 2020) | 2 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] To complete r13928, one also needs to define
+MPFR_NEED_INTMAX_H here when mpfr-intmax.h is used.
+------------------------------------------------------------------------
+r13928 | vlefevre | 2020-06-02 21:21:45 +0000 (Tue, 02 Jun 2020) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+ M /trunk/src/mpfr-intmax.h
+
+[src/{mpfr-impl.h,mpfr-intmax.h}] Added code to check that mpfr-intmax.h
+is not included directly; MPFR_NEED_INTMAX_H must be defined instead.
+------------------------------------------------------------------------
+r13923 | vlefevre | 2020-06-01 10:39:52 +0000 (Mon, 01 Jun 2020) | 12 lines
+Changed paths:
+ M /trunk/src/fits_intmax.c
+ M /trunk/src/fits_uintmax.c
+ M /trunk/src/get_sj.c
+ M /trunk/src/get_str.c
+ M /trunk/src/get_uj.c
+ M /trunk/src/mpfr-impl.h
+ M /trunk/src/mpfr-intmax.h
+ M /trunk/src/set_sj.c
+ M /trunk/src/set_uj.c
+ M /trunk/src/vasprintf.c
+ M /trunk/tests/memory.c
+ M /trunk/tests/tfits.c
+ M /trunk/tests/tfprintf.c
+ M /trunk/tests/tget_sj.c
+ M /trunk/tests/tprintf.c
+ M /trunk/tests/tset_sj.c
+ M /trunk/tests/tversion.c
+
+Bug fixes and cleanup related to "src/mpfr-intmax.h" by introducing
+a new macro MPFR_NEED_INTMAX_H, which should be defined instead of
+using: #include "mpfr-intmax.h"
+
+Details on the bugs fixed:
+ * The code added in r13916 forgot a #include <limits.h> since this
+ code does a test on ULLONG_MAX. With the cleanup, <limits.h> is
+ already always included by mpfr-impl.h (early enough).
+ * In src/get_str.c and tests/memory.c, a #include "config.h" was
+ missing before #include "mpfr-intmax.h"; this issue would affect
+ platforms where "config.h" is needed and where <inttypes.h> or
+ <stdint.h> does not exist or does not work.
+------------------------------------------------------------------------
+r13922 | vlefevre | 2020-06-01 00:15:37 +0000 (Mon, 01 Jun 2020) | 3 lines
+Changed paths:
+ M /trunk/tests/tgamma.c
+
+[tests/tgamma.c] For the non-regression test added in r13907, one
+also needs to temporarily increase the memory limit, thus require
+MPFR_CHECK_LARGEMEM too.
+------------------------------------------------------------------------
+r13920 | vlefevre | 2020-05-26 11:24:25 +0000 (Tue, 26 May 2020) | 2 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] If decimal floats are explicitly disabled, do not do
+the check of the bit-field ordering for _Decimal128.
+------------------------------------------------------------------------
+r13919 | vlefevre | 2020-05-26 11:12:21 +0000 (Tue, 26 May 2020) | 2 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Fixed detection of bit-field ordering for _Decimal128:
+a compiler error with exit status 1 was mixed up with little endian.
+------------------------------------------------------------------------
+r13916 | vlefevre | 2020-05-24 17:53:31 +0000 (Sun, 24 May 2020) | 3 lines
+Changed paths:
+ M /trunk/src/mpfr-intmax.h
+
+[src/mpfr-intmax.h] Added support for Silicon Graphics IRIX 6.5 (1998)
+with native /usr/bin/cc, which knows the long long type but defines
+ULONGLONG_MAX, etc. instead of ULLONG_MAX, etc.
+------------------------------------------------------------------------
+r13915 | vlefevre | 2020-05-24 01:35:17 +0000 (Sun, 24 May 2020) | 4 lines
+Changed paths:
+ M /trunk/tests/tget_ld_2exp.c
+
+[tests/tget_ld_2exp.c] Reverted r13914 as we still need to support
+pre-C99 compilers (and this change was useless).
+If C99 syntax is needed, there should be a configure test, and the
+code should be conditional.
+------------------------------------------------------------------------
+r13914 | zimmerma | 2020-05-23 19:53:25 +0000 (Sat, 23 May 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/tget_ld_2exp.c
+
+[tests/tget_ld_2exp.c] put expected value in hex in bug20180904()
+
+------------------------------------------------------------------------
+r13913 | vlefevre | 2020-05-20 01:13:35 +0000 (Wed, 20 May 2020) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] "To make a release": mention MPFR_CHECK_EXPENSIVE.
+------------------------------------------------------------------------
+r13912 | zimmerma | 2020-05-19 21:19:06 +0000 (Tue, 19 May 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/tgamma.c
+
+[tests/tgamma.c] added comment about bug fix
+
+------------------------------------------------------------------------
+r13911 | zimmerma | 2020-05-19 21:13:36 +0000 (Tue, 19 May 2020) | 3 lines
+Changed paths:
+ M /trunk/src/bernoulli.c
+
+[src/bernoulli.c] improve initial precision in mpfr_bernoulli_internal()
+ (avoid failures for n <= 10000)
+
+------------------------------------------------------------------------
+r13910 | zimmerma | 2020-05-19 20:01:02 +0000 (Tue, 19 May 2020) | 2 lines
+Changed paths:
+ M /trunk/src/bernoulli.c
+
+[src/bernoulli.c] fix bug with non-regression test added in r13907
+
+------------------------------------------------------------------------
+r13909 | zimmerma | 2020-05-19 17:59:41 +0000 (Tue, 19 May 2020) | 3 lines
+Changed paths:
+ M /trunk/src/bernoulli.c
+
+[src/bernoulli.c] temporary fix for the bug in mpfr_gamma, something must be
+ wrong in the error analysis of mpfr_bernoulli_internal()
+
+------------------------------------------------------------------------
+r13908 | zimmerma | 2020-05-19 16:13:09 +0000 (Tue, 19 May 2020) | 3 lines
+Changed paths:
+ M /trunk/doc/README.dev
+ M /trunk/tests/tgamma.c
+
+[doc/README.dev] added MPFR_CHECK_EXPENSIVE
+[tests/tgamma.c] use MPFR_CHECK_EXPENSIVE
+
+------------------------------------------------------------------------
+r13907 | zimmerma | 2020-05-19 15:06:58 +0000 (Tue, 19 May 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/tgamma.c
+
+added non-regression test for bug reported by Frithjof Blomquist
+
+------------------------------------------------------------------------
+r13906 | vlefevre | 2020-05-04 15:25:13 +0000 (Mon, 04 May 2020) | 1 line
+Changed paths:
+ M /trunk/tools/mpfrlint
+
+[tools/mpfrlint] Use of codespell: better workaround to python ugliness.
+------------------------------------------------------------------------
+r13898 | vlefevre | 2020-04-27 20:12:09 +0000 (Mon, 27 Apr 2020) | 3 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Section "Rounding" / even-rounding rule: the odd
+radices β are actually not concerned since in such radices, β^k
+is always odd, so that the exponent does not matter.
+------------------------------------------------------------------------
+r13897 | vlefevre | 2020-04-27 19:59:50 +0000 (Mon, 27 Apr 2020) | 7 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] In Section "Rounding", for MPFR_RNDN, added a note
+about the even-rounding rule in particular cases: 1-digit precision
+and odd radices.
+Note: A short explanation was already in the mpfr_get_str description,
+which is where the issue could occur at the time the minimum precision
+of MPFR numbers was 2. Now that the minimum precision is 1, this rule
+in such special cases is more general.
+------------------------------------------------------------------------
+r13896 | vlefevre | 2020-04-27 19:27:57 +0000 (Mon, 27 Apr 2020) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] + "than": also in a comment.
+------------------------------------------------------------------------
+r13895 | vlefevre | 2020-04-27 19:19:53 +0000 (Mon, 27 Apr 2020) | 2 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Corrected a typo. Changed "{less,greater} or equal to"
+to the more common "{less,greater} than or equal to".
+------------------------------------------------------------------------
+r13893 | vlefevre | 2020-04-26 16:07:20 +0000 (Sun, 26 Apr 2020) | 2 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] In the paragraph on mpfr_rnd_t, give a reference
+to Section "Rounding".
+------------------------------------------------------------------------
+r13892 | vlefevre | 2020-04-26 15:58:59 +0000 (Sun, 26 Apr 2020) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] s/can not/cannot/
+------------------------------------------------------------------------
+r13891 | vlefevre | 2020-04-26 15:57:16 +0000 (Sun, 26 Apr 2020) | 4 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Improved Section "Rounding" even more:
+ * Added a note about the sign of the result (important for 0).
+ * Described the directed rounding modes (BTW, this notion of
+ "directed rounding modes" was used but never defined).
+------------------------------------------------------------------------
+r13890 | vlefevre | 2020-04-26 15:13:10 +0000 (Sun, 26 Apr 2020) | 5 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Improved the description of the rounding modes:
+ * Be more clear that MPFR_RNDN uses the even rounding rule.
+ * In "two representable numbers", add "consecutive".
+ * Be more general than radix 2 (due to conversions to a string).
+ * Consistent typography.
+------------------------------------------------------------------------
+r13889 | vlefevre | 2020-04-25 15:08:40 +0000 (Sat, 25 Apr 2020) | 5 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi]
+ * mpfr_init2: mention mpfr_prec_round; added a note about
+ memory allocation.
+ * mpfr_prec_round: clarification ("new allocation" could be
+ surprising since one needs less memory).
+------------------------------------------------------------------------
+r13888 | zimmerma | 2020-04-25 14:42:58 +0000 (Sat, 25 Apr 2020) | 3 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] document that mpfr_prec_round does no new allocation
+ in case the allocated memory is enough
+
+------------------------------------------------------------------------
+r13886 | vlefevre | 2020-04-22 15:27:07 +0000 (Wed, 22 Apr 2020) | 5 lines
+Changed paths:
+ M /trunk/src/atan.c
+
+[src/atan.c] Removing the FIXME: I can't see anything wrong in the
+MPFR code. This could be a bug in GCC's analyzer (which is currently
+experimental). And GCC bug 94713 in the analyzer prevents debugging
+as it makes impossible to track uninitialized values: warnings do not
+occur the first time an uninitialized value occurs.
+------------------------------------------------------------------------
+r13885 | vlefevre | 2020-04-22 15:10:28 +0000 (Wed, 22 Apr 2020) | 1 line
+Changed paths:
+ M /trunk/src/atan.c
+
+[src/atan.c] Added an assertion.
+------------------------------------------------------------------------
+r13884 | vlefevre | 2020-04-22 15:02:31 +0000 (Wed, 22 Apr 2020) | 1 line
+Changed paths:
+ M /trunk/src/atan.c
+
+[src/atan.c] Reduce the number of mpz_get_ui calls with assertions.
+------------------------------------------------------------------------
+r13883 | vlefevre | 2020-04-22 12:23:39 +0000 (Wed, 22 Apr 2020) | 1 line
+Changed paths:
+ M /trunk/src/atan.c
+
+[src/atan.c] Added a FIXME.
+------------------------------------------------------------------------
+r13881 | vlefevre | 2020-04-14 11:12:16 +0000 (Tue, 14 Apr 2020) | 5 lines
+Changed paths:
+ M /trunk/doc/texinfo.tex
+
+[doc/texinfo.tex] Update to 2020-02-11.09 with "autoreconf -i -f"
+under Debian/unstable.
+Note: The generated mpfr.html and mpfr.info files remain the same.
+In mpfr.pdf, there are minor changes concerning horizontal spacing
+in paragraphs with a URL.
+------------------------------------------------------------------------
+r13879 | vlefevre | 2020-04-11 01:53:36 +0000 (Sat, 11 Apr 2020) | 4 lines
+Changed paths:
+ M /trunk/tests/tget_set_d64.c
+
+[tests/tget_set_d64.c] Fixed missing "#if _MPFR_IEEE_FLOATS" that
+became visible with r13878 now that the encoding of decimal floats
+can be detected at compile time. But by fixing the defined macros
+manually, this issue could be visible before r13878.
+------------------------------------------------------------------------
+r13878 | vlefevre | 2020-04-10 11:19:19 +0000 (Fri, 10 Apr 2020) | 11 lines
+Changed paths:
+ M /trunk/INSTALL
+ M /trunk/acinclude.m4
+ M /trunk/configure.ac
+ M /trunk/doc/README.dev
+ M /trunk/src/get_d64.c
+ M /trunk/src/mpfr-impl.h
+ M /trunk/src/set_d128.c
+ M /trunk/src/set_d64.c
+ M /trunk/tests/tget_set_d128.c
+ M /trunk/tests/tget_set_d64.c
+ M /trunk/tests/tversion.c
+
+Reworked decimal support and detection, resolving FIXMEs.
+ * INSTALL, acinclude.m4, configure.ac: --enable-decimal-float can
+ take new values. Change of macro DPD_FORMAT (DPD was assumed in
+ case of cross-compilation, which could be wrong) to 3 new macros:
+ DECIMAL_DPD_FORMAT, DECIMAL_BID_FORMAT, DECIMAL_GENERIC_CODE.
+ * doc/README.dev: documented these 3 new macros.
+ * src/mpfr-impl.h: the detection of the BID encoding can now be
+ done at compile time when GCC defines __DECIMAL_BID_FORMAT__
+ (as on x86); support of the 3 new macros.
+ * src/{get_d64.c,set_d64.c,set_d128.c}: update.
+ * tests/{tget_set_d64.c,tget_set_d128.c,tversion.c}: update.
+------------------------------------------------------------------------
+r13877 | vlefevre | 2020-04-08 22:39:35 +0000 (Wed, 08 Apr 2020) | 1 line
+Changed paths:
+ M /trunk/ChangeLog
+ M /trunk/INSTALL
+ M /trunk/src/get_d128.c
+ M /trunk/src/get_d64.c
+ M /trunk/src/mpfr-sassert.h
+ M /trunk/src/set_d128.c
+ M /trunk/src/set_d64.c
+ M /trunk/tests/tests.c
+ M /trunk/tests/tset_ld.c
+ M /trunk/tests/tsprintf.c
+
+Updated URLs of the GCC mailing-list archives.
+------------------------------------------------------------------------
+r13876 | vlefevre | 2020-04-06 21:06:10 +0000 (Mon, 06 Apr 2020) | 3 lines
+Changed paths:
+ M /trunk/src/mpfr-gmp.h
+
+[src/mpfr-gmp.h] Updated FIXME about AC_FUNC_ALLOCA (in 2019-01, I
+already noticed a probable bug in the AC_FUNC_ALLOCA description,
+but forgot about it).
+------------------------------------------------------------------------
+r13875 | vlefevre | 2020-04-06 14:03:01 +0000 (Mon, 06 Apr 2020) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Updated the month.
+------------------------------------------------------------------------
+r13874 | vlefevre | 2020-04-06 14:02:01 +0000 (Mon, 06 Apr 2020) | 2 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Formatted output functions: added a comment with the URL
+of the bug report.
+------------------------------------------------------------------------
+r13873 | vlefevre | 2020-04-06 13:59:38 +0000 (Mon, 06 Apr 2020) | 3 lines
+Changed paths:
+ M /trunk/NEWS
+ M /trunk/doc/mpfr.texi
+
+[NEWS,doc/mpfr.texi] Documented the improvement in the formatted output
+functions (mpfr_printf, etc.) with an empty precision field, about
+trailing zeros.
+------------------------------------------------------------------------
+r13868 | vlefevre | 2020-04-03 10:56:49 +0000 (Fri, 03 Apr 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tsub.c
+
+[tests/tsub.c] Corrected MPFR_ASSERTD to MPFR_ASSERTN.
+------------------------------------------------------------------------
+r13867 | vlefevre | 2020-04-03 10:54:16 +0000 (Fri, 03 Apr 2020) | 9 lines
+Changed paths:
+ M /trunk/tests/tsub.c
+
+[tests/tsub.c] Reverted r13862 and fixed the test_ubf test: A random
+precision was too small, so that an input for the test was not computed
+exactly (I had modified the values of the inputs for better tests, but
+forgot to change the minimum precision). Also check that the inputs are
+computed exactly (which is what I often do, but here, I had forgotten),
+in order to make errors like the above one easier to understand in case
+the test will have to be modified later.
+Note: With the incorrect input, the mpfr_sub1 result and flags were
+actually correct, so that this was only a bug in the test.
+------------------------------------------------------------------------
+r13866 | zimmerma | 2020-04-03 06:32:52 +0000 (Fri, 03 Apr 2020) | 2 lines
+Changed paths:
+ M /trunk/INSTALL
+
+[INSTALL] update CompCert instructions
+
+------------------------------------------------------------------------
+r13865 | zimmerma | 2020-04-02 20:35:33 +0000 (Thu, 02 Apr 2020) | 2 lines
+Changed paths:
+ M /trunk/INSTALL
+
+[INSTALL] fixed CompCert instructions
+
+------------------------------------------------------------------------
+r13864 | vlefevre | 2020-04-02 15:55:35 +0000 (Thu, 02 Apr 2020) | 6 lines
+Changed paths:
+ M /trunk/tests/tset_ld.c
+
+[tests/tset_ld.c] Reverted r13858: the check_overflow test was already
+in MPFR 4.0.1 and was succeeding on armv5tejl-unknown-linux-gnueabi,
+which had mpfr_cv_c_long_double_format='IEEE double, little endian'.
+The issue should be investigated.
+Note: MPFR_LDBL_MANT_DIG may be larger than the actual number of bits,
+but this should not cause a failure in the tests.
+------------------------------------------------------------------------
+r13863 | vlefevre | 2020-04-02 15:43:04 +0000 (Thu, 02 Apr 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/tget_ld_2exp.c
+
+[tests/tget_ld_2exp.c] Proper fix: the bug20180904 test was designed
+for the x87 extended precision, so enable it only in this case.
+------------------------------------------------------------------------
+r13862 | zimmerma | 2020-04-02 14:06:30 +0000 (Thu, 02 Apr 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/tsub.c
+
+[tests/tsub.c] modify test_ubf() to always hit a current failing test
+
+------------------------------------------------------------------------
+r13861 | vlefevre | 2020-04-02 13:49:16 +0000 (Thu, 02 Apr 2020) | 2 lines
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] Fixed the change done in r13853 (about removed macros),
+making the code simpler and more maintainable at the same time.
+------------------------------------------------------------------------
+r13860 | zimmerma | 2020-04-02 11:48:28 +0000 (Thu, 02 Apr 2020) | 2 lines
+Changed paths:
+ M /trunk/INSTALL
+
+[INSTALL] added configuration for CompCert test
+
+------------------------------------------------------------------------
+r13859 | vlefevre | 2020-04-02 11:31:51 +0000 (Thu, 02 Apr 2020) | 2 lines
+Changed paths:
+ M /trunk/src/set_ld.c
+
+[src/set_ld.c] Removed obsolete workaround due to LDBL_MAX being buggy
+on old i386 systems (the tests were not using this workaround).
+------------------------------------------------------------------------
+r13858 | zimmerma | 2020-04-02 11:12:28 +0000 (Thu, 02 Apr 2020) | 3 lines
+Changed paths:
+ M /trunk/tests/tget_ld_2exp.c
+ M /trunk/tests/tset_ld.c
+
+[tests/tget_ld_2exp.c] fixed for case where long double = double
+[tests/tset_ld.c] likewise
+
+------------------------------------------------------------------------
+r13857 | vlefevre | 2020-04-02 10:58:19 +0000 (Thu, 02 Apr 2020) | 2 lines
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] Moved MPFR_CONFIGS invocation: MPFR_CONFIGS uses LDFLAGS,
+thus must be invoked after LDFLAGS has been determined completely.
+------------------------------------------------------------------------
+r13856 | zimmerma | 2020-04-02 10:32:50 +0000 (Thu, 02 Apr 2020) | 2 lines
+Changed paths:
+ M /trunk/INSTALL
+
+[INSTALL] now all tests pass with compcert
+
+------------------------------------------------------------------------
+r13855 | zimmerma | 2020-04-02 10:19:13 +0000 (Thu, 02 Apr 2020) | 2 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] added missing LDFLAGS for long double test
+
+------------------------------------------------------------------------
+r13854 | vlefevre | 2020-04-02 09:56:46 +0000 (Thu, 02 Apr 2020) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Added HAVE_ALLOCA description.
+------------------------------------------------------------------------
+r13853 | vlefevre | 2020-04-02 09:53:55 +0000 (Thu, 02 Apr 2020) | 2 lines
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] Do not remove the HAVE_ALLOCA macro, which is now used
+by MPFR to determine the default MPFR_ALLOCA_MAX value.
+------------------------------------------------------------------------
+r13852 | zimmerma | 2020-04-02 09:51:09 +0000 (Thu, 02 Apr 2020) | 2 lines
+Changed paths:
+ M /trunk/INSTALL
+
+[INSTALL] update CompCert instructions
+
+------------------------------------------------------------------------
+r13851 | vlefevre | 2020-04-02 09:45:31 +0000 (Thu, 02 Apr 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/tversion.c
+
+[tests/tversion.c] Output whether MPFR is built with the GMP build,
+and the MPFR_ALLOCA_MAX value if not.
+------------------------------------------------------------------------
+r13850 | vlefevre | 2020-04-02 09:24:44 +0000 (Thu, 02 Apr 2020) | 3 lines
+Changed paths:
+ M /trunk/src/mpfr-gmp.h
+
+[src/mpfr-gmp.h] If HAVE_ALLOCA is not defined, i.e. if alloca() is
+not available (as detected by the configure script), then set the
+default MPFR_ALLOCA_MAX value to 0 so that alloca() is not used.
+------------------------------------------------------------------------
+r13849 | zimmerma | 2020-04-02 06:57:07 +0000 (Thu, 02 Apr 2020) | 2 lines
+Changed paths:
+ M /trunk/INSTALL
+
+[INSTALL] added instructions for CompCert
+
+------------------------------------------------------------------------
+r13848 | vlefevre | 2020-04-02 01:26:46 +0000 (Thu, 02 Apr 2020) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Updated MPFR_ALLOCA_MAX description.
+------------------------------------------------------------------------
+r13847 | vlefevre | 2020-04-02 01:04:08 +0000 (Thu, 02 Apr 2020) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-gmp.h
+
+[src/mpfr-gmp.h] When MPFR_ALLOCA_MAX = 0 (set at configure time),
+do not reference alloca() since we don't need it.
+------------------------------------------------------------------------
+r13844 | vlefevre | 2020-03-31 13:11:09 +0000 (Tue, 31 Mar 2020) | 2 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] About mpfr_printf with %Re and empty precision field,
+added a comment with URLs of the discussion and the bug report.
+------------------------------------------------------------------------
+r13840 | vlefevre | 2020-03-30 19:07:12 +0000 (Mon, 30 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/src/sub1.c
+
+[src/sub1.c] Typo in a comment.
+------------------------------------------------------------------------
+r13839 | vlefevre | 2020-03-30 14:52:53 +0000 (Mon, 30 Mar 2020) | 3 lines
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] Updated message output when the gmp.h vs libgmp test
+fails: another cause may be that LD_RUN_PATH is not honored (problem
+seen under OpenBSD 6.6 / gcc302.fsffrance.org).
+------------------------------------------------------------------------
+r13835 | vlefevre | 2020-03-27 17:36:26 +0000 (Fri, 27 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tset_sj.c
+
+[tests/tset_sj.c] Forgot a "#ifndef NPRINTF_J" for printf("%jd",...).
+------------------------------------------------------------------------
+r13834 | vlefevre | 2020-03-27 15:45:17 +0000 (Fri, 27 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/src/set_uj.c
+
+[src/set_uj.c] Fixed underflow detection.
+------------------------------------------------------------------------
+r13833 | vlefevre | 2020-03-27 15:12:51 +0000 (Fri, 27 Mar 2020) | 2 lines
+Changed paths:
+ M /trunk/src/set_uj.c
+
+[src/set_uj.c] Added early overflow detection to avoid a possible
+integer overflow. Added a FIXME (incorrect underflow detection).
+------------------------------------------------------------------------
+r13832 | vlefevre | 2020-03-27 15:05:03 +0000 (Fri, 27 Mar 2020) | 6 lines
+Changed paths:
+ M /trunk/tests/tset_sj.c
+
+[tests/tset_sj.c] Added tests of mpfr_set_sj_2exp and mpfr_set_uj_2exp
+in precision 3 with integers from -31 to 31 and exponents MPFR_EXP_MIN,
+MPFR_EMIN_MIN-7 to MPFR_EMIN_MIN, MPFR_EMAX_MAX-7 to MPFR_EMAX_MAX,
+MPFR_EXP_MAX-7 to MPFR_EXP_MAX (like in tset_si.c, see r13808), but
+also exponents INTMAX_MIN and INTMAX_MAX. This shows bugs in set_uj.c,
+to be fixed...
+------------------------------------------------------------------------
+r13831 | vlefevre | 2020-03-27 14:17:10 +0000 (Fri, 27 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/src/set_sj.c
+
+[src/set_sj.c] Coding style.
+------------------------------------------------------------------------
+r13830 | vlefevre | 2020-03-27 13:59:05 +0000 (Fri, 27 Mar 2020) | 4 lines
+Changed paths:
+ M /trunk/src/mpfr-gmp.h
+ M /trunk/src/mpfr-impl.h
+
+[src] Moved the definition of the numberof() macro from mpfr-gmp.h to
+mpfr-impl.h in order to always use our own. Also make sure that the
+type is signed, so that the value can be used in arbitrary expressions
+without the risk of silently switching to unsigned arithmetic.
+------------------------------------------------------------------------
+r13827 | vlefevre | 2020-03-26 12:58:24 +0000 (Thu, 26 Mar 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/texpm1.c
+
+[tests/texpm1.c] Updated the bad_cases() parameters to increase the
+proportion of generated bad cases.
+------------------------------------------------------------------------
+r13826 | vlefevre | 2020-03-26 11:51:33 +0000 (Thu, 26 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tset_si.c
+
+[tests/tset_si.c] Forgot a cast for MPFR_EXP_FSPEC argument.
+------------------------------------------------------------------------
+r13825 | vlefevre | 2020-03-26 10:07:00 +0000 (Thu, 26 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Updated the month.
+------------------------------------------------------------------------
+r13824 | vlefevre | 2020-03-26 10:00:46 +0000 (Thu, 26 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
+ M /trunk/src/dump.c
+ M /trunk/src/mpfr-impl.h
+
+Consistency: "a UBF" → "an UBF" since UBF stands for "unbounded float".
+------------------------------------------------------------------------
+r13823 | vlefevre | 2020-03-26 09:56:45 +0000 (Thu, 26 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Updated UBF comment about aliasing rules.
+------------------------------------------------------------------------
+r13822 | vlefevre | 2020-03-26 09:53:55 +0000 (Thu, 26 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Updated UBF comment about aliasing rules.
+------------------------------------------------------------------------
+r13821 | vlefevre | 2020-03-26 09:35:25 +0000 (Thu, 26 Mar 2020) | 3 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Bug fix (MPFR_ZEXP(x) as used for an assignment
+could yield undefined behavior on platforms where mpfr_exp_t has
+trap representations); this is also a general improvement.
+------------------------------------------------------------------------
+r13818 | vlefevre | 2020-03-26 02:45:48 +0000 (Thu, 26 Mar 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/tsub.c
+
+[tests/tsub.c] Avoid the build failure with -Werror=strict-aliasing by
+replacing x[…] by p[…] (but this doesn't eliminate the problem itself).
+------------------------------------------------------------------------
+r13816 | vlefevre | 2020-03-26 00:17:17 +0000 (Thu, 26 Mar 2020) | 5 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] UBF: updated comment: this breaks aliasing rules, but
+there isn't any other acceptable solution.
+Note: when trying to build MPFR without --enable-assert, with GCC and
+CFLAGS="-O2 -Werror=strict-aliasing", the compilation of tests/tsub.c
+currently fails because of that.
+------------------------------------------------------------------------
+r13815 | vlefevre | 2020-03-25 20:24:23 +0000 (Wed, 25 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tsub.c
+
+[tests/tsub.c] Fixed tests on UBF.
+------------------------------------------------------------------------
+r13814 | vlefevre | 2020-03-25 20:04:16 +0000 (Wed, 25 Mar 2020) | 2 lines
+Changed paths:
+ M /trunk/src/sub1.c
+
+[src/sub1.c] Fixed underflow handling in case c small (can occur only
+with UBF).
+------------------------------------------------------------------------
+r13813 | vlefevre | 2020-03-25 19:40:39 +0000 (Wed, 25 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tfma.c
+
+[tests/tfma.c] Minor correction.
+------------------------------------------------------------------------
+r13812 | vlefevre | 2020-03-25 19:39:40 +0000 (Wed, 25 Mar 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/tfma.c
+
+[tests/tfma.c] Changed a RND_LOOP to RND_LOOP_NO_RNDF as the behavior
+with RNDF changed after a bug fix.
+------------------------------------------------------------------------
+r13811 | vlefevre | 2020-03-25 17:52:01 +0000 (Wed, 25 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tsub.c
+
+[tests/tsub.c] Completed tests for UBF (currently fail).
+------------------------------------------------------------------------
+r13810 | vlefevre | 2020-03-25 17:28:45 +0000 (Wed, 25 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/src/sub1.c
+
+[src/sub1.c] Bug fix for UBF and MPFR_RNDF.
+------------------------------------------------------------------------
+r13809 | vlefevre | 2020-03-25 17:07:02 +0000 (Wed, 25 Mar 2020) | 3 lines
+Changed paths:
+ M /trunk/src/set_si_2exp.c
+ M /trunk/src/set_ui_2exp.c
+
+[src/set_{si,ui}_2exp.c] Bug fix in MPFR_LONG_WITHIN_LIMB defined case:
+added early underflow/overflow checking to avoid integer overflow or
+errors due to special exponent values.
+------------------------------------------------------------------------
+r13808 | vlefevre | 2020-03-25 16:55:37 +0000 (Wed, 25 Mar 2020) | 5 lines
+Changed paths:
+ M /trunk/tests/tset_si.c
+
+[tests/tset_si.c] Added tests of mpfr_set_si_2exp and mpfr_set_ui_2exp
+in precision 3 with integers from -31 to 31 and exponents MPFR_EXP_MIN,
+MPFR_EMIN_MIN-7 to MPFR_EMIN_MIN, MPFR_EMAX_MAX-7 to MPFR_EMAX_MAX,
+MPFR_EXP_MAX-7 to MPFR_EXP_MAX, showing bugs in these functions when
+MPFR_LONG_WITHIN_LIMB is defined.
+------------------------------------------------------------------------
+r13807 | vlefevre | 2020-03-24 15:41:55 +0000 (Tue, 24 Mar 2020) | 3 lines
+Changed paths:
+ M /trunk/tests/tsub.c
+
+[tests/tsub.c] More tests on UBF. The results are not checked yet,
+but running the tests with UBsan could allow one to trigger bugs
+(such as the one fixed in r13806).
+------------------------------------------------------------------------
+r13806 | vlefevre | 2020-03-24 15:32:22 +0000 (Tue, 24 Mar 2020) | 3 lines
+Changed paths:
+ M /trunk/src/sub1.c
+
+[src/sub1.c] If exp_b = MPFR_EXP_MIN, an integer overflow may occur in
+the "MAX (aq, bq) + 2 <= diff_exp" branch. This is possible only with
+UBF. Fixed this bug with an early underflow detection in the UBF case.
+------------------------------------------------------------------------
+r13805 | vlefevre | 2020-03-24 13:47:38 +0000 (Tue, 24 Mar 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/tfmma.c
+
+[tests/tfmma.c] Added extreme_underflow test: before the r13798 bug fix,
+this was triggering an integer overflow.
+------------------------------------------------------------------------
+r13804 | vlefevre | 2020-03-24 12:41:29 +0000 (Tue, 24 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tsub.c
+
+[tests/tsub.c] Corrected a function name.
+------------------------------------------------------------------------
+r13803 | vlefevre | 2020-03-24 11:27:52 +0000 (Tue, 24 Mar 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/tsub.c
+
+[tests/tsub.c] More tests on UBF, in particular with an exponent change
+(including subnormal → normal and normal → overflow due to that).
+------------------------------------------------------------------------
+r13802 | vlefevre | 2020-03-24 01:31:09 +0000 (Tue, 24 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tsub.c
+
+[tests/tsub.c] Tests on UBF: underflow/overflow cases done.
+------------------------------------------------------------------------
+r13801 | vlefevre | 2020-03-23 16:05:46 +0000 (Mon, 23 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tsub.c
+
+[tests/tsub.c] More tests on UBF.
+------------------------------------------------------------------------
+r13800 | vlefevre | 2020-03-23 15:40:48 +0000 (Mon, 23 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] UBF: reordered macro definitions.
+------------------------------------------------------------------------
+r13799 | vlefevre | 2020-03-23 15:38:06 +0000 (Mon, 23 Mar 2020) | 3 lines
+Changed paths:
+ M /trunk/src/add1.c
+ M /trunk/src/mpfr-impl.h
+ M /trunk/src/sub1.c
+
+[src]
+ * mpfr-impl.h: define MPFR_UBF_GET_EXP macro.
+ * add1.c, sub1.c: use this macro.
+------------------------------------------------------------------------
+r13798 | vlefevre | 2020-03-23 15:13:34 +0000 (Mon, 23 Mar 2020) | 2 lines
+Changed paths:
+ M /trunk/src/sub1.c
+
+[src/sub1.c] Detect an underflow case (before the main detection) to
+avoid a possible integer overflow with UBF.
+------------------------------------------------------------------------
+r13797 | vlefevre | 2020-03-23 13:19:56 +0000 (Mon, 23 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tsub.c
+
+[tests/tsub.c] Added comments.
+------------------------------------------------------------------------
+r13796 | vlefevre | 2020-03-23 13:13:10 +0000 (Mon, 23 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tsub.c
+
+[tests/tsub.c] First tests on UBF.
+------------------------------------------------------------------------
+r13795 | vlefevre | 2020-03-23 11:09:53 +0000 (Mon, 23 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/src/agm.c
+
+[src/agm.c] Avoid a potential integer overflow with huge precisions.
+------------------------------------------------------------------------
+r13794 | vlefevre | 2020-03-16 10:57:40 +0000 (Mon, 16 Mar 2020) | 2 lines
+Changed paths:
+ M /trunk/src/root.c
+
+[src/root.c] Removed useless cast in a comparison, as both operands are
+non-negative.
+------------------------------------------------------------------------
+r13793 | vlefevre | 2020-03-16 10:53:56 +0000 (Mon, 16 Mar 2020) | 8 lines
+Changed paths:
+ M /trunk/src/rem1.c
+
+[src/rem1.c]
+ * Portability fix: when mpfr_exp_t <= long (which is the default),
+ an addition was done in unsigned integer arithmetic instead of
+ signed integer arithmetic, with a conversion back to a signed
+ type, i.e. with potentially implementation-defined behavior.
+ There could also be an integer overflow on huge-precision values
+ if mp_bitcnt_t > unsigned long.
+ * Updated a comment.
+------------------------------------------------------------------------
+r13792 | vlefevre | 2020-03-16 10:44:24 +0000 (Mon, 16 Mar 2020) | 8 lines
+Changed paths:
+ M /trunk/src/pow.c
+
+[src/pow.c]
+ * Portability fix: when mpfr_exp_t <= long (which is the default),
+ an addition with a negative result was done in unsigned integer
+ arithmetic instead of signed integer arithmetic, with a conversion
+ back to a signed type, i.e. with implementation-defined behavior.
+ There could also be an integer overflow on huge-precision values
+ if mp_bitcnt_t > unsigned long.
+ * Updated comments.
+------------------------------------------------------------------------
+r13791 | vlefevre | 2020-03-16 10:34:26 +0000 (Mon, 16 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/src/cos.c
+
+[src/cos.c] Updated a comment.
+------------------------------------------------------------------------
+r13790 | vlefevre | 2020-03-16 10:22:20 +0000 (Mon, 16 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/src/cos.c
+
+[src/cos.c] Updated a comment.
+------------------------------------------------------------------------
+r13789 | vlefevre | 2020-03-16 10:07:34 +0000 (Mon, 16 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/src/const_log2.c
+
+[src/const_log2.c] Corrected type for the return value of mpz_scan1.
+------------------------------------------------------------------------
+r13788 | vlefevre | 2020-03-13 17:48:24 +0000 (Fri, 13 Mar 2020) | 5 lines
+Changed paths:
+ M /trunk/doc/README.dev
+ M /trunk/tests/tests.c
+
+[tests/tests.c] Revert a change done in r13783 for function bad_cases():
+ no longer fail if a generated value does not correspond to a bad case.
+ But fail if the MPFR_CHECK_BADCASES environment variable is defined
+ and too few bad cases are generated (less than 90%).
+[doc/README.dev] Document MPFR_CHECK_BADCASES.
+------------------------------------------------------------------------
+r13787 | vlefevre | 2020-03-13 16:40:17 +0000 (Fri, 13 Mar 2020) | 25 lines
+Changed paths:
+ M /trunk/tests/tatanh.c
+ M /trunk/tests/tests.c
+ M /trunk/tests/tlog1p.c
+ M /trunk/tests/trec_sqrt.c
+
+[tests] Update to test the ternary value in test5rm() when possible,
+and support the exact cases.
+ * tests.c:
+ - test5rm(): modified the prototype again and the behavior.
+ Now, either only one test is done and the ternary value is
+ not checked, or the test is done in the 5 rounding modes and
+ the ternary value is checked.
+ - data_check(): corresponding update; updated description.
+ - bad_cases(): test the exact cases too.
+ * tatanh.c: for the bad_cases() call, reduce emax to avoid errors in
+ the generation of bad cases due to the rounding of tanh(y) to 1,
+ which does not correspond to a bad case for atanh, but to an exact
+ case.
+ * tlog1p.c: for the bad_cases() call, reduce emax to avoid errors in
+ the generation of bad cases due to the rounding of expm1(y) to -1,
+ which does not correspond to a bad case for log1p, but to an exact
+ case.
+ * trec_sqrt.c: corrected the bad_cases() call to avoid negative
+ numbers.
+Note: the following tests
+ GMP_CHECK_RANDOMIZE=5 ./tacos
+ GMP_CHECK_RANDOMIZE=6 ./tatan
+ GMP_CHECK_RANDOMIZE=4 ./tcos
+currently fail, but because of a change in r13783 (see associated log
+for the reason). To be fixed later.
+------------------------------------------------------------------------
+r13786 | vlefevre | 2020-03-13 10:29:46 +0000 (Fri, 13 Mar 2020) | 5 lines
+Changed paths:
+ M /trunk/tests/tests.c
+
+[tests/tests.c] Modified the prototype of test5rm() to support a
+parameter "exact". Therefore the parameter "test_one" is now a boolean
+(the value 2 is no longer supported, as redundant with "exact"), and
+about data_check() with rnd = '*', the loop is now done in test5rm(),
+i.e. test5rm() is called with test_one being false.
+------------------------------------------------------------------------
+r13785 | vlefevre | 2020-03-12 17:33:07 +0000 (Thu, 12 Mar 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/tsqrt.c
+
+[tests/tsqrt.c] For bad_cases(), use the same pos and psup parameters
+as in troot.c for "rootn[2]", allowing inexact cases.
+------------------------------------------------------------------------
+r13784 | vlefevre | 2020-03-12 17:21:40 +0000 (Thu, 12 Mar 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/tcbrt.c
+
+[tests/tcbrt.c] For bad_cases(), use the same pos and psup parameters
+as in troot.c for "rootn[3]", allowing inexact cases.
+------------------------------------------------------------------------
+r13783 | vlefevre | 2020-03-12 17:17:56 +0000 (Thu, 12 Mar 2020) | 19 lines
+Changed paths:
+ M /trunk/tests/tests.c
+ M /trunk/tests/troot.c
+
+[tests]
+ * tests.c, function bad_cases(): updated/added debug messages;
+ assume that the parameters are chosen in such a way that this
+ test always generates hard-to-round cases (including exact cases),
+ i.e. exit with an error if one does not get a bad case, otherwise
+ this can leave unexpected failures unnoticed (either due to a bug
+ in the MPFR library or due to poorly chosen parameters such as in
+ troot.c until now).
+ Note: ideally, this would require a proof, but it is better to get
+ (unlikely) spurious failures with a non-default GMP_CHECK_RANDOMIZE
+ value than missing important tests.
+ * troot.c, bad_cases() invocation:
+ - corrected the pos parameter: when n is even, it is useless to
+ generate a negative number as the function is not defined (the
+ inverse function generates a positive number, and the mismatch
+ now yields a failure due to the change in bad_cases); when n is
+ odd, generate as many negative numbers as positive ones.
+ - for n ≤ 5, reduce the psup parameter in order to also generate
+ inexact cases, instead of always exact cases.
+------------------------------------------------------------------------
+r13782 | vlefevre | 2020-03-12 16:17:38 +0000 (Thu, 12 Mar 2020) | 3 lines
+Changed paths:
+ M /trunk/tests/tests.c
+
+[tests/tests.c] Added a TODO for bad_cases, as the exact cases are not
+tested yet. As a consequence, the bad_cases test added in tcbrt.c r13776
+is not really useful yet, as the cbrt bad cases are only exact cases.
+------------------------------------------------------------------------
+r13781 | vlefevre | 2020-03-12 15:48:34 +0000 (Thu, 12 Mar 2020) | 9 lines
+Changed paths:
+ M /trunk/tests/tests.c
+
+[tests/tests.c]
+ * test5rm: removed additional useless tests added in r6037 in the
+ case test_one true and rnd = MPFR_RNDZ or MPFR_RNDA, since the
+ description was a bit incorrect and this was used only by
+ - data/digamma, where this yielded only duplicate tests (mode *);
+ - data/li2, where mode z is used on a few tests and could be
+ replaced by mode Z (i.e. test_one false) if need be;
+ updated description and added details.
+ * data_check: corrected/updated description.
+------------------------------------------------------------------------
+r13780 | vlefevre | 2020-03-12 13:05:16 +0000 (Thu, 12 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tests.c
+
+[tests/tests.c] Minor change in an initialization.
+------------------------------------------------------------------------
+r13779 | vlefevre | 2020-03-12 00:57:34 +0000 (Thu, 12 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tget_set_d128.c
+ M /trunk/tests/tget_set_d64.c
+
+[tests/tget_set_{d64,d128}.c] Added a FIXME and improved a message.
+------------------------------------------------------------------------
+r13778 | vlefevre | 2020-03-12 00:44:26 +0000 (Thu, 12 Mar 2020) | 4 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Added a FIXME: in case of cross-compiling, the guess
+"DPD" can be wrong, e.g. for the build with MinGW under Linux. One
+does not get a failure just because of other issues in the code,
+forcing the portable implementation of the decimal functions.
+------------------------------------------------------------------------
+r13776 | vlefevre | 2020-03-11 15:22:13 +0000 (Wed, 11 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tcbrt.c
+
+Added bad_cases tests for mpfr_cbrt.
+------------------------------------------------------------------------
+r13775 | vlefevre | 2020-03-11 15:12:09 +0000 (Wed, 11 Mar 2020) | 4 lines
+Changed paths:
+ M /trunk/src/cbrt.c
+
+[src/cbrt.c] Improved the algorithm in the case the precision of the
+input is larger than 3n, where n is the precision of the output, + 1
+if the rounding mode is MPFR_RNDN: instead of truncating the output,
+call mpz_root on the truncated input.
+------------------------------------------------------------------------
+r13774 | vlefevre | 2020-03-11 13:29:03 +0000 (Wed, 11 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tcbrt.c
+
+[tests/tcbrt.c] Test the ternary value on other exact cases.
+------------------------------------------------------------------------
+r13773 | vlefevre | 2020-03-11 13:23:28 +0000 (Wed, 11 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tcbrt.c
+
+[tests/tcbrt.c] Test the ternary value on special cases.
+------------------------------------------------------------------------
+r13772 | vlefevre | 2020-03-11 10:36:43 +0000 (Wed, 11 Mar 2020) | 5 lines
+Changed paths:
+ M /trunk/src/cbrt.c
+
+[src/cbrt.c] Description of the algorithm: improvement; corrected the
+end, which was incorrect and did not match the code (the comment was
+introduced in r2057 and was already incorrect in the round-down case;
+then the round-to-nearest case was improved in r2070, but the comment
+was not updated).
+------------------------------------------------------------------------
+r13771 | vlefevre | 2020-03-11 10:18:02 +0000 (Wed, 11 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/src/cbrt.c
+
+[src/cbrt.c] Description of the algorithm: correction; added a TODO.
+------------------------------------------------------------------------
+r13769 | vlefevre | 2020-03-10 16:43:17 +0000 (Tue, 10 Mar 2020) | 3 lines
+Changed paths:
+ M /trunk/src/cbrt.c
+
+[src/cbrt.c] Description of the algorithm: corrected indentation;
+renamed variable r to t in order to avoid confusion with the code
+(where r has a different meaning).
+------------------------------------------------------------------------
+r13768 | vlefevre | 2020-03-10 16:35:08 +0000 (Tue, 10 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/src/cbrt.c
+
+[src/cbrt.c] Clarified a comment.
+------------------------------------------------------------------------
+r13767 | vlefevre | 2020-03-10 16:12:46 +0000 (Tue, 10 Mar 2020) | 2 lines
+Changed paths:
+ M /trunk/src/cbrt.c
+
+[src/cbrt.c] Resolved the second FIXME and simplified the code
+(basically by removing duplicate code).
+------------------------------------------------------------------------
+r13766 | vlefevre | 2020-03-10 15:38:20 +0000 (Tue, 10 Mar 2020) | 4 lines
+Changed paths:
+ M /trunk/src/cbrt.c
+
+[src/cbrt.c] Description of the algorithm:
+ * Since there was no upper bound on s, let's remove the upper bound
+ on m (this now matches the code).
+ * Replaced the FIXME by one due to the lack of upper bound on s.
+------------------------------------------------------------------------
+r13765 | vlefevre | 2020-03-10 15:20:11 +0000 (Tue, 10 Mar 2020) | 2 lines
+Changed paths:
+ M /trunk/src/cbrt.c
+
+[src/cbrt.c] Added another FIXME as the code does not match the
+algorithm described in a comment.
+------------------------------------------------------------------------
+r13764 | vlefevre | 2020-03-10 15:07:10 +0000 (Tue, 10 Mar 2020) | 2 lines
+Changed paths:
+ M /trunk/src/cbrt.c
+
+[src/cbrt.c] Improved a condition to avoid operations that correspond
+to a no-op.
+------------------------------------------------------------------------
+r13763 | vlefevre | 2020-03-10 14:24:45 +0000 (Tue, 10 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/src/cbrt.c
+
+[src/cbrt.c] Added an assertion.
+------------------------------------------------------------------------
+r13762 | vlefevre | 2020-03-10 14:15:11 +0000 (Tue, 10 Mar 2020) | 2 lines
+Changed paths:
+ M /trunk/src/cbrt.c
+
+[src/cbrt.c] Code cleanup and simplification. Added logging messages and
+a FIXME about a comment (coming from r2057 with its associated code).
+------------------------------------------------------------------------
+r13761 | vlefevre | 2020-03-10 13:43:04 +0000 (Tue, 10 Mar 2020) | 2 lines
+Changed paths:
+ M /trunk/src/cbrt.c
+
+[src/cbrt.c] Removed a useless cast on a comparison operand, since
+both operands are non-negative.
+------------------------------------------------------------------------
+r13760 | vlefevre | 2020-03-10 13:38:06 +0000 (Tue, 10 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/src/atan.c
+
+[src/atan.c] Added assertions.
+------------------------------------------------------------------------
+r13759 | vlefevre | 2020-03-10 13:12:09 +0000 (Tue, 10 Mar 2020) | 2 lines
+Changed paths:
+ M /trunk/tools/mpfrlint
+
+[tools/mpfrlint] Workaround to Debian bug 953369 in libpython3.8-minimal
+for the codespell invocation.
+------------------------------------------------------------------------
+r13758 | vlefevre | 2020-03-09 15:31:45 +0000 (Mon, 09 Mar 2020) | 3 lines
+Changed paths:
+ M /trunk/src/eint.c
+
+[src/eint.c] Bug fix: possible integer overflow with some
+C implementations (or some _MPFR_PREC_FORMAT / _MPFR_EXP_FORMAT values)
+due to the use of incorrect integer types.
+------------------------------------------------------------------------
+r13757 | vlefevre | 2020-03-09 14:41:06 +0000 (Mon, 09 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/src/eint.c
+
+[src/eint.c] Added other logging messages.
+------------------------------------------------------------------------
+r13756 | vlefevre | 2020-03-09 14:36:19 +0000 (Mon, 09 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/src/eint.c
+
+[src/eint.c] Added some logging messages.
+------------------------------------------------------------------------
+r13755 | zimmerma | 2020-03-09 09:54:57 +0000 (Mon, 09 Mar 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/tsin.c
+
+[tests/tsin.c] added one test
+
+------------------------------------------------------------------------
+r13753 | vlefevre | 2020-03-04 15:14:31 +0000 (Wed, 04 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/src/sub1.c
+
+[src/sub1.c] cancel: also log its value; range checking/tracking.
+------------------------------------------------------------------------
+r13752 | vlefevre | 2020-03-04 14:38:54 +0000 (Wed, 04 Mar 2020) | 3 lines
+Changed paths:
+ M /trunk/src/cmp2.c
+
+[src/cmp2.c] Added a comment giving the range of the value returned
+in "cancel" and explaining why there is no integer overflow in the
+computation of this value.
+------------------------------------------------------------------------
+r13751 | vlefevre | 2020-03-04 14:28:29 +0000 (Wed, 04 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/src/cmp2.c
+
+[src/cmp2.c] Comment: some absolute values are not needed (again).
+------------------------------------------------------------------------
+r13750 | vlefevre | 2020-03-04 14:26:40 +0000 (Wed, 04 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/src/cmp2.c
+
+[src/cmp2.c] Minor correction for |EXP(b) - EXP(c)| >= MPFR_EXP_MAX.
+------------------------------------------------------------------------
+r13749 | vlefevre | 2020-03-04 14:24:49 +0000 (Wed, 04 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/src/cmp2.c
+
+[src/cmp2.c] Better explanation when |EXP(b) - EXP(c)| >= MPFR_EXP_MAX.
+------------------------------------------------------------------------
+r13748 | vlefevre | 2020-03-03 15:09:21 +0000 (Tue, 03 Mar 2020) | 4 lines
+Changed paths:
+ M /trunk/src/cmp2.c
+
+[src/cmp2.c] Finished the review of mpfr_cmp2: simplified the code even
+more; corrected/updated comments (in the case high_dif = 0, one can have
+dif = 1 if c has entirely been taken into account, so that the comment
+"dif > 1 here" was incorrect; only dif >= 1 is needed anyway).
+------------------------------------------------------------------------
+r13747 | vlefevre | 2020-03-03 14:17:32 +0000 (Tue, 03 Mar 2020) | 2 lines
+Changed paths:
+ M /trunk/src/cmp2.c
+
+[src/cmp2.c] Changed high_dif to type int since it is manipulated like
+a boolean. Updated comments.
+------------------------------------------------------------------------
+r13746 | vlefevre | 2020-03-02 17:02:51 +0000 (Mon, 02 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/src/cmp2.c
+
+[src/cmp2.c] Simplified the mpfr_cmp2 code and updated comments.
+------------------------------------------------------------------------
+r13745 | vlefevre | 2020-03-02 15:55:03 +0000 (Mon, 02 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/src/cmp2.c
+
+[src/cmp2.c] Updated comments.
+------------------------------------------------------------------------
+r13744 | zimmerma | 2020-03-02 10:46:10 +0000 (Mon, 02 Mar 2020) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr.h
+
+[src/mpfr.h] added comment
+
+------------------------------------------------------------------------
+r13743 | vlefevre | 2020-03-02 10:05:18 +0000 (Mon, 02 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/src/mpfr.h
+
+[src/mpfr.h] _MPFR_PREC_FORMAT and _MPFR_EXP_FORMAT: improved comment.
+------------------------------------------------------------------------
+r13742 | vlefevre | 2020-03-02 09:59:04 +0000 (Mon, 02 Mar 2020) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr.h
+
+[src/mpfr.h] _MPFR_PREC_FORMAT and _MPFR_EXP_FORMAT: added a detailed
+comment (the previous comment was not obsolete, but misleading).
+------------------------------------------------------------------------
+r13741 | zimmerma | 2020-03-02 09:19:31 +0000 (Mon, 02 Mar 2020) | 3 lines
+Changed paths:
+ M /trunk/src/mpfr.h
+
+[src/mpfr.h] removed obsolete comment (_MPFR_PREC_FORMAT=3 is the default
+ under Linux x86_64)
+
+------------------------------------------------------------------------
+r13740 | zimmerma | 2020-03-01 18:07:02 +0000 (Sun, 01 Mar 2020) | 2 lines
+Changed paths:
+ M /trunk/src/rem1.c
+ M /trunk/src/sin.c
+
+[src/sin.c] increase initial precision even more
+
+------------------------------------------------------------------------
+r13739 | vlefevre | 2020-03-01 00:22:52 +0000 (Sun, 01 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tpow.c
+
+[tests/tpow.c] Replaced mpfr_cmp by !mpfr_equal_p for NaN detection.
+------------------------------------------------------------------------
+r13738 | vlefevre | 2020-03-01 00:19:05 +0000 (Sun, 01 Mar 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tsin.c
+
+[tests/tsin.c] Replaced obsolete function mpfr_mul_2exp by mpfr_mul_2ui.
+------------------------------------------------------------------------
+r13737 | zimmerma | 2020-02-29 13:07:12 +0000 (Sat, 29 Feb 2020) | 2 lines
+Changed paths:
+ M /trunk/src/sin.c
+
+[src/sin.c] increase initial precision when x is large
+
+------------------------------------------------------------------------
+r13736 | zimmerma | 2020-02-29 11:04:14 +0000 (Sat, 29 Feb 2020) | 10 lines
+Changed paths:
+ M /trunk/src/rem1.c
+
+[src/rem1.c] workaround for efficiency bug in mpz_powm_ui, which was making
+argument reduction in mpfr_sin for huge x very slow.
+
+Before:
+$ ./mfv5 -p113 -e16384 -d-2 mpfr_sin
+ mpfr_sin: 3289620 / 3576511.59 / 6841956
+
+After this commit:
+ mpfr_sin: 166868 / 182661.01 / 343224
+
+------------------------------------------------------------------------
+r13735 | zimmerma | 2020-02-29 10:55:26 +0000 (Sat, 29 Feb 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/tpow.c
+
+[tests/tpow.c] added one test
+
+------------------------------------------------------------------------
+r13734 | zimmerma | 2020-02-29 09:25:06 +0000 (Sat, 29 Feb 2020) | 4 lines
+Changed paths:
+ M /trunk/tools/mbench/mfv5.cc
+
+added value -2 for option -d to generate random number with exponent
+exactly e. Example:
+$ mfv5 -p113 -e16384 -d-2 -v mpfr_sin
+
+------------------------------------------------------------------------
+r13733 | zimmerma | 2020-02-28 15:29:10 +0000 (Fri, 28 Feb 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/tpow.c
+
+[tests/tpow.c] added a test
+
+------------------------------------------------------------------------
+r13732 | zimmerma | 2020-02-28 15:20:42 +0000 (Fri, 28 Feb 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/tsin.c
+
+[tests/tsin.c] fixed and completed check_binary128()
+
+------------------------------------------------------------------------
+r13731 | vlefevre | 2020-02-28 15:07:26 +0000 (Fri, 28 Feb 2020) | 1 line
+Changed paths:
+ M /trunk/src/cmp2.c
+
+[src/cmp2.c] Started to review mpfr_cmp2. Minor changes.
+------------------------------------------------------------------------
+r13730 | vlefevre | 2020-02-28 13:19:58 +0000 (Fri, 28 Feb 2020) | 1 line
+Changed paths:
+ M /trunk/src/cmp2.c
+
+[src/cmp2.c] Detailed a comment concerning UBF.
+------------------------------------------------------------------------
+r13727 | vlefevre | 2020-02-27 13:35:30 +0000 (Thu, 27 Feb 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/tsin.c
+
+[tests/tsin.c] Cleanup of the latest test (note: mpfr_equal_p is better
+than mpfr_cmp as it makes the test fail on a NaN result).
+------------------------------------------------------------------------
+r13726 | zimmerma | 2020-02-27 13:24:12 +0000 (Thu, 27 Feb 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/tsin.c
+
+[tests/tsin.c] added one test with precision 128
+
+------------------------------------------------------------------------
+r13725 | vlefevre | 2020-02-27 10:53:50 +0000 (Thu, 27 Feb 2020) | 1 line
+Changed paths:
+ M /trunk/src/mpfr.h
+
+[src/mpfr.h] Updated a comment (underscore version of attribute name).
+------------------------------------------------------------------------
+r13724 | vlefevre | 2020-02-27 10:45:30 +0000 (Thu, 27 Feb 2020) | 2 lines
+Changed paths:
+ M /trunk/tools/mpfrlint
+
+[tools/mpfrlint] Detect the use of the non-underscore version of the
+attribute names in mpfr.h (see README.dev).
+------------------------------------------------------------------------
+r13723 | vlefevre | 2020-02-25 17:26:07 +0000 (Tue, 25 Feb 2020) | 2 lines
+Changed paths:
+ M /trunk/doc/README.dev
+ M /trunk/src/mpfr.h
+
+[src/mpfr.h] Use the underscore version of the attribute names.
+[doc/README.dev] Added information on this subject.
+------------------------------------------------------------------------
+r13722 | vlefevre | 2020-02-25 16:17:57 +0000 (Tue, 25 Feb 2020) | 1 line
+Changed paths:
+ M /trunk/TODO
+
+[TODO] Added item on GNU Automake and -I options.
+------------------------------------------------------------------------
+r13721 | vlefevre | 2020-02-14 09:29:07 +0000 (Fri, 14 Feb 2020) | 3 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Removed an incorrect comment before MPFR_TMP_INIT1
+(this macro does not allocate anything, and MPFR_TMP_INIT just after
+can allocate more than 1 limb).
+------------------------------------------------------------------------
+r13720 | vlefevre | 2020-02-14 09:23:00 +0000 (Fri, 14 Feb 2020) | 1 line
+Changed paths:
+ M /trunk/TODO
+
+[TODO] About the use of MPFR_MANT(x).
+------------------------------------------------------------------------
+r13719 | vlefevre | 2020-02-13 11:49:50 +0000 (Thu, 13 Feb 2020) | 1 line
+Changed paths:
+ M /trunk/TODO
+
+[TODO] Typo.
+------------------------------------------------------------------------
+r13718 | vlefevre | 2020-02-12 15:15:56 +0000 (Wed, 12 Feb 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tcmpabs.c
+
+[tests/tcmpabs.c] Added missing tests of mpfr_cmpabs with NaN.
+------------------------------------------------------------------------
+r13717 | vlefevre | 2020-02-12 15:12:10 +0000 (Wed, 12 Feb 2020) | 5 lines
+Changed paths:
+ M /trunk/tests/tcmpabs.c
+
+[tests/tcmpabs.c] For mpfr_cmpabs: like mpfr_cmpabs_ui, do each test
+in 4 different contexts, combinations of:
+ * flags all unset or flags all set;
+ * usual exponent range or reduced exponent range.
+Minor corrections in the old tests.
+------------------------------------------------------------------------
+r13716 | vlefevre | 2020-02-12 14:59:24 +0000 (Wed, 12 Feb 2020) | 4 lines
+Changed paths:
+ M /trunk/tests/tcmpabs.c
+
+[tests/tcmpabs.c] For mpfr_cmpabs_ui: do each test in 4 different
+contexts, combinations of:
+ * flags all unset or flags all set;
+ * usual exponent range or reduced exponent range.
+------------------------------------------------------------------------
+r13715 | zimmerma | 2020-02-12 13:49:46 +0000 (Wed, 12 Feb 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/tcmpabs.c
+
+[tests/tcmpabs.c] added tests for mpfr_cmpabs_ui
+
+------------------------------------------------------------------------
+r13714 | vlefevre | 2020-02-12 13:38:47 +0000 (Wed, 12 Feb 2020) | 4 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h]
+ * MPFR_ALIAS: use the comma operator instead of "do ... while (0)"
+ so that this macro can be used in an expression context.
+ * MPFR_TMP_INIT_ABS, MPFR_TMP_INIT_NEG: use MPFR_ALIAS.
+------------------------------------------------------------------------
+r13713 | vlefevre | 2020-02-12 13:25:50 +0000 (Wed, 12 Feb 2020) | 1 line
+Changed paths:
+ M /trunk/src/mpfr.h
+
+[src/mpfr.h] Added prototype for mpfr_cmpabs_ui.
+------------------------------------------------------------------------
+r13712 | vlefevre | 2020-02-12 13:10:07 +0000 (Wed, 12 Feb 2020) | 2 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Added mpfr_cmpabs_ui to Section "Added Functions"
+(API Compatibility).
+------------------------------------------------------------------------
+r13711 | vlefevre | 2020-02-12 13:04:50 +0000 (Wed, 12 Feb 2020) | 1 line
+Changed paths:
+ M /trunk/tests/trint.c
+
+[tests/trint.c] Replaced obsolete mpfr_cmp_abs by mpfr_cmpabs.
+------------------------------------------------------------------------
+r13710 | vlefevre | 2020-02-12 12:57:37 +0000 (Wed, 12 Feb 2020) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Typo from r13708.
+------------------------------------------------------------------------
+r13709 | zimmerma | 2020-02-12 12:52:50 +0000 (Wed, 12 Feb 2020) | 2 lines
+Changed paths:
+ M /trunk/NEWS
+
+[NEWS] mention new mpfr_cmpabs_ui
+
+------------------------------------------------------------------------
+r13708 | zimmerma | 2020-02-12 12:51:55 +0000 (Wed, 12 Feb 2020) | 2 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+ M /trunk/src/Makefile.am
+ M /trunk/src/cmpabs.c
+ A /trunk/src/cmpabs_ui.c
+
+added new function mpfr_cmpabs_ui
+
+------------------------------------------------------------------------
+r13707 | zimmerma | 2020-02-12 12:25:47 +0000 (Wed, 12 Feb 2020) | 2 lines
+Changed paths:
+ M /trunk/src/Makefile.am
+ D /trunk/src/cmp_abs.c
+ A /trunk/src/cmpabs.c (from /trunk/src/cmp_abs.c:13706)
+
+renamed cmp_abs.c to cmpabs.c
+
+------------------------------------------------------------------------
+r13706 | vlefevre | 2020-02-12 11:25:53 +0000 (Wed, 12 Feb 2020) | 1 line
+Changed paths:
+ M /trunk/TODO
+
+[TODO] Typo.
+------------------------------------------------------------------------
+r13705 | vlefevre | 2020-02-12 11:23:59 +0000 (Wed, 12 Feb 2020) | 3 lines
+Changed paths:
+ M /trunk/TODO
+
+[TODO] + Serialization / Deserialization (suggested by Frédéric Pétrot).
+I've also added an idea of implementation to reuse most of the code and
+change very little.
+------------------------------------------------------------------------
+r13704 | vlefevre | 2020-02-12 01:38:57 +0000 (Wed, 12 Feb 2020) | 4 lines
+Changed paths:
+ M /trunk/src/ubf.c
+
+[src/ubf.c]
+ * Optimized mpfr_init_get_zexp() for _MPFR_EXP_FORMAT <= 3
+ (as in the default configuration).
+ * Updated comments.
+------------------------------------------------------------------------
+r13703 | vlefevre | 2020-02-12 01:15:34 +0000 (Wed, 12 Feb 2020) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Added UBF-related comments.
+------------------------------------------------------------------------
+r13702 | vlefevre | 2020-02-12 00:37:04 +0000 (Wed, 12 Feb 2020) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Added UBF-related comments.
+------------------------------------------------------------------------
+r13701 | vlefevre | 2020-02-12 00:04:34 +0000 (Wed, 12 Feb 2020) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Added a comment for UBF and types.
+------------------------------------------------------------------------
+r13700 | vlefevre | 2020-02-11 14:38:49 +0000 (Tue, 11 Feb 2020) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Added a comment for INEXPOS.
+------------------------------------------------------------------------
+r13699 | vlefevre | 2020-02-11 14:36:00 +0000 (Tue, 11 Feb 2020) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] INEXPOS and VSIGN code improvement.
+------------------------------------------------------------------------
+r13698 | vlefevre | 2020-02-11 14:33:58 +0000 (Tue, 11 Feb 2020) | 1 line
+Changed paths:
+ M /trunk/src/modf.c
+ M /trunk/src/sinh_cosh.c
+
+Removed duplicate macro definitions.
+------------------------------------------------------------------------
+r13696 | vlefevre | 2020-02-11 11:44:01 +0000 (Tue, 11 Feb 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tfmma.c
+
+[tests/tfmma.c] Use mpfr_set_str instead of mpfr_set_d.
+------------------------------------------------------------------------
+r13695 | vlefevre | 2020-02-11 10:06:46 +0000 (Tue, 11 Feb 2020) | 1 line
+Changed paths:
+ M /trunk/src/sub1.c
+
+[src/sub1.c] Got rid of some goto's. Added log messages.
+------------------------------------------------------------------------
+r13694 | vlefevre | 2020-02-10 15:17:34 +0000 (Mon, 10 Feb 2020) | 3 lines
+Changed paths:
+ M /trunk/src/sub1.c
+
+[src/sub1.c] Bug fix: the underflow case (possible with UBF, e.g. via
+mpfr_fmma or mpfr_fmms) was not tested in the case c small.
+Note: this completes r11418 and r12752 for underflow detection.
+------------------------------------------------------------------------
+r13693 | vlefevre | 2020-02-10 15:05:19 +0000 (Mon, 10 Feb 2020) | 2 lines
+Changed paths:
+ M /trunk/src/sub1.c
+
+[src/sub1.c] Added log messages and checked the UBF cases yielding
+exp_b == MPFR_EXP_MAX and/or diff_exp == MPFR_EXP_MAX.
+------------------------------------------------------------------------
+r13692 | vlefevre | 2020-02-08 10:59:39 +0000 (Sat, 08 Feb 2020) | 1 line
+Changed paths:
+ M /trunk/src/vasprintf.c
+
+[src/vasprintf.c] Added log messages for MPFR_PREC_ARG ('P' specifier).
+------------------------------------------------------------------------
+r13690 | vlefevre | 2020-02-08 02:21:15 +0000 (Sat, 08 Feb 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tsprintf.c
+
+[tests/tsprintf.c] Fixed some tests: the 'P' specifier was missing.
+------------------------------------------------------------------------
+r13689 | vlefevre | 2020-02-06 10:23:15 +0000 (Thu, 06 Feb 2020) | 6 lines
+Changed paths:
+ M /trunk/src/fmma.c
+
+[src/fmma.c] Reverted the mpfr_check_range from r13688.
+The exponent range has not been extended by mpfr_fmma_aux, and the
+result comes from mpfr_add, mpfr_sub, or mpfr_set_1_2, which return
+results in the current range. If the result of mpfr_fmma_aux is not
+in the current range, this is due to a bug in one of these functions.
+Note: mpfr_add and mpfr_sub accept UBF inputs.
+------------------------------------------------------------------------
+r13688 | zimmerma | 2020-02-06 08:45:25 +0000 (Thu, 06 Feb 2020) | 3 lines
+Changed paths:
+ M /trunk/src/fmma.c
+ M /trunk/tests/tfmma.c
+
+[src/fmma.c] fixed bug (result might be out of exponent range)
+[tests/tfmma.c] added non-regression test
+
+------------------------------------------------------------------------
+r13685 | vlefevre | 2020-02-03 23:37:28 +0000 (Mon, 03 Feb 2020) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Updated the month.
------------------------------------------------------------------------
-r13431 | vlefevre | 2019-01-31 15:59:16 +0000 (Thu, 31 Jan 2019) | 3 lines
+r13684 | vlefevre | 2020-02-03 23:36:35 +0000 (Mon, 03 Feb 2020) | 4 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/src/Makefile.am
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] In the paragraph "MPFR internal data such as flags",
+no longer mention caches as caches may now also be global when MPFR
+has been compiled as thread safe (locking is used). Caches have been
+discussed earlier in the section anyway.
+------------------------------------------------------------------------
+r13683 | vlefevre | 2020-01-23 10:05:59 +0000 (Thu, 23 Jan 2020) | 1 line
+Changed paths:
+ M /trunk/INSTALL
+
+[INSTALL] URL update.
+------------------------------------------------------------------------
+r13681 | vlefevre | 2020-01-20 16:02:54 +0000 (Mon, 20 Jan 2020) | 1 line
+Changed paths:
+ M /trunk/ChangeLog
+
+ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v".
+------------------------------------------------------------------------
+r13678 | vlefevre | 2020-01-20 15:36:00 +0000 (Mon, 20 Jan 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/Makefile.am
+
+[tests/Makefile.am] Updated a comment; in particular, replaced the two
+obsolete gmane.org URLs by lists.gnu.org/archive/html/bug-gnulib ones.
+------------------------------------------------------------------------
+r13677 | vlefevre | 2020-01-20 15:25:19 +0000 (Mon, 20 Jan 2020) | 1 line
+Changed paths:
+ M /trunk/INSTALL
+
+[INSTALL] Removed reference to a gmane.org URL, which no longer exists.
+------------------------------------------------------------------------
+r13674 | vlefevre | 2020-01-16 13:21:16 +0000 (Thu, 16 Jan 2020) | 1 line
+Changed paths:
+ M /trunk/src/beta.c
+ M /trunk/tests/ttanh.c
+
+[src/beta.c,tests/ttanh.c] towards → toward (for consistency).
+------------------------------------------------------------------------
+r13671 | vlefevre | 2020-01-10 16:24:30 +0000 (Fri, 10 Jan 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/tfprintf.c
+ M /trunk/tests/tprintf.c
+
+[tests/{tfprintf.c,tprintf.c}] Updated an error message about MinGW,
+now output only if MinGW is used.
+------------------------------------------------------------------------
+r13670 | vlefevre | 2020-01-10 16:17:16 +0000 (Fri, 10 Jan 2020) | 2 lines
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Concerning MinGW, added a sentence about the use of
+the __USE_MINGW_ANSI_STDIO macro, confirming the existing note.
+------------------------------------------------------------------------
+r13669 | vlefevre | 2020-01-10 16:12:53 +0000 (Fri, 10 Jan 2020) | 1 line
+Changed paths:
+ M /trunk/TODO
+
+[TODO] Removed obsolete item on MinGW and -D__USE_MINGW_ANSI_STDIO.
+------------------------------------------------------------------------
+r13668 | vlefevre | 2020-01-10 16:11:46 +0000 (Fri, 10 Jan 2020) | 1 line
+Changed paths:
+ M /trunk/INSTALL
+
+[INSTALL] Update concerning MinGW and the __USE_MINGW_ANSI_STDIO macro.
+------------------------------------------------------------------------
+r13667 | vlefevre | 2020-01-10 10:30:58 +0000 (Fri, 10 Jan 2020) | 2 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Updated mpfr_get_str documentation, correcting r13666
+(we still need the extra two bytes and to take -@Inf@ into account).
+------------------------------------------------------------------------
+r13666 | zimmerma | 2020-01-10 09:21:11 +0000 (Fri, 10 Jan 2020) | 2 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[mpfr.texi] fixed out-dated documentation for mpfr_get_str
+
+------------------------------------------------------------------------
+r13665 | vlefevre | 2020-01-09 18:01:59 +0000 (Thu, 09 Jan 2020) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] In the latest update, forgot to remove the CC=...
+------------------------------------------------------------------------
+r13664 | vlefevre | 2020-01-09 17:57:53 +0000 (Thu, 09 Jan 2020) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Update about the test under Wine.
+------------------------------------------------------------------------
+r13663 | vlefevre | 2020-01-09 14:37:48 +0000 (Thu, 09 Jan 2020) | 7 lines
+Changed paths:
+ M /trunk/acinclude.m4
+ M /trunk/configure.ac
+
+[acinclude.m4,configure.ac]
+ * Moved the code that tries to determine the format of double from
+ configure.ac to acinclude.m4 in MPFR_CONFIGS (as required), just
+ before the one for long double.
+ * Added a FIXME comment: This code uses AC_RUN_IFELSE, which cannot
+ run the test when cross-compiling; use a test like for long double
+ instead.
+------------------------------------------------------------------------
+r13662 | vlefevre | 2020-01-09 14:27:27 +0000 (Thu, 09 Jan 2020) | 1 line
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] English usage.
+------------------------------------------------------------------------
+r13661 | vlefevre | 2020-01-09 14:25:30 +0000 (Thu, 09 Jan 2020) | 2 lines
+Changed paths:
+ M /trunk/acinclude.m4
+ M /trunk/configure.ac
+
+[acinclude.m4] Updated messages about the format of "long double".
+[configure.ac] Ditto for "double". Added missing AC_MSG_RESULT.
+------------------------------------------------------------------------
+r13658 | vlefevre | 2020-01-09 11:37:25 +0000 (Thu, 09 Jan 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tversion.c
+
+[tests/tversion.c] Updated/fixed an output line to match the other ones.
+------------------------------------------------------------------------
+r13657 | vlefevre | 2020-01-09 10:23:44 +0000 (Thu, 09 Jan 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/tsprintf.c
+
+[tests/tsprintf.c] Added tests for %Ra and %Rb on the value 0 with an
+empty precision field.
+------------------------------------------------------------------------
+r13656 | vlefevre | 2020-01-09 10:17:04 +0000 (Thu, 09 Jan 2020) | 3 lines
+Changed paths:
+ M /trunk/src/vasprintf.c
+
+[src/vasprintf.c] Fixed output precision bug with decimal output
+(i.e. e, f and g conversion specifiers) and an empty precision field
+on the value 0.
+------------------------------------------------------------------------
+r13655 | vlefevre | 2020-01-09 09:44:00 +0000 (Thu, 09 Jan 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tsprintf.c
+
+[tests/tsprintf.c] Also added tests with %Rf, %Rg and %#Rg on 0.
+------------------------------------------------------------------------
+r13654 | vlefevre | 2020-01-09 09:39:45 +0000 (Thu, 09 Jan 2020) | 2 lines
+Changed paths:
+ M /trunk/tests/tsprintf.c
+
+[tests/tsprintf.c] Added a test with %Re and an empty precision field
+on the value 0; it currently fails.
+------------------------------------------------------------------------
+r13653 | vlefevre | 2020-01-08 18:28:42 +0000 (Wed, 08 Jan 2020) | 1 line
+Changed paths:
+ M /trunk/tools/ck-copyright-notice
+
+[tools/ck-copyright-notice] Added a note about the mpfr.pc.in file.
+------------------------------------------------------------------------
+r13652 | vlefevre | 2020-01-08 18:11:13 +0000 (Wed, 08 Jan 2020) | 4 lines
+Changed paths:
+ M /trunk/BUGS
+ M /trunk/INSTALL
+ M /trunk/Makefile.am
+ M /trunk/NEWS
+ M /trunk/README
+ M /trunk/TODO
+ M /trunk/acinclude.m4
+ M /trunk/configure.ac
+ M /trunk/doc/FAQ.html
+ M /trunk/doc/Makefile.am
+ M /trunk/doc/README.dev
+ M /trunk/doc/check-typography
+ M /trunk/doc/faq.xsl
+ M /trunk/doc/mpfr.texi
+ M /trunk/examples/can_round.c
+ M /trunk/examples/divworst.c
+ M /trunk/examples/rndo-add.c
+ M /trunk/examples/sample.c
+ M /trunk/examples/threads.c
+ M /trunk/examples/version.c
+ M /trunk/src/Makefile.am
+ M /trunk/src/abort_prec_max.c
+ M /trunk/src/acos.c
+ M /trunk/src/acosh.c
+ M /trunk/src/add.c
+ M /trunk/src/add1.c
+ M /trunk/src/add1sp.c
+ M /trunk/src/add1sp1_extracted.c
+ M /trunk/src/add_d.c
+ M /trunk/src/add_ui.c
+ M /trunk/src/agm.c
+ M /trunk/src/ai.c
+ M /trunk/src/amd/mparam.h
+ M /trunk/src/arm/mparam.h
+ M /trunk/src/asin.c
+ M /trunk/src/asinh.c
+ M /trunk/src/atan.c
+ M /trunk/src/atan2.c
+ M /trunk/src/atanh.c
+ M /trunk/src/bernoulli.c
+ M /trunk/src/beta.c
+ M /trunk/src/buildopt.c
+ M /trunk/src/cache.c
+ M /trunk/src/cbrt.c
+ M /trunk/src/check.c
+ M /trunk/src/clear.c
+ M /trunk/src/clears.c
+ M /trunk/src/cmp.c
+ M /trunk/src/cmp2.c
+ M /trunk/src/cmp_abs.c
+ M /trunk/src/cmp_d.c
+ M /trunk/src/cmp_ld.c
+ M /trunk/src/cmp_si.c
+ M /trunk/src/cmp_ui.c
+ M /trunk/src/comparisons.c
+ M /trunk/src/const_catalan.c
+ M /trunk/src/const_euler.c
+ M /trunk/src/const_log2.c
+ M /trunk/src/const_pi.c
+ M /trunk/src/constant.c
+ M /trunk/src/copysign.c
+ M /trunk/src/cos.c
+ M /trunk/src/cosh.c
+ M /trunk/src/cot.c
+ M /trunk/src/coth.c
+ M /trunk/src/csc.c
+ M /trunk/src/csch.c
+ M /trunk/src/d_div.c
+ M /trunk/src/d_sub.c
+ M /trunk/src/digamma.c
+ M /trunk/src/dim.c
+ M /trunk/src/div.c
+ M /trunk/src/div_2exp.c
+ M /trunk/src/div_2si.c
+ M /trunk/src/div_2ui.c
+ M /trunk/src/div_d.c
+ M /trunk/src/div_ui.c
+ M /trunk/src/dot.c
+ M /trunk/src/dump.c
+ M /trunk/src/eint.c
+ M /trunk/src/eq.c
+ M /trunk/src/erandom.c
+ M /trunk/src/erf.c
+ M /trunk/src/erfc.c
+ M /trunk/src/exceptions.c
+ M /trunk/src/exp.c
+ M /trunk/src/exp10.c
+ M /trunk/src/exp2.c
+ M /trunk/src/exp3.c
+ M /trunk/src/exp_2.c
+ M /trunk/src/expm1.c
+ M /trunk/src/extract.c
+ M /trunk/src/factorial.c
+ M /trunk/src/fits_intmax.c
+ M /trunk/src/fits_s.h
+ M /trunk/src/fits_sint.c
+ M /trunk/src/fits_slong.c
+ M /trunk/src/fits_sshort.c
+ M /trunk/src/fits_u.h
+ M /trunk/src/fits_uint.c
+ M /trunk/src/fits_uintmax.c
+ M /trunk/src/fits_ulong.c
+ M /trunk/src/fits_ushort.c
+ M /trunk/src/fma.c
+ M /trunk/src/fmma.c
+ M /trunk/src/fms.c
+ M /trunk/src/fpif.c
+ M /trunk/src/frac.c
+ M /trunk/src/free_cache.c
+ M /trunk/src/frexp.c
+ M /trunk/src/gamma.c
+ M /trunk/src/gamma_inc.c
+ M /trunk/src/gammaonethird.c
+ M /trunk/src/gen_inverse.h
+ M /trunk/src/generic/coverage/mparam.h
+ M /trunk/src/generic/mparam.h
+ M /trunk/src/get_d.c
+ M /trunk/src/get_d128.c
+ M /trunk/src/get_d64.c
+ M /trunk/src/get_exp.c
+ M /trunk/src/get_f.c
+ M /trunk/src/get_float128.c
+ M /trunk/src/get_flt.c
+ M /trunk/src/get_ld.c
+ M /trunk/src/get_q.c
+ M /trunk/src/get_si.c
+ M /trunk/src/get_sj.c
+ M /trunk/src/get_str.c
+ M /trunk/src/get_ui.c
+ M /trunk/src/get_uj.c
+ M /trunk/src/get_z.c
+ M /trunk/src/get_z_exp.c
+ M /trunk/src/gmp_op.c
+ M /trunk/src/grandom.c
+ M /trunk/src/hypot.c
+ M /trunk/src/ieee_floats.h
+ M /trunk/src/init.c
+ M /trunk/src/init2.c
+ M /trunk/src/inits.c
+ M /trunk/src/inits2.c
+ M /trunk/src/inp_str.c
+ M /trunk/src/int_ceil_log2.c
+ M /trunk/src/invert_limb.h
+ M /trunk/src/invsqrt_limb.h
+ M /trunk/src/isinf.c
+ M /trunk/src/isinteger.c
+ M /trunk/src/isnan.c
+ M /trunk/src/isnum.c
+ M /trunk/src/isqrt.c
+ M /trunk/src/isregular.c
+ M /trunk/src/iszero.c
+ M /trunk/src/jn.c
+ M /trunk/src/jyn_asympt.c
+ M /trunk/src/li2.c
+ M /trunk/src/lngamma.c
+ M /trunk/src/log.c
+ M /trunk/src/log10.c
+ M /trunk/src/log1p.c
+ M /trunk/src/log2.c
+ M /trunk/src/log_ui.c
+ M /trunk/src/logging.c
+ M /trunk/src/min_prec.c
+ M /trunk/src/minmax.c
+ M /trunk/src/mips/mparam.h
+ M /trunk/src/modf.c
+ M /trunk/src/mp_clz_tab.c
+ M /trunk/src/mparam_h.in
+ M /trunk/src/mpf2mpfr.h
+ M /trunk/src/mpfr-cvers.h
+ M /trunk/src/mpfr-gmp.c
+ M /trunk/src/mpfr-gmp.h
+ M /trunk/src/mpfr-impl.h
+ M /trunk/src/mpfr-intmax.h
+ M /trunk/src/mpfr-longlong.h
+ M /trunk/src/mpfr-mini-gmp.c
+ M /trunk/src/mpfr-mini-gmp.h
+ M /trunk/src/mpfr-sassert.h
+ M /trunk/src/mpfr-thread.h
+ M /trunk/src/mpfr.h
+ M /trunk/src/mpn_exp.c
+ M /trunk/src/mul.c
+ M /trunk/src/mul_1_extracted.c
+ M /trunk/src/mul_2exp.c
+ M /trunk/src/mul_2si.c
+ M /trunk/src/mul_2ui.c
+ M /trunk/src/mul_d.c
+ M /trunk/src/mul_ui.c
+ M /trunk/src/mulders.c
+ M /trunk/src/nbits_ulong.c
+ M /trunk/src/neg.c
+ M /trunk/src/next.c
+ M /trunk/src/nrandom.c
+ M /trunk/src/odd_p.c
+ M /trunk/src/out_str.c
+ M /trunk/src/pool.c
+ M /trunk/src/pow.c
+ M /trunk/src/pow_si.c
+ M /trunk/src/pow_ui.c
+ M /trunk/src/pow_z.c
+ M /trunk/src/powerof2.c
+ M /trunk/src/powerpc64/mparam.h
+ M /trunk/src/print_raw.c
+ M /trunk/src/print_rnd_mode.c
+ M /trunk/src/printf.c
+ M /trunk/src/random_deviate.c
+ M /trunk/src/random_deviate.h
+ M /trunk/src/rec_sqrt.c
+ M /trunk/src/reldiff.c
+ M /trunk/src/rem1.c
+ M /trunk/src/rint.c
+ M /trunk/src/rndna.c
+ M /trunk/src/root.c
+ M /trunk/src/round_near_x.c
+ M /trunk/src/round_p.c
+ M /trunk/src/round_prec.c
+ M /trunk/src/round_raw_generic.c
+ M /trunk/src/scale2.c
+ M /trunk/src/sec.c
+ M /trunk/src/sech.c
+ M /trunk/src/set.c
+ M /trunk/src/set_d.c
+ M /trunk/src/set_d128.c
+ M /trunk/src/set_d64.c
+ M /trunk/src/set_dfl_prec.c
+ M /trunk/src/set_exp.c
+ M /trunk/src/set_f.c
+ M /trunk/src/set_float128.c
+ M /trunk/src/set_flt.c
+ M /trunk/src/set_inf.c
+ M /trunk/src/set_ld.c
+ M /trunk/src/set_nan.c
+ M /trunk/src/set_prc_raw.c
+ M /trunk/src/set_prec.c
+ M /trunk/src/set_q.c
+ M /trunk/src/set_rnd.c
+ M /trunk/src/set_si.c
+ M /trunk/src/set_si_2exp.c
+ M /trunk/src/set_sj.c
+ M /trunk/src/set_str.c
+ M /trunk/src/set_str_raw.c
+ M /trunk/src/set_ui.c
+ M /trunk/src/set_ui_2exp.c
+ M /trunk/src/set_uj.c
+ M /trunk/src/set_z.c
+ M /trunk/src/set_z_exp.c
+ M /trunk/src/set_zero.c
+ M /trunk/src/setmax.c
+ M /trunk/src/setmin.c
+ M /trunk/src/setsign.c
+ M /trunk/src/sgn.c
+ M /trunk/src/si_op.c
+ M /trunk/src/signbit.c
+ M /trunk/src/sin.c
+ M /trunk/src/sin_cos.c
+ M /trunk/src/sinh.c
+ M /trunk/src/sinh_cosh.c
+ M /trunk/src/sparc64/mparam.h
+ M /trunk/src/sqr.c
+ M /trunk/src/sqrt.c
+ M /trunk/src/sqrt_ui.c
+ M /trunk/src/stack_interface.c
+ M /trunk/src/strtofr.c
+ M /trunk/src/sub.c
+ M /trunk/src/sub1.c
+ M /trunk/src/sub1sp.c
+ M /trunk/src/sub1sp1_extracted.c
+ M /trunk/src/sub_d.c
+ M /trunk/src/sub_ui.c
+ M /trunk/src/subnormal.c
+ M /trunk/src/sum.c
+ M /trunk/src/swap.c
+ M /trunk/src/tan.c
+ M /trunk/src/tanh.c
+ M /trunk/src/total_order.c
+ M /trunk/src/ubf.c
+ M /trunk/src/uceil_exp2.c
+ M /trunk/src/uceil_log2.c
+ M /trunk/src/ufloor_log2.c
+ M /trunk/src/ui_div.c
+ M /trunk/src/ui_pow.c
+ M /trunk/src/ui_pow_ui.c
+ M /trunk/src/ui_sub.c
+ M /trunk/src/urandom.c
+ M /trunk/src/urandomb.c
+ M /trunk/src/vasprintf.c
+ M /trunk/src/version.c
+ M /trunk/src/volatile.c
+ M /trunk/src/x86/mparam.h
+ M /trunk/src/x86_64/core2/mparam.h
+ M /trunk/src/x86_64/mparam.h
+ M /trunk/src/yn.c
+ M /trunk/src/zeta.c
+ M /trunk/src/zeta_ui.c
+ M /trunk/tests/Makefile.am
+ M /trunk/tests/cmp_str.c
+ M /trunk/tests/data/digamma
+ M /trunk/tests/data/li2
+ M /trunk/tests/memory.c
+ M /trunk/tests/mpf_compat.c
+ M /trunk/tests/mpf_compat.h
+ M /trunk/tests/mpfr-test.h
+ M /trunk/tests/mpfr_compat.c
+ M /trunk/tests/random2.c
+ M /trunk/tests/reuse.c
+ M /trunk/tests/rnd_mode.c
+ M /trunk/tests/tabort_defalloc1.c
+ M /trunk/tests/tabort_defalloc2.c
+ M /trunk/tests/tabort_prec_max.c
+ M /trunk/tests/tabs.c
+ M /trunk/tests/tacos.c
+ M /trunk/tests/tacosh.c
+ M /trunk/tests/tadd.c
+ M /trunk/tests/tadd1sp.c
+ M /trunk/tests/tadd_d.c
+ M /trunk/tests/tadd_ui.c
+ M /trunk/tests/tagm.c
+ M /trunk/tests/tai.c
+ M /trunk/tests/talloc-cache.c
+ M /trunk/tests/talloc.c
+ M /trunk/tests/tasin.c
+ M /trunk/tests/tasinh.c
+ M /trunk/tests/tassert.c
+ M /trunk/tests/tatan.c
+ M /trunk/tests/tatanh.c
+ M /trunk/tests/taway.c
+ M /trunk/tests/tbeta.c
+ M /trunk/tests/tbuildopt.c
+ M /trunk/tests/tcan_round.c
+ M /trunk/tests/tcbrt.c
+ M /trunk/tests/tcheck.c
+ M /trunk/tests/tcmp.c
+ M /trunk/tests/tcmp2.c
+ M /trunk/tests/tcmp_d.c
+ M /trunk/tests/tcmp_ld.c
+ M /trunk/tests/tcmp_ui.c
+ M /trunk/tests/tcmpabs.c
+ M /trunk/tests/tcomparisons.c
+ M /trunk/tests/tconst_catalan.c
+ M /trunk/tests/tconst_euler.c
+ M /trunk/tests/tconst_log2.c
+ M /trunk/tests/tconst_pi.c
+ M /trunk/tests/tcopysign.c
+ M /trunk/tests/tcos.c
+ M /trunk/tests/tcosh.c
+ M /trunk/tests/tcot.c
+ M /trunk/tests/tcoth.c
+ M /trunk/tests/tcsc.c
+ M /trunk/tests/tcsch.c
+ M /trunk/tests/td_div.c
+ M /trunk/tests/td_sub.c
+ M /trunk/tests/tdigamma.c
+ M /trunk/tests/tdim.c
+ M /trunk/tests/tdiv.c
+ M /trunk/tests/tdiv_d.c
+ M /trunk/tests/tdiv_ui.c
+ M /trunk/tests/tdot.c
+ M /trunk/tests/teint.c
+ M /trunk/tests/teq.c
+ M /trunk/tests/terandom.c
+ M /trunk/tests/terandom_chisq.c
+ M /trunk/tests/terf.c
+ M /trunk/tests/tests.c
+ M /trunk/tests/texceptions.c
+ M /trunk/tests/texp.c
+ M /trunk/tests/texp10.c
+ M /trunk/tests/texp2.c
+ M /trunk/tests/texpm1.c
+ M /trunk/tests/tfactorial.c
+ M /trunk/tests/tfits.c
+ M /trunk/tests/tfma.c
+ M /trunk/tests/tfmma.c
+ M /trunk/tests/tfmod.c
+ M /trunk/tests/tfms.c
+ M /trunk/tests/tfpif.c
+ M /trunk/tests/tfprintf.c
+ M /trunk/tests/tfrac.c
+ M /trunk/tests/tfrexp.c
+ M /trunk/tests/tgamma.c
+ M /trunk/tests/tgamma_inc.c
+ M /trunk/tests/tgeneric.c
+ M /trunk/tests/tgeneric_ui.c
+ M /trunk/tests/tget_d.c
+ M /trunk/tests/tget_d_2exp.c
+ M /trunk/tests/tget_f.c
+ M /trunk/tests/tget_flt.c
+ M /trunk/tests/tget_ld_2exp.c
+ M /trunk/tests/tget_q.c
+ M /trunk/tests/tget_set_d128.c
+ M /trunk/tests/tget_set_d64.c
+ M /trunk/tests/tget_sj.c
+ M /trunk/tests/tget_str.c
+ M /trunk/tests/tget_z.c
+ M /trunk/tests/tgmpop.c
+ M /trunk/tests/tgrandom.c
+ M /trunk/tests/thyperbolic.c
+ M /trunk/tests/thypot.c
+ M /trunk/tests/tinits.c
+ M /trunk/tests/tinp_str.c
+ M /trunk/tests/tinternals.c
+ M /trunk/tests/tisnan.c
+ M /trunk/tests/tisqrt.c
+ M /trunk/tests/tj0.c
+ M /trunk/tests/tj1.c
+ M /trunk/tests/tjn.c
+ M /trunk/tests/tl2b.c
+ M /trunk/tests/tlgamma.c
+ M /trunk/tests/tli2.c
+ M /trunk/tests/tlngamma.c
+ M /trunk/tests/tlog.c
+ M /trunk/tests/tlog10.c
+ M /trunk/tests/tlog1p.c
+ M /trunk/tests/tlog2.c
+ M /trunk/tests/tlog_ui.c
+ M /trunk/tests/tmin_prec.c
+ M /trunk/tests/tminmax.c
+ M /trunk/tests/tmodf.c
+ M /trunk/tests/tmul.c
+ M /trunk/tests/tmul_2exp.c
+ M /trunk/tests/tmul_d.c
+ M /trunk/tests/tmul_ui.c
+ M /trunk/tests/tnext.c
+ M /trunk/tests/tnrandom.c
+ M /trunk/tests/tnrandom_chisq.c
+ M /trunk/tests/tout_str.c
+ M /trunk/tests/toutimpl.c
+ M /trunk/tests/tpow.c
+ M /trunk/tests/tpow3.c
+ M /trunk/tests/tpow_all.c
+ M /trunk/tests/tpow_z.c
+ M /trunk/tests/tprec_round.c
+ M /trunk/tests/tprintf.c
+ M /trunk/tests/trandom.c
+ M /trunk/tests/trandom_deviate.c
+ M /trunk/tests/trec_sqrt.c
+ M /trunk/tests/tremquo.c
+ M /trunk/tests/trint.c
+ M /trunk/tests/trndna.c
+ M /trunk/tests/troot.c
+ M /trunk/tests/trootn_ui.c
+ M /trunk/tests/tsec.c
+ M /trunk/tests/tsech.c
+ M /trunk/tests/tset.c
+ M /trunk/tests/tset_d.c
+ M /trunk/tests/tset_exp.c
+ M /trunk/tests/tset_f.c
+ M /trunk/tests/tset_float128.c
+ M /trunk/tests/tset_ld.c
+ M /trunk/tests/tset_q.c
+ M /trunk/tests/tset_si.c
+ M /trunk/tests/tset_sj.c
+ M /trunk/tests/tset_str.c
+ M /trunk/tests/tset_z.c
+ M /trunk/tests/tset_z_exp.c
+ M /trunk/tests/tsgn.c
+ M /trunk/tests/tsi_op.c
+ M /trunk/tests/tsin.c
+ M /trunk/tests/tsin_cos.c
+ M /trunk/tests/tsinh.c
+ M /trunk/tests/tsinh_cosh.c
+ M /trunk/tests/tsprintf.c
+ M /trunk/tests/tsqr.c
+ M /trunk/tests/tsqrt.c
+ M /trunk/tests/tsqrt_ui.c
+ M /trunk/tests/tstckintc.c
+ M /trunk/tests/tstdint.c
+ M /trunk/tests/tstrtofr.c
+ M /trunk/tests/tsub.c
+ M /trunk/tests/tsub1sp.c
+ M /trunk/tests/tsub_d.c
+ M /trunk/tests/tsub_ui.c
+ M /trunk/tests/tsubnormal.c
+ M /trunk/tests/tsum.c
+ M /trunk/tests/tswap.c
+ M /trunk/tests/ttan.c
+ M /trunk/tests/ttanh.c
+ M /trunk/tests/ttotal_order.c
+ M /trunk/tests/ttrunc.c
+ M /trunk/tests/tui_div.c
+ M /trunk/tests/tui_pow.c
+ M /trunk/tests/tui_sub.c
+ M /trunk/tests/turandom.c
+ M /trunk/tests/tvalist.c
+ M /trunk/tests/tversion.c
+ M /trunk/tests/ty0.c
+ M /trunk/tests/ty1.c
+ M /trunk/tests/tyn.c
+ M /trunk/tests/tzeta.c
+ M /trunk/tests/tzeta_ui.c
+ M /trunk/tools/bench/Makefile.am
+ M /trunk/tools/bench/benchtime.h
+ M /trunk/tools/bench/mpfrbench.c
+ M /trunk/tools/check_mparam.c
+ M /trunk/tools/ck-clz_tab
+ M /trunk/tools/ck-copyright-notice
+ M /trunk/tools/ck-mparam
+ M /trunk/tools/ck-news
+ M /trunk/tools/ck-version-info
+ M /trunk/tools/get_patches.sh
+ M /trunk/tune/Makefile.am
+ M /trunk/tune/bidimensional_sample.c
+ M /trunk/tune/speed.c
+ M /trunk/tune/tuneup.c
+
+Copyright notice update: added 2020 with
+ perl -pi -e 's/ (\d{4}-)?(2019)(?= Free Software)/
+ " ".($1||"$2-").($2+1)/e' **/*(^/)
+under zsh. Removed 2019 from the example in the doc/README.dev file.
+------------------------------------------------------------------------
+r13651 | vlefevre | 2020-01-08 17:52:26 +0000 (Wed, 08 Jan 2020) | 2 lines
+Changed paths:
+ M /trunk/TODO
+
+[TODO] + base conversion with the round-trip property using a minimal
+precision, such as the to_chars functions from the C++ standard.
+------------------------------------------------------------------------
+r13650 | vlefevre | 2020-01-08 17:33:44 +0000 (Wed, 08 Jan 2020) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Updated the month.
+------------------------------------------------------------------------
+r13649 | vlefevre | 2020-01-08 17:21:57 +0000 (Wed, 08 Jan 2020) | 4 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Formatted output: improved the text concerning the
+empty precision field, i.e. focus on the chosen precision rather
+than the round-trip property (as the rounding mode is not necessarily
+to nearest).
+------------------------------------------------------------------------
+r13648 | vlefevre | 2020-01-08 16:34:16 +0000 (Wed, 08 Jan 2020) | 2 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Formatted output with %Re (empty precision field):
+added a reference to mpfr_get_str_ndigits.
+------------------------------------------------------------------------
+r13647 | vlefevre | 2020-01-08 16:20:57 +0000 (Wed, 08 Jan 2020) | 2 lines
+Changed paths:
+ M /trunk/src/vasprintf.c
+
+[src/vasprintf.c] Simplified the conditions under which trailing zeros
+are kept (the spec_g variable is no longer needed as a consequence).
+------------------------------------------------------------------------
+r13646 | vlefevre | 2020-01-08 15:30:46 +0000 (Wed, 08 Jan 2020) | 3 lines
+Changed paths:
+ M /trunk/tests/tsprintf.c
+
+[tests/tsprintf.c] Re-added tests changed by r13644 and r13645, but
+with a variable of smaller precision in order to get the same output
+as before.
+------------------------------------------------------------------------
+r13645 | vlefevre | 2020-01-08 14:56:56 +0000 (Wed, 08 Jan 2020) | 1 line
+Changed paths:
+ M /trunk/tests/tsprintf.c
+
+[tests/tsprintf.c] Updated other two tests (in da_DK locale).
+------------------------------------------------------------------------
+r13644 | zimmerma | 2020-01-08 12:15:52 +0000 (Wed, 08 Jan 2020) | 3 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+ M /trunk/src/vasprintf.c
+ M /trunk/tests/tfprintf.c
+ M /trunk/tests/tprintf.c
+ M /trunk/tests/tsprintf.c
+
+fixed tests for new more precise semantics for mpfr_printf ("%Re", x),
+and documented it
+
+------------------------------------------------------------------------
+r13643 | zimmerma | 2020-01-08 10:43:06 +0000 (Wed, 08 Jan 2020) | 3 lines
+Changed paths:
+ M /trunk/src/vasprintf.c
+
+[src/vasprintf.c] tentative fix so that mpfr_printf ("%.Re", x) prints a number
+ of decimal digits independent from x
+
+------------------------------------------------------------------------
+r13642 | vlefevre | 2019-12-24 03:10:33 +0000 (Tue, 24 Dec 2019) | 1 line
+Changed paths:
+ M /trunk/INSTALL
+ M /trunk/doc/mpfr.texi
+
+[INSTALL,doc/mpfr.texi] Typography.
+------------------------------------------------------------------------
+r13635 | vlefevre | 2019-10-10 13:56:19 +0000 (Thu, 10 Oct 2019) | 2 lines
+Changed paths:
+ M /trunk/doc/algorithms.tex
+
+[doc/algorithms.tex] Ulp calculus: put the old Rule 8 just after Rule 2,
+as the old Rule 3 (now Rule 4) uses it directly (proof updated).
+------------------------------------------------------------------------
+r13634 | vlefevre | 2019-10-10 13:32:57 +0000 (Thu, 10 Oct 2019) | 1 line
+Changed paths:
+ M /trunk/doc/algorithms.tex
+
+[doc/algorithms.tex] Ulp calculus: simplified the proof of Rule 8.
+------------------------------------------------------------------------
+r13633 | vlefevre | 2019-10-10 13:18:34 +0000 (Thu, 10 Oct 2019) | 2 lines
+Changed paths:
+ M /trunk/doc/algorithms.tex
+
+[doc/algorithms.tex] Ulp calculus Rule 3: missing absolute values in
+the proof.
+------------------------------------------------------------------------
+r13632 | vlefevre | 2019-10-10 13:08:28 +0000 (Thu, 10 Oct 2019) | 2 lines
+Changed paths:
+ M /trunk/doc/algorithms.tex
+
+[doc/algorithms.tex] Actually assume that no underflows nor overflows
+occur for the whole section "Error calculus".
+------------------------------------------------------------------------
+r13631 | vlefevre | 2019-10-10 12:59:33 +0000 (Thu, 10 Oct 2019) | 3 lines
+Changed paths:
+ M /trunk/doc/algorithms.tex
+
+[doc/algorithms.tex] Ulp calculus Rule 6: corrected it (we need to
+assume no underflows nor overflows) and its proof, and generalized
+it with absolute values (like in the previous rules).
+------------------------------------------------------------------------
+r13630 | vlefevre | 2019-10-07 09:17:23 +0000 (Mon, 07 Oct 2019) | 2 lines
+Changed paths:
+ M /trunk/doc/algorithms.tex
+
+[doc/algorithms.tex] Ulp calculus Rule 3: more powerful result and
+much simpler proof.
+------------------------------------------------------------------------
+r13629 | vlefevre | 2019-10-07 08:50:52 +0000 (Mon, 07 Oct 2019) | 3 lines
+Changed paths:
+ M /trunk/doc/algorithms.tex
+
+[doc/algorithms.tex] Section 2 (Error calculus): When n was a precision,
+replaced it by p as this is the usual notation (see Section 1) and n
+sometimes had a double meaning.
+------------------------------------------------------------------------
+r13628 | vlefevre | 2019-10-04 08:52:53 +0000 (Fri, 04 Oct 2019) | 1 line
+Changed paths:
+ M /trunk/tests/tcmp_ui.c
+
+[tests/tcmp_ui.c] Updated comment: this is a bug in Clang 9.
+------------------------------------------------------------------------
+r13627 | vlefevre | 2019-10-04 08:28:16 +0000 (Fri, 04 Oct 2019) | 2 lines
+Changed paths:
+ M /trunk/tests/tcmp_ui.c
+
+[tests/tcmp_ui.c] Added a comment: failure of a test with the
+clang-9 1:9-1 Debian package.
+------------------------------------------------------------------------
+r13626 | vlefevre | 2019-10-01 13:55:09 +0000 (Tue, 01 Oct 2019) | 11 lines
+Changed paths:
+ M /trunk/acinclude.m4
+ M /trunk/doc/README.dev
+ M /trunk/tests/tests.c
+ M /trunk/tests/tget_d.c
+ M /trunk/tests/tget_flt.c
+ M /trunk/tests/tset_d.c
+ M /trunk/tests/tsprintf.c
+
+Clean-up concerning the tests of subnormals for double and float.
+ * acinclude.m4: renamed variables
+ mpfr_cv_have_denorms_flt to mpfr_cv_have_subnorm_flt
+ mpfr_cv_have_denorms to mpfr_cv_have_subnorm_dbl
+ and improved messages.
+ * acinclude.m4, tests/tget_flt.c: renamed macro
+ HAVE_DENORMS_FLT to HAVE_SUBNORM_FLT
+ * acinclude.m4, tests/{tests.c,tset_d.c,tsprintf.c}: renamed macro
+ HAVE_DENORMS to HAVE_SUBNORM_DBL
+ * doc/README.dev: updated / completed the corresponding documentation.
+ * tests/tget_d.c: renamed function check_denorms to check_subnorm.
+------------------------------------------------------------------------
+r13625 | vlefevre | 2019-10-01 13:28:37 +0000 (Tue, 01 Oct 2019) | 1 line
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Updated comment about the tests for subnormal numbers.
+------------------------------------------------------------------------
+r13624 | vlefevre | 2019-10-01 13:23:51 +0000 (Tue, 01 Oct 2019) | 1 line
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Added a comment about the tests for subnormal numbers.
+------------------------------------------------------------------------
+r13623 | vlefevre | 2019-09-24 11:08:04 +0000 (Tue, 24 Sep 2019) | 1 line
+Changed paths:
+ M /trunk/doc/Makefile.am
+
+[doc/Makefile.am] Added missing texinfo.tex prerequisite.
+------------------------------------------------------------------------
+r13622 | vlefevre | 2019-09-16 08:33:16 +0000 (Mon, 16 Sep 2019) | 2 lines
+Changed paths:
+ M /trunk/tests/tfprintf.c
+ M /trunk/tests/tout_str.c
+ M /trunk/tests/tprintf.c
+
+[tests] Added FIXME comment in tfprintf.c, tout_str.c and tprintf.c:
+The output is not tested (thus coverage data are meaningless).
+------------------------------------------------------------------------
+r13621 | vlefevre | 2019-09-10 12:40:39 +0000 (Tue, 10 Sep 2019) | 1 line
+Changed paths:
+ M /trunk/src/add1sp.c
+ M /trunk/src/sub1sp.c
+
+[src/{add1sp.c,sub1sp.c}] Get rid of useless goto's.
+------------------------------------------------------------------------
+r13619 | vlefevre | 2019-09-06 15:17:14 +0000 (Fri, 06 Sep 2019) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Updated the month.
+------------------------------------------------------------------------
+r13618 | vlefevre | 2019-09-06 12:35:10 +0000 (Fri, 06 Sep 2019) | 1 line
+Changed paths:
+ M /trunk/src/hypot.c
+
+[src/hypot.c] Replaced a TODO by a FIXME.
+------------------------------------------------------------------------
+r13617 | vlefevre | 2019-09-06 11:17:11 +0000 (Fri, 06 Sep 2019) | 2 lines
+Changed paths:
+ M /trunk/NEWS
+ M /trunk/doc/mpfr.texi
+ M /trunk/src/out_str.c
+ M /trunk/tests/tout_str.c
+
+The mpfr_out_str function now accepts bases from -2 to -36, in order to
+follow mpfr_get_str and GMP's mpf_out_str functions.
+------------------------------------------------------------------------
+r13614 | vlefevre | 2019-09-06 01:00:27 +0000 (Fri, 06 Sep 2019) | 2 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Changed an incorrect use of @xref, which must always
+occur at the beginning of a sentence (use "see @ref{...}" instead).
+------------------------------------------------------------------------
+r13613 | vlefevre | 2019-09-06 00:56:34 +0000 (Fri, 06 Sep 2019) | 2 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] At the end of "Arithmetic Functions", added a sentence
+referencing the power functions (since x^n is an arithmetic function).
+------------------------------------------------------------------------
+r13612 | vlefevre | 2019-09-05 16:17:35 +0000 (Thu, 05 Sep 2019) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Removed the useless "Float ..." index entries.
+------------------------------------------------------------------------
+r13611 | vlefevre | 2019-09-05 16:10:49 +0000 (Thu, 05 Sep 2019) | 2 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Moved the mpfr_pow class of functions from
+"Arithmetic Functions" to "Transcendental Functions".
+------------------------------------------------------------------------
+r13610 | vlefevre | 2019-09-05 15:40:37 +0000 (Thu, 05 Sep 2019) | 4 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Added "Float transcendental functions" to the index
+for consistency ("transcendental functions" implies floating point,
+but the user should expect to find it with the other index terms
+starting with "Float").
+------------------------------------------------------------------------
+r13609 | vlefevre | 2019-09-05 15:36:08 +0000 (Thu, 05 Sep 2019) | 2 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Renamed "Basic Arithmetic Functions" to just
+"Arithmetic Functions".
+------------------------------------------------------------------------
+r13608 | vlefevre | 2019-09-05 14:15:10 +0000 (Thu, 05 Sep 2019) | 2 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Transcendental functions: added a sentence to the
+important note (about cases theoretically very hard to round).
+------------------------------------------------------------------------
+r13607 | vlefevre | 2019-09-05 13:57:21 +0000 (Thu, 05 Sep 2019) | 4 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Renamed Section "Special Functions" to
+"Transcendental Functions" (as after changes in r13605 and r13606,
+it now contains only the transcendental functions), and slightly
+rewrote its important note.
+------------------------------------------------------------------------
+r13606 | vlefevre | 2019-09-05 13:44:16 +0000 (Thu, 05 Sep 2019) | 3 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Moved mpfr_free_cache, mpfr_free_cache2, mpfr_free_pool
+and mpfr_mp_memory_cleanup from "Special Functions" to a new section
+"Memory Handling Functions".
+------------------------------------------------------------------------
+r13605 | vlefevre | 2019-09-05 13:23:26 +0000 (Thu, 05 Sep 2019) | 7 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi]
+ * Moved mpfr_fac_ui, mpfr_fma, mpfr_fms, mpfr_fmma, mpfr_fmms,
+ mpfr_hypot, mpfr_sum and mpfr_dot from "Special Functions" to
+ "Basic Arithmetic Functions" (as these are functions based on
+ +, -, *, / and roots).
+ * Added a FIXME for mpfr_pow: does this function really belong
+ to "Basic Arithmetic Functions"?
+------------------------------------------------------------------------
+r13604 | vlefevre | 2019-09-05 12:56:52 +0000 (Thu, 05 Sep 2019) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Improved warning about huge precisions.
+------------------------------------------------------------------------
+r13603 | vlefevre | 2019-09-05 10:21:34 +0000 (Thu, 05 Sep 2019) | 2 lines
+Changed paths:
+ M /trunk/src/mul.c
+
+[src/mul.c] For the --enable-assert=full test, also test the flags
+(like what has been done for mpfr_add1sp and mpfr_sub1sp).
+------------------------------------------------------------------------
+r13602 | vlefevre | 2019-09-05 10:02:14 +0000 (Thu, 05 Sep 2019) | 2 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] For the --enable-assert=full test, improved output of
+ternary value and flags, like in r13582 for mpfr_add1sp.
+------------------------------------------------------------------------
+r13601 | vlefevre | 2019-09-05 09:58:32 +0000 (Thu, 05 Sep 2019) | 1 line
+Changed paths:
+ M /trunk/src/add1sp.c
+
+[src/add1sp.c] Cosmetic change (consistent ordering).
+------------------------------------------------------------------------
+r13600 | zimmerma | 2019-09-04 15:29:19 +0000 (Wed, 04 Sep 2019) | 3 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+ M /trunk/tests/tsub1sp.c
+
+[tests/tsub1sp.c] added non-regression test for bug in mpfr_sub1sp2n
+[src/sub1sp.c] fixed that bug
+
+------------------------------------------------------------------------
+r13599 | vlefevre | 2019-09-04 12:38:10 +0000 (Wed, 04 Sep 2019) | 1 line
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Fixed MPFR_C_LONG_DOUBLE_FORMAT macro for MS-Windows.
+------------------------------------------------------------------------
+r13598 | vlefevre | 2019-09-04 12:23:27 +0000 (Wed, 04 Sep 2019) | 1 line
+Changed paths:
+ M /trunk/NEWS
+
+[NEWS] More details about mpfr_add and mpfr_sub.
+------------------------------------------------------------------------
+r13597 | zimmerma | 2019-09-04 12:07:07 +0000 (Wed, 04 Sep 2019) | 2 lines
+Changed paths:
+ M /trunk/NEWS
+
+[NEWS] mention that mpfr_sub was also improved for 128 bits
+
+------------------------------------------------------------------------
+r13596 | zimmerma | 2019-09-04 11:52:11 +0000 (Wed, 04 Sep 2019) | 2 lines
+Changed paths:
+ M /trunk/NEWS
+
+[NEWS] coverage improved to 98.6% on x86_64
+
+------------------------------------------------------------------------
+r13595 | zimmerma | 2019-09-04 11:35:35 +0000 (Wed, 04 Sep 2019) | 2 lines
+Changed paths:
+ M /trunk/tests/tadd1sp.c
+
+[tests/tadd1sp.c] improve coverage
+
+------------------------------------------------------------------------
+r13594 | vlefevre | 2019-09-04 11:33:24 +0000 (Wed, 04 Sep 2019) | 3 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Fixed MPFR_C_LONG_DOUBLE_FORMAT macro: the patch had
+a spurious ";" at the end of conftest.c, which made its compilation
+fail with -pedantic -Werror (using gcc or clang).
+------------------------------------------------------------------------
+r13593 | zimmerma | 2019-09-04 11:22:26 +0000 (Wed, 04 Sep 2019) | 2 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] rewrote mpfr_sub1sp2n (inspired from mpfr_sub1sp1n)
+
+------------------------------------------------------------------------
+r13592 | vlefevre | 2019-09-04 10:59:18 +0000 (Wed, 04 Sep 2019) | 4 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Updated MPFR_C_LONG_DOUBLE_FORMAT to support compilation
+with GCC's and clang's LTO (-flto). This new test is inspired by the one
+used by GMP for the double type.
+Thanks to Paul Mulders for a preliminary version of the patch for MPFR.
+------------------------------------------------------------------------
+r13590 | zimmerma | 2019-09-03 16:16:53 +0000 (Tue, 03 Sep 2019) | 3 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] added new function mpfr_sub1sp2n for p = 2*GMP_NUMB_BITS
+ (still to be tested)
+
+------------------------------------------------------------------------
+r13589 | vlefevre | 2019-09-03 14:39:35 +0000 (Tue, 03 Sep 2019) | 3 lines
+Changed paths:
+ M /trunk/tests/tadd1sp.c
+
+[tests/tadd1sp.c] bug20190903:
+ * Fixed the second test for GMP_NUMB_BITS != 64.
+ * Updated comments.
+------------------------------------------------------------------------
+r13588 | zimmerma | 2019-09-03 14:02:27 +0000 (Tue, 03 Sep 2019) | 2 lines
+Changed paths:
+ M /trunk/src/add1sp.c
+
+[src/add1sp.c] improved comment
+
+------------------------------------------------------------------------
+r13587 | vlefevre | 2019-09-03 14:00:33 +0000 (Tue, 03 Sep 2019) | 1 line
+Changed paths:
+ M /trunk/src/add1sp.c
+
+[src/add1sp.c] mpfr_add1sp2n: improved a comment.
+------------------------------------------------------------------------
+r13586 | vlefevre | 2019-09-03 13:52:48 +0000 (Tue, 03 Sep 2019) | 1 line
+Changed paths:
+ M /trunk/src/add1sp.c
+
+[src/add1sp.c] Fixed the bug.
+------------------------------------------------------------------------
+r13585 | vlefevre | 2019-09-03 13:35:47 +0000 (Tue, 03 Sep 2019) | 1 line
+Changed paths:
+ M /trunk/tests/tadd1sp.c
+
+[tests/tadd1sp.c] bug20190903: do the second test in MPFR_RNDU too.
+------------------------------------------------------------------------
+r13584 | vlefevre | 2019-09-03 13:31:08 +0000 (Tue, 03 Sep 2019) | 3 lines
+Changed paths:
+ M /trunk/tests/tadd1sp.c
+
+[tests/tadd1sp.c] bug20190903: in the second test, check the mpfr_t
+value, the ternary value and the flags, in order to get a failure
+even without "--enable-assert=full".
+------------------------------------------------------------------------
+r13583 | vlefevre | 2019-09-03 13:11:52 +0000 (Tue, 03 Sep 2019) | 6 lines
+Changed paths:
+ M /trunk/tests/tadd1sp.c
+
+[tests/tadd1sp.c] When testing mpfr_add, use a wrapper mpfr_add_cf
+that calls mpfr_clear_flags first, so that if --enable-assert=full
+is used, the flags can be better checked too (and automatically).
+Now tadd1sp outputs with --enable-assert=full, as wanted:
+ add1 : ternary = -1, flags = inexact (8)
+ add1sp: ternary = 0, flags = none (0)
+------------------------------------------------------------------------
+r13582 | vlefevre | 2019-09-03 13:02:07 +0000 (Tue, 03 Sep 2019) | 5 lines
+Changed paths:
+ M /trunk/src/add1sp.c
+ M /trunk/src/exceptions.c
+ M /trunk/src/mpfr-impl.h
+
+[src]
+ * exceptions.c: define flags_fout if MPFR_WANT_ASSERT >= 2, i.e. with
+ --enable-assert=full (for better flags output in add1sp.c, etc.).
+ * mpfr-impl.h: declare flags_fout if MPFR_WANT_ASSERT >= 2.
+ * add1sp.c: improve output of ternary value and flags.
+------------------------------------------------------------------------
+r13581 | vlefevre | 2019-09-03 12:40:56 +0000 (Tue, 03 Sep 2019) | 1 line
+Changed paths:
+ M /trunk/tests/tadd1sp.c
+
+[tests/tadd1sp.c] Updated comments of bug20190903.
+------------------------------------------------------------------------
+r13580 | vlefevre | 2019-09-03 12:37:47 +0000 (Tue, 03 Sep 2019) | 8 lines
+Changed paths:
+ M /trunk/tests/tadd1sp.c
+
+[tests/tadd1sp.c] Added a test that triggers a bug in mpfr_add1sp2n
+(corresponding to the FIXME), yielding a failure with
+"--enable-assert=full".
+Note 1: The computed values are equal (with MPFR_RNDN), but one gets
+ Inexact sp = 0 | Inexact = -1
+ Flags sp = 10 | Flags = 10
+Note 2: The fact that the flags do not match the ternary value in the
+error message is due to a missing mpfr_clear_flags in the test.
+------------------------------------------------------------------------
+r13579 | vlefevre | 2019-09-03 12:23:35 +0000 (Tue, 03 Sep 2019) | 6 lines
+Changed paths:
+ M /trunk/src/add1sp.c
+
+[src/add1sp.c] mpfr_add1sp2n:
+ * Code refactoring, eliminating the unnecessary goto's.
+ * In the d >= 2 * GMP_NUMB_BITS case, use a single test for rb and sb.
+ * Improved code consistency.
+ * Added a FIXME about suspicious code. → Find a failing test and fix
+ the code, or explain the code if it is correct.
+------------------------------------------------------------------------
+r13578 | zimmerma | 2019-09-03 11:51:41 +0000 (Tue, 03 Sep 2019) | 2 lines
+Changed paths:
+ M /trunk/src/add1sp.c
+
+[src/add1sp.c] fix for bug20190903
+
+------------------------------------------------------------------------
+r13577 | vlefevre | 2019-09-03 11:28:22 +0000 (Tue, 03 Sep 2019) | 1 line
+Changed paths:
+ M /trunk/src/add1sp.c
+
+[src/add1sp.c] Corrected a comment.
+------------------------------------------------------------------------
+r13576 | vlefevre | 2019-09-03 10:30:10 +0000 (Tue, 03 Sep 2019) | 3 lines
+Changed paths:
+ M /trunk/tests/tadd1sp.c
+
+[tests/tadd1sp.c] More random tests in the special precisions
+GMP_NUMB_BITS and 2 * GMP_NUMB_BITS (but they don't trigger
+the bug due to r13574).
+------------------------------------------------------------------------
+r13575 | vlefevre | 2019-09-03 10:25:41 +0000 (Tue, 03 Sep 2019) | 2 lines
+Changed paths:
+ M /trunk/tests/tadd1sp.c
+
+[tests/tadd1sp.c] Added testcase for bug due to r13574 (found with
+the other test programs, using --enable-assert=full).
+------------------------------------------------------------------------
+r13574 | zimmerma | 2019-09-03 09:20:19 +0000 (Tue, 03 Sep 2019) | 2 lines
+Changed paths:
+ M /trunk/NEWS
+ M /trunk/src/add1sp.c
+
+[src/add1sp.c] added mpfr_add1sp2n for 128-bit precision (with 64-bit limb)
+
+------------------------------------------------------------------------
+r13573 | zimmerma | 2019-09-02 15:48:13 +0000 (Mon, 02 Sep 2019) | 2 lines
+Changed paths:
+ M /trunk/src/sub1sp1_extracted.c
+
+[src/sub1sp1_extracted.c] replace hard-coded bounds by emin/emax
+
+------------------------------------------------------------------------
+r13572 | zimmerma | 2019-09-02 15:10:45 +0000 (Mon, 02 Sep 2019) | 2 lines
+Changed paths:
+ M /trunk/src/Makefile.am
+ M /trunk/src/sub1sp.c
+ A /trunk/src/sub1sp1_extracted.c
+
+added sub1sp1_extracted.c (not ready yet)
+
+------------------------------------------------------------------------
+r13571 | zimmerma | 2019-08-30 13:26:54 +0000 (Fri, 30 Aug 2019) | 2 lines
+Changed paths:
+ M /trunk/src/add1sp1_extracted.c
+ M /trunk/src/mul_1_extracted.c
+
+added github source for Jianyang Pan formal proof
+
+------------------------------------------------------------------------
+r13570 | vlefevre | 2019-08-21 10:22:25 +0000 (Wed, 21 Aug 2019) | 7 lines
+Changed paths:
+ M /trunk/tests/mpfr-test.h
+
+[tests/mpfr-test.h] At the end, with GCC, undef volatile if defined.
+Explanations:
+ With GCC, a macro "volatile" can be defined to test some special code
+ in mpfr-impl.h (code for compilers that define such a macro), but the
+ volatile keyword is necessary in some tests to avoid some GCC bugs.
+ Thus we need to undef this macro (if defined). We do that at the end,
+ so that mpfr-impl.h (included earlier) is not affected by this undef.
+------------------------------------------------------------------------
+r13569 | vlefevre | 2019-08-21 08:57:50 +0000 (Wed, 21 Aug 2019) | 5 lines
+Changed paths:
+ M /trunk/tests/tget_set_d128.c
+
+[tests/tget_set_d128.c] Updated a test with a non-canonical encoding:
+ * More meaningful name ("noncanonical" instead of "coverage").
+ * Output details in case of failure.
+ * Avoid GCC bug 91226: wrong propagation of non-canonical _Decimal64
+ and _Decimal128 constant (BID only).
+------------------------------------------------------------------------
+r13568 | vlefevre | 2019-08-20 13:58:15 +0000 (Tue, 20 Aug 2019) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Update concerning the "decimal-point character".
+------------------------------------------------------------------------
+r13567 | vlefevre | 2019-08-20 13:44:16 +0000 (Tue, 20 Aug 2019) | 5 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Changed "decimal point" to "decimal-point character",
+which is the term used in the ISO C standard. This is better as this
+character is also used with non-decimal bases: "decimal-point" is
+just the name of this character (as initially defined for base 10)
+and does not imply a number written in decimal.
+------------------------------------------------------------------------
+r13566 | vlefevre | 2019-08-20 13:02:52 +0000 (Tue, 20 Aug 2019) | 2 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Compatibility With MPF: added an item on the difference
+of the output format between mpf_out_str and mpfr_out_str.
+------------------------------------------------------------------------
+r13565 | vlefevre | 2019-08-20 11:06:03 +0000 (Tue, 20 Aug 2019) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Rewrote and completed the mpfr_out_str description.
+------------------------------------------------------------------------
+r13564 | vlefevre | 2019-08-20 09:39:53 +0000 (Tue, 20 Aug 2019) | 13 lines
+Changed paths:
+ M /trunk/src/out_str.c
+
+[src/out_str.c] Fixed bug in mpfr_out_str: When the exponent of the
+converted value is 0, it was not output, contrary to what is described
+in the MPFR manual. Note that this does not change the value of the
+printed string, so that this has no effect on applications that just
+re-read the value (with MPFR or another code).
+This was regarded as a bug rather than an error in the documentation,
+thus the output now looks more similar to what printf with %e yields;
+the GMP function mpf_out_str also outputs the exponent 0.
+Short discussion:
+ https://sympa.inria.fr/sympa/arc/mpfr/2019-08/msg00012.html
+
+Note: The tests still pass, as this function is currently not really
+tested.
+------------------------------------------------------------------------
+r13563 | vlefevre | 2019-08-14 17:01:18 +0000 (Wed, 14 Aug 2019) | 1 line
+Changed paths:
+ M /trunk/INSTALL
+
+[INSTALL] Update/corrections about MinGW and __USE_MINGW_ANSI_STDIO.
+------------------------------------------------------------------------
+r13562 | vlefevre | 2019-08-14 15:43:30 +0000 (Wed, 14 Aug 2019) | 2 lines
+Changed paths:
+ M /trunk/tests/tversion.c
+
+[tests/tversion.c] When building with MinGW, output a line about it:
+MinGW32 / MinGW64, and the __USE_MINGW_ANSI_STDIO definition.
+------------------------------------------------------------------------
+r13561 | vlefevre | 2019-08-14 15:37:46 +0000 (Wed, 14 Aug 2019) | 1 line
+Changed paths:
+ M /trunk/src/set_d128.c
+
+[src/set_d128.c] Moved a definition under the #if where it is used.
+------------------------------------------------------------------------
+r13560 | zimmerma | 2019-08-14 07:38:12 +0000 (Wed, 14 Aug 2019) | 2 lines
+Changed paths:
+ M /trunk/INSTALL
+
+improve INSTALL (feedback from sisyphus <sisyphus359@gmail.com>)
+
+------------------------------------------------------------------------
+r13559 | vlefevre | 2019-08-12 13:39:50 +0000 (Mon, 12 Aug 2019) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Added a FIXME for mpfr_out_str about the exponent 0.
+------------------------------------------------------------------------
+r13558 | vlefevre | 2019-08-12 13:32:58 +0000 (Mon, 12 Aug 2019) | 10 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] About mpfr_get_str / mpfr_out_str:
+ * In the mpfr_get_str description, changed argument "b" to "base" for
+ consistency with similar functions (now, only mpfr_get_str_ndigits
+ has b as this looks better in the formula). Also added a link to
+ mpfr_get_str_ndigits.
+ * In the mpfr_out_str description, replaced the ambiguous and even
+ incorrect sentence "enough digits so that op can be read back
+ exactly" (issues with trailing zeros and with the directed rounding
+ modes) by text similar to the one in the mpfr_get_str description
+ (keeping the reference to mpfr_get_str).
+------------------------------------------------------------------------
+r13557 | vlefevre | 2019-08-12 12:40:32 +0000 (Mon, 12 Aug 2019) | 1 line
+Changed paths:
+ M /trunk/src/out_str.c
+
+[src/out_str.c] Coding style (e is not a boolean).
+------------------------------------------------------------------------
+r13556 | vlefevre | 2019-08-09 13:52:29 +0000 (Fri, 09 Aug 2019) | 1 line
+Changed paths:
+ M /trunk/tests/tout_str.c
+
+[tests/tout_str.c] Use mpfr_print_rnd_mode in a message.
+------------------------------------------------------------------------
+r13555 | vlefevre | 2019-08-09 13:49:28 +0000 (Fri, 09 Aug 2019) | 3 lines
+Changed paths:
+ M /trunk/tests/tout_str.c
+
+[tests/tout_str.c] Code simplification: a test from r1888 on a
+random value was unnecessary (the log message of r1888 did not
+even correspond to the change).
+------------------------------------------------------------------------
+r13554 | vlefevre | 2019-08-09 13:37:48 +0000 (Fri, 09 Aug 2019) | 1 line
+Changed paths:
+ M /trunk/tests/tout_str.c
+
+[tests/tout_str.c] GNU coding style.
+------------------------------------------------------------------------
+r13553 | vlefevre | 2019-08-09 13:34:16 +0000 (Fri, 09 Aug 2019) | 2 lines
+Changed paths:
+ M /trunk/tests/tout_str.c
+
+[tests/tout_str.c] Added missing newline characters in the output
+after calls to mpfr_out_str.
+------------------------------------------------------------------------
+r13552 | vlefevre | 2019-08-09 13:29:36 +0000 (Fri, 09 Aug 2019) | 5 lines
+Changed paths:
+ M /trunk/tests/tout_str.c
+
+[tests/tout_str.c] By default, output the results to a file instead of
+/dev/null (this was already done only if opening /dev/null failed), so
+that they can be checked later. Fixed 2 issues at the same time:
+ * Do not close stdout (when an argument was provided).
+ * Remove the file at the end.
+------------------------------------------------------------------------
+r13551 | vlefevre | 2019-08-09 13:11:38 +0000 (Fri, 09 Aug 2019) | 1 line
+Changed paths:
+ M /trunk/tests/tfpif.c
+
+[tests/tfpif.c] GNU coding style.
+------------------------------------------------------------------------
+r13550 | vlefevre | 2019-08-09 13:09:57 +0000 (Fri, 09 Aug 2019) | 1 line
+Changed paths:
+ M /trunk/tests/tfpif.c
+
+[tests/tfpif.c] Added a comment about the use of perror.
+------------------------------------------------------------------------
+r13549 | vlefevre | 2019-08-09 13:06:47 +0000 (Fri, 09 Aug 2019) | 4 lines
+Changed paths:
+ M /trunk/tests/tfpif.c
+
+[tests/tfpif.c] Also check fclose failure when the file has been opened
+for writing (typically an error in case the buffer cannot be written to
+the file). Call perror after all fopen/src_fopen/fclose failures to get
+the reason of the failure.
+------------------------------------------------------------------------
+r13548 | vlefevre | 2019-08-09 12:45:21 +0000 (Fri, 09 Aug 2019) | 4 lines
+Changed paths:
+ M /trunk/tests/tfpif.c
+
+[tests/tfpif.c] In case of failure of fopen or src_fopen, write the
+error message on stderr (as one should do for errors not directly
+related to the tests, such as memory allocation and I/O errors).
+Also improved the error messages and made them consistent.
+------------------------------------------------------------------------
+r13547 | vlefevre | 2019-08-06 12:47:52 +0000 (Tue, 06 Aug 2019) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Updated the month.
+------------------------------------------------------------------------
+r13546 | vlefevre | 2019-08-05 13:50:20 +0000 (Mon, 05 Aug 2019) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Improved consistency with @item.
+------------------------------------------------------------------------
+r13545 | vlefevre | 2019-08-02 13:17:10 +0000 (Fri, 02 Aug 2019) | 3 lines
+Changed paths:
+ M /trunk/Makefile.am
+ M /trunk/doc/Makefile.am
+ M /trunk/src/Makefile.am
+ M /trunk/tests/Makefile.am
+ M /trunk/tools/bench/Makefile.am
+ M /trunk/tune/Makefile.am
+
+For Makefile.am and each one in SUBDIRS, added the .POSIX target to
+select the POSIX behavior (since we do not require GNU "make").
+See: https://sympa.inria.fr/sympa/arc/mpfr/2019-08/msg00005.html
+------------------------------------------------------------------------
+r13544 | vlefevre | 2019-08-02 08:22:52 +0000 (Fri, 02 Aug 2019) | 2 lines
+Changed paths:
+ M /trunk/tools/get_patches.sh
+
+[tools/get_patches.sh] Fixed change in r13543 (the contents of PATCHES
+should still be written as a list of words separated by a space).
+------------------------------------------------------------------------
+r13543 | vlefevre | 2019-08-02 08:15:24 +0000 (Fri, 02 Aug 2019) | 9 lines
+Changed paths:
+ M /trunk/src/Makefile.am
+ M /trunk/tools/get_patches.sh
+
+Fixed src/get_patches.c generation that was changed in r13542.
+ * src/Makefile.am, tools/get_patches.sh: since get_patches.sh is
+ no longer run from $(top_srcdir), the PATCHES absolute pathname
+ now needs to be passed in argument.
+ * src/Makefile.am: fixed the get_patches.c rule (the automatic
+ variable $< was used with the meaning "first prerequisite" of
+ GNU Make; an "exit 1" was missing, so that a failure did not
+ abort "make" immediately).
+ * tools/get_patches.sh: detect errors with "set -e".
+------------------------------------------------------------------------
+r13542 | vlefevre | 2019-07-31 15:55:00 +0000 (Wed, 31 Jul 2019) | 7 lines
+Changed paths:
+ M /trunk/src/Makefile.am
+
+[src/Makefile.am] Define get_patches.c as a built source to avoid a
+non-portable make rule ("/" character in target), causing an error
+in FreeBSD with its "make" command. This change should be OK as the
+get_patches.sh script that generates get_patches.c is very simple
+and portable. As a consequence, put get_patches.c in CLEANFILES.
+See:
+ https://sympa.inria.fr/sympa/arc/mpfr/2019-07/msg00003.html
+------------------------------------------------------------------------
+r13541 | vlefevre | 2019-07-31 15:28:01 +0000 (Wed, 31 Jul 2019) | 4 lines
+Changed paths:
+ M /trunk/Makefile.am
+
+[Makefile.am] Fixed dist-hook for ck-mparam, which was run from a
+read-only directory with "make distcheck" while a temporary file
+is created in the current directory, yielding a failure (ck-mparam
+has been run in dist-hook since r12533 on 2018-04-03).
+------------------------------------------------------------------------
+r13540 | vlefevre | 2019-07-31 15:23:57 +0000 (Wed, 31 Jul 2019) | 4 lines
+Changed paths:
+ M /trunk/tools/ck-mparam
+
+[tools/ck-mparam] Updated comment to warn that the source tree that is
+checked is the one that contains this script, not the one corresponding
+to the current working directory (the rule for the other scripts in the
+tools directory is currently different).
+------------------------------------------------------------------------
+r13539 | vlefevre | 2019-07-31 15:06:10 +0000 (Wed, 31 Jul 2019) | 5 lines
+Changed paths:
+ M /trunk/tools/ck-mparam
+
+[tools/ck-mparam] This script can now be run from any directory (which
+must still be writable). This change has been done to be able to run
+it from the build directory, as if it is run via "make distcheck" and
+a dist-hook rule, then neither the top-level directory nor the tools
+directory is writable.
+------------------------------------------------------------------------
+r13537 | vlefevre | 2019-07-23 10:55:43 +0000 (Tue, 23 Jul 2019) | 2 lines
+Changed paths:
+ M /trunk/tests/tget_set_d64.c
+
+[tests/tget_set_d64.c] Updated comment (only the x86 and x86_64 targets
+are affected).
+------------------------------------------------------------------------
+r13536 | vlefevre | 2019-07-23 06:55:53 +0000 (Tue, 23 Jul 2019) | 1 line
+Changed paths:
+ M /trunk/tests/tget_set_d64.c
+
+[tests/tget_set_d64.c] Improved a comment.
+------------------------------------------------------------------------
+r13535 | vlefevre | 2019-07-22 14:08:50 +0000 (Mon, 22 Jul 2019) | 2 lines
+Changed paths:
+ M /trunk/tests/tget_set_d64.c
+
+[tests/tget_set_d64.c] Avoid GCC bug 91226: wrong propagation of
+non-canonical _Decimal64 constant.
+------------------------------------------------------------------------
+r13534 | vlefevre | 2019-07-22 12:57:55 +0000 (Mon, 22 Jul 2019) | 2 lines
+Changed paths:
+ M /trunk/src/set_d64.c
+
+[src/set_d64.c] In decimal64_to_string, log the memory representation
+of the _Decimal64 argument.
+------------------------------------------------------------------------
+r13533 | vlefevre | 2019-07-22 12:47:56 +0000 (Mon, 22 Jul 2019) | 3 lines
+Changed paths:
+ M /trunk/src/set_d64.c
+
+[src/set_d64.c] In decimal64_to_string, log the various fields of the
+_Decimal64 argument whose memory data is regarded as a double (as this
+is the current implementation of this function).
+------------------------------------------------------------------------
+r13532 | vlefevre | 2019-07-22 10:36:28 +0000 (Mon, 22 Jul 2019) | 1 line
+Changed paths:
+ M /trunk/tests/tget_set_d64.c
+
+[tests/tget_set_d64.c] More output details in the noncanonical test.
+------------------------------------------------------------------------
+r13531 | vlefevre | 2019-07-22 10:29:09 +0000 (Mon, 22 Jul 2019) | 2 lines
+Changed paths:
+ M /trunk/tests/tget_set_d64.c
+
+[tests/tget_set_d64.c] Improved the noncanonical test, but this does not
+solve the failure with gcc-snapshot.
+------------------------------------------------------------------------
+r13530 | vlefevre | 2019-07-22 10:16:00 +0000 (Mon, 22 Jul 2019) | 3 lines
+Changed paths:
+ M /trunk/tests/tget_set_d64.c
+
+[tests/tget_set_d64.c] More meaningful name of a test with a
+non-canonical encoding and more details (fails with Debian's
+gcc-snapshot 10.0.0 20190718, trunk revision 273586).
+------------------------------------------------------------------------
+r13528 | vlefevre | 2019-07-12 15:58:07 +0000 (Fri, 12 Jul 2019) | 2 lines
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] "To make a release": mention -Wsuggest-attribute=...
+options (but mpfr.h first needs some macros like __MPFR_SENTINEL_ATTR).
+------------------------------------------------------------------------
+r13527 | vlefevre | 2019-07-12 13:31:46 +0000 (Fri, 12 Jul 2019) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+Renamed MPFR_CONST_ATTR macro to MPFR_CONST_FUNCTION_ATTR in order to be
+similar to the MPFR_{PURE,HOT,COLD}_FUNCTION_ATTR macro names.
+------------------------------------------------------------------------
+r13526 | vlefevre | 2019-07-10 09:15:09 +0000 (Wed, 10 Jul 2019) | 5 lines
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Update concerning the MPFR manual:
+ * Updated information about the papersize issues (should be fixed,
+ but manual checking is recommended).
+ * Detailed English typography.
+ * Removed mention of the old texinfo bug 33329 (Debian bug 583558).
+------------------------------------------------------------------------
+r13524 | vlefevre | 2019-07-08 11:08:18 +0000 (Mon, 08 Jul 2019) | 1 line
+Changed paths:
+ M /trunk/codespell.exclude
+ M /trunk/codespell.ignore
+
+[codespell.*] Update for codespell 1.15.0.
+------------------------------------------------------------------------
+r13522 | vlefevre | 2019-07-08 11:03:43 +0000 (Mon, 08 Jul 2019) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+ M /trunk/src/free_cache.c
+ M /trunk/src/mpfr-gmp.c
+ M /trunk/src/mpfr-impl.h
+ M /trunk/src/mpfr.h
+
+Fixed spelling mistakes found by codespell 1.15.0.
+------------------------------------------------------------------------
+r13519 | vlefevre | 2019-07-06 19:55:37 +0000 (Sat, 06 Jul 2019) | 2 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Added missing "const" qualifier to "char *" in a test;
+needed with GCC's "-Wwrite-strings -Werror".
+------------------------------------------------------------------------
+r13517 | vlefevre | 2019-07-02 12:13:56 +0000 (Tue, 02 Jul 2019) | 4 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] MPFR_GROUP_* macros / mpfr_group_t structure: when
+MPFR_GROUP_STATIC_SIZE is 0 (for testing), use a flexible array member
+(ISO C99) instead of a zero-length array (GNU extension, forbidden in
+ISO C).
+------------------------------------------------------------------------
+r13515 | vlefevre | 2019-07-02 11:06:33 +0000 (Tue, 02 Jul 2019) | 3 lines
+Changed paths:
+ M /trunk/tests/tdiv.c
+ M /trunk/tests/tfpif.c
+ M /trunk/tests/tmul_2exp.c
+ M /trunk/tests/trandom.c
+ M /trunk/tests/trint.c
+ M /trunk/tests/tsprintf.c
+ M /trunk/tests/tsum.c
+ M /trunk/tests/turandom.c
+
+[tests/*.c] Added missing "const" qualifier to "char *" when this
+involves string literals (detected by using GCC's -Wwrite-strings
+option, via the default -Wdiscarded-qualifiers warning).
+------------------------------------------------------------------------
+r13514 | vlefevre | 2019-07-01 15:40:11 +0000 (Mon, 01 Jul 2019) | 4 lines
+Changed paths:
+ M /trunk/acinclude.m4
+ M /trunk/configure.ac
+
+[acinclude.m4,configure.ac] MPFR_C_LONG_DOUBLE_FORMAT: also detect
+clang's LTO.
+Note: no longer use $FGREP (see r13513) as its status is unclear on
+non-POSIX systems (though very probably available when $EGREP is).
+------------------------------------------------------------------------
+r13513 | vlefevre | 2019-07-01 14:12:10 +0000 (Mon, 01 Jul 2019) | 5 lines
+Changed paths:
+ M /trunk/acinclude.m4
+ M /trunk/configure.ac
+
+[acinclude.m4,configure.ac] For MPFR_C_LONG_DOUBLE_FORMAT, when the
+format is unknown and it is detected that LTO has been used, output
+"recognition prevented by LTO".
+Note: at the same time, since AC_PROG_FGREP was needed, replaced
+$EGREP by $FGREP when applicable.
+------------------------------------------------------------------------
+r13512 | vlefevre | 2019-07-01 13:44:51 +0000 (Mon, 01 Jul 2019) | 2 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] MPFR_C_LONG_DOUBLE_FORMAT: improved comment and added a
+warning saying that this does not work with GCC's LTO (gcc -flto ...).
+------------------------------------------------------------------------
+r13511 | zimmerma | 2019-06-07 12:42:41 +0000 (Fri, 07 Jun 2019) | 2 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] simplified code of sub1sp1 for bx = cx
+
+------------------------------------------------------------------------
+r13510 | vlefevre | 2019-06-06 12:43:33 +0000 (Thu, 06 Jun 2019) | 3 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] About r13506-13509 and optimization: added a comment
+about Clang after some tests (without giving details, as in practice,
+this is more complex... but this is the general idea).
+------------------------------------------------------------------------
+r13509 | zimmerma | 2019-06-06 12:23:42 +0000 (Thu, 06 Jun 2019) | 2 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] fixed typo
+
+------------------------------------------------------------------------
+r13508 | vlefevre | 2019-06-06 12:12:11 +0000 (Thu, 06 Jun 2019) | 2 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] Added reference to GCC PR30315 about a misoptimization
+on x86/x86_64 (see r13506 and r13507).
+------------------------------------------------------------------------
+r13507 | vlefevre | 2019-06-06 10:51:57 +0000 (Thu, 06 Jun 2019) | 3 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] Completed r13506: added MPFR_ASSERTD to justify the
+new code and give more information to the compiler; added comments
+about this optimization issue.
+------------------------------------------------------------------------
+r13506 | zimmerma | 2019-06-06 10:14:04 +0000 (Thu, 06 Jun 2019) | 2 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] small speedup (following discussion with Félix Breton)
+
+------------------------------------------------------------------------
+r13498 | vlefevre | 2019-06-01 14:22:53 +0000 (Sat, 01 Jun 2019) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Added a note about MPFR_DISABLE_IEEE_FLOATS.
+------------------------------------------------------------------------
+r13497 | vlefevre | 2019-06-01 13:57:48 +0000 (Sat, 01 Jun 2019) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Updated MPFR_DISABLE_IEEE_FLOATS description.
+------------------------------------------------------------------------
+r13496 | vlefevre | 2019-06-01 13:54:08 +0000 (Sat, 01 Jun 2019) | 3 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Undefine HAVE_LDOUBLE_IS_DOUBLE & HAVE_LDOUBLE_IEEE_*
+macros if MPFR_DISABLE_IEEE_FLOATS is defined, as the goal is to test
+code not relying on IEEE floats.
+------------------------------------------------------------------------
+r13495 | vlefevre | 2019-05-24 13:17:50 +0000 (Fri, 24 May 2019) | 3 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Code simplification with the generic
+LONGDOUBLE_NAN_ACTION macro (the WANT_LONGDOUBLE_VOLATILE macro is not
+needed as used only once, thus removed). Improved the related comment.
+------------------------------------------------------------------------
+r13494 | vlefevre | 2019-05-24 08:33:50 +0000 (Fri, 24 May 2019) | 4 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+ M /trunk/src/volatile.c
+
+[src] Instead of including <float.h> in volatile.c (r13493), do that
+unconditionally in mpfr-impl.h to make sure that macro definitions
+in this header file are always correct: some definitions depend on
+various macros from <float.h>, such as FLT_RADIX and DBL_MANT_DIG.
+------------------------------------------------------------------------
+r13493 | zimmerma | 2019-05-24 07:35:03 +0000 (Fri, 24 May 2019) | 3 lines
+Changed paths:
+ M /trunk/src/volatile.c
+
+applied patch from #21762
+(https://gforge.inria.fr/tracker/?func=detail&atid=619&aid=21762&group_id=136)
+
+------------------------------------------------------------------------
+r13492 | vlefevre | 2019-05-15 13:53:23 +0000 (Wed, 15 May 2019) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Added another URL on undefined behavior.
+------------------------------------------------------------------------
+r13488 | vlefevre | 2019-04-30 17:06:09 +0000 (Tue, 30 Apr 2019) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Note that -static-libasan does not work with MPFR.
+------------------------------------------------------------------------
+r13486 | vlefevre | 2019-04-30 15:13:32 +0000 (Tue, 30 Apr 2019) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Update about the use of GCC's "-fsanitize=address".
+------------------------------------------------------------------------
+r13485 | zimmerma | 2019-04-30 13:49:59 +0000 (Tue, 30 Apr 2019) | 3 lines
+Changed paths:
+ M /trunk/src/zeta.c
+
+[src/zeta.c] fixed out-of-bound read reported by Thomas Bailleux
+
+Note: This bug was introduced in r12066.
+------------------------------------------------------------------------
+r13484 | vlefevre | 2019-04-29 13:29:12 +0000 (Mon, 29 Apr 2019) | 1 line
+Changed paths:
+ M /trunk/tools/ck-version-info
+
+[tools/ck-version-info] Minor corrections in a comment.
+------------------------------------------------------------------------
+r13483 | vlefevre | 2019-04-29 13:26:29 +0000 (Mon, 29 Apr 2019) | 3 lines
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Update about the VERSION file:
+ * Added a paragraph on the meaning of the "-dev" suffix.
+ * Removed a confusing and useless "-dev" in an example.
+------------------------------------------------------------------------
+r13482 | vlefevre | 2019-04-29 13:17:34 +0000 (Mon, 29 Apr 2019) | 4 lines
+Changed paths:
+ M /trunk/tools/ck-news
+
+[tools/ck-news] Changed the condition of the test for FIXME or TODO:
+Previously it was disabled only for -dev versions. Now it is enabled
+only for releases and release candidates. This will allow snapshots,
+for which the NEWS file may still contain a FIXME or TODO.
+------------------------------------------------------------------------
+r13481 | vlefevre | 2019-04-29 13:11:11 +0000 (Mon, 29 Apr 2019) | 1 line
+Changed paths:
+ M /trunk/tools/ck-version-info
+
+[tools/ck-version-info] Corrected check. Added explanations in comments.
+------------------------------------------------------------------------
+r13480 | vlefevre | 2019-04-29 12:44:01 +0000 (Mon, 29 Apr 2019) | 1 line
+Changed paths:
+ M /trunk/tools/ck-version-info
+
+[tools/ck-version-info] Better error message if $vinfo is not defined.
+------------------------------------------------------------------------
+r13479 | vlefevre | 2019-04-29 12:38:40 +0000 (Mon, 29 Apr 2019) | 1 line
+Changed paths:
+ M /trunk/src/Makefile.am
+
+[src/Makefile.am] Added a comment.
+------------------------------------------------------------------------
+r13477 | vlefevre | 2019-04-25 12:26:27 +0000 (Thu, 25 Apr 2019) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Updated the month.
+------------------------------------------------------------------------
+r13475 | vlefevre | 2019-04-25 10:55:11 +0000 (Thu, 25 Apr 2019) | 3 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Updated the list of rounding modes in the description
+of the mpfr_print_rnd_mode function. Choose the same order as in the
+"Rounding Modes" section in "MPFR Basics".
+------------------------------------------------------------------------
+r13474 | vlefevre | 2019-04-25 10:53:38 +0000 (Thu, 25 Apr 2019) | 2 lines
+Changed paths:
+ M /trunk/tools/mpfrlint
+
+[tools/mpfrlint] Lists of rounding modes: also check with the
+"Rounding Modes" section in "MPFR Basics".
+------------------------------------------------------------------------
+r13473 | vlefevre | 2019-04-25 10:35:45 +0000 (Thu, 25 Apr 2019) | 1 line
+Changed paths:
+ M /trunk/src/print_rnd_mode.c
+
+[src/print_rnd_mode.c] Added a comment to remember to update the manual.
+------------------------------------------------------------------------
+r13472 | vlefevre | 2019-04-25 10:34:31 +0000 (Thu, 25 Apr 2019) | 2 lines
+Changed paths:
+ M /trunk/tools/mpfrlint
+
+[tools/mpfrlint] Check that the lists of rounding modes in
+src/print_rnd_mode.c and doc/mpfr.texi are identical.
+------------------------------------------------------------------------
+r13471 | vlefevre | 2019-04-25 10:05:47 +0000 (Thu, 25 Apr 2019) | 1 line
+Changed paths:
+ M /trunk/src/mpfr.h
+
+[src/mpfr.h] Added a blank line (grouping of function declarations).
+------------------------------------------------------------------------
+r13470 | vlefevre | 2019-04-25 10:04:25 +0000 (Thu, 25 Apr 2019) | 1 line
+Changed paths:
+ M /trunk/TODO
+ M /trunk/src/mpfr.h
+ M /trunk/src/vasprintf.c
+
+Added support for GCC's returns_nonnull attribute (with GCC 4.9+).
+------------------------------------------------------------------------
+r13469 | vlefevre | 2019-04-25 09:31:55 +0000 (Thu, 25 Apr 2019) | 1 line
+Changed paths:
+ M /trunk/TODO
+
+[TODO] Update about GCC's nonnull and returns_nonnull attributes.
+------------------------------------------------------------------------
+r13467 | vlefevre | 2019-04-16 08:11:02 +0000 (Tue, 16 Apr 2019) | 5 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+ M /trunk/src/vasprintf.c
+
+New macro MPFR_FALLTHROUGH to avoid -Wimplicit-fallthrough warnings
+with GCC 7+. This macro also makes the code more readable by bringing
+the attention on an unusual fallthrough in a switch case.
+ * src/mpfr-impl.h: define this macro.
+ * src/vasprintf.c: use this macro in a case of fallthrough.
+------------------------------------------------------------------------
+r13466 | vlefevre | 2019-04-15 12:27:49 +0000 (Mon, 15 Apr 2019) | 8 lines
+Changed paths:
+ M /trunk/src/vasprintf.c
+ M /trunk/tests/tsprintf.c
+
+[src/vasprintf.c] Minor bug fix: when an integer is to be read for
+ the field width or precision, regard strings like "17*" as invalid
+ instead of regarding it as "*" (ignoring the integer that precedes,
+ except in case of overflow). In C's printf, such an invalid string
+ yields undefined behavior, but in MPFR, we normally print the
+ invalid format specifier as a literal string in such a case.
+ Bug detected with -Wimplicit-fallthrough from GCC 7+.
+[tests/tsprintf.c] Added non-regression test.
+------------------------------------------------------------------------
+r13464 | vlefevre | 2019-04-02 09:36:47 +0000 (Tue, 02 Apr 2019) | 1 line
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] Updated --enable-logging description.
+------------------------------------------------------------------------
+r13463 | vlefevre | 2019-04-02 09:33:07 +0000 (Tue, 02 Apr 2019) | 3 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] When logging support is requested, run a test to check
+that code with nested functions and the 'cleanup' attribute can be
+compiled, as these features are needed.
+------------------------------------------------------------------------
+r13462 | vlefevre | 2019-04-02 09:07:39 +0000 (Tue, 02 Apr 2019) | 2 lines
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] AC_ARG_ENABLE(float128,...): updated comment and
+description.
+------------------------------------------------------------------------
+r13461 | vlefevre | 2019-04-02 08:56:21 +0000 (Tue, 02 Apr 2019) | 5 lines
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] Updated comment for AC_ARG_ENABLE(decimal-float,...).
+ * Removed information about very old GCC versions.
+ * _Decimal128 is considered too, in addition to _Decimal64.
+ * No longer just a GCC extension, but part of ISO/IEC TS 18661.
+ * Added a FIXME for new options about _Decimal64 and _Decimal128.
+------------------------------------------------------------------------
+r13460 | vlefevre | 2019-04-02 08:43:30 +0000 (Tue, 02 Apr 2019) | 1 line
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] Cleanup: moved some AC_ARG_ENABLE's where they should be.
+------------------------------------------------------------------------
+r13459 | vlefevre | 2019-03-29 16:27:57 +0000 (Fri, 29 Mar 2019) | 8 lines
+Changed paths:
+ M /trunk/src/vasprintf.c
+
+[src/vasprintf.c]
+ * Corrected FIXME by modifying the assertion. The failure could occur
+ only when mpfr_intmax_t has the same size as int (which is the case
+ when long = int and either intmax_t and long long are not available
+ or intmax_t = long = int), and only when INT_MIN is provided as a
+ field width argument.
+ * Related to that, updated a test to improve optimization.
+ * Added comments.
+------------------------------------------------------------------------
+r13458 | vlefevre | 2019-03-29 15:20:48 +0000 (Fri, 29 Mar 2019) | 2 lines
+Changed paths:
+ M /trunk/src/vasprintf.c
+
+[src/vasprintf.c] Added a FIXME: tsprintf yields an assertion failure
+with sizeof(mpfr_intmax_t) = 4 (which was not tested until now).
+------------------------------------------------------------------------
+r13457 | vlefevre | 2019-03-29 14:39:22 +0000 (Fri, 29 Mar 2019) | 32 lines
+Changed paths:
+ M /trunk/acinclude.m4
+ M /trunk/doc/README.dev
+ M /trunk/src/fits_intmax.c
+ M /trunk/src/fits_uintmax.c
+ M /trunk/src/get_sj.c
+ M /trunk/src/get_uj.c
+ M /trunk/src/mpfr-impl.h
+ M /trunk/src/mpfr-intmax.h
+ M /trunk/tests/tfits.c
+ M /trunk/tests/tget_sj.c
+ M /trunk/tests/tset_sj.c
+ M /trunk/tests/tstdint.c
+ M /trunk/tests/tversion.c
+
+Cleanup / fixes related to intmax_t, mpfr_intmax_t, etc.
+
+The issues were:
+ * The build of the tests (make check) could fail with CFLAGS implying
+ "-std=c90 -Werror=format", i.e. if intmax_t was available but the
+ use of the "j" printf length modifier made the compilation fail
+ (its unconditional use was incorrect anyway).
+ * MPFR_INTMAX_MAX had definitions in both mpfr-impl.h & mpfr-intmax.h,
+ with inconsistent usage.
+
+Detailed changes:
+ * acinclude.m4: removed the definition of MPFR_PRINTF_MAXLM, which
+ could be incorrect (large numbers were not tested to select its
+ value); in the MPFR_FUNC_GMP_PRINTF_SPEC macro, check sprintf()
+ in addition to gmp_sprintf() as it is now also used in the tests;
+ updated some comments and messages.
+ * src/mpfr-impl.h: removed the MPFR_*INTMAX* definitions; they had
+ been added due to
+ https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582698
+ with -ansi -pedantic-errors, but this issue was fixed in GCC 4.8
+ (released 6 years ago), so that they are no longer needed.
+ * src/mpfr-intmax.h: completed the definitions; mpfr_intmax_t is now
+ the largest integer type available and fully working (in particular
+ with printf), thus it may be smaller than intmax_t.
+ * doc/README.dev: updated the description of mpfr_intmax_t, etc.
+ * tests/tversion.c: output sizeof(mpfr_intmax_t) too.
+ * Various .c files in src and tests related to (u)intmax_t: use
+ INTMAX_MAX instead of MPFR_INTMAX_MAX, etc. as Debian bug 582698
+ (mentioned above) no longer occurs and mpfr_intmax_t may be smaller
+ than intmax_t; use the "j" printf length modifier instead of
+ MPFR_PRINTF_MAXLM, and protect it with "#ifndef NPRINTF_J"
+ (only the tests are concerned, so that this is not an issue).
+------------------------------------------------------------------------
+r13456 | vlefevre | 2019-03-28 17:19:00 +0000 (Thu, 28 Mar 2019) | 2 lines
+Changed paths:
+ M /trunk/src/urandomb.c
+
+[src/urandomb.c] Removed the FIXME: this is a bug in GMP or in Clang's
+memory sanitizer.
+------------------------------------------------------------------------
+r13455 | vlefevre | 2019-03-28 16:56:46 +0000 (Thu, 28 Mar 2019) | 2 lines
+Changed paths:
+ M /trunk/src/urandomb.c
+
+[src/urandomb.c] Added a FIXME (use-of-uninitialized-value with
+Clang's memory sanitizer).
+------------------------------------------------------------------------
+r13452 | vlefevre | 2019-03-13 12:51:51 +0000 (Wed, 13 Mar 2019) | 1 line
+Changed paths:
+ M /trunk/src/printf.c
+
+[src/printf.c] Removed unused definitions.
+------------------------------------------------------------------------
+r13451 | vlefevre | 2019-03-01 13:12:20 +0000 (Fri, 01 Mar 2019) | 6 lines
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Update about coverage:
+ * Mention not to enable optimizations.
+ * Replaced "-fprofile-arcs -ftest-coverage" by "--coverage", as
+ this is what is used by the tools/coverage script (note: this
+ is a synonym when compiling, but also allows the right options
+ to be used when linking, thus might be better in doubt).
+------------------------------------------------------------------------
+r13446 | vlefevre | 2019-02-04 14:17:56 +0000 (Mon, 04 Feb 2019) | 1 line
+Changed paths:
+ M /trunk/tests/tcmp_d.c
+ M /trunk/tests/tcmp_ld.c
+ M /trunk/tests/td_div.c
+ M /trunk/tests/tget_flt.c
+ M /trunk/tests/tset_float128.c
+
+[tests] Use MPFR_DBL_* macros when necessary.
+------------------------------------------------------------------------
+r13445 | vlefevre | 2019-02-04 13:57:49 +0000 (Mon, 04 Feb 2019) | 1 line
+Changed paths:
+ M /trunk/tools/mpfrlint
+
+[tools/mpfrlint] For consistency, use "[ch]" instead of "{c,h}".
+------------------------------------------------------------------------
+r13444 | vlefevre | 2019-02-04 13:55:47 +0000 (Mon, 04 Feb 2019) | 1 line
+Changed paths:
+ M /trunk/tools/mpfrlint
+
+[tools/mpfrlint] Detect use of DBL_* macros instead of MPFR_DBL_* ones.
+------------------------------------------------------------------------
+r13443 | vlefevre | 2019-02-04 13:47:14 +0000 (Mon, 04 Feb 2019) | 1 line
+Changed paths:
+ M /trunk/tools/mpfrlint
+
+[tools/mpfrlint] Improved message about division by zero.
+------------------------------------------------------------------------
+r13442 | vlefevre | 2019-02-04 13:39:17 +0000 (Mon, 04 Feb 2019) | 2 lines
+Changed paths:
+ M /trunk/doc/README.dev
+ M /trunk/tools/mpfrlint
+
+[doc/README.dev] Improved description of MPFR_ERRDIVZERO.
+[tools/mpfrlint] Added a comment about division by zero.
+------------------------------------------------------------------------
+r13441 | vlefevre | 2019-02-04 13:23:37 +0000 (Mon, 04 Feb 2019) | 1 line
+Changed paths:
+ M /trunk/tools/mpfrlint
+
+[tools/mpfrlint] Check that native FP division by zero is not used.
+------------------------------------------------------------------------
+r13429 | vlefevre | 2019-01-31 15:09:00 +0000 (Thu, 31 Jan 2019) | 2 lines
+Changed paths:
+ M /trunk/src/Makefile.am
[src/Makefile.am] In check-exported-symbols, replaced grep by $(GREP)
as usual and like in check-gmp-symbols.
-(merged changeset 13429 from the trunk)
------------------------------------------------------------------------
-r13424 | vlefevre | 2019-01-30 12:45:13 +0000 (Wed, 30 Jan 2019) | 2 lines
+r13423 | vlefevre | 2019-01-30 09:49:35 +0000 (Wed, 30 Jan 2019) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/configure.ac
+ M /trunk/configure.ac
[configure.ac] Updated comment about default options in CFLAGS for GCC.
-(merged changeset r13423 from the trunk)
------------------------------------------------------------------------
-r13422 | vlefevre | 2019-01-30 09:26:44 +0000 (Wed, 30 Jan 2019) | 8 lines
+r13421 | vlefevre | 2019-01-30 09:19:01 +0000 (Wed, 30 Jan 2019) | 7 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/INSTALL
- M /branches/4.0/NEWS
- M /branches/4.0/configure.ac
+ M /trunk/INSTALL
+ M /trunk/NEWS
+ M /trunk/configure.ac
Update about CC / CFLAGS settings from GMP (__GMP_CC / __GMP_CFLAGS).
* configure.ac: remove -pedantic unconditionally; since r7044, it was
@@ -47,1423 +4391,3704 @@ Update about CC / CFLAGS settings from GMP (__GMP_CC / __GMP_CFLAGS).
* NEWS: added a line about this change.
* INSTALL: updated the note about CC / CFLAGS, removing the obsolete
reference to GMP 4.3.0 at the same time.
-(merged changeset r13421 from the trunk)
------------------------------------------------------------------------
-r13418 | vlefevre | 2019-01-27 23:08:51 +0000 (Sun, 27 Jan 2019) | 1 line
+r13420 | vlefevre | 2019-01-28 01:31:22 +0000 (Mon, 28 Jan 2019) | 1 line
Changed paths:
- M /branches/4.0/ChangeLog
+ M /trunk/tools/announce-text
-ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC0 svn log -rHEAD:0 -v".
+[tools/announce-text] Corrected subject for Release Candidate > 1.
------------------------------------------------------------------------
-r13417 | vlefevre | 2019-01-27 23:01:21 +0000 (Sun, 27 Jan 2019) | 1 line
+r13415 | vlefevre | 2019-01-25 14:31:46 +0000 (Fri, 25 Jan 2019) | 1 line
Changed paths:
- M /branches/4.0/VERSION
- M /branches/4.0/configure.ac
- M /branches/4.0/doc/mpfr.texi
- M /branches/4.0/src/mpfr.h
- M /branches/4.0/src/version.c
+ M /trunk/ChangeLog
-Updated version to 4.0.2-rc2.
+ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v".
------------------------------------------------------------------------
-r13416 | vlefevre | 2019-01-27 18:30:16 +0000 (Sun, 27 Jan 2019) | 38 lines
+r13414 | vlefevre | 2019-01-25 12:58:24 +0000 (Fri, 25 Jan 2019) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/NEWS
- M /branches/4.0/acinclude.m4
- M /branches/4.0/configure.ac
- M /branches/4.0/src/mpfr-impl.h
- M /branches/4.0/src/mpfr-thread.h
- M /branches/4.0/tests
- M /branches/4.0/tests/tversion.c
+ M /trunk/NEWS
-Shared cache: cleanup and various improvements / corrections.
- * acinclude.m4:
- - test $enable_shared_cache instead of $mpfr_want_shared_cache;
- - check ISO C11 thread support and/or POSIX thread support
- only when necessary;
- - when checking support for POSIX threads (pthread), also check
- that pthread_rwlock_t is supported, as it is needed by MPFR
- and conditionally defined in glibc's bits/pthreadtypes.h (via
- <pthread.h>);
- - with POSIX threads, also set CC="$PTHREAD_CC" as documented by
- ax_pthread (autoconf-archive). This is not guaranteed to work,
- but according to the ax_pthread.m4 source, in the cases where
- "$PTHREAD_CC" != "$CC", not setting it will probably not work
- either;
- - handle --enable-shared-cache early in MPFR_CONFIGS, because
- the use of POSIX threads (pthread) may need to change CC,
- CFLAGS, and LIBS (thus affecting other tests);
- - removed the now useless MPFR_CHECK_SHARED_CACHE function.
- * configure.ac: no longer set the mpfr_want_shared_cache variable,
- as enable_shared_cache (now used) already has the same usage.
- * acinclude.m4, configure.ac: moved the compatibility test of the
- configure options even earlier, from acinclude.m4 to configure.ac,
- just after the code that defines them. Also added an associated
- AC_MSG_CHECKING message for better clarity.
- * src/mpfr-impl.h: added a comment about the cache-related types,
- which depend on the locking methods.
- * src/mpfr-thread.h: fixed the lock macros:
- - in case of failure, one must abort, otherwise this would
- generally be undefined behavior;
- - added missing "do {} while (0)" (currently not mandatory).
- * tests/tversion.c: update concerning the shared cache, to be
- consistent with the other mpfr_buildopt_*_p features:
- - check that mpfr_buildopt_sharedcache_p() and
- MPFR_WANT_SHARED_CACHE match;
- - for the output of the value, test mpfr_buildopt_sharedcache_p()
- instead of the macro.
- * NEWS: update.
-(merged changesets r13032,13390-13396,13410,13412 from the trunk)
-------------------------------------------------------------------------
-r13409 | vlefevre | 2019-01-25 02:00:06 +0000 (Fri, 25 Jan 2019) | 6 lines
-Changed paths:
- M /branches/4.0
- M /branches/4.0/acinclude.m4
- M /branches/4.0/configure.ac
- M /branches/4.0/tests
- M /branches/4.0/tests/trint.c
+[NEWS] Update about shared caches.
+------------------------------------------------------------------------
+r13413 | vlefevre | 2019-01-25 12:55:31 +0000 (Fri, 25 Jan 2019) | 1 line
+Changed paths:
+ M /trunk/NEWS
+
+[NEWS] Added: "Shared caches: cleanup."
+------------------------------------------------------------------------
+r13412 | vlefevre | 2019-01-25 12:52:54 +0000 (Fri, 25 Jan 2019) | 4 lines
+Changed paths:
+ M /trunk/src/mpfr-thread.h
+
+[src/mpfr-thread.h] Fixed the lock macros:
+ * in case of failure, one must abort, otherwise this would generally
+ be undefined behavior;
+ * added missing "do {} while (0)" (currently not mandatory).
+------------------------------------------------------------------------
+r13411 | vlefevre | 2019-01-25 12:01:18 +0000 (Fri, 25 Jan 2019) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Updated a comment about MPFR_DECL_INIT_CACHE and
+the shared cache.
+------------------------------------------------------------------------
+r13410 | vlefevre | 2019-01-25 11:48:40 +0000 (Fri, 25 Jan 2019) | 2 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Avoid a warning with the pthread_rwlock_t test,
+as it is an error with -Werror.
+------------------------------------------------------------------------
+r13408 | vlefevre | 2019-01-25 00:52:54 +0000 (Fri, 25 Jan 2019) | 3 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Fixed another C++ compatibility issue detected by
+the -Werror=c++-compat GCC option (it led the "long double" format
+to be unknown).
+------------------------------------------------------------------------
+r13407 | vlefevre | 2019-01-24 23:21:20 +0000 (Thu, 24 Jan 2019) | 2 lines
+Changed paths:
+ M /trunk/tests/trint.c
+
+[tests/trint.c] Fixed C++ compatibility issue (arithmetic on enum)
+detected by the -Werror=c++-compat GCC option.
+------------------------------------------------------------------------
+r13406 | vlefevre | 2019-01-23 14:11:26 +0000 (Wed, 23 Jan 2019) | 3 lines
+Changed paths:
+ M /trunk/configure.ac
[configure.ac] By default (i.e. if CFLAGS is not already set), if
the compiler is GCC not in C++ mode, add the -Wc++-compat warning
since we expect the code to compile with a C++ compiler.
-[acinclude.m4,tests/trint.c] Fixed C++ compatibility issues detected
-thanks to this option used with -Werror.
-(merged changesets r13406-13408 from the trunk)
------------------------------------------------------------------------
-r13402 | vlefevre | 2019-01-13 15:39:13 +0000 (Sun, 13 Jan 2019) | 2 lines
+r13401 | vlefevre | 2019-01-13 15:38:22 +0000 (Sun, 13 Jan 2019) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests
- M /branches/4.0/tests/tcheck.c
+ M /trunk/tests/tcheck.c
[tests/tcheck.c] Corrected meaningless error message.
-(merged changeset r13401 from the trunk)
------------------------------------------------------------------------
-r13400 | vlefevre | 2019-01-13 01:15:11 +0000 (Sun, 13 Jan 2019) | 3 lines
+r13397 | vlefevre | 2019-01-13 00:13:15 +0000 (Sun, 13 Jan 2019) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests
- M /branches/4.0/tests/tversion.c
+ M /trunk/doc/mpfr.texi
-[tests/tversion.c] Decimal formats: output the encoding type (DPD/BID).
-(merged changeset r12776 from the trunk, and as a consequence,
-completed the merge of r13003)
+[doc/mpfr.texi] Minor correction for non-tex versions.
+Thanks to Trevor Spiteri for the bug report.
------------------------------------------------------------------------
-r13399 | vlefevre | 2019-01-13 00:17:11 +0000 (Sun, 13 Jan 2019) | 1 line
+r13396 | vlefevre | 2019-01-09 14:12:12 +0000 (Wed, 09 Jan 2019) | 3 lines
Changed paths:
- M /branches/4.0/VERSION
- M /branches/4.0/configure.ac
- M /branches/4.0/doc/mpfr.texi
- M /branches/4.0/src/mpfr.h
- M /branches/4.0/src/version.c
+ M /trunk/acinclude.m4
+ M /trunk/configure.ac
-Updated version to 4.0.2-dev.
+Moved the compatibility test of the configure options even earlier, from
+acinclude.m4 to configure.ac, just after the code that defines them.
+Also added an associated AC_MSG_CHECKING message for better clarity.
------------------------------------------------------------------------
-r13398 | vlefevre | 2019-01-13 00:15:31 +0000 (Sun, 13 Jan 2019) | 3 lines
+r13395 | vlefevre | 2019-01-09 14:01:33 +0000 (Wed, 09 Jan 2019) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/doc/mpfr.texi
+ M /trunk/acinclude.m4
-[doc/mpfr.texi] Minor correction for non-tex versions.
-Thanks to Trevor Spiteri for the bug report.
-(merged changeset r13397 from the trunk)
+[acinclude.m4] Simplified a message.
------------------------------------------------------------------------
-r13387 | vlefevre | 2019-01-08 13:43:12 +0000 (Tue, 08 Jan 2019) | 1 line
+r13394 | vlefevre | 2019-01-09 13:58:07 +0000 (Wed, 09 Jan 2019) | 2 lines
Changed paths:
- M /branches/4.0/ChangeLog
+ M /trunk/tests/tversion.c
-ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC0 svn log -rHEAD:0 -v".
+[tests/tversion.c] When the shared cache is enabled, also output the
+lock method (this information has been lost in r13032).
+------------------------------------------------------------------------
+r13393 | vlefevre | 2019-01-09 13:51:05 +0000 (Wed, 09 Jan 2019) | 3 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] When checking support for POSIX threads (pthread), also
+check that pthread_rwlock_t is supported, as it is needed by MPFR and
+conditionally defined in glibc's bits/pthreadtypes.h (via <pthread.h>).
------------------------------------------------------------------------
-r13386 | vlefevre | 2019-01-08 13:30:18 +0000 (Tue, 08 Jan 2019) | 3 lines
+r13392 | vlefevre | 2019-01-09 12:56:20 +0000 (Wed, 09 Jan 2019) | 20 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests
- M /branches/4.0/tests/tstrtofr.c
+ M /trunk/acinclude.m4
+ M /trunk/configure.ac
+
+Cleaned up configure code related to threading and the shared cache.
+ * acinclude.m4:
+ - detect incompatibilities between configure options at the
+ beginning of MPFR_CONFIGS, forcing enable_thread_safe to
+ "no" or "yes" when necessary, so that the subsequent code
+ can rely on that;
+ - check ISO C11 thread support and/or POSIX thread support
+ only when necessary;
+ - handle --enable-shared-cache early in MPFR_CONFIGS, because
+ the use of POSIX threads (pthread) may need to change CC,
+ CFLAGS, and LIBS (thus affecting other tests);
+ - test $enable_shared_cache instead of $mpfr_want_shared_cache;
+ - removed the now useless MPFR_CHECK_SHARED_CACHE function.
+ * configure.ac: no longer set the mpfr_want_shared_cache variable,
+ as enable_shared_cache (now used) already has the same usage.
+Note: currently,
+ ./configure --enable-shared-cache CFLAGS="-std=c99"
+still succeeds and still makes the compilation fail. This seems to
+be due to a limitation of AX_PTHREAD, which just tests linking, not
+compilation.
+------------------------------------------------------------------------
+r13391 | vlefevre | 2019-01-09 11:38:46 +0000 (Wed, 09 Jan 2019) | 5 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] In MPFR_CHECK_SHARED_CACHE (used when the shared cache
+was requested), also set CC="$PTHREAD_CC" as documented by ax_pthread
+(autoconf-archive). This is not guaranteed to work, but according to
+the ax_pthread.m4 source, in the cases where "$PTHREAD_CC" != "$CC",
+not setting it will probably not work either.
+------------------------------------------------------------------------
+r13390 | vlefevre | 2019-01-09 10:20:54 +0000 (Wed, 09 Jan 2019) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Added a comment about the cache-related types, which
+depend on the locking methods.
+------------------------------------------------------------------------
+r13385 | vlefevre | 2019-01-08 13:29:14 +0000 (Tue, 08 Jan 2019) | 2 lines
+Changed paths:
+ M /trunk/tests/tstrtofr.c
[tests/tstrtofr.c] Updated comment about GCC bug 86554: now fixed in
the GCC trunk.
-(merged changeset r13385 from the trunk)
------------------------------------------------------------------------
-r13384 | vlefevre | 2019-01-07 16:11:57 +0000 (Mon, 07 Jan 2019) | 3 lines
+r13383 | vlefevre | 2019-01-07 16:10:18 +0000 (Mon, 07 Jan 2019) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests
- M /branches/4.0/tests/Makefile.am
+ M /trunk/tests/Makefile.am
[tests/Makefile.am] Replaced "env -u DISPLAY" by "env DISPLAY=''" as
the -u option is not supported by NetBSD.
-(merged changeset r13383 from the trunk)
------------------------------------------------------------------------
-r13382 | vlefevre | 2019-01-07 15:22:38 +0000 (Mon, 07 Jan 2019) | 1 line
+r13380 | vlefevre | 2019-01-07 15:17:11 +0000 (Mon, 07 Jan 2019) | 4 lines
Changed paths:
- M /branches/4.0/ChangeLog
-
-ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC0 svn log -rHEAD:0 -v".
-------------------------------------------------------------------------
-r13381 | vlefevre | 2019-01-07 15:17:51 +0000 (Mon, 07 Jan 2019) | 4 lines
-Changed paths:
- M /branches/4.0
- M /branches/4.0/COPYING
- M /branches/4.0/COPYING.LESSER
+ M /trunk/COPYING
+ M /trunk/COPYING.LESSER
Updated files:
* COPYING from https://www.gnu.org/licenses/gpl-3.0.txt
* COPYING.LESSER from https://www.gnu.org/licenses/lgpl-3.0.txt
These are URL updates and cosmetic changes.
------------------------------------------------------------------------
-r13379 | vlefevre | 2019-01-07 14:32:20 +0000 (Mon, 07 Jan 2019) | 4 lines
+r13378 | vlefevre | 2019-01-07 14:26:23 +0000 (Mon, 07 Jan 2019) | 4 lines
Changed paths:
- M /branches/4.0/ChangeLog
+ M /trunk/ChangeLog
ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC0 svn log -rHEAD:0 -v".
-Note: For r5400, this changes an incorrect update done via r13373 back
+Note: For r5400, this changes an incorrect update done via r13372 back
to the old log message, as the URL in this log message here describes
a change in one of the files.
------------------------------------------------------------------------
-r13377 | vlefevre | 2019-01-07 14:06:05 +0000 (Mon, 07 Jan 2019) | 2 lines
+r13376 | vlefevre | 2019-01-07 14:05:06 +0000 (Mon, 07 Jan 2019) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/doc/README.dev
+ M /trunk/doc/README.dev
[doc/README.dev] Updated some URL's (http → https).
-(merged changeset r13376 from the trunk)
------------------------------------------------------------------------
-r13375 | vlefevre | 2019-01-07 13:57:16 +0000 (Mon, 07 Jan 2019) | 1 line
+r13374 | vlefevre | 2019-01-07 13:56:16 +0000 (Mon, 07 Jan 2019) | 1 line
Changed paths:
- M /branches/4.0/doc/texinfo.tex
+ M /trunk/doc/texinfo.tex
[doc/texinfo.tex] Update to 2018-02-12.17 with "autoreconf -i -f".
------------------------------------------------------------------------
-r13373 | vlefevre | 2019-01-07 13:53:20 +0000 (Mon, 07 Jan 2019) | 3 lines
-Changed paths:
- M /branches/4.0/BUGS
- M /branches/4.0/COPYING
- M /branches/4.0/ChangeLog
- M /branches/4.0/INSTALL
- M /branches/4.0/NEWS
- M /branches/4.0/README
- M /branches/4.0/TODO
- M /branches/4.0/acinclude.m4
- M /branches/4.0/configure.ac
- M /branches/4.0/doc/FAQ.html
- M /branches/4.0/doc/README.dev
- M /branches/4.0/doc/faq.xsl
- M /branches/4.0/doc/fdl.texi
- M /branches/4.0/examples/can_round.c
- M /branches/4.0/examples/divworst.c
- M /branches/4.0/examples/rndo-add.c
- M /branches/4.0/examples/sample.c
- M /branches/4.0/examples/version.c
- M /branches/4.0/src/abort_prec_max.c
- M /branches/4.0/src/acos.c
- M /branches/4.0/src/acosh.c
- M /branches/4.0/src/add.c
- M /branches/4.0/src/add1.c
- M /branches/4.0/src/add1sp.c
- M /branches/4.0/src/add_d.c
- M /branches/4.0/src/add_ui.c
- M /branches/4.0/src/agm.c
- M /branches/4.0/src/ai.c
- M /branches/4.0/src/amd/amdfam10/mparam.h
- M /branches/4.0/src/amd/athlon/mparam.h
- M /branches/4.0/src/amd/k8/mparam.h
- M /branches/4.0/src/arm/mparam.h
- M /branches/4.0/src/asin.c
- M /branches/4.0/src/asinh.c
- M /branches/4.0/src/atan.c
- M /branches/4.0/src/atan2.c
- M /branches/4.0/src/atanh.c
- M /branches/4.0/src/bernoulli.c
- M /branches/4.0/src/beta.c
- M /branches/4.0/src/buildopt.c
- M /branches/4.0/src/cache.c
- M /branches/4.0/src/cbrt.c
- M /branches/4.0/src/check.c
- M /branches/4.0/src/clear.c
- M /branches/4.0/src/clears.c
- M /branches/4.0/src/cmp.c
- M /branches/4.0/src/cmp2.c
- M /branches/4.0/src/cmp_abs.c
- M /branches/4.0/src/cmp_d.c
- M /branches/4.0/src/cmp_ld.c
- M /branches/4.0/src/cmp_si.c
- M /branches/4.0/src/cmp_ui.c
- M /branches/4.0/src/comparisons.c
- M /branches/4.0/src/const_catalan.c
- M /branches/4.0/src/const_euler.c
- M /branches/4.0/src/const_log2.c
- M /branches/4.0/src/const_pi.c
- M /branches/4.0/src/constant.c
- M /branches/4.0/src/copysign.c
- M /branches/4.0/src/cos.c
- M /branches/4.0/src/cosh.c
- M /branches/4.0/src/cot.c
- M /branches/4.0/src/coth.c
- M /branches/4.0/src/csc.c
- M /branches/4.0/src/csch.c
- M /branches/4.0/src/d_div.c
- M /branches/4.0/src/d_sub.c
- M /branches/4.0/src/digamma.c
- M /branches/4.0/src/dim.c
- M /branches/4.0/src/div.c
- M /branches/4.0/src/div_2exp.c
- M /branches/4.0/src/div_2si.c
- M /branches/4.0/src/div_2ui.c
- M /branches/4.0/src/div_d.c
- M /branches/4.0/src/div_ui.c
- M /branches/4.0/src/dump.c
- M /branches/4.0/src/eint.c
- M /branches/4.0/src/eq.c
- M /branches/4.0/src/erandom.c
- M /branches/4.0/src/erf.c
- M /branches/4.0/src/erfc.c
- M /branches/4.0/src/exceptions.c
- M /branches/4.0/src/exp.c
- M /branches/4.0/src/exp10.c
- M /branches/4.0/src/exp2.c
- M /branches/4.0/src/exp3.c
- M /branches/4.0/src/exp_2.c
- M /branches/4.0/src/expm1.c
- M /branches/4.0/src/extract.c
- M /branches/4.0/src/factorial.c
- M /branches/4.0/src/fits_intmax.c
- M /branches/4.0/src/fits_s.h
- M /branches/4.0/src/fits_sint.c
- M /branches/4.0/src/fits_slong.c
- M /branches/4.0/src/fits_sshort.c
- M /branches/4.0/src/fits_u.h
- M /branches/4.0/src/fits_uint.c
- M /branches/4.0/src/fits_uintmax.c
- M /branches/4.0/src/fits_ulong.c
- M /branches/4.0/src/fits_ushort.c
- M /branches/4.0/src/fma.c
- M /branches/4.0/src/fmma.c
- M /branches/4.0/src/fms.c
- M /branches/4.0/src/fpif.c
- M /branches/4.0/src/frac.c
- M /branches/4.0/src/free_cache.c
- M /branches/4.0/src/frexp.c
- M /branches/4.0/src/gamma.c
- M /branches/4.0/src/gamma_inc.c
- M /branches/4.0/src/gammaonethird.c
- M /branches/4.0/src/gen_inverse.h
- M /branches/4.0/src/generic/coverage/mparam.h
- M /branches/4.0/src/generic/mparam.h
- M /branches/4.0/src/get_d.c
- M /branches/4.0/src/get_d64.c
- M /branches/4.0/src/get_exp.c
- M /branches/4.0/src/get_f.c
- M /branches/4.0/src/get_float128.c
- M /branches/4.0/src/get_flt.c
- M /branches/4.0/src/get_ld.c
- M /branches/4.0/src/get_q.c
- M /branches/4.0/src/get_si.c
- M /branches/4.0/src/get_sj.c
- M /branches/4.0/src/get_str.c
- M /branches/4.0/src/get_ui.c
- M /branches/4.0/src/get_uj.c
- M /branches/4.0/src/get_z.c
- M /branches/4.0/src/get_z_exp.c
- M /branches/4.0/src/gmp_op.c
- M /branches/4.0/src/grandom.c
- M /branches/4.0/src/hppa/mparam.h
- M /branches/4.0/src/hypot.c
- M /branches/4.0/src/ia64/mparam.h
- M /branches/4.0/src/ieee_floats.h
- M /branches/4.0/src/init.c
- M /branches/4.0/src/init2.c
- M /branches/4.0/src/inits.c
- M /branches/4.0/src/inits2.c
- M /branches/4.0/src/inp_str.c
- M /branches/4.0/src/int_ceil_log2.c
- M /branches/4.0/src/invert_limb.h
- M /branches/4.0/src/invsqrt_limb.h
- M /branches/4.0/src/isinf.c
- M /branches/4.0/src/isinteger.c
- M /branches/4.0/src/isnan.c
- M /branches/4.0/src/isnum.c
- M /branches/4.0/src/isqrt.c
- M /branches/4.0/src/isregular.c
- M /branches/4.0/src/iszero.c
- M /branches/4.0/src/jn.c
- M /branches/4.0/src/jyn_asympt.c
- M /branches/4.0/src/li2.c
- M /branches/4.0/src/lngamma.c
- M /branches/4.0/src/log.c
- M /branches/4.0/src/log10.c
- M /branches/4.0/src/log1p.c
- M /branches/4.0/src/log2.c
- M /branches/4.0/src/log_ui.c
- M /branches/4.0/src/logging.c
- M /branches/4.0/src/min_prec.c
- M /branches/4.0/src/minmax.c
- M /branches/4.0/src/mips/mparam.h
- M /branches/4.0/src/modf.c
- M /branches/4.0/src/mp_clz_tab.c
- M /branches/4.0/src/mparam_h.in
- M /branches/4.0/src/mpf2mpfr.h
- M /branches/4.0/src/mpfr-cvers.h
- M /branches/4.0/src/mpfr-gmp.c
- M /branches/4.0/src/mpfr-gmp.h
- M /branches/4.0/src/mpfr-impl.h
- M /branches/4.0/src/mpfr-intmax.h
- M /branches/4.0/src/mpfr-longlong.h
- M /branches/4.0/src/mpfr-mini-gmp.c
- M /branches/4.0/src/mpfr-mini-gmp.h
- M /branches/4.0/src/mpfr-sassert.h
- M /branches/4.0/src/mpfr-thread.h
- M /branches/4.0/src/mpfr.h
- M /branches/4.0/src/mpn_exp.c
- M /branches/4.0/src/mul.c
- M /branches/4.0/src/mul_2exp.c
- M /branches/4.0/src/mul_2si.c
- M /branches/4.0/src/mul_2ui.c
- M /branches/4.0/src/mul_d.c
- M /branches/4.0/src/mul_ui.c
- M /branches/4.0/src/mulders.c
- M /branches/4.0/src/neg.c
- M /branches/4.0/src/next.c
- M /branches/4.0/src/nrandom.c
- M /branches/4.0/src/odd_p.c
- M /branches/4.0/src/out_str.c
- M /branches/4.0/src/pool.c
- M /branches/4.0/src/pow.c
- M /branches/4.0/src/pow_si.c
- M /branches/4.0/src/pow_ui.c
- M /branches/4.0/src/pow_z.c
- M /branches/4.0/src/powerof2.c
- M /branches/4.0/src/powerpc32/mparam.h
- M /branches/4.0/src/powerpc64/mparam.h
- M /branches/4.0/src/print_raw.c
- M /branches/4.0/src/print_rnd_mode.c
- M /branches/4.0/src/printf.c
- M /branches/4.0/src/random_deviate.c
- M /branches/4.0/src/random_deviate.h
- M /branches/4.0/src/rec_sqrt.c
- M /branches/4.0/src/reldiff.c
- M /branches/4.0/src/rem1.c
- M /branches/4.0/src/rint.c
- M /branches/4.0/src/rndna.c
- M /branches/4.0/src/root.c
- M /branches/4.0/src/round_near_x.c
- M /branches/4.0/src/round_p.c
- M /branches/4.0/src/round_prec.c
- M /branches/4.0/src/round_raw_generic.c
- M /branches/4.0/src/scale2.c
- M /branches/4.0/src/sec.c
- M /branches/4.0/src/sech.c
- M /branches/4.0/src/set.c
- M /branches/4.0/src/set_d.c
- M /branches/4.0/src/set_d64.c
- M /branches/4.0/src/set_dfl_prec.c
- M /branches/4.0/src/set_exp.c
- M /branches/4.0/src/set_f.c
- M /branches/4.0/src/set_float128.c
- M /branches/4.0/src/set_flt.c
- M /branches/4.0/src/set_inf.c
- M /branches/4.0/src/set_ld.c
- M /branches/4.0/src/set_nan.c
- M /branches/4.0/src/set_prc_raw.c
- M /branches/4.0/src/set_prec.c
- M /branches/4.0/src/set_q.c
- M /branches/4.0/src/set_rnd.c
- M /branches/4.0/src/set_si.c
- M /branches/4.0/src/set_si_2exp.c
- M /branches/4.0/src/set_sj.c
- M /branches/4.0/src/set_str.c
- M /branches/4.0/src/set_str_raw.c
- M /branches/4.0/src/set_ui.c
- M /branches/4.0/src/set_ui_2exp.c
- M /branches/4.0/src/set_uj.c
- M /branches/4.0/src/set_z.c
- M /branches/4.0/src/set_z_exp.c
- M /branches/4.0/src/set_zero.c
- M /branches/4.0/src/setmax.c
- M /branches/4.0/src/setmin.c
- M /branches/4.0/src/setsign.c
- M /branches/4.0/src/sgn.c
- M /branches/4.0/src/si_op.c
- M /branches/4.0/src/signbit.c
- M /branches/4.0/src/sin.c
- M /branches/4.0/src/sin_cos.c
- M /branches/4.0/src/sinh.c
- M /branches/4.0/src/sinh_cosh.c
- M /branches/4.0/src/sparc64/mparam.h
- M /branches/4.0/src/sqr.c
- M /branches/4.0/src/sqrt.c
- M /branches/4.0/src/sqrt_ui.c
- M /branches/4.0/src/stack_interface.c
- M /branches/4.0/src/strtofr.c
- M /branches/4.0/src/sub.c
- M /branches/4.0/src/sub1.c
- M /branches/4.0/src/sub1sp.c
- M /branches/4.0/src/sub_d.c
- M /branches/4.0/src/sub_ui.c
- M /branches/4.0/src/subnormal.c
- M /branches/4.0/src/sum.c
- M /branches/4.0/src/swap.c
- M /branches/4.0/src/tan.c
- M /branches/4.0/src/tanh.c
- M /branches/4.0/src/ubf.c
- M /branches/4.0/src/uceil_exp2.c
- M /branches/4.0/src/uceil_log2.c
- M /branches/4.0/src/ufloor_log2.c
- M /branches/4.0/src/ui_div.c
- M /branches/4.0/src/ui_pow.c
- M /branches/4.0/src/ui_pow_ui.c
- M /branches/4.0/src/ui_sub.c
- M /branches/4.0/src/urandom.c
- M /branches/4.0/src/urandomb.c
- M /branches/4.0/src/vasprintf.c
- M /branches/4.0/src/version.c
- M /branches/4.0/src/volatile.c
- M /branches/4.0/src/x86/core2/mparam.h
- M /branches/4.0/src/x86/mparam.h
- M /branches/4.0/src/x86_64/core2/mparam.h
- M /branches/4.0/src/x86_64/corei5/mparam.h
- M /branches/4.0/src/x86_64/pentium4/mparam.h
- M /branches/4.0/src/yn.c
- M /branches/4.0/src/zeta.c
- M /branches/4.0/src/zeta_ui.c
- M /branches/4.0/tests/Makefile.am
- M /branches/4.0/tests/cmp_str.c
- M /branches/4.0/tests/data/digamma
- M /branches/4.0/tests/data/li2
- M /branches/4.0/tests/memory.c
- M /branches/4.0/tests/mpf_compat.c
- M /branches/4.0/tests/mpf_compat.h
- M /branches/4.0/tests/mpfr-test.h
- M /branches/4.0/tests/mpfr_compat.c
- M /branches/4.0/tests/random2.c
- M /branches/4.0/tests/reuse.c
- M /branches/4.0/tests/rnd_mode.c
- M /branches/4.0/tests/tabort_defalloc1.c
- M /branches/4.0/tests/tabort_defalloc2.c
- M /branches/4.0/tests/tabort_prec_max.c
- M /branches/4.0/tests/tabs.c
- M /branches/4.0/tests/tacos.c
- M /branches/4.0/tests/tacosh.c
- M /branches/4.0/tests/tadd.c
- M /branches/4.0/tests/tadd1sp.c
- M /branches/4.0/tests/tadd_d.c
- M /branches/4.0/tests/tadd_ui.c
- M /branches/4.0/tests/tagm.c
- M /branches/4.0/tests/tai.c
- M /branches/4.0/tests/talloc-cache.c
- M /branches/4.0/tests/talloc.c
- M /branches/4.0/tests/tasin.c
- M /branches/4.0/tests/tasinh.c
- M /branches/4.0/tests/tassert.c
- M /branches/4.0/tests/tatan.c
- M /branches/4.0/tests/tatanh.c
- M /branches/4.0/tests/taway.c
- M /branches/4.0/tests/tbeta.c
- M /branches/4.0/tests/tbuildopt.c
- M /branches/4.0/tests/tcan_round.c
- M /branches/4.0/tests/tcbrt.c
- M /branches/4.0/tests/tcheck.c
- M /branches/4.0/tests/tcmp.c
- M /branches/4.0/tests/tcmp2.c
- M /branches/4.0/tests/tcmp_d.c
- M /branches/4.0/tests/tcmp_ld.c
- M /branches/4.0/tests/tcmp_ui.c
- M /branches/4.0/tests/tcmpabs.c
- M /branches/4.0/tests/tcomparisons.c
- M /branches/4.0/tests/tconst_catalan.c
- M /branches/4.0/tests/tconst_euler.c
- M /branches/4.0/tests/tconst_log2.c
- M /branches/4.0/tests/tconst_pi.c
- M /branches/4.0/tests/tcopysign.c
- M /branches/4.0/tests/tcos.c
- M /branches/4.0/tests/tcosh.c
- M /branches/4.0/tests/tcot.c
- M /branches/4.0/tests/tcoth.c
- M /branches/4.0/tests/tcsc.c
- M /branches/4.0/tests/tcsch.c
- M /branches/4.0/tests/td_div.c
- M /branches/4.0/tests/td_sub.c
- M /branches/4.0/tests/tdigamma.c
- M /branches/4.0/tests/tdim.c
- M /branches/4.0/tests/tdiv.c
- M /branches/4.0/tests/tdiv_d.c
- M /branches/4.0/tests/tdiv_ui.c
- M /branches/4.0/tests/teint.c
- M /branches/4.0/tests/teq.c
- M /branches/4.0/tests/terandom.c
- M /branches/4.0/tests/terandom_chisq.c
- M /branches/4.0/tests/terf.c
- M /branches/4.0/tests/tests.c
- M /branches/4.0/tests/texceptions.c
- M /branches/4.0/tests/texp.c
- M /branches/4.0/tests/texp10.c
- M /branches/4.0/tests/texp2.c
- M /branches/4.0/tests/texpm1.c
- M /branches/4.0/tests/tfactorial.c
- M /branches/4.0/tests/tfits.c
- M /branches/4.0/tests/tfma.c
- M /branches/4.0/tests/tfmma.c
- M /branches/4.0/tests/tfmod.c
- M /branches/4.0/tests/tfms.c
- M /branches/4.0/tests/tfpif.c
- M /branches/4.0/tests/tfprintf.c
- M /branches/4.0/tests/tfrac.c
- M /branches/4.0/tests/tfrexp.c
- M /branches/4.0/tests/tgamma.c
- M /branches/4.0/tests/tgamma_inc.c
- M /branches/4.0/tests/tgeneric.c
- M /branches/4.0/tests/tgeneric_ui.c
- M /branches/4.0/tests/tget_d.c
- M /branches/4.0/tests/tget_d_2exp.c
- M /branches/4.0/tests/tget_f.c
- M /branches/4.0/tests/tget_flt.c
- M /branches/4.0/tests/tget_ld_2exp.c
- M /branches/4.0/tests/tget_q.c
- M /branches/4.0/tests/tget_set_d64.c
- M /branches/4.0/tests/tget_sj.c
- M /branches/4.0/tests/tget_str.c
- M /branches/4.0/tests/tget_z.c
- M /branches/4.0/tests/tgmpop.c
- M /branches/4.0/tests/tgrandom.c
- M /branches/4.0/tests/thyperbolic.c
- M /branches/4.0/tests/thypot.c
- M /branches/4.0/tests/tinits.c
- M /branches/4.0/tests/tinp_str.c
- M /branches/4.0/tests/tinternals.c
- M /branches/4.0/tests/tisnan.c
- M /branches/4.0/tests/tisqrt.c
- M /branches/4.0/tests/tj0.c
- M /branches/4.0/tests/tj1.c
- M /branches/4.0/tests/tjn.c
- M /branches/4.0/tests/tl2b.c
- M /branches/4.0/tests/tlgamma.c
- M /branches/4.0/tests/tli2.c
- M /branches/4.0/tests/tlngamma.c
- M /branches/4.0/tests/tlog.c
- M /branches/4.0/tests/tlog10.c
- M /branches/4.0/tests/tlog1p.c
- M /branches/4.0/tests/tlog2.c
- M /branches/4.0/tests/tlog_ui.c
- M /branches/4.0/tests/tmin_prec.c
- M /branches/4.0/tests/tminmax.c
- M /branches/4.0/tests/tmodf.c
- M /branches/4.0/tests/tmul.c
- M /branches/4.0/tests/tmul_2exp.c
- M /branches/4.0/tests/tmul_d.c
- M /branches/4.0/tests/tmul_ui.c
- M /branches/4.0/tests/tnext.c
- M /branches/4.0/tests/tnrandom.c
- M /branches/4.0/tests/tnrandom_chisq.c
- M /branches/4.0/tests/tout_str.c
- M /branches/4.0/tests/toutimpl.c
- M /branches/4.0/tests/tpow.c
- M /branches/4.0/tests/tpow3.c
- M /branches/4.0/tests/tpow_all.c
- M /branches/4.0/tests/tpow_z.c
- M /branches/4.0/tests/tprintf.c
- M /branches/4.0/tests/trandom.c
- M /branches/4.0/tests/trandom_deviate.c
- M /branches/4.0/tests/trec_sqrt.c
- M /branches/4.0/tests/tremquo.c
- M /branches/4.0/tests/trint.c
- M /branches/4.0/tests/trndna.c
- M /branches/4.0/tests/troot.c
- M /branches/4.0/tests/trootn_ui.c
- M /branches/4.0/tests/tround_prec.c
- M /branches/4.0/tests/tsec.c
- M /branches/4.0/tests/tsech.c
- M /branches/4.0/tests/tset.c
- M /branches/4.0/tests/tset_d.c
- M /branches/4.0/tests/tset_exp.c
- M /branches/4.0/tests/tset_f.c
- M /branches/4.0/tests/tset_float128.c
- M /branches/4.0/tests/tset_ld.c
- M /branches/4.0/tests/tset_q.c
- M /branches/4.0/tests/tset_si.c
- M /branches/4.0/tests/tset_sj.c
- M /branches/4.0/tests/tset_str.c
- M /branches/4.0/tests/tset_z.c
- M /branches/4.0/tests/tset_z_exp.c
- M /branches/4.0/tests/tsgn.c
- M /branches/4.0/tests/tsi_op.c
- M /branches/4.0/tests/tsin.c
- M /branches/4.0/tests/tsin_cos.c
- M /branches/4.0/tests/tsinh.c
- M /branches/4.0/tests/tsinh_cosh.c
- M /branches/4.0/tests/tsprintf.c
- M /branches/4.0/tests/tsqr.c
- M /branches/4.0/tests/tsqrt.c
- M /branches/4.0/tests/tsqrt_ui.c
- M /branches/4.0/tests/tstckintc.c
- M /branches/4.0/tests/tstdint.c
- M /branches/4.0/tests/tstrtofr.c
- M /branches/4.0/tests/tsub.c
- M /branches/4.0/tests/tsub1sp.c
- M /branches/4.0/tests/tsub_d.c
- M /branches/4.0/tests/tsub_ui.c
- M /branches/4.0/tests/tsubnormal.c
- M /branches/4.0/tests/tsum.c
- M /branches/4.0/tests/tswap.c
- M /branches/4.0/tests/ttan.c
- M /branches/4.0/tests/ttanh.c
- M /branches/4.0/tests/ttrunc.c
- M /branches/4.0/tests/tui_div.c
- M /branches/4.0/tests/tui_pow.c
- M /branches/4.0/tests/tui_sub.c
- M /branches/4.0/tests/turandom.c
- M /branches/4.0/tests/tvalist.c
- M /branches/4.0/tests/tversion.c
- M /branches/4.0/tests/ty0.c
- M /branches/4.0/tests/ty1.c
- M /branches/4.0/tests/tyn.c
- M /branches/4.0/tests/tzeta.c
- M /branches/4.0/tests/tzeta_ui.c
- M /branches/4.0/tools/bench/benchtime.h
- M /branches/4.0/tools/bench/mpfrbench.c
- M /branches/4.0/tools/get_patches.sh
- M /branches/4.0/tools/mbench/generate.c
- M /branches/4.0/tools/mbench/mfv5-arprec.cc
- M /branches/4.0/tools/mbench/mfv5-cln.cc
- M /branches/4.0/tools/mbench/mfv5-crlibm.cc
- M /branches/4.0/tools/mbench/mfv5-libc.cc
- M /branches/4.0/tools/mbench/mfv5-lidia.cc
- M /branches/4.0/tools/mbench/mfv5-mpf.cc
- M /branches/4.0/tools/mbench/mfv5-mpfr.cc
- M /branches/4.0/tools/mbench/mfv5-ntl.cc
- M /branches/4.0/tools/mbench/mfv5-pari.cc
- M /branches/4.0/tools/mbench/mfv5-void.cc
- M /branches/4.0/tools/mbench/mfv5.cc
- M /branches/4.0/tools/mbench/mfv5.h
- M /branches/4.0/tools/mbench/mpfr-gfx.c
- M /branches/4.0/tools/mbench/mpfr-v4.c
- M /branches/4.0/tools/mbench/mpfr-v6.c
- M /branches/4.0/tools/mbench/timp.h
- M /branches/4.0/tools/timings-mpfr.c
- M /branches/4.0/tune/bidimensional_sample.c
- M /branches/4.0/tune/speed.c
- M /branches/4.0/tune/tuneup.c
+r13372 | vlefevre | 2019-01-07 13:49:57 +0000 (Mon, 07 Jan 2019) | 3 lines
+Changed paths:
+ M /trunk/BUGS
+ M /trunk/COPYING
+ M /trunk/ChangeLog
+ M /trunk/INSTALL
+ M /trunk/NEWS
+ M /trunk/README
+ M /trunk/TODO
+ M /trunk/acinclude.m4
+ M /trunk/configure.ac
+ M /trunk/doc/FAQ.html
+ M /trunk/doc/README.dev
+ M /trunk/doc/faq.xsl
+ M /trunk/doc/fdl.texi
+ M /trunk/examples/can_round.c
+ M /trunk/examples/divworst.c
+ M /trunk/examples/rndo-add.c
+ M /trunk/examples/sample.c
+ M /trunk/examples/threads.c
+ M /trunk/examples/version.c
+ M /trunk/src/abort_prec_max.c
+ M /trunk/src/acos.c
+ M /trunk/src/acosh.c
+ M /trunk/src/add.c
+ M /trunk/src/add1.c
+ M /trunk/src/add1sp.c
+ M /trunk/src/add1sp1_extracted.c
+ M /trunk/src/add_d.c
+ M /trunk/src/add_ui.c
+ M /trunk/src/agm.c
+ M /trunk/src/ai.c
+ M /trunk/src/amd/mparam.h
+ M /trunk/src/arm/mparam.h
+ M /trunk/src/asin.c
+ M /trunk/src/asinh.c
+ M /trunk/src/atan.c
+ M /trunk/src/atan2.c
+ M /trunk/src/atanh.c
+ M /trunk/src/bernoulli.c
+ M /trunk/src/beta.c
+ M /trunk/src/buildopt.c
+ M /trunk/src/cache.c
+ M /trunk/src/cbrt.c
+ M /trunk/src/check.c
+ M /trunk/src/clear.c
+ M /trunk/src/clears.c
+ M /trunk/src/cmp.c
+ M /trunk/src/cmp2.c
+ M /trunk/src/cmp_abs.c
+ M /trunk/src/cmp_d.c
+ M /trunk/src/cmp_ld.c
+ M /trunk/src/cmp_si.c
+ M /trunk/src/cmp_ui.c
+ M /trunk/src/comparisons.c
+ M /trunk/src/const_catalan.c
+ M /trunk/src/const_euler.c
+ M /trunk/src/const_log2.c
+ M /trunk/src/const_pi.c
+ M /trunk/src/constant.c
+ M /trunk/src/copysign.c
+ M /trunk/src/cos.c
+ M /trunk/src/cosh.c
+ M /trunk/src/cot.c
+ M /trunk/src/coth.c
+ M /trunk/src/csc.c
+ M /trunk/src/csch.c
+ M /trunk/src/d_div.c
+ M /trunk/src/d_sub.c
+ M /trunk/src/digamma.c
+ M /trunk/src/dim.c
+ M /trunk/src/div.c
+ M /trunk/src/div_2exp.c
+ M /trunk/src/div_2si.c
+ M /trunk/src/div_2ui.c
+ M /trunk/src/div_d.c
+ M /trunk/src/div_ui.c
+ M /trunk/src/dot.c
+ M /trunk/src/dump.c
+ M /trunk/src/eint.c
+ M /trunk/src/eq.c
+ M /trunk/src/erandom.c
+ M /trunk/src/erf.c
+ M /trunk/src/erfc.c
+ M /trunk/src/exceptions.c
+ M /trunk/src/exp.c
+ M /trunk/src/exp10.c
+ M /trunk/src/exp2.c
+ M /trunk/src/exp3.c
+ M /trunk/src/exp_2.c
+ M /trunk/src/expm1.c
+ M /trunk/src/extract.c
+ M /trunk/src/factorial.c
+ M /trunk/src/fits_intmax.c
+ M /trunk/src/fits_s.h
+ M /trunk/src/fits_sint.c
+ M /trunk/src/fits_slong.c
+ M /trunk/src/fits_sshort.c
+ M /trunk/src/fits_u.h
+ M /trunk/src/fits_uint.c
+ M /trunk/src/fits_uintmax.c
+ M /trunk/src/fits_ulong.c
+ M /trunk/src/fits_ushort.c
+ M /trunk/src/fma.c
+ M /trunk/src/fmma.c
+ M /trunk/src/fms.c
+ M /trunk/src/fpif.c
+ M /trunk/src/frac.c
+ M /trunk/src/free_cache.c
+ M /trunk/src/frexp.c
+ M /trunk/src/gamma.c
+ M /trunk/src/gamma_inc.c
+ M /trunk/src/gammaonethird.c
+ M /trunk/src/gen_inverse.h
+ M /trunk/src/generic/coverage/mparam.h
+ M /trunk/src/generic/mparam.h
+ M /trunk/src/get_d.c
+ M /trunk/src/get_d128.c
+ M /trunk/src/get_d64.c
+ M /trunk/src/get_exp.c
+ M /trunk/src/get_f.c
+ M /trunk/src/get_float128.c
+ M /trunk/src/get_flt.c
+ M /trunk/src/get_ld.c
+ M /trunk/src/get_q.c
+ M /trunk/src/get_si.c
+ M /trunk/src/get_sj.c
+ M /trunk/src/get_str.c
+ M /trunk/src/get_ui.c
+ M /trunk/src/get_uj.c
+ M /trunk/src/get_z.c
+ M /trunk/src/get_z_exp.c
+ M /trunk/src/gmp_op.c
+ M /trunk/src/grandom.c
+ M /trunk/src/hypot.c
+ M /trunk/src/ieee_floats.h
+ M /trunk/src/init.c
+ M /trunk/src/init2.c
+ M /trunk/src/inits.c
+ M /trunk/src/inits2.c
+ M /trunk/src/inp_str.c
+ M /trunk/src/int_ceil_log2.c
+ M /trunk/src/invert_limb.h
+ M /trunk/src/invsqrt_limb.h
+ M /trunk/src/isinf.c
+ M /trunk/src/isinteger.c
+ M /trunk/src/isnan.c
+ M /trunk/src/isnum.c
+ M /trunk/src/isqrt.c
+ M /trunk/src/isregular.c
+ M /trunk/src/iszero.c
+ M /trunk/src/jn.c
+ M /trunk/src/jyn_asympt.c
+ M /trunk/src/li2.c
+ M /trunk/src/lngamma.c
+ M /trunk/src/log.c
+ M /trunk/src/log10.c
+ M /trunk/src/log1p.c
+ M /trunk/src/log2.c
+ M /trunk/src/log_ui.c
+ M /trunk/src/logging.c
+ M /trunk/src/min_prec.c
+ M /trunk/src/minmax.c
+ M /trunk/src/mips/mparam.h
+ M /trunk/src/modf.c
+ M /trunk/src/mp_clz_tab.c
+ M /trunk/src/mparam_h.in
+ M /trunk/src/mpf2mpfr.h
+ M /trunk/src/mpfr-cvers.h
+ M /trunk/src/mpfr-gmp.c
+ M /trunk/src/mpfr-gmp.h
+ M /trunk/src/mpfr-impl.h
+ M /trunk/src/mpfr-intmax.h
+ M /trunk/src/mpfr-longlong.h
+ M /trunk/src/mpfr-mini-gmp.c
+ M /trunk/src/mpfr-mini-gmp.h
+ M /trunk/src/mpfr-sassert.h
+ M /trunk/src/mpfr-thread.h
+ M /trunk/src/mpfr.h
+ M /trunk/src/mpn_exp.c
+ M /trunk/src/mul.c
+ M /trunk/src/mul_1_extracted.c
+ M /trunk/src/mul_2exp.c
+ M /trunk/src/mul_2si.c
+ M /trunk/src/mul_2ui.c
+ M /trunk/src/mul_d.c
+ M /trunk/src/mul_ui.c
+ M /trunk/src/mulders.c
+ M /trunk/src/nbits_ulong.c
+ M /trunk/src/neg.c
+ M /trunk/src/next.c
+ M /trunk/src/nrandom.c
+ M /trunk/src/odd_p.c
+ M /trunk/src/out_str.c
+ M /trunk/src/pool.c
+ M /trunk/src/pow.c
+ M /trunk/src/pow_si.c
+ M /trunk/src/pow_ui.c
+ M /trunk/src/pow_z.c
+ M /trunk/src/powerof2.c
+ M /trunk/src/powerpc64/mparam.h
+ M /trunk/src/print_raw.c
+ M /trunk/src/print_rnd_mode.c
+ M /trunk/src/printf.c
+ M /trunk/src/random_deviate.c
+ M /trunk/src/random_deviate.h
+ M /trunk/src/rec_sqrt.c
+ M /trunk/src/reldiff.c
+ M /trunk/src/rem1.c
+ M /trunk/src/rint.c
+ M /trunk/src/rndna.c
+ M /trunk/src/root.c
+ M /trunk/src/round_near_x.c
+ M /trunk/src/round_p.c
+ M /trunk/src/round_prec.c
+ M /trunk/src/round_raw_generic.c
+ M /trunk/src/scale2.c
+ M /trunk/src/sec.c
+ M /trunk/src/sech.c
+ M /trunk/src/set.c
+ M /trunk/src/set_d.c
+ M /trunk/src/set_d128.c
+ M /trunk/src/set_d64.c
+ M /trunk/src/set_dfl_prec.c
+ M /trunk/src/set_exp.c
+ M /trunk/src/set_f.c
+ M /trunk/src/set_float128.c
+ M /trunk/src/set_flt.c
+ M /trunk/src/set_inf.c
+ M /trunk/src/set_ld.c
+ M /trunk/src/set_nan.c
+ M /trunk/src/set_prc_raw.c
+ M /trunk/src/set_prec.c
+ M /trunk/src/set_q.c
+ M /trunk/src/set_rnd.c
+ M /trunk/src/set_si.c
+ M /trunk/src/set_si_2exp.c
+ M /trunk/src/set_sj.c
+ M /trunk/src/set_str.c
+ M /trunk/src/set_str_raw.c
+ M /trunk/src/set_ui.c
+ M /trunk/src/set_ui_2exp.c
+ M /trunk/src/set_uj.c
+ M /trunk/src/set_z.c
+ M /trunk/src/set_z_exp.c
+ M /trunk/src/set_zero.c
+ M /trunk/src/setmax.c
+ M /trunk/src/setmin.c
+ M /trunk/src/setsign.c
+ M /trunk/src/sgn.c
+ M /trunk/src/si_op.c
+ M /trunk/src/signbit.c
+ M /trunk/src/sin.c
+ M /trunk/src/sin_cos.c
+ M /trunk/src/sinh.c
+ M /trunk/src/sinh_cosh.c
+ M /trunk/src/sparc64/mparam.h
+ M /trunk/src/sqr.c
+ M /trunk/src/sqrt.c
+ M /trunk/src/sqrt_ui.c
+ M /trunk/src/stack_interface.c
+ M /trunk/src/strtofr.c
+ M /trunk/src/sub.c
+ M /trunk/src/sub1.c
+ M /trunk/src/sub1sp.c
+ M /trunk/src/sub_d.c
+ M /trunk/src/sub_ui.c
+ M /trunk/src/subnormal.c
+ M /trunk/src/sum.c
+ M /trunk/src/swap.c
+ M /trunk/src/tan.c
+ M /trunk/src/tanh.c
+ M /trunk/src/total_order.c
+ M /trunk/src/ubf.c
+ M /trunk/src/uceil_exp2.c
+ M /trunk/src/uceil_log2.c
+ M /trunk/src/ufloor_log2.c
+ M /trunk/src/ui_div.c
+ M /trunk/src/ui_pow.c
+ M /trunk/src/ui_pow_ui.c
+ M /trunk/src/ui_sub.c
+ M /trunk/src/urandom.c
+ M /trunk/src/urandomb.c
+ M /trunk/src/vasprintf.c
+ M /trunk/src/version.c
+ M /trunk/src/volatile.c
+ M /trunk/src/x86/mparam.h
+ M /trunk/src/x86_64/core2/mparam.h
+ M /trunk/src/x86_64/mparam.h
+ M /trunk/src/yn.c
+ M /trunk/src/zeta.c
+ M /trunk/src/zeta_ui.c
+ M /trunk/tests/Makefile.am
+ M /trunk/tests/cmp_str.c
+ M /trunk/tests/data/digamma
+ M /trunk/tests/data/li2
+ M /trunk/tests/memory.c
+ M /trunk/tests/mpf_compat.c
+ M /trunk/tests/mpf_compat.h
+ M /trunk/tests/mpfr-test.h
+ M /trunk/tests/mpfr_compat.c
+ M /trunk/tests/random2.c
+ M /trunk/tests/reuse.c
+ M /trunk/tests/rnd_mode.c
+ M /trunk/tests/tabort_defalloc1.c
+ M /trunk/tests/tabort_defalloc2.c
+ M /trunk/tests/tabort_prec_max.c
+ M /trunk/tests/tabs.c
+ M /trunk/tests/tacos.c
+ M /trunk/tests/tacosh.c
+ M /trunk/tests/tadd.c
+ M /trunk/tests/tadd1sp.c
+ M /trunk/tests/tadd_d.c
+ M /trunk/tests/tadd_ui.c
+ M /trunk/tests/tagm.c
+ M /trunk/tests/tai.c
+ M /trunk/tests/talloc-cache.c
+ M /trunk/tests/talloc.c
+ M /trunk/tests/tasin.c
+ M /trunk/tests/tasinh.c
+ M /trunk/tests/tassert.c
+ M /trunk/tests/tatan.c
+ M /trunk/tests/tatanh.c
+ M /trunk/tests/taway.c
+ M /trunk/tests/tbeta.c
+ M /trunk/tests/tbuildopt.c
+ M /trunk/tests/tcan_round.c
+ M /trunk/tests/tcbrt.c
+ M /trunk/tests/tcheck.c
+ M /trunk/tests/tcmp.c
+ M /trunk/tests/tcmp2.c
+ M /trunk/tests/tcmp_d.c
+ M /trunk/tests/tcmp_ld.c
+ M /trunk/tests/tcmp_ui.c
+ M /trunk/tests/tcmpabs.c
+ M /trunk/tests/tcomparisons.c
+ M /trunk/tests/tconst_catalan.c
+ M /trunk/tests/tconst_euler.c
+ M /trunk/tests/tconst_log2.c
+ M /trunk/tests/tconst_pi.c
+ M /trunk/tests/tcopysign.c
+ M /trunk/tests/tcos.c
+ M /trunk/tests/tcosh.c
+ M /trunk/tests/tcot.c
+ M /trunk/tests/tcoth.c
+ M /trunk/tests/tcsc.c
+ M /trunk/tests/tcsch.c
+ M /trunk/tests/td_div.c
+ M /trunk/tests/td_sub.c
+ M /trunk/tests/tdigamma.c
+ M /trunk/tests/tdim.c
+ M /trunk/tests/tdiv.c
+ M /trunk/tests/tdiv_d.c
+ M /trunk/tests/tdiv_ui.c
+ M /trunk/tests/tdot.c
+ M /trunk/tests/teint.c
+ M /trunk/tests/teq.c
+ M /trunk/tests/terandom.c
+ M /trunk/tests/terandom_chisq.c
+ M /trunk/tests/terf.c
+ M /trunk/tests/tests.c
+ M /trunk/tests/texceptions.c
+ M /trunk/tests/texp.c
+ M /trunk/tests/texp10.c
+ M /trunk/tests/texp2.c
+ M /trunk/tests/texpm1.c
+ M /trunk/tests/tfactorial.c
+ M /trunk/tests/tfits.c
+ M /trunk/tests/tfma.c
+ M /trunk/tests/tfmma.c
+ M /trunk/tests/tfmod.c
+ M /trunk/tests/tfms.c
+ M /trunk/tests/tfpif.c
+ M /trunk/tests/tfprintf.c
+ M /trunk/tests/tfrac.c
+ M /trunk/tests/tfrexp.c
+ M /trunk/tests/tgamma.c
+ M /trunk/tests/tgamma_inc.c
+ M /trunk/tests/tgeneric.c
+ M /trunk/tests/tgeneric_ui.c
+ M /trunk/tests/tget_d.c
+ M /trunk/tests/tget_d_2exp.c
+ M /trunk/tests/tget_f.c
+ M /trunk/tests/tget_flt.c
+ M /trunk/tests/tget_ld_2exp.c
+ M /trunk/tests/tget_q.c
+ M /trunk/tests/tget_set_d128.c
+ M /trunk/tests/tget_set_d64.c
+ M /trunk/tests/tget_sj.c
+ M /trunk/tests/tget_str.c
+ M /trunk/tests/tget_z.c
+ M /trunk/tests/tgmpop.c
+ M /trunk/tests/tgrandom.c
+ M /trunk/tests/thyperbolic.c
+ M /trunk/tests/thypot.c
+ M /trunk/tests/tinits.c
+ M /trunk/tests/tinp_str.c
+ M /trunk/tests/tinternals.c
+ M /trunk/tests/tisnan.c
+ M /trunk/tests/tisqrt.c
+ M /trunk/tests/tj0.c
+ M /trunk/tests/tj1.c
+ M /trunk/tests/tjn.c
+ M /trunk/tests/tl2b.c
+ M /trunk/tests/tlgamma.c
+ M /trunk/tests/tli2.c
+ M /trunk/tests/tlngamma.c
+ M /trunk/tests/tlog.c
+ M /trunk/tests/tlog10.c
+ M /trunk/tests/tlog1p.c
+ M /trunk/tests/tlog2.c
+ M /trunk/tests/tlog_ui.c
+ M /trunk/tests/tmin_prec.c
+ M /trunk/tests/tminmax.c
+ M /trunk/tests/tmodf.c
+ M /trunk/tests/tmul.c
+ M /trunk/tests/tmul_2exp.c
+ M /trunk/tests/tmul_d.c
+ M /trunk/tests/tmul_ui.c
+ M /trunk/tests/tnext.c
+ M /trunk/tests/tnrandom.c
+ M /trunk/tests/tnrandom_chisq.c
+ M /trunk/tests/tout_str.c
+ M /trunk/tests/toutimpl.c
+ M /trunk/tests/tpow.c
+ M /trunk/tests/tpow3.c
+ M /trunk/tests/tpow_all.c
+ M /trunk/tests/tpow_z.c
+ M /trunk/tests/tprec_round.c
+ M /trunk/tests/tprintf.c
+ M /trunk/tests/trandom.c
+ M /trunk/tests/trandom_deviate.c
+ M /trunk/tests/trec_sqrt.c
+ M /trunk/tests/tremquo.c
+ M /trunk/tests/trint.c
+ M /trunk/tests/trndna.c
+ M /trunk/tests/troot.c
+ M /trunk/tests/trootn_ui.c
+ M /trunk/tests/tsec.c
+ M /trunk/tests/tsech.c
+ M /trunk/tests/tset.c
+ M /trunk/tests/tset_d.c
+ M /trunk/tests/tset_exp.c
+ M /trunk/tests/tset_f.c
+ M /trunk/tests/tset_float128.c
+ M /trunk/tests/tset_ld.c
+ M /trunk/tests/tset_q.c
+ M /trunk/tests/tset_si.c
+ M /trunk/tests/tset_sj.c
+ M /trunk/tests/tset_str.c
+ M /trunk/tests/tset_z.c
+ M /trunk/tests/tset_z_exp.c
+ M /trunk/tests/tsgn.c
+ M /trunk/tests/tsi_op.c
+ M /trunk/tests/tsin.c
+ M /trunk/tests/tsin_cos.c
+ M /trunk/tests/tsinh.c
+ M /trunk/tests/tsinh_cosh.c
+ M /trunk/tests/tsprintf.c
+ M /trunk/tests/tsqr.c
+ M /trunk/tests/tsqrt.c
+ M /trunk/tests/tsqrt_ui.c
+ M /trunk/tests/tstckintc.c
+ M /trunk/tests/tstdint.c
+ M /trunk/tests/tstrtofr.c
+ M /trunk/tests/tsub.c
+ M /trunk/tests/tsub1sp.c
+ M /trunk/tests/tsub_d.c
+ M /trunk/tests/tsub_ui.c
+ M /trunk/tests/tsubnormal.c
+ M /trunk/tests/tsum.c
+ M /trunk/tests/tswap.c
+ M /trunk/tests/ttan.c
+ M /trunk/tests/ttanh.c
+ M /trunk/tests/ttotal_order.c
+ M /trunk/tests/ttrunc.c
+ M /trunk/tests/tui_div.c
+ M /trunk/tests/tui_pow.c
+ M /trunk/tests/tui_sub.c
+ M /trunk/tests/turandom.c
+ M /trunk/tests/tvalist.c
+ M /trunk/tests/tversion.c
+ M /trunk/tests/ty0.c
+ M /trunk/tests/ty1.c
+ M /trunk/tests/tyn.c
+ M /trunk/tests/tzeta.c
+ M /trunk/tests/tzeta_ui.c
+ M /trunk/tools/bench/benchtime.h
+ M /trunk/tools/bench/mpfrbench.c
+ M /trunk/tools/check_mparam.c
+ M /trunk/tools/get_patches.sh
+ M /trunk/tools/mbench/generate.c
+ M /trunk/tools/mbench/mfv5-arprec.cc
+ M /trunk/tools/mbench/mfv5-cln.cc
+ M /trunk/tools/mbench/mfv5-crlibm.cc
+ M /trunk/tools/mbench/mfv5-libc.cc
+ M /trunk/tools/mbench/mfv5-lidia.cc
+ M /trunk/tools/mbench/mfv5-mpf.cc
+ M /trunk/tools/mbench/mfv5-mpfr.cc
+ M /trunk/tools/mbench/mfv5-ntl.cc
+ M /trunk/tools/mbench/mfv5-pari.cc
+ M /trunk/tools/mbench/mfv5-void.cc
+ M /trunk/tools/mbench/mfv5.cc
+ M /trunk/tools/mbench/mfv5.h
+ M /trunk/tools/mbench/mpfr-gfx.c
+ M /trunk/tools/mbench/mpfr-v4.c
+ M /trunk/tools/mbench/mpfr-v6.c
+ M /trunk/tools/mbench/timp.h
+ M /trunk/tools/timings-mpfr.c
+ M /trunk/tune/bidimensional_sample.c
+ M /trunk/tune/speed.c
+ M /trunk/tune/tuneup.c
Updated the www.gnu.org URL's (http → https) on all the files with:
perl -pi -e 's,http://www.gnu.org/,https://www.gnu.org/,g' **/*(.)
under zsh.
------------------------------------------------------------------------
-r13371 | vlefevre | 2019-01-07 13:35:33 +0000 (Mon, 07 Jan 2019) | 1 line
+r13365 | vlefevre | 2019-01-07 01:11:12 +0000 (Mon, 07 Jan 2019) | 3 lines
Changed paths:
- M /branches/4.0/src/Makefile.am
+ M /trunk/tests/tstrtofr.c
-[src/Makefile.am] Updated libmpfr_la_LDFLAGS for MPFR 4.0.2.
+[tests/tstrtofr.c] Updated comment about GCC bug 86554: the MPFR build
+is still affected with the latest gcc-snapshot version (20190102-1)
+when using --with-gmp-build=... together with --enable-assert.
------------------------------------------------------------------------
-r13370 | vlefevre | 2019-01-07 13:22:53 +0000 (Mon, 07 Jan 2019) | 1 line
+r13364 | vlefevre | 2019-01-04 13:49:39 +0000 (Fri, 04 Jan 2019) | 2 lines
Changed paths:
- M /branches/4.0/VERSION
- M /branches/4.0/configure.ac
- M /branches/4.0/doc/mpfr.texi
- M /branches/4.0/src/mpfr.h
- M /branches/4.0/src/version.c
+ M /trunk/tests/tstrtofr.c
-Updated version to 4.0.2-rc1.
+[tests/tstrtofr.c] Added a comment about GCC bug 86554: the MPFR build
+seems no longer affected by recent gcc-snapshot versions.
------------------------------------------------------------------------
-r13366 | vlefevre | 2019-01-07 09:39:52 +0000 (Mon, 07 Jan 2019) | 14 lines
+r13361 | vlefevre | 2019-01-01 21:17:19 +0000 (Tue, 01 Jan 2019) | 1 line
Changed paths:
- M /branches/4.0/src/strtofr.c
- M /branches/4.0/tests/tstrtofr.c
+ M /trunk/doc/mpfr.texi
-[src/strtofr.c] Fixed various issues. In particular, the error analysis
- with associated code was incorrect (due to the bad correction r8384
- of a past bug, later really fixed in r11056). Also adapted the code
- to work with small-size limbs.
-[tests/tstrtofr.c] Added tests, including random tests. In particular,
- some part of the code was tested only on hard-to-round cases, meaning
- that some potential issues could not be detected (intermediate results
- were thrown out due to the next Ziv iteration). Moreover, in case of
- failure of some particular test, output the probable cause of this
- failure (GCC bug 86554) with a workaround.
-(merged changesets associated with these files r12566-13306,13364-13365
-from the trunk)
-Note: There may still remain issues with mpfr_strtofr, to be checked
-later. At least, the tests do not fail.
+[doc/mpfr.texi] Updated the month.
------------------------------------------------------------------------
-r13363 | vlefevre | 2019-01-04 12:11:10 +0000 (Fri, 04 Jan 2019) | 3 lines
+r13359 | vlefevre | 2019-01-01 20:56:06 +0000 (Tue, 01 Jan 2019) | 4 lines
Changed paths:
- M /branches/4.0/src/mpfr-impl.h
+ M /trunk/BUGS
+ M /trunk/INSTALL
+ M /trunk/Makefile.am
+ M /trunk/NEWS
+ M /trunk/README
+ M /trunk/TODO
+ M /trunk/acinclude.m4
+ M /trunk/configure.ac
+ M /trunk/doc/FAQ.html
+ M /trunk/doc/Makefile.am
+ M /trunk/doc/README.dev
+ M /trunk/doc/check-typography
+ M /trunk/doc/faq.xsl
+ M /trunk/doc/mpfr.texi
+ M /trunk/examples/can_round.c
+ M /trunk/examples/divworst.c
+ M /trunk/examples/rndo-add.c
+ M /trunk/examples/sample.c
+ M /trunk/examples/threads.c
+ M /trunk/examples/version.c
+ M /trunk/src/Makefile.am
+ M /trunk/src/abort_prec_max.c
+ M /trunk/src/acos.c
+ M /trunk/src/acosh.c
+ M /trunk/src/add.c
+ M /trunk/src/add1.c
+ M /trunk/src/add1sp.c
+ M /trunk/src/add1sp1_extracted.c
+ M /trunk/src/add_d.c
+ M /trunk/src/add_ui.c
+ M /trunk/src/agm.c
+ M /trunk/src/ai.c
+ M /trunk/src/amd/mparam.h
+ M /trunk/src/arm/mparam.h
+ M /trunk/src/asin.c
+ M /trunk/src/asinh.c
+ M /trunk/src/atan.c
+ M /trunk/src/atan2.c
+ M /trunk/src/atanh.c
+ M /trunk/src/bernoulli.c
+ M /trunk/src/beta.c
+ M /trunk/src/buildopt.c
+ M /trunk/src/cache.c
+ M /trunk/src/cbrt.c
+ M /trunk/src/check.c
+ M /trunk/src/clear.c
+ M /trunk/src/clears.c
+ M /trunk/src/cmp.c
+ M /trunk/src/cmp2.c
+ M /trunk/src/cmp_abs.c
+ M /trunk/src/cmp_d.c
+ M /trunk/src/cmp_ld.c
+ M /trunk/src/cmp_si.c
+ M /trunk/src/cmp_ui.c
+ M /trunk/src/comparisons.c
+ M /trunk/src/const_catalan.c
+ M /trunk/src/const_euler.c
+ M /trunk/src/const_log2.c
+ M /trunk/src/const_pi.c
+ M /trunk/src/constant.c
+ M /trunk/src/copysign.c
+ M /trunk/src/cos.c
+ M /trunk/src/cosh.c
+ M /trunk/src/cot.c
+ M /trunk/src/coth.c
+ M /trunk/src/csc.c
+ M /trunk/src/csch.c
+ M /trunk/src/d_div.c
+ M /trunk/src/d_sub.c
+ M /trunk/src/digamma.c
+ M /trunk/src/dim.c
+ M /trunk/src/div.c
+ M /trunk/src/div_2exp.c
+ M /trunk/src/div_2si.c
+ M /trunk/src/div_2ui.c
+ M /trunk/src/div_d.c
+ M /trunk/src/div_ui.c
+ M /trunk/src/dot.c
+ M /trunk/src/dump.c
+ M /trunk/src/eint.c
+ M /trunk/src/eq.c
+ M /trunk/src/erandom.c
+ M /trunk/src/erf.c
+ M /trunk/src/erfc.c
+ M /trunk/src/exceptions.c
+ M /trunk/src/exp.c
+ M /trunk/src/exp10.c
+ M /trunk/src/exp2.c
+ M /trunk/src/exp3.c
+ M /trunk/src/exp_2.c
+ M /trunk/src/expm1.c
+ M /trunk/src/extract.c
+ M /trunk/src/factorial.c
+ M /trunk/src/fits_intmax.c
+ M /trunk/src/fits_s.h
+ M /trunk/src/fits_sint.c
+ M /trunk/src/fits_slong.c
+ M /trunk/src/fits_sshort.c
+ M /trunk/src/fits_u.h
+ M /trunk/src/fits_uint.c
+ M /trunk/src/fits_uintmax.c
+ M /trunk/src/fits_ulong.c
+ M /trunk/src/fits_ushort.c
+ M /trunk/src/fma.c
+ M /trunk/src/fmma.c
+ M /trunk/src/fms.c
+ M /trunk/src/fpif.c
+ M /trunk/src/frac.c
+ M /trunk/src/free_cache.c
+ M /trunk/src/frexp.c
+ M /trunk/src/gamma.c
+ M /trunk/src/gamma_inc.c
+ M /trunk/src/gammaonethird.c
+ M /trunk/src/gen_inverse.h
+ M /trunk/src/generic/coverage/mparam.h
+ M /trunk/src/generic/mparam.h
+ M /trunk/src/get_d.c
+ M /trunk/src/get_d128.c
+ M /trunk/src/get_d64.c
+ M /trunk/src/get_exp.c
+ M /trunk/src/get_f.c
+ M /trunk/src/get_float128.c
+ M /trunk/src/get_flt.c
+ M /trunk/src/get_ld.c
+ M /trunk/src/get_q.c
+ M /trunk/src/get_si.c
+ M /trunk/src/get_sj.c
+ M /trunk/src/get_str.c
+ M /trunk/src/get_ui.c
+ M /trunk/src/get_uj.c
+ M /trunk/src/get_z.c
+ M /trunk/src/get_z_exp.c
+ M /trunk/src/gmp_op.c
+ M /trunk/src/grandom.c
+ M /trunk/src/hypot.c
+ M /trunk/src/ieee_floats.h
+ M /trunk/src/init.c
+ M /trunk/src/init2.c
+ M /trunk/src/inits.c
+ M /trunk/src/inits2.c
+ M /trunk/src/inp_str.c
+ M /trunk/src/int_ceil_log2.c
+ M /trunk/src/invert_limb.h
+ M /trunk/src/invsqrt_limb.h
+ M /trunk/src/isinf.c
+ M /trunk/src/isinteger.c
+ M /trunk/src/isnan.c
+ M /trunk/src/isnum.c
+ M /trunk/src/isqrt.c
+ M /trunk/src/isregular.c
+ M /trunk/src/iszero.c
+ M /trunk/src/jn.c
+ M /trunk/src/jyn_asympt.c
+ M /trunk/src/li2.c
+ M /trunk/src/lngamma.c
+ M /trunk/src/log.c
+ M /trunk/src/log10.c
+ M /trunk/src/log1p.c
+ M /trunk/src/log2.c
+ M /trunk/src/log_ui.c
+ M /trunk/src/logging.c
+ M /trunk/src/min_prec.c
+ M /trunk/src/minmax.c
+ M /trunk/src/mips/mparam.h
+ M /trunk/src/modf.c
+ M /trunk/src/mp_clz_tab.c
+ M /trunk/src/mparam_h.in
+ M /trunk/src/mpf2mpfr.h
+ M /trunk/src/mpfr-cvers.h
+ M /trunk/src/mpfr-gmp.c
+ M /trunk/src/mpfr-gmp.h
+ M /trunk/src/mpfr-impl.h
+ M /trunk/src/mpfr-intmax.h
+ M /trunk/src/mpfr-longlong.h
+ M /trunk/src/mpfr-mini-gmp.c
+ M /trunk/src/mpfr-mini-gmp.h
+ M /trunk/src/mpfr-sassert.h
+ M /trunk/src/mpfr-thread.h
+ M /trunk/src/mpfr.h
+ M /trunk/src/mpn_exp.c
+ M /trunk/src/mul.c
+ M /trunk/src/mul_1_extracted.c
+ M /trunk/src/mul_2exp.c
+ M /trunk/src/mul_2si.c
+ M /trunk/src/mul_2ui.c
+ M /trunk/src/mul_d.c
+ M /trunk/src/mul_ui.c
+ M /trunk/src/mulders.c
+ M /trunk/src/nbits_ulong.c
+ M /trunk/src/neg.c
+ M /trunk/src/next.c
+ M /trunk/src/nrandom.c
+ M /trunk/src/odd_p.c
+ M /trunk/src/out_str.c
+ M /trunk/src/pool.c
+ M /trunk/src/pow.c
+ M /trunk/src/pow_si.c
+ M /trunk/src/pow_ui.c
+ M /trunk/src/pow_z.c
+ M /trunk/src/powerof2.c
+ M /trunk/src/powerpc64/mparam.h
+ M /trunk/src/print_raw.c
+ M /trunk/src/print_rnd_mode.c
+ M /trunk/src/printf.c
+ M /trunk/src/random_deviate.c
+ M /trunk/src/random_deviate.h
+ M /trunk/src/rec_sqrt.c
+ M /trunk/src/reldiff.c
+ M /trunk/src/rem1.c
+ M /trunk/src/rint.c
+ M /trunk/src/rndna.c
+ M /trunk/src/root.c
+ M /trunk/src/round_near_x.c
+ M /trunk/src/round_p.c
+ M /trunk/src/round_prec.c
+ M /trunk/src/round_raw_generic.c
+ M /trunk/src/scale2.c
+ M /trunk/src/sec.c
+ M /trunk/src/sech.c
+ M /trunk/src/set.c
+ M /trunk/src/set_d.c
+ M /trunk/src/set_d128.c
+ M /trunk/src/set_d64.c
+ M /trunk/src/set_dfl_prec.c
+ M /trunk/src/set_exp.c
+ M /trunk/src/set_f.c
+ M /trunk/src/set_float128.c
+ M /trunk/src/set_flt.c
+ M /trunk/src/set_inf.c
+ M /trunk/src/set_ld.c
+ M /trunk/src/set_nan.c
+ M /trunk/src/set_prc_raw.c
+ M /trunk/src/set_prec.c
+ M /trunk/src/set_q.c
+ M /trunk/src/set_rnd.c
+ M /trunk/src/set_si.c
+ M /trunk/src/set_si_2exp.c
+ M /trunk/src/set_sj.c
+ M /trunk/src/set_str.c
+ M /trunk/src/set_str_raw.c
+ M /trunk/src/set_ui.c
+ M /trunk/src/set_ui_2exp.c
+ M /trunk/src/set_uj.c
+ M /trunk/src/set_z.c
+ M /trunk/src/set_z_exp.c
+ M /trunk/src/set_zero.c
+ M /trunk/src/setmax.c
+ M /trunk/src/setmin.c
+ M /trunk/src/setsign.c
+ M /trunk/src/sgn.c
+ M /trunk/src/si_op.c
+ M /trunk/src/signbit.c
+ M /trunk/src/sin.c
+ M /trunk/src/sin_cos.c
+ M /trunk/src/sinh.c
+ M /trunk/src/sinh_cosh.c
+ M /trunk/src/sparc64/mparam.h
+ M /trunk/src/sqr.c
+ M /trunk/src/sqrt.c
+ M /trunk/src/sqrt_ui.c
+ M /trunk/src/stack_interface.c
+ M /trunk/src/strtofr.c
+ M /trunk/src/sub.c
+ M /trunk/src/sub1.c
+ M /trunk/src/sub1sp.c
+ M /trunk/src/sub_d.c
+ M /trunk/src/sub_ui.c
+ M /trunk/src/subnormal.c
+ M /trunk/src/sum.c
+ M /trunk/src/swap.c
+ M /trunk/src/tan.c
+ M /trunk/src/tanh.c
+ M /trunk/src/total_order.c
+ M /trunk/src/ubf.c
+ M /trunk/src/uceil_exp2.c
+ M /trunk/src/uceil_log2.c
+ M /trunk/src/ufloor_log2.c
+ M /trunk/src/ui_div.c
+ M /trunk/src/ui_pow.c
+ M /trunk/src/ui_pow_ui.c
+ M /trunk/src/ui_sub.c
+ M /trunk/src/urandom.c
+ M /trunk/src/urandomb.c
+ M /trunk/src/vasprintf.c
+ M /trunk/src/version.c
+ M /trunk/src/volatile.c
+ M /trunk/src/x86/mparam.h
+ M /trunk/src/x86_64/core2/mparam.h
+ M /trunk/src/x86_64/mparam.h
+ M /trunk/src/yn.c
+ M /trunk/src/zeta.c
+ M /trunk/src/zeta_ui.c
+ M /trunk/tests/Makefile.am
+ M /trunk/tests/cmp_str.c
+ M /trunk/tests/data/digamma
+ M /trunk/tests/data/li2
+ M /trunk/tests/memory.c
+ M /trunk/tests/mpf_compat.c
+ M /trunk/tests/mpf_compat.h
+ M /trunk/tests/mpfr-test.h
+ M /trunk/tests/mpfr_compat.c
+ M /trunk/tests/random2.c
+ M /trunk/tests/reuse.c
+ M /trunk/tests/rnd_mode.c
+ M /trunk/tests/tabort_defalloc1.c
+ M /trunk/tests/tabort_defalloc2.c
+ M /trunk/tests/tabort_prec_max.c
+ M /trunk/tests/tabs.c
+ M /trunk/tests/tacos.c
+ M /trunk/tests/tacosh.c
+ M /trunk/tests/tadd.c
+ M /trunk/tests/tadd1sp.c
+ M /trunk/tests/tadd_d.c
+ M /trunk/tests/tadd_ui.c
+ M /trunk/tests/tagm.c
+ M /trunk/tests/tai.c
+ M /trunk/tests/talloc-cache.c
+ M /trunk/tests/talloc.c
+ M /trunk/tests/tasin.c
+ M /trunk/tests/tasinh.c
+ M /trunk/tests/tassert.c
+ M /trunk/tests/tatan.c
+ M /trunk/tests/tatanh.c
+ M /trunk/tests/taway.c
+ M /trunk/tests/tbeta.c
+ M /trunk/tests/tbuildopt.c
+ M /trunk/tests/tcan_round.c
+ M /trunk/tests/tcbrt.c
+ M /trunk/tests/tcheck.c
+ M /trunk/tests/tcmp.c
+ M /trunk/tests/tcmp2.c
+ M /trunk/tests/tcmp_d.c
+ M /trunk/tests/tcmp_ld.c
+ M /trunk/tests/tcmp_ui.c
+ M /trunk/tests/tcmpabs.c
+ M /trunk/tests/tcomparisons.c
+ M /trunk/tests/tconst_catalan.c
+ M /trunk/tests/tconst_euler.c
+ M /trunk/tests/tconst_log2.c
+ M /trunk/tests/tconst_pi.c
+ M /trunk/tests/tcopysign.c
+ M /trunk/tests/tcos.c
+ M /trunk/tests/tcosh.c
+ M /trunk/tests/tcot.c
+ M /trunk/tests/tcoth.c
+ M /trunk/tests/tcsc.c
+ M /trunk/tests/tcsch.c
+ M /trunk/tests/td_div.c
+ M /trunk/tests/td_sub.c
+ M /trunk/tests/tdigamma.c
+ M /trunk/tests/tdim.c
+ M /trunk/tests/tdiv.c
+ M /trunk/tests/tdiv_d.c
+ M /trunk/tests/tdiv_ui.c
+ M /trunk/tests/tdot.c
+ M /trunk/tests/teint.c
+ M /trunk/tests/teq.c
+ M /trunk/tests/terandom.c
+ M /trunk/tests/terandom_chisq.c
+ M /trunk/tests/terf.c
+ M /trunk/tests/tests.c
+ M /trunk/tests/texceptions.c
+ M /trunk/tests/texp.c
+ M /trunk/tests/texp10.c
+ M /trunk/tests/texp2.c
+ M /trunk/tests/texpm1.c
+ M /trunk/tests/tfactorial.c
+ M /trunk/tests/tfits.c
+ M /trunk/tests/tfma.c
+ M /trunk/tests/tfmma.c
+ M /trunk/tests/tfmod.c
+ M /trunk/tests/tfms.c
+ M /trunk/tests/tfpif.c
+ M /trunk/tests/tfprintf.c
+ M /trunk/tests/tfrac.c
+ M /trunk/tests/tfrexp.c
+ M /trunk/tests/tgamma.c
+ M /trunk/tests/tgamma_inc.c
+ M /trunk/tests/tgeneric.c
+ M /trunk/tests/tgeneric_ui.c
+ M /trunk/tests/tget_d.c
+ M /trunk/tests/tget_d_2exp.c
+ M /trunk/tests/tget_f.c
+ M /trunk/tests/tget_flt.c
+ M /trunk/tests/tget_ld_2exp.c
+ M /trunk/tests/tget_q.c
+ M /trunk/tests/tget_set_d128.c
+ M /trunk/tests/tget_set_d64.c
+ M /trunk/tests/tget_sj.c
+ M /trunk/tests/tget_str.c
+ M /trunk/tests/tget_z.c
+ M /trunk/tests/tgmpop.c
+ M /trunk/tests/tgrandom.c
+ M /trunk/tests/thyperbolic.c
+ M /trunk/tests/thypot.c
+ M /trunk/tests/tinits.c
+ M /trunk/tests/tinp_str.c
+ M /trunk/tests/tinternals.c
+ M /trunk/tests/tisnan.c
+ M /trunk/tests/tisqrt.c
+ M /trunk/tests/tj0.c
+ M /trunk/tests/tj1.c
+ M /trunk/tests/tjn.c
+ M /trunk/tests/tl2b.c
+ M /trunk/tests/tlgamma.c
+ M /trunk/tests/tli2.c
+ M /trunk/tests/tlngamma.c
+ M /trunk/tests/tlog.c
+ M /trunk/tests/tlog10.c
+ M /trunk/tests/tlog1p.c
+ M /trunk/tests/tlog2.c
+ M /trunk/tests/tlog_ui.c
+ M /trunk/tests/tmin_prec.c
+ M /trunk/tests/tminmax.c
+ M /trunk/tests/tmodf.c
+ M /trunk/tests/tmul.c
+ M /trunk/tests/tmul_2exp.c
+ M /trunk/tests/tmul_d.c
+ M /trunk/tests/tmul_ui.c
+ M /trunk/tests/tnext.c
+ M /trunk/tests/tnrandom.c
+ M /trunk/tests/tnrandom_chisq.c
+ M /trunk/tests/tout_str.c
+ M /trunk/tests/toutimpl.c
+ M /trunk/tests/tpow.c
+ M /trunk/tests/tpow3.c
+ M /trunk/tests/tpow_all.c
+ M /trunk/tests/tpow_z.c
+ M /trunk/tests/tprec_round.c
+ M /trunk/tests/tprintf.c
+ M /trunk/tests/trandom.c
+ M /trunk/tests/trandom_deviate.c
+ M /trunk/tests/trec_sqrt.c
+ M /trunk/tests/tremquo.c
+ M /trunk/tests/trint.c
+ M /trunk/tests/trndna.c
+ M /trunk/tests/troot.c
+ M /trunk/tests/trootn_ui.c
+ M /trunk/tests/tsec.c
+ M /trunk/tests/tsech.c
+ M /trunk/tests/tset.c
+ M /trunk/tests/tset_d.c
+ M /trunk/tests/tset_exp.c
+ M /trunk/tests/tset_f.c
+ M /trunk/tests/tset_float128.c
+ M /trunk/tests/tset_ld.c
+ M /trunk/tests/tset_q.c
+ M /trunk/tests/tset_si.c
+ M /trunk/tests/tset_sj.c
+ M /trunk/tests/tset_str.c
+ M /trunk/tests/tset_z.c
+ M /trunk/tests/tset_z_exp.c
+ M /trunk/tests/tsgn.c
+ M /trunk/tests/tsi_op.c
+ M /trunk/tests/tsin.c
+ M /trunk/tests/tsin_cos.c
+ M /trunk/tests/tsinh.c
+ M /trunk/tests/tsinh_cosh.c
+ M /trunk/tests/tsprintf.c
+ M /trunk/tests/tsqr.c
+ M /trunk/tests/tsqrt.c
+ M /trunk/tests/tsqrt_ui.c
+ M /trunk/tests/tstckintc.c
+ M /trunk/tests/tstdint.c
+ M /trunk/tests/tstrtofr.c
+ M /trunk/tests/tsub.c
+ M /trunk/tests/tsub1sp.c
+ M /trunk/tests/tsub_d.c
+ M /trunk/tests/tsub_ui.c
+ M /trunk/tests/tsubnormal.c
+ M /trunk/tests/tsum.c
+ M /trunk/tests/tswap.c
+ M /trunk/tests/ttan.c
+ M /trunk/tests/ttanh.c
+ M /trunk/tests/ttotal_order.c
+ M /trunk/tests/ttrunc.c
+ M /trunk/tests/tui_div.c
+ M /trunk/tests/tui_pow.c
+ M /trunk/tests/tui_sub.c
+ M /trunk/tests/turandom.c
+ M /trunk/tests/tvalist.c
+ M /trunk/tests/tversion.c
+ M /trunk/tests/ty0.c
+ M /trunk/tests/ty1.c
+ M /trunk/tests/tyn.c
+ M /trunk/tests/tzeta.c
+ M /trunk/tests/tzeta_ui.c
+ M /trunk/tools/bench/Makefile.am
+ M /trunk/tools/bench/benchtime.h
+ M /trunk/tools/bench/mpfrbench.c
+ M /trunk/tools/check_mparam.c
+ M /trunk/tools/ck-clz_tab
+ M /trunk/tools/ck-copyright-notice
+ M /trunk/tools/ck-mparam
+ M /trunk/tools/ck-news
+ M /trunk/tools/ck-version-info
+ M /trunk/tools/get_patches.sh
+ M /trunk/tune/Makefile.am
+ M /trunk/tune/bidimensional_sample.c
+ M /trunk/tune/speed.c
+ M /trunk/tune/tuneup.c
-[src/mpfr-impl.h] Added a comment with a warning concerning the meaning
-of MPFR_EXP_FSPEC (corresponding to the merge of mpfr-impl.h r13299
-from the trunk; the other part of this commit with be merged later).
+Copyright notice update: added 2019 with
+ perl -pi -e 's/ (\d{4}-)?(2018)(?= Free Software)/
+ " ".($1||"$2-").($2+1)/e' **/*(^/)
+under zsh. Removed 2018 from the example in the doc/README.dev file.
------------------------------------------------------------------------
-r13362 | vlefevre | 2019-01-01 21:18:11 +0000 (Tue, 01 Jan 2019) | 1 line
+r13356 | vlefevre | 2018-12-31 03:36:15 +0000 (Mon, 31 Dec 2018) | 2 lines
Changed paths:
- M /branches/4.0/doc/mpfr.texi
+ M /trunk/tests/tfmma.c
-[doc/mpfr.texi] Updated the month.
+[tests/tfmma.c] Added double_rounding test to trigger errors before
+the fix in mpfr_set_1_2 (set.c r13347).
------------------------------------------------------------------------
-r13360 | vlefevre | 2019-01-01 21:02:47 +0000 (Tue, 01 Jan 2019) | 4 lines
-Changed paths:
- M /branches/4.0/BUGS
- M /branches/4.0/INSTALL
- M /branches/4.0/Makefile.am
- M /branches/4.0/NEWS
- M /branches/4.0/README
- M /branches/4.0/TODO
- M /branches/4.0/acinclude.m4
- M /branches/4.0/configure.ac
- M /branches/4.0/doc/FAQ.html
- M /branches/4.0/doc/Makefile.am
- M /branches/4.0/doc/README.dev
- M /branches/4.0/doc/check-typography
- M /branches/4.0/doc/faq.xsl
- M /branches/4.0/doc/mpfr.texi
- M /branches/4.0/examples/can_round.c
- M /branches/4.0/examples/divworst.c
- M /branches/4.0/examples/rndo-add.c
- M /branches/4.0/examples/sample.c
- M /branches/4.0/examples/version.c
- M /branches/4.0/src/Makefile.am
- M /branches/4.0/src/abort_prec_max.c
- M /branches/4.0/src/acos.c
- M /branches/4.0/src/acosh.c
- M /branches/4.0/src/add.c
- M /branches/4.0/src/add1.c
- M /branches/4.0/src/add1sp.c
- M /branches/4.0/src/add_d.c
- M /branches/4.0/src/add_ui.c
- M /branches/4.0/src/agm.c
- M /branches/4.0/src/ai.c
- M /branches/4.0/src/amd/amdfam10/mparam.h
- M /branches/4.0/src/amd/athlon/mparam.h
- M /branches/4.0/src/amd/k8/mparam.h
- M /branches/4.0/src/arm/mparam.h
- M /branches/4.0/src/asin.c
- M /branches/4.0/src/asinh.c
- M /branches/4.0/src/atan.c
- M /branches/4.0/src/atan2.c
- M /branches/4.0/src/atanh.c
- M /branches/4.0/src/bernoulli.c
- M /branches/4.0/src/beta.c
- M /branches/4.0/src/buildopt.c
- M /branches/4.0/src/cache.c
- M /branches/4.0/src/cbrt.c
- M /branches/4.0/src/check.c
- M /branches/4.0/src/clear.c
- M /branches/4.0/src/clears.c
- M /branches/4.0/src/cmp.c
- M /branches/4.0/src/cmp2.c
- M /branches/4.0/src/cmp_abs.c
- M /branches/4.0/src/cmp_d.c
- M /branches/4.0/src/cmp_ld.c
- M /branches/4.0/src/cmp_si.c
- M /branches/4.0/src/cmp_ui.c
- M /branches/4.0/src/comparisons.c
- M /branches/4.0/src/const_catalan.c
- M /branches/4.0/src/const_euler.c
- M /branches/4.0/src/const_log2.c
- M /branches/4.0/src/const_pi.c
- M /branches/4.0/src/constant.c
- M /branches/4.0/src/copysign.c
- M /branches/4.0/src/cos.c
- M /branches/4.0/src/cosh.c
- M /branches/4.0/src/cot.c
- M /branches/4.0/src/coth.c
- M /branches/4.0/src/csc.c
- M /branches/4.0/src/csch.c
- M /branches/4.0/src/d_div.c
- M /branches/4.0/src/d_sub.c
- M /branches/4.0/src/digamma.c
- M /branches/4.0/src/dim.c
- M /branches/4.0/src/div.c
- M /branches/4.0/src/div_2exp.c
- M /branches/4.0/src/div_2si.c
- M /branches/4.0/src/div_2ui.c
- M /branches/4.0/src/div_d.c
- M /branches/4.0/src/div_ui.c
- M /branches/4.0/src/dump.c
- M /branches/4.0/src/eint.c
- M /branches/4.0/src/eq.c
- M /branches/4.0/src/erandom.c
- M /branches/4.0/src/erf.c
- M /branches/4.0/src/erfc.c
- M /branches/4.0/src/exceptions.c
- M /branches/4.0/src/exp.c
- M /branches/4.0/src/exp10.c
- M /branches/4.0/src/exp2.c
- M /branches/4.0/src/exp3.c
- M /branches/4.0/src/exp_2.c
- M /branches/4.0/src/expm1.c
- M /branches/4.0/src/extract.c
- M /branches/4.0/src/factorial.c
- M /branches/4.0/src/fits_intmax.c
- M /branches/4.0/src/fits_s.h
- M /branches/4.0/src/fits_sint.c
- M /branches/4.0/src/fits_slong.c
- M /branches/4.0/src/fits_sshort.c
- M /branches/4.0/src/fits_u.h
- M /branches/4.0/src/fits_uint.c
- M /branches/4.0/src/fits_uintmax.c
- M /branches/4.0/src/fits_ulong.c
- M /branches/4.0/src/fits_ushort.c
- M /branches/4.0/src/fma.c
- M /branches/4.0/src/fmma.c
- M /branches/4.0/src/fms.c
- M /branches/4.0/src/fpif.c
- M /branches/4.0/src/frac.c
- M /branches/4.0/src/free_cache.c
- M /branches/4.0/src/frexp.c
- M /branches/4.0/src/gamma.c
- M /branches/4.0/src/gamma_inc.c
- M /branches/4.0/src/gammaonethird.c
- M /branches/4.0/src/gen_inverse.h
- M /branches/4.0/src/generic/coverage/mparam.h
- M /branches/4.0/src/generic/mparam.h
- M /branches/4.0/src/get_d.c
- M /branches/4.0/src/get_d64.c
- M /branches/4.0/src/get_exp.c
- M /branches/4.0/src/get_f.c
- M /branches/4.0/src/get_float128.c
- M /branches/4.0/src/get_flt.c
- M /branches/4.0/src/get_ld.c
- M /branches/4.0/src/get_q.c
- M /branches/4.0/src/get_si.c
- M /branches/4.0/src/get_sj.c
- M /branches/4.0/src/get_str.c
- M /branches/4.0/src/get_ui.c
- M /branches/4.0/src/get_uj.c
- M /branches/4.0/src/get_z.c
- M /branches/4.0/src/get_z_exp.c
- M /branches/4.0/src/gmp_op.c
- M /branches/4.0/src/grandom.c
- M /branches/4.0/src/hppa/mparam.h
- M /branches/4.0/src/hypot.c
- M /branches/4.0/src/ia64/mparam.h
- M /branches/4.0/src/ieee_floats.h
- M /branches/4.0/src/init.c
- M /branches/4.0/src/init2.c
- M /branches/4.0/src/inits.c
- M /branches/4.0/src/inits2.c
- M /branches/4.0/src/inp_str.c
- M /branches/4.0/src/int_ceil_log2.c
- M /branches/4.0/src/invert_limb.h
- M /branches/4.0/src/invsqrt_limb.h
- M /branches/4.0/src/isinf.c
- M /branches/4.0/src/isinteger.c
- M /branches/4.0/src/isnan.c
- M /branches/4.0/src/isnum.c
- M /branches/4.0/src/isqrt.c
- M /branches/4.0/src/isregular.c
- M /branches/4.0/src/iszero.c
- M /branches/4.0/src/jn.c
- M /branches/4.0/src/jyn_asympt.c
- M /branches/4.0/src/li2.c
- M /branches/4.0/src/lngamma.c
- M /branches/4.0/src/log.c
- M /branches/4.0/src/log10.c
- M /branches/4.0/src/log1p.c
- M /branches/4.0/src/log2.c
- M /branches/4.0/src/log_ui.c
- M /branches/4.0/src/logging.c
- M /branches/4.0/src/min_prec.c
- M /branches/4.0/src/minmax.c
- M /branches/4.0/src/mips/mparam.h
- M /branches/4.0/src/modf.c
- M /branches/4.0/src/mp_clz_tab.c
- M /branches/4.0/src/mparam_h.in
- M /branches/4.0/src/mpf2mpfr.h
- M /branches/4.0/src/mpfr-cvers.h
- M /branches/4.0/src/mpfr-gmp.c
- M /branches/4.0/src/mpfr-gmp.h
- M /branches/4.0/src/mpfr-impl.h
- M /branches/4.0/src/mpfr-intmax.h
- M /branches/4.0/src/mpfr-longlong.h
- M /branches/4.0/src/mpfr-mini-gmp.c
- M /branches/4.0/src/mpfr-mini-gmp.h
- M /branches/4.0/src/mpfr-sassert.h
- M /branches/4.0/src/mpfr-thread.h
- M /branches/4.0/src/mpfr.h
- M /branches/4.0/src/mpn_exp.c
- M /branches/4.0/src/mul.c
- M /branches/4.0/src/mul_2exp.c
- M /branches/4.0/src/mul_2si.c
- M /branches/4.0/src/mul_2ui.c
- M /branches/4.0/src/mul_d.c
- M /branches/4.0/src/mul_ui.c
- M /branches/4.0/src/mulders.c
- M /branches/4.0/src/neg.c
- M /branches/4.0/src/next.c
- M /branches/4.0/src/nrandom.c
- M /branches/4.0/src/odd_p.c
- M /branches/4.0/src/out_str.c
- M /branches/4.0/src/pool.c
- M /branches/4.0/src/pow.c
- M /branches/4.0/src/pow_si.c
- M /branches/4.0/src/pow_ui.c
- M /branches/4.0/src/pow_z.c
- M /branches/4.0/src/powerof2.c
- M /branches/4.0/src/powerpc32/mparam.h
- M /branches/4.0/src/powerpc64/mparam.h
- M /branches/4.0/src/print_raw.c
- M /branches/4.0/src/print_rnd_mode.c
- M /branches/4.0/src/printf.c
- M /branches/4.0/src/random_deviate.c
- M /branches/4.0/src/random_deviate.h
- M /branches/4.0/src/rec_sqrt.c
- M /branches/4.0/src/reldiff.c
- M /branches/4.0/src/rem1.c
- M /branches/4.0/src/rint.c
- M /branches/4.0/src/rndna.c
- M /branches/4.0/src/root.c
- M /branches/4.0/src/round_near_x.c
- M /branches/4.0/src/round_p.c
- M /branches/4.0/src/round_prec.c
- M /branches/4.0/src/round_raw_generic.c
- M /branches/4.0/src/scale2.c
- M /branches/4.0/src/sec.c
- M /branches/4.0/src/sech.c
- M /branches/4.0/src/set.c
- M /branches/4.0/src/set_d.c
- M /branches/4.0/src/set_d64.c
- M /branches/4.0/src/set_dfl_prec.c
- M /branches/4.0/src/set_exp.c
- M /branches/4.0/src/set_f.c
- M /branches/4.0/src/set_float128.c
- M /branches/4.0/src/set_flt.c
- M /branches/4.0/src/set_inf.c
- M /branches/4.0/src/set_ld.c
- M /branches/4.0/src/set_nan.c
- M /branches/4.0/src/set_prc_raw.c
- M /branches/4.0/src/set_prec.c
- M /branches/4.0/src/set_q.c
- M /branches/4.0/src/set_rnd.c
- M /branches/4.0/src/set_si.c
- M /branches/4.0/src/set_si_2exp.c
- M /branches/4.0/src/set_sj.c
- M /branches/4.0/src/set_str.c
- M /branches/4.0/src/set_str_raw.c
- M /branches/4.0/src/set_ui.c
- M /branches/4.0/src/set_ui_2exp.c
- M /branches/4.0/src/set_uj.c
- M /branches/4.0/src/set_z.c
- M /branches/4.0/src/set_z_exp.c
- M /branches/4.0/src/set_zero.c
- M /branches/4.0/src/setmax.c
- M /branches/4.0/src/setmin.c
- M /branches/4.0/src/setsign.c
- M /branches/4.0/src/sgn.c
- M /branches/4.0/src/si_op.c
- M /branches/4.0/src/signbit.c
- M /branches/4.0/src/sin.c
- M /branches/4.0/src/sin_cos.c
- M /branches/4.0/src/sinh.c
- M /branches/4.0/src/sinh_cosh.c
- M /branches/4.0/src/sparc64/mparam.h
- M /branches/4.0/src/sqr.c
- M /branches/4.0/src/sqrt.c
- M /branches/4.0/src/sqrt_ui.c
- M /branches/4.0/src/stack_interface.c
- M /branches/4.0/src/strtofr.c
- M /branches/4.0/src/sub.c
- M /branches/4.0/src/sub1.c
- M /branches/4.0/src/sub1sp.c
- M /branches/4.0/src/sub_d.c
- M /branches/4.0/src/sub_ui.c
- M /branches/4.0/src/subnormal.c
- M /branches/4.0/src/sum.c
- M /branches/4.0/src/swap.c
- M /branches/4.0/src/tan.c
- M /branches/4.0/src/tanh.c
- M /branches/4.0/src/ubf.c
- M /branches/4.0/src/uceil_exp2.c
- M /branches/4.0/src/uceil_log2.c
- M /branches/4.0/src/ufloor_log2.c
- M /branches/4.0/src/ui_div.c
- M /branches/4.0/src/ui_pow.c
- M /branches/4.0/src/ui_pow_ui.c
- M /branches/4.0/src/ui_sub.c
- M /branches/4.0/src/urandom.c
- M /branches/4.0/src/urandomb.c
- M /branches/4.0/src/vasprintf.c
- M /branches/4.0/src/version.c
- M /branches/4.0/src/volatile.c
- M /branches/4.0/src/x86/core2/mparam.h
- M /branches/4.0/src/x86/mparam.h
- M /branches/4.0/src/x86_64/core2/mparam.h
- M /branches/4.0/src/x86_64/corei5/mparam.h
- M /branches/4.0/src/x86_64/pentium4/mparam.h
- M /branches/4.0/src/yn.c
- M /branches/4.0/src/zeta.c
- M /branches/4.0/src/zeta_ui.c
- M /branches/4.0/tests/Makefile.am
- M /branches/4.0/tests/cmp_str.c
- M /branches/4.0/tests/data/digamma
- M /branches/4.0/tests/data/li2
- M /branches/4.0/tests/memory.c
- M /branches/4.0/tests/mpf_compat.c
- M /branches/4.0/tests/mpf_compat.h
- M /branches/4.0/tests/mpfr-test.h
- M /branches/4.0/tests/mpfr_compat.c
- M /branches/4.0/tests/random2.c
- M /branches/4.0/tests/reuse.c
- M /branches/4.0/tests/rnd_mode.c
- M /branches/4.0/tests/tabort_defalloc1.c
- M /branches/4.0/tests/tabort_defalloc2.c
- M /branches/4.0/tests/tabort_prec_max.c
- M /branches/4.0/tests/tabs.c
- M /branches/4.0/tests/tacos.c
- M /branches/4.0/tests/tacosh.c
- M /branches/4.0/tests/tadd.c
- M /branches/4.0/tests/tadd1sp.c
- M /branches/4.0/tests/tadd_d.c
- M /branches/4.0/tests/tadd_ui.c
- M /branches/4.0/tests/tagm.c
- M /branches/4.0/tests/tai.c
- M /branches/4.0/tests/talloc-cache.c
- M /branches/4.0/tests/talloc.c
- M /branches/4.0/tests/tasin.c
- M /branches/4.0/tests/tasinh.c
- M /branches/4.0/tests/tassert.c
- M /branches/4.0/tests/tatan.c
- M /branches/4.0/tests/tatanh.c
- M /branches/4.0/tests/taway.c
- M /branches/4.0/tests/tbeta.c
- M /branches/4.0/tests/tbuildopt.c
- M /branches/4.0/tests/tcan_round.c
- M /branches/4.0/tests/tcbrt.c
- M /branches/4.0/tests/tcheck.c
- M /branches/4.0/tests/tcmp.c
- M /branches/4.0/tests/tcmp2.c
- M /branches/4.0/tests/tcmp_d.c
- M /branches/4.0/tests/tcmp_ld.c
- M /branches/4.0/tests/tcmp_ui.c
- M /branches/4.0/tests/tcmpabs.c
- M /branches/4.0/tests/tcomparisons.c
- M /branches/4.0/tests/tconst_catalan.c
- M /branches/4.0/tests/tconst_euler.c
- M /branches/4.0/tests/tconst_log2.c
- M /branches/4.0/tests/tconst_pi.c
- M /branches/4.0/tests/tcopysign.c
- M /branches/4.0/tests/tcos.c
- M /branches/4.0/tests/tcosh.c
- M /branches/4.0/tests/tcot.c
- M /branches/4.0/tests/tcoth.c
- M /branches/4.0/tests/tcsc.c
- M /branches/4.0/tests/tcsch.c
- M /branches/4.0/tests/td_div.c
- M /branches/4.0/tests/td_sub.c
- M /branches/4.0/tests/tdigamma.c
- M /branches/4.0/tests/tdim.c
- M /branches/4.0/tests/tdiv.c
- M /branches/4.0/tests/tdiv_d.c
- M /branches/4.0/tests/tdiv_ui.c
- M /branches/4.0/tests/teint.c
- M /branches/4.0/tests/teq.c
- M /branches/4.0/tests/terandom.c
- M /branches/4.0/tests/terandom_chisq.c
- M /branches/4.0/tests/terf.c
- M /branches/4.0/tests/tests.c
- M /branches/4.0/tests/texceptions.c
- M /branches/4.0/tests/texp.c
- M /branches/4.0/tests/texp10.c
- M /branches/4.0/tests/texp2.c
- M /branches/4.0/tests/texpm1.c
- M /branches/4.0/tests/tfactorial.c
- M /branches/4.0/tests/tfits.c
- M /branches/4.0/tests/tfma.c
- M /branches/4.0/tests/tfmma.c
- M /branches/4.0/tests/tfmod.c
- M /branches/4.0/tests/tfms.c
- M /branches/4.0/tests/tfpif.c
- M /branches/4.0/tests/tfprintf.c
- M /branches/4.0/tests/tfrac.c
- M /branches/4.0/tests/tfrexp.c
- M /branches/4.0/tests/tgamma.c
- M /branches/4.0/tests/tgamma_inc.c
- M /branches/4.0/tests/tgeneric.c
- M /branches/4.0/tests/tgeneric_ui.c
- M /branches/4.0/tests/tget_d.c
- M /branches/4.0/tests/tget_d_2exp.c
- M /branches/4.0/tests/tget_f.c
- M /branches/4.0/tests/tget_flt.c
- M /branches/4.0/tests/tget_ld_2exp.c
- M /branches/4.0/tests/tget_q.c
- M /branches/4.0/tests/tget_set_d64.c
- M /branches/4.0/tests/tget_sj.c
- M /branches/4.0/tests/tget_str.c
- M /branches/4.0/tests/tget_z.c
- M /branches/4.0/tests/tgmpop.c
- M /branches/4.0/tests/tgrandom.c
- M /branches/4.0/tests/thyperbolic.c
- M /branches/4.0/tests/thypot.c
- M /branches/4.0/tests/tinits.c
- M /branches/4.0/tests/tinp_str.c
- M /branches/4.0/tests/tinternals.c
- M /branches/4.0/tests/tisnan.c
- M /branches/4.0/tests/tisqrt.c
- M /branches/4.0/tests/tj0.c
- M /branches/4.0/tests/tj1.c
- M /branches/4.0/tests/tjn.c
- M /branches/4.0/tests/tl2b.c
- M /branches/4.0/tests/tlgamma.c
- M /branches/4.0/tests/tli2.c
- M /branches/4.0/tests/tlngamma.c
- M /branches/4.0/tests/tlog.c
- M /branches/4.0/tests/tlog10.c
- M /branches/4.0/tests/tlog1p.c
- M /branches/4.0/tests/tlog2.c
- M /branches/4.0/tests/tlog_ui.c
- M /branches/4.0/tests/tmin_prec.c
- M /branches/4.0/tests/tminmax.c
- M /branches/4.0/tests/tmodf.c
- M /branches/4.0/tests/tmul.c
- M /branches/4.0/tests/tmul_2exp.c
- M /branches/4.0/tests/tmul_d.c
- M /branches/4.0/tests/tmul_ui.c
- M /branches/4.0/tests/tnext.c
- M /branches/4.0/tests/tnrandom.c
- M /branches/4.0/tests/tnrandom_chisq.c
- M /branches/4.0/tests/tout_str.c
- M /branches/4.0/tests/toutimpl.c
- M /branches/4.0/tests/tpow.c
- M /branches/4.0/tests/tpow3.c
- M /branches/4.0/tests/tpow_all.c
- M /branches/4.0/tests/tpow_z.c
- M /branches/4.0/tests/tprintf.c
- M /branches/4.0/tests/trandom.c
- M /branches/4.0/tests/trandom_deviate.c
- M /branches/4.0/tests/trec_sqrt.c
- M /branches/4.0/tests/tremquo.c
- M /branches/4.0/tests/trint.c
- M /branches/4.0/tests/trndna.c
- M /branches/4.0/tests/troot.c
- M /branches/4.0/tests/trootn_ui.c
- M /branches/4.0/tests/tround_prec.c
- M /branches/4.0/tests/tsec.c
- M /branches/4.0/tests/tsech.c
- M /branches/4.0/tests/tset.c
- M /branches/4.0/tests/tset_d.c
- M /branches/4.0/tests/tset_exp.c
- M /branches/4.0/tests/tset_f.c
- M /branches/4.0/tests/tset_float128.c
- M /branches/4.0/tests/tset_ld.c
- M /branches/4.0/tests/tset_q.c
- M /branches/4.0/tests/tset_si.c
- M /branches/4.0/tests/tset_sj.c
- M /branches/4.0/tests/tset_str.c
- M /branches/4.0/tests/tset_z.c
- M /branches/4.0/tests/tset_z_exp.c
- M /branches/4.0/tests/tsgn.c
- M /branches/4.0/tests/tsi_op.c
- M /branches/4.0/tests/tsin.c
- M /branches/4.0/tests/tsin_cos.c
- M /branches/4.0/tests/tsinh.c
- M /branches/4.0/tests/tsinh_cosh.c
- M /branches/4.0/tests/tsprintf.c
- M /branches/4.0/tests/tsqr.c
- M /branches/4.0/tests/tsqrt.c
- M /branches/4.0/tests/tsqrt_ui.c
- M /branches/4.0/tests/tstckintc.c
- M /branches/4.0/tests/tstdint.c
- M /branches/4.0/tests/tstrtofr.c
- M /branches/4.0/tests/tsub.c
- M /branches/4.0/tests/tsub1sp.c
- M /branches/4.0/tests/tsub_d.c
- M /branches/4.0/tests/tsub_ui.c
- M /branches/4.0/tests/tsubnormal.c
- M /branches/4.0/tests/tsum.c
- M /branches/4.0/tests/tswap.c
- M /branches/4.0/tests/ttan.c
- M /branches/4.0/tests/ttanh.c
- M /branches/4.0/tests/ttrunc.c
- M /branches/4.0/tests/tui_div.c
- M /branches/4.0/tests/tui_pow.c
- M /branches/4.0/tests/tui_sub.c
- M /branches/4.0/tests/turandom.c
- M /branches/4.0/tests/tvalist.c
- M /branches/4.0/tests/tversion.c
- M /branches/4.0/tests/ty0.c
- M /branches/4.0/tests/ty1.c
- M /branches/4.0/tests/tyn.c
- M /branches/4.0/tests/tzeta.c
- M /branches/4.0/tests/tzeta_ui.c
- M /branches/4.0/tools/bench/Makefile.am
- M /branches/4.0/tools/bench/benchtime.h
- M /branches/4.0/tools/bench/mpfrbench.c
- M /branches/4.0/tools/ck-clz_tab
- M /branches/4.0/tools/ck-copyright-notice
- M /branches/4.0/tools/ck-news
- M /branches/4.0/tools/ck-version-info
- M /branches/4.0/tools/get_patches.sh
- M /branches/4.0/tune/Makefile.am
- M /branches/4.0/tune/bidimensional_sample.c
- M /branches/4.0/tune/speed.c
- M /branches/4.0/tune/tuneup.c
+r13355 | vlefevre | 2018-12-31 02:31:17 +0000 (Mon, 31 Dec 2018) | 1 line
+Changed paths:
+ M /trunk/src/set.c
-Copyright notice update: added 2019 with
- perl -pi -e 's/ (\d{4}-)?(2018)(?= Free Software)/
- " ".($1||"$2-").($2+1)/e' **/*(^/)
-under zsh. Removed 2018 from the example in the doc/README.dev file.
+[src/set.c] In mpfr_set_1_2, evaluate MPFR_PREC(s) just once.
+------------------------------------------------------------------------
+r13354 | vlefevre | 2018-12-31 02:19:23 +0000 (Mon, 31 Dec 2018) | 1 line
+Changed paths:
+ M /trunk/src/set.c
+
+[src/set.c] Clarified the mpfr_set_1_2 description.
+------------------------------------------------------------------------
+r13353 | vlefevre | 2018-12-31 02:14:55 +0000 (Mon, 31 Dec 2018) | 4 lines
+Changed paths:
+ M /trunk/src/set.c
+
+[src/set.c] For mpfr_set_1_2, corrected the comments and simplified the
+generic algorithm (there is no need to distinguish the rounding modes,
+except for the double-rounding test, and this simplification avoids the
+non-portable inex | inex2).
+------------------------------------------------------------------------
+r13351 | vlefevre | 2018-12-20 13:49:07 +0000 (Thu, 20 Dec 2018) | 3 lines
+Changed paths:
+ M /trunk/doc/mini-gmp
+
+[doc/mini-gmp] Removed "#define GMP_LIMB_BITS 8": it is not used by
+mini-gmp.h and yields a failure when building mini-gmp.c (which has
+its own definition of GMP_LIMB_BITS, equivalent but not identical).
+------------------------------------------------------------------------
+r13350 | vlefevre | 2018-12-20 13:43:57 +0000 (Thu, 20 Dec 2018) | 3 lines
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] Support mini-gmp with reduced limb size, in the case
+GMP_NUMB_BITS is not defined: guess GMP_NUMB_BITS from the size of
+mp_limb_t instead of the size of unsigned long.
+------------------------------------------------------------------------
+r13349 | vlefevre | 2018-12-20 13:29:33 +0000 (Thu, 20 Dec 2018) | 2 lines
+Changed paths:
+ M /trunk/doc/mini-gmp
+
+[doc/mini-gmp] Correction to avoid a "conflicting types for 'mp_limb_t'"
+error.
+------------------------------------------------------------------------
+r13348 | zimmerma | 2018-12-14 15:23:15 +0000 (Fri, 14 Dec 2018) | 3 lines
+Changed paths:
+ M /trunk/doc/mini-gmp
+
+[doc/mini-gmp] added note about using mini-gmp (development version) with
+ reduced limb size
+
+------------------------------------------------------------------------
+r13347 | zimmerma | 2018-12-14 14:39:48 +0000 (Fri, 14 Dec 2018) | 3 lines
+Changed paths:
+ M /trunk/src/set.c
+ M /trunk/tests/tset.c
+
+[src/set.c] fixed double-rounding bug in mpfr_set_1_2
+[tests/tset.c] added corresponding tests
+
+------------------------------------------------------------------------
+r13346 | zimmerma | 2018-12-14 13:40:16 +0000 (Fri, 14 Dec 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tset.c
+
+[tests/tset.c] added a test of test_set_1_2(), which currently fails
+
+------------------------------------------------------------------------
+r13345 | zimmerma | 2018-12-14 12:30:08 +0000 (Fri, 14 Dec 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tcan_round.c
+
+[tests/tcan_round.c] disabled tests that don't agree with mpfr_can_round documentation
+
+------------------------------------------------------------------------
+r13344 | vlefevre | 2018-12-13 16:28:03 +0000 (Thu, 13 Dec 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tsprintf.c
+
+[tests/tsprintf.c] Updated a comment about ISO C vs POSIX for snprintf.
+------------------------------------------------------------------------
+r13343 | vlefevre | 2018-12-13 16:18:49 +0000 (Thu, 13 Dec 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tsprintf.c
+
+[tests/tsprintf.c] Updated a comment about ISO C vs POSIX for snprintf.
+------------------------------------------------------------------------
+r13342 | vlefevre | 2018-12-13 09:51:29 +0000 (Thu, 13 Dec 2018) | 1 line
+Changed paths:
+ M /trunk/TODO
+
+[TODO] Added item: new functions mpfr_cmp_uj and mpfr_cmp_sj.
+------------------------------------------------------------------------
+r13341 | vlefevre | 2018-12-13 09:47:45 +0000 (Thu, 13 Dec 2018) | 1 line
+Changed paths:
+ M /trunk/TODO
+
+[TODO] Removed obsolete "check again coverage" from 2007.
+------------------------------------------------------------------------
+r13340 | zimmerma | 2018-12-13 09:15:46 +0000 (Thu, 13 Dec 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sqr.c
+
+[src/sqr.c] fixed same issue as in r13338 and r13339
+
+------------------------------------------------------------------------
+r13339 | zimmerma | 2018-12-13 09:01:38 +0000 (Thu, 13 Dec 2018) | 3 lines
+Changed paths:
+ M /trunk/src/mul.c
+
+[src/mul.c] fixed bug in mpfr_mul() when sizeof(mp_limb_t) < sizeof(mpfr_exp_t)
+ (same issue as in r13338)
+
+------------------------------------------------------------------------
+r13338 | vlefevre | 2018-12-12 13:00:23 +0000 (Wed, 12 Dec 2018) | 5 lines
+Changed paths:
+ M /trunk/src/mul.c
+
+[src/mul.c] For MPFR_WANT_ASSERT >= 2: minor changes in the code;
+corrected a comment (even with mp_limb_t >= mpfr_exp_t, there was an
+issue: the expression b1 - 1 + cc was computed in unsigned arithmetic,
+then converted to mpfr_exp_t, with an implementation-defined result
+when -1 was expected, i.e. with b1 = cc = 0).
+------------------------------------------------------------------------
+r13337 | vlefevre | 2018-12-12 12:30:25 +0000 (Wed, 12 Dec 2018) | 1 line
+Changed paths:
+ M /trunk/src/mul.c
+
+[src/mul.c] Corrected a typo in a comment.
+------------------------------------------------------------------------
+r13336 | vlefevre | 2018-12-12 12:24:03 +0000 (Wed, 12 Dec 2018) | 1 line
+Changed paths:
+ M /trunk/src/mul.c
+
+[src/mul.c] Fixed error message with MPFR_WANT_ASSERT >= 2.
+------------------------------------------------------------------------
+r13335 | vlefevre | 2018-12-11 17:51:23 +0000 (Tue, 11 Dec 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-gmp.h
+
+[src/mpfr-gmp.h] For count_leading_zeros (MPFR_LONG_WITHIN_LIMB
+not defined), no longer assume GMP_NUMB_BITS <= 32.
+------------------------------------------------------------------------
+r13334 | vlefevre | 2018-12-11 17:33:53 +0000 (Tue, 11 Dec 2018) | 3 lines
+Changed paths:
+ M /trunk/src/mpfr-gmp.h
+
+[src/mpfr-gmp.h] Fixed count_leading_zeros (avoid undefined behavior
+on shift counts, which must be nonnegative and smaller than the width
+of the type of the shifted value).
+------------------------------------------------------------------------
+r13333 | zimmerma | 2018-12-11 17:01:47 +0000 (Tue, 11 Dec 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mul.c
+
+[src/mul.c] fixed reference routine mpfr_mul3() when sizeof(limb) < sizeof(exp)
+
+------------------------------------------------------------------------
+r13332 | zimmerma | 2018-12-11 15:39:46 +0000 (Tue, 11 Dec 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-gmp.h
+
+[src/mpfr-gmp.h] fixed count_leading_zeros for mini-gmp with 32-bit limb
+
+------------------------------------------------------------------------
+r13331 | zimmerma | 2018-12-10 14:08:16 +0000 (Mon, 10 Dec 2018) | 2 lines
+Changed paths:
+ M /trunk/doc/mini-gmp
+
+[doc/mini-gmp] added remark about random functions
+
+------------------------------------------------------------------------
+r13329 | zimmerma | 2018-12-10 08:49:56 +0000 (Mon, 10 Dec 2018) | 3 lines
+Changed paths:
+ M /trunk/tests/tdiv.c
+
+[tests/tdiv.c] fixed test_20151023 (was giving an error with micro-gmp-8
+and GMP_CHECK_RANDOMIZE=1544431052619574)
+
+------------------------------------------------------------------------
+r13328 | vlefevre | 2018-12-10 00:44:18 +0000 (Mon, 10 Dec 2018) | 1 line
+Changed paths:
+ M /trunk/tools/mpfrlint
+
+[tools/mpfrlint] Added a test for some avoidable use of gmp_printf.
+------------------------------------------------------------------------
+r13327 | vlefevre | 2018-12-07 17:58:36 +0000 (Fri, 07 Dec 2018) | 4 lines
+Changed paths:
+ M /trunk/tests/mpfr-test.h
+ M /trunk/tests/tcan_round.c
+ M /trunk/tests/tests.c
+
+[tests]
+ * mpfr-test.h, tests.c: added n_trace function to output a mpn.
+ * tcan_round.c: use n_trace instead of gmp_printf ("%NX\n",...),
+ which is not available with mini-gmp.
+------------------------------------------------------------------------
+r13326 | vlefevre | 2018-12-06 08:13:09 +0000 (Thu, 06 Dec 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tcan_round.c
+
+[tests/tcan_round.c] Corrected all the error messages for mini-gmp.
+------------------------------------------------------------------------
+r13325 | vlefevre | 2018-12-06 08:11:06 +0000 (Thu, 06 Dec 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tcan_round.c
+
+[tests/tcan_round.c] Corrected error message for mini-gmp.
+------------------------------------------------------------------------
+r13324 | vlefevre | 2018-12-05 20:01:26 +0000 (Wed, 05 Dec 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tpow_z.c
+
+[tests/tpow_z.c] Another fix and minor improvements.
+------------------------------------------------------------------------
+r13323 | vlefevre | 2018-12-05 19:57:36 +0000 (Wed, 05 Dec 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tpow_z.c
+
+[tests/tpow_z.c] Fixed a test (midpoint case) that was failing
+with micro-gmp-8 and GMP_CHECK_RANDOMIZE=1544033327230569.
+------------------------------------------------------------------------
+r13322 | vlefevre | 2018-12-05 17:43:28 +0000 (Wed, 05 Dec 2018) | 3 lines
+Changed paths:
+ M /trunk/tests/tpow_z.c
+
+[tests/tpow_z.c] Fixed a test for MPFR_RNDF: do not check the ternary
+value (a failure was occurring with --with-mini-gmp=.../micro-gmp/8
+and GMP_CHECK_RANDOMIZE=1544025040809270).
+------------------------------------------------------------------------
+r13321 | vlefevre | 2018-12-05 17:41:33 +0000 (Wed, 05 Dec 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tpow_z.c
+
+[tests/tpow_z.c] Improved error message.
+------------------------------------------------------------------------
+r13320 | vlefevre | 2018-12-05 17:39:25 +0000 (Wed, 05 Dec 2018) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-mini-gmp.c
+
+[src/mpfr-mini-gmp.c] Added missing "void" in function prototype.
------------------------------------------------------------------------
-r13357 | vlefevre | 2018-12-31 11:11:10 +0000 (Mon, 31 Dec 2018) | 8 lines
+r13319 | vlefevre | 2018-12-05 11:42:02 +0000 (Wed, 05 Dec 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/src/set.c
- M /branches/4.0/tests
- M /branches/4.0/tests/tfmma.c
- M /branches/4.0/tests/tset.c
+ M /trunk/configure.ac
-[src/set.c] Fixed double-rounding bug in the internal function
- mpfr_set_1_2 (and simplified the generic algorithm, avoiding
- the non-portable inex | inex2).
-[tests/tset.c] Added corresponding tests.
-[tests/tfmma.c] Added tests as this bug was affecting mpfr_fmma
- (note: mpfr_set_1_2 is also called in mpfr_fma, but the buggy
- code could not be executed in this case).
-(merged changesets r13346-13347,13353-13356 from the trunk)
+[configure.ac] When building against mini-gmp, check the availability of
+lrand48, in particular because it is not part of the ISO C standard.
------------------------------------------------------------------------
-r13330 | vlefevre | 2018-12-10 09:24:24 +0000 (Mon, 10 Dec 2018) | 2 lines
+r13318 | zimmerma | 2018-12-05 09:26:09 +0000 (Wed, 05 Dec 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests
- M /branches/4.0/tests/tdiv.c
+ M /trunk/src/mpfr-mini-gmp.c
+
+[src/mpfr-mini-gmp.c] put back unconditional assert from r13316 (removed by error)
-[tests/tdiv.c] fixed test_20151023 (random number must not be 0).
-(merged changeset r13329 from the trunk)
------------------------------------------------------------------------
-r13310 | vlefevre | 2018-11-29 07:48:54 +0000 (Thu, 29 Nov 2018) | 5 lines
+r13317 | zimmerma | 2018-12-05 09:23:00 +0000 (Wed, 05 Dec 2018) | 3 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests
- M /branches/4.0/tests/Makefile.am
- M /branches/4.0/tests/tversion.c
+ M /trunk/src/mpfr-mini-gmp.c
+
+[src/mpfr-mini-gmp.c] improved random_limb (the low bits of lrand48 are bad)
+ and fixed gmp_urandomm_ui
+
+------------------------------------------------------------------------
+r13316 | vlefevre | 2018-12-05 08:29:54 +0000 (Wed, 05 Dec 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-mini-gmp.c
+
+[src/mpfr-mini-gmp.c] gmp_urandomm_ui: added a MPFR_ASSERTN
+unconditionally, as n == 0 is always forbidden.
+------------------------------------------------------------------------
+r13315 | zimmerma | 2018-12-05 08:03:17 +0000 (Wed, 05 Dec 2018) | 4 lines
+Changed paths:
+ M /trunk/src/mpfr-mini-gmp.c
+
+[src/mpfr-mini-gmp.c] the static assert introduced in r13313 makes the
+ compilation fail for 8-bit limbs, while the code
+ was valid for n <= 256 in that case
+
+------------------------------------------------------------------------
+r13314 | vlefevre | 2018-12-04 18:05:26 +0000 (Tue, 04 Dec 2018) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-mini-gmp.c
+
+[src/mpfr-mini-gmp.c] Fixed types.
+------------------------------------------------------------------------
+r13313 | vlefevre | 2018-12-04 17:58:34 +0000 (Tue, 04 Dec 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-mini-gmp.c
+
+[src/mpfr-mini-gmp.c] Added a static assertion to make sure that
+the MPFR_ASSERTD added in r13312 is valid.
+------------------------------------------------------------------------
+r13312 | zimmerma | 2018-12-04 17:00:35 +0000 (Tue, 04 Dec 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-mini-gmp.c
+
+[src/mpfr-mini-gmp.c] gmp_urandomm_ui did not generate uniform values
+
+------------------------------------------------------------------------
+r13311 | vlefevre | 2018-12-03 16:30:10 +0000 (Mon, 03 Dec 2018) | 1 line
+Changed paths:
+ M /trunk/src/set_d.c
+
+[src/set_d.c] Improved comment.
+------------------------------------------------------------------------
+r13309 | vlefevre | 2018-11-29 01:26:10 +0000 (Thu, 29 Nov 2018) | 1 line
+Changed paths:
+ M /trunk/tests/Makefile.am
+
+[tests/Makefile.am] About r13308, added references to the bugs.
+------------------------------------------------------------------------
+r13308 | vlefevre | 2018-11-29 01:24:39 +0000 (Thu, 29 Nov 2018) | 3 lines
+Changed paths:
+ M /trunk/tests/Makefile.am
[tests/Makefile.am] Unset DISPLAY as it is not needed and it can yield
error messages when running the tests with LOG_COMPILER=wine (for builds
with MinGW).
-[tests/tversion.c] Updated a comment about this issue.
-(merged changesets r13305,13307-13309 from the trunk)
------------------------------------------------------------------------
-r13301 | vlefevre | 2018-11-27 13:17:11 +0000 (Tue, 27 Nov 2018) | 2 lines
+r13307 | vlefevre | 2018-11-29 01:05:47 +0000 (Thu, 29 Nov 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tversion.c
+
+[tests/tversion.c] Updated a comment about an output issue with MinGW,
+with the test run under Wine (which is really the cause of the issue).
+------------------------------------------------------------------------
+r13306 | vlefevre | 2018-11-28 15:13:12 +0000 (Wed, 28 Nov 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tstrtofr.c
+
+[tests/tstrtofr.c] In case of failure of some particular test, output
+the probable cause of this failure (GCC bug 86554) with a workaround.
+------------------------------------------------------------------------
+r13305 | vlefevre | 2018-11-27 17:39:11 +0000 (Tue, 27 Nov 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tversion.c
+
+[tests/tversion.c] Updated a comment about a printf issue with MinGW.
+------------------------------------------------------------------------
+r13304 | vlefevre | 2018-11-27 16:51:17 +0000 (Tue, 27 Nov 2018) | 2 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] Added a FIXME about the error analysis (info that was
+part of the FIXME resolved in r13303 and inadvertently dropped).
+------------------------------------------------------------------------
+r13303 | vlefevre | 2018-11-27 15:15:13 +0000 (Tue, 27 Nov 2018) | 2 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] Resolved a FIXME; tstrtofr no longer fails due to
+bug20181127 with 8-bit limbs (micro-gmp/8).
+------------------------------------------------------------------------
+r13302 | vlefevre | 2018-11-27 15:05:17 +0000 (Tue, 27 Nov 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tstrtofr.c
+
+[tests/tstrtofr.c] Added bug20181127 (test found with random_tests),
+which fails with 8-bit limbs (micro-gmp/8).
+------------------------------------------------------------------------
+r13299 | vlefevre | 2018-11-27 11:47:39 +0000 (Tue, 27 Nov 2018) | 4 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+ M /trunk/tests/tstrtofr.c
+
+[src/mpfr-impl.h] Added a comment with a warning concerning the
+ meaning of MPFR_EXP_FSPEC.
+[tests/tstrtofr.c] Fixed a MPFR_EXP_FSPEC related bug in a test
+ for _MPFR_EXP_FORMAT <= 2, e.g. with -D_MPFR_PREC_FORMAT=2.
+------------------------------------------------------------------------
+r13298 | vlefevre | 2018-11-27 11:30:56 +0000 (Tue, 27 Nov 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests
- M /branches/4.0/tests/tdiv.c
+ M /trunk/tests/tdiv.c
-[tests/tdiv.c] Fixed test_20151023().
-(merged changesets r13149,13151,13298 from the trunk)
+[tests/tdiv.c] Fixed bad format string for an error message, detected
+with -D_MPFR_PREC_FORMAT=2 (using -Werror...).
------------------------------------------------------------------------
-r13297 | vlefevre | 2018-11-26 13:24:37 +0000 (Mon, 26 Nov 2018) | 2 lines
+r13296 | vlefevre | 2018-11-26 13:15:45 +0000 (Mon, 26 Nov 2018) | 2 lines
Changed paths:
- M /branches/4.0/tests
- M /branches/4.0/tests/tset_str.c
+ M /trunk/tests/tget_str.c
+ M /trunk/tests/tset_str.c
-[tests/tset_str.c] Added bug20180908() test.
-(merged changesets r13164,13296 from the trunk, for the tests directory)
+[tests] Moved bug20180908() from tget_str.c to tset_str.c since it tests
+mpfr_set_str() only. This test was introduced in r13164.
------------------------------------------------------------------------
-r13294 | vlefevre | 2018-11-23 10:34:21 +0000 (Fri, 23 Nov 2018) | 1 line
+r13295 | vlefevre | 2018-11-23 10:43:13 +0000 (Fri, 23 Nov 2018) | 1 line
Changed paths:
- M /branches/4.0/doc/mpfr.texi
+ M /trunk/TODO
+
+[TODO] + More UBF functions.
+------------------------------------------------------------------------
+r13293 | vlefevre | 2018-11-23 10:33:33 +0000 (Fri, 23 Nov 2018) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
[doc/mpfr.texi] Updated the month.
------------------------------------------------------------------------
-r13284 | vlefevre | 2018-11-22 15:36:13 +0000 (Thu, 22 Nov 2018) | 4 lines
+r13292 | vlefevre | 2018-11-23 09:32:39 +0000 (Fri, 23 Nov 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/NEWS
- M /branches/4.0/doc/mpfr.texi
- M /branches/4.0/src/get_str.c
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] Changed some unsigned long to unsigned int.
+------------------------------------------------------------------------
+r13291 | vlefevre | 2018-11-23 09:22:30 +0000 (Fri, 23 Nov 2018) | 2 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] Some cleanup in parsed_string_to_mpfr. Avoid a potential
+integer overflow in very high precision if mp_size_t < mpfr_prec_t.
+------------------------------------------------------------------------
+r13290 | vlefevre | 2018-11-22 22:20:51 +0000 (Thu, 22 Nov 2018) | 2 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] Updated FIXME, due to new tests added to
+tests/tstrtofr.c in r13278-13279,13286-13288.
+------------------------------------------------------------------------
+r13289 | vlefevre | 2018-11-22 21:58:40 +0000 (Thu, 22 Nov 2018) | 2 lines
+Changed paths:
+ M /trunk/src/nbits_ulong.c
+
+[src/nbits_ulong.c] Added missing initialization from r13269
+when MPFR_LONG_WITHIN_LIMB is not defined.
+------------------------------------------------------------------------
+r13288 | vlefevre | 2018-11-22 21:52:00 +0000 (Thu, 22 Nov 2018) | 5 lines
+Changed paths:
+ M /trunk/tests/tstrtofr.c
+
+[tests/tstrtofr.c] Resolved the FIXME and fixed the issue related to
+the old mpfr_get_str description (see r13283).
+Note: with the later fix r13289, a test still fails with 8-bit limbs
+(incorrect exponent, possibly corresponding to the FIXME just before
+"exp = GMP_NUMB_BITS - count;" in src/strtofr.c).
+------------------------------------------------------------------------
+r13287 | vlefevre | 2018-11-22 16:29:01 +0000 (Thu, 22 Nov 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tstrtofr.c
+
+[tests/tstrtofr.c] Added comments, including a FIXME.
+------------------------------------------------------------------------
+r13286 | vlefevre | 2018-11-22 16:14:59 +0000 (Thu, 22 Nov 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tstrtofr.c
+
+[tests/tstrtofr.c] Resolved the FIXME for the random tests, and
+increased the number of tests to trigger a failure.
+------------------------------------------------------------------------
+r13283 | vlefevre | 2018-11-22 15:29:37 +0000 (Thu, 22 Nov 2018) | 3 lines
+Changed paths:
+ M /trunk/NEWS
+ M /trunk/doc/mpfr.texi
+ M /trunk/src/get_str.c
MPFR manual: corrected/completed the mpfr_get_str description in order
to follow the historical behavior and GMP's mpf_get_str function.
(Discussion in the Trier meeting.)
-(merged changeset r13283 from the trunk, with a correction in NEWS)
-------------------------------------------------------------------------
-r13277 | vlefevre | 2018-11-20 08:17:39 +0000 (Tue, 20 Nov 2018) | 1 line
-Changed paths:
- M /branches/4.0
- M /branches/4.0/src/amd/amdfam10/mparam.h
- M /branches/4.0/src/amd/k8/mparam.h
- M /branches/4.0/src/arm/mparam.h
- M /branches/4.0/src/generic/coverage/mparam.h
- M /branches/4.0/src/hppa/mparam.h
- M /branches/4.0/src/ia64/mparam.h
- M /branches/4.0/src/mips/mparam.h
- M /branches/4.0/src/powerpc64/mparam.h
- M /branches/4.0/src/sparc64/mparam.h
- M /branches/4.0/src/x86/core2/mparam.h
- M /branches/4.0/src/x86/mparam.h
- M /branches/4.0/src/x86_64/core2/mparam.h
- M /branches/4.0/src/x86_64/corei5/mparam.h
+------------------------------------------------------------------------
+r13282 | vlefevre | 2018-11-22 15:09:31 +0000 (Thu, 22 Nov 2018) | 1 line
+Changed paths:
+ M /trunk/src/get_str.c
+
+[src/get_str.c] Code style.
+------------------------------------------------------------------------
+r13281 | vlefevre | 2018-11-22 09:27:09 +0000 (Thu, 22 Nov 2018) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Update about issues with mixing signed/unsigned types.
+------------------------------------------------------------------------
+r13280 | vlefevre | 2018-11-22 09:01:58 +0000 (Thu, 22 Nov 2018) | 2 lines
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Added a note about the disallowed conversions between
+function pointers and other kinds of pointers (including to void *).
+------------------------------------------------------------------------
+r13279 | vlefevre | 2018-11-20 16:51:12 +0000 (Tue, 20 Nov 2018) | 4 lines
+Changed paths:
+ M /trunk/tests/tstrtofr.c
+
+[tests/tstrtofr.c] Added a FIXME, which explains the current failure.
+But there is currently an inconsistency in mpfr_get_str, whose digits
+are not specified:
+ https://sympa.inria.fr/sympa/arc/mpfr/2018-11/msg00021.html
+------------------------------------------------------------------------
+r13278 | vlefevre | 2018-11-20 16:17:15 +0000 (Tue, 20 Nov 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tstrtofr.c
+
+[tests/tstrtofr.c] Added random tests, which currently fail.
+------------------------------------------------------------------------
+r13276 | vlefevre | 2018-11-19 15:23:59 +0000 (Mon, 19 Nov 2018) | 3 lines
+Changed paths:
+ M /trunk/src/round_prec.c
+
+[src/round_prec.c] mpfr_can_round_raw: improved the code structure about
+rnd1 and rnd2, making clear that they are not changed several times;
+avoid the use of cc with 2 different meanings in the same code path.
+------------------------------------------------------------------------
+r13275 | zimmerma | 2018-11-17 09:47:41 +0000 (Sat, 17 Nov 2018) | 3 lines
+Changed paths:
+ M /trunk/src/round_prec.c
+
+[src/round_prec.c] fixed bug in mpfr_can_round when rnd2=RNDF, rnd1 is a
+ directed rounding, and the input is exact
+
+------------------------------------------------------------------------
+r13274 | vlefevre | 2018-11-16 15:06:27 +0000 (Fri, 16 Nov 2018) | 5 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] parsed_string_to_mpfr: updated a FIXME comment.
+In short, the current tstrtofr.c tests seem to always be hard-to-round
+cases. The consequence is that some parts of the code are run, but not
+completely tested, because for these cases, some intermediate results,
+potentially incorrect, are thrown out due to the next Ziv iteration!
+------------------------------------------------------------------------
+r13273 | vlefevre | 2018-11-16 14:48:33 +0000 (Fri, 16 Nov 2018) | 1 line
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] parsed_string_to_mpfr: minor changes.
+------------------------------------------------------------------------
+r13272 | vlefevre | 2018-11-16 14:31:59 +0000 (Fri, 16 Nov 2018) | 1 line
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] parsed_string_to_mpfr: added log messages.
+------------------------------------------------------------------------
+r13271 | vlefevre | 2018-11-16 13:23:29 +0000 (Fri, 16 Nov 2018) | 1 line
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] Minor change to use MPFR_ASSERTD.
+------------------------------------------------------------------------
+r13270 | vlefevre | 2018-11-16 13:15:57 +0000 (Fri, 16 Nov 2018) | 2 lines
+Changed paths:
+ M /trunk/src/int_ceil_log2.c
+ M /trunk/src/mpfr-impl.h
+
+[src/{int_ceil_log2.c,mpfr-impl.h}] Consistent postcondition for
+MPFR_INT_CEIL_LOG2 and __gmpfr_int_ceil_log2 (result >= 0).
+------------------------------------------------------------------------
+r13269 | vlefevre | 2018-11-16 13:13:52 +0000 (Fri, 16 Nov 2018) | 1 line
+Changed paths:
+ M /trunk/src/nbits_ulong.c
+
+[src/nbits_ulong.c] Code refactoring. Added {pre,post}condition.
+------------------------------------------------------------------------
+r13268 | vlefevre | 2018-11-16 12:50:13 +0000 (Fri, 16 Nov 2018) | 1 line
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] parsed_string_to_mpfr: removed an incorrect cast.
+------------------------------------------------------------------------
+r13267 | vlefevre | 2018-11-16 12:17:36 +0000 (Fri, 16 Nov 2018) | 2 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] parsed_string_to_mpfr: updated a FIXME comment (again,
+another issue).
+------------------------------------------------------------------------
+r13266 | vlefevre | 2018-11-16 12:09:24 +0000 (Fri, 16 Nov 2018) | 2 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] parsed_string_to_mpfr: updated a FIXME comment (there
+is another issue to solve first).
+------------------------------------------------------------------------
+r13265 | vlefevre | 2018-11-16 11:48:20 +0000 (Fri, 16 Nov 2018) | 1 line
+Changed paths:
+ M /trunk/src/amd/mparam.h
+ M /trunk/src/arm/mparam.h
+ M /trunk/src/generic/coverage/mparam.h
+ M /trunk/src/mips/mparam.h
+ M /trunk/src/powerpc64/mparam.h
+ M /trunk/src/sparc64/mparam.h
+ M /trunk/src/x86/mparam.h
+ M /trunk/src/x86_64/core2/mparam.h
+ M /trunk/src/x86_64/mparam.h
Removed trailing whitespace.
------------------------------------------------------------------------
-r13252 | vlefevre | 2018-10-18 17:57:10 +0000 (Thu, 18 Oct 2018) | 3 lines
+r13264 | vlefevre | 2018-11-16 10:26:36 +0000 (Fri, 16 Nov 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/src/mpfr-longlong.h
+ M /trunk/src/strtofr.c
-[src/mpfr-longlong.h] Fix obsolete ARC asm constraints; see patch posted
-on <https://sympa.inria.fr/sympa/arc/mpfr/2018-10/msg00010.html>.
-(merged changeset r13251 from the trunk)
+[src/strtofr.c] parsed_string_to_mpfr: updated a comment (useless code
+in this function or incomplete tests).
------------------------------------------------------------------------
-r13245 | vlefevre | 2018-10-08 12:50:55 +0000 (Mon, 08 Oct 2018) | 2 lines
+r13263 | vlefevre | 2018-11-16 10:10:30 +0000 (Fri, 16 Nov 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/codespell.ignore
+ M /trunk/src/mpfr-impl.h
+ M /trunk/src/rndna.c
+
+Avoid GCC's -Wcast-align warnings with 8-bit limbs (a correct alignment
+is ensured by the code itself, and GCC cannot check just from a cast).
+------------------------------------------------------------------------
+r13262 | vlefevre | 2018-11-16 08:24:25 +0000 (Fri, 16 Nov 2018) | 1 line
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] parsed_string_to_mpfr: updated comments.
+------------------------------------------------------------------------
+r13261 | vlefevre | 2018-11-15 17:17:13 +0000 (Thu, 15 Nov 2018) | 2 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] parsed_string_to_mpfr: more code review, with minor
+changes and corrections + a FIXME.
+------------------------------------------------------------------------
+r13260 | vlefevre | 2018-11-15 11:35:55 +0000 (Thu, 15 Nov 2018) | 1 line
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] Typo.
+------------------------------------------------------------------------
+r13259 | vlefevre | 2018-11-15 10:22:47 +0000 (Thu, 15 Nov 2018) | 1 line
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] Fixed an allocation bug for GMP_NUMB_BITS = 8.
+------------------------------------------------------------------------
+r13258 | vlefevre | 2018-11-15 10:13:22 +0000 (Thu, 15 Nov 2018) | 2 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] Updated a comment: the issue with mpn_set_str found
+in 2013-12 (see r8722) was actually an error in the GMP manual.
+------------------------------------------------------------------------
+r13257 | vlefevre | 2018-11-15 10:02:17 +0000 (Thu, 15 Nov 2018) | 1 line
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] parsed_string_to_mpfr: improved an assertion; comments.
+------------------------------------------------------------------------
+r13256 | zimmerma | 2018-11-15 09:43:43 +0000 (Thu, 15 Nov 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tcan_round.c
+
+[tests/tcan_round.c] fixed some TODOs, which exposes a bug
+
+------------------------------------------------------------------------
+r13255 | vlefevre | 2018-11-15 09:33:02 +0000 (Thu, 15 Nov 2018) | 2 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] Near the beginning of parsed_string_to_mpfr: corrected
+comments; added an assertion; minor change of a test.
+------------------------------------------------------------------------
+r13253 | zimmerma | 2018-11-10 08:25:31 +0000 (Sat, 10 Nov 2018) | 4 lines
+Changed paths:
+ M /trunk/src/mulders.c
+ M /trunk/tune/tuneup.c
+
+[src/mulders.c] fixed issue with --enable-gmp-internals
+[tune/tuneup.c] likewise
+(see https://sympa.inria.fr/sympa/arc/mpfr/2018-11/msg00015.html)
+
+------------------------------------------------------------------------
+r13251 | zimmerma | 2018-10-18 09:03:52 +0000 (Thu, 18 Oct 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-longlong.h
+
+[src/mpfr-longlong.h] applied patch from https://sympa.inria.fr/sympa/arc/mpfr/2018-10/msg00010.html
+
+------------------------------------------------------------------------
+r13244 | vlefevre | 2018-10-07 10:36:45 +0000 (Sun, 07 Oct 2018) | 1 line
+Changed paths:
+ M /trunk/codespell.ignore
[codespell.ignore] Also ignore "ue" (codespell 1.14).
-(merged changeset r13244 from the trunk)
------------------------------------------------------------------------
-r13187 | vlefevre | 2018-09-13 13:06:47 +0000 (Thu, 13 Sep 2018) | 2 lines
+r13237 | vlefevre | 2018-10-01 15:36:47 +0000 (Mon, 01 Oct 2018) | 6 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests
- M /branches/4.0/tests/tdiv_ui.c
+ M /trunk/configure.ac
+ M /trunk/src/Makefile.am
+
+[configure.ac,src/Makefile.am] About the --with-mini-gmp support, since
+there are some advantages with the new code, one will probably not go
+back. Thus removed the references to the Automake 1.15 bug and to the
+old code. Also removed the mini_gmp_path=. workaround needed with the
+old code (even with Automake 1.16), which had been added in r13217.
+Also slightly improved the setup for mini-gmp.
+------------------------------------------------------------------------
+r13236 | vlefevre | 2018-10-01 13:54:04 +0000 (Mon, 01 Oct 2018) | 1 line
+Changed paths:
+ M /trunk/doc/with-mini-gmp.patch
+
+[doc/with-mini-gmp.patch] Updated comment.
+------------------------------------------------------------------------
+r13235 | vlefevre | 2018-10-01 13:51:10 +0000 (Mon, 01 Oct 2018) | 8 lines
+Changed paths:
+ M /trunk/configure.ac
+ M /trunk/src/Makefile.am
+
+[configure.ac,src/Makefile.am] Avoid a "make" failure due to a bug in
+Automake 1.15 automatic dependency tracking: instead of using mini-gmp
+directly in an external directory with a $(mini_gmp_path) variable in
+src/Makefile.am, make the configure script add symbolic links to the
+mini-gmp sources in the build directory, and use these symbolic links
+for the MPFR build (as if they were plain files).
+Tested under various conditions: static and shared; separate source and
+build directories; changing the mini-gmp version without "make clean".
+------------------------------------------------------------------------
+r13233 | vlefevre | 2018-09-28 08:17:28 +0000 (Fri, 28 Sep 2018) | 6 lines
+Changed paths:
+ A /trunk/doc/with-mini-gmp.patch
+
+Added doc/with-mini-gmp.patch file (for the developers):
+Modifications to configure.ac and src/Makefile.am that had been done
+for --with-mini-gmp support. This is kept for the reference, as changes
+may be needed as a workaround to a bug fixed in GNU Automake 1.16, and
+other future changes might break things (to remember what was working
+at this time).
+------------------------------------------------------------------------
+r13230 | vlefevre | 2018-09-20 11:12:22 +0000 (Thu, 20 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/doc/mini-gmp
+
+[doc/mini-gmp] Update.
+------------------------------------------------------------------------
+r13229 | vlefevre | 2018-09-19 12:55:56 +0000 (Wed, 19 Sep 2018) | 3 lines
+Changed paths:
+ M /trunk/Makefile.am
+ M /trunk/configure.ac
+
+[Makefile.am] Distribute the doc/mini-gmp file.
+[configure.ac] For --with-mini-gmp, say:
+ "(experimental, please read doc/mini-gmp file)"
+------------------------------------------------------------------------
+r13228 | vlefevre | 2018-09-19 12:47:03 +0000 (Wed, 19 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/Makefile.am
+
+[src/Makefile.am] Added nodist_ for mini-gmp.{c,h} so that these files
+(not part of MPFR) are not put in the tarballs by "make dist".
+------------------------------------------------------------------------
+r13227 | vlefevre | 2018-09-19 12:17:20 +0000 (Wed, 19 Sep 2018) | 4 lines
+Changed paths:
+ M /trunk/NEWS
+ M /trunk/configure.ac
+ M /trunk/doc/mini-gmp
+
+Removed --enable-mini-gmp configure option.
+ * NEWS: say that it is replaced by --with-mini-gmp.
+ * configure.ac: --enable-mini-gmp removed.
+ * doc/mini-gmp: update.
+------------------------------------------------------------------------
+r13226 | vlefevre | 2018-09-19 11:50:17 +0000 (Wed, 19 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-mini-gmp.c
+
+[src/mpfr-mini-gmp.c] Missing #else (from r13156).
+------------------------------------------------------------------------
+r13225 | vlefevre | 2018-09-19 11:36:03 +0000 (Wed, 19 Sep 2018) | 5 lines
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] When using --with-mini-gmp, define GMP_NUMB_BITS if this
+macro is not already defined in mini-gmp.h (this is done a bit like
+with --enable-mini-gmp, but the handling in this option is buggy as
+GMP_NUMB_BITS is defined with AC_DEFINE_UNQUOTED unconditionally,
+though is most cases the contents of the macros are the same).
+------------------------------------------------------------------------
+r13224 | vlefevre | 2018-09-19 10:59:02 +0000 (Wed, 19 Sep 2018) | 3 lines
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] Do not split "Setup GMP detection". When building
+MPFR against mini-gmp, do not run any "Setup GMP detection" test
+(in particular, no longer check gmp.h, as it is useless).
+------------------------------------------------------------------------
+r13223 | vlefevre | 2018-09-19 10:44:08 +0000 (Wed, 19 Sep 2018) | 4 lines
+Changed paths:
+ M /trunk/src/mpfr-mini-gmp.h
+
+[src/mpfr-mini-gmp.h] Removed incorrect GMP_NUMB_BITS macro definition,
+and this macro needs to be usable in preprocessor tests, and sizeof and
+types are not available at this level. GMP_NUMB_BITS must be defined by
+mini-gmp.h, by the configure script, or by the user.
+------------------------------------------------------------------------
+r13222 | vlefevre | 2018-09-19 00:21:16 +0000 (Wed, 19 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/tools/mpfrlint
+
+[tools/mpfrlint] Update due to r13221.
+------------------------------------------------------------------------
+r13221 | vlefevre | 2018-09-18 13:59:54 +0000 (Tue, 18 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/Makefile.am
+
+[tests/Makefile.am] Run tversion at the beginning of the tests,
+then show its output and svnversion's output too.
+------------------------------------------------------------------------
+r13220 | vlefevre | 2018-09-18 08:10:40 +0000 (Tue, 18 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-mini-gmp.h
+
+[src/mpfr-mini-gmp.h] Added a FIXME (failure with a mini-gmp that
+does not define GMP_NUMB_BITS, such as the official one).
+------------------------------------------------------------------------
+r13219 | vlefevre | 2018-09-18 01:47:06 +0000 (Tue, 18 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/tests/random2.c
+
+[tests/random2.c] Avoid undefined behavior on shift count.
+------------------------------------------------------------------------
+r13218 | vlefevre | 2018-09-18 01:45:39 +0000 (Tue, 18 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Fixed MPFR_LIMB_MASK() macro.
+------------------------------------------------------------------------
+r13217 | vlefevre | 2018-09-18 01:17:52 +0000 (Tue, 18 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] Avoid a configure failure with automatic dependency
+tracking when --with-mini-gmp is not used (bug in Automake?).
+------------------------------------------------------------------------
+r13216 | vlefevre | 2018-09-18 00:00:24 +0000 (Tue, 18 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/NEWS
+
+[NEWS] + Mini-gmp support via the --with-mini-gmp configure option.
+------------------------------------------------------------------------
+r13214 | vlefevre | 2018-09-17 23:55:55 +0000 (Mon, 17 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk
+ M /trunk/configure.ac
+ M /trunk/doc/mini-gmp
+ M /trunk/src/Makefile.am
+ M /trunk/src/mpfr-impl.h
+ M /trunk/src/mpfr.h
+
+Merged the with-mini-gmp branch into the trunk: new --with-mini-gmp
+configure option to build MPFR against mini-gmp (instead of GMP).
+------------------------------------------------------------------------
+r13211 | vlefevre | 2018-09-17 15:01:51 +0000 (Mon, 17 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mul_ui.c
+
+[src/mul_ui.c] Better code organization (with the MPFR_RET at the right
+place). Corrected indentation after #else.
+------------------------------------------------------------------------
+r13210 | zimmerma | 2018-09-17 14:40:01 +0000 (Mon, 17 Sep 2018) | 3 lines
+Changed paths:
+ M /trunk/src/mpfr-mini-gmp.c
+ M /trunk/src/mul_ui.c
+
+[src/mpfr-mini-gmp.c] added #if 0 ... #endif for mpz_dump (unused)
+[src/mul_ui.c] fixed compiler warning for limb < long
+
+------------------------------------------------------------------------
+r13207 | vlefevre | 2018-09-17 10:08:51 +0000 (Mon, 17 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/tests/random2.c
+
+[tests/random2.c] Fix for 8-bit limb.
+------------------------------------------------------------------------
+r13205 | vlefevre | 2018-09-17 09:17:18 +0000 (Mon, 17 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tests.c
+
+[tests/tests.c] Define only one buffer in test_version().
+------------------------------------------------------------------------
+r13204 | vlefevre | 2018-09-17 09:14:21 +0000 (Mon, 17 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/tests/random2.c
+
+[tests/random2.c] Improved code by using MPFR_LIMB_* macros.
+------------------------------------------------------------------------
+r13203 | vlefevre | 2018-09-17 09:04:58 +0000 (Mon, 17 Sep 2018) | 3 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Improved MPFR_LIMB_* macros for mp_limb_t < int
+(e.g. 16-bit or 8-bit limb), as in such a case, integer promotion
+transforms mp_limb_t to int.
+------------------------------------------------------------------------
+r13202 | zimmerma | 2018-09-17 07:56:07 +0000 (Mon, 17 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tests.c
+
+[tests/tests.c] fixed compiler warning
+
+------------------------------------------------------------------------
+r13200 | vlefevre | 2018-09-14 21:46:06 +0000 (Fri, 14 Sep 2018) | 3 lines
+Changed paths:
+ M /trunk/src/get_si.c
+
+[src/get_si.c] Code refactoring/simplification like what has been
+done for get_ui.c in r13185, fixing also an integer overflow when
+MPFR_LONG_WITHIN_LIMB is not defined.
+------------------------------------------------------------------------
+r13199 | vlefevre | 2018-09-14 15:28:12 +0000 (Fri, 14 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/tests/random2.c
+
+[tests/random2.c] Fix for 16-bit limb.
+------------------------------------------------------------------------
+r13198 | vlefevre | 2018-09-14 15:19:38 +0000 (Fri, 14 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/src/add1.c
+
+[src/add1.c] Fix for 16-bit limb.
+------------------------------------------------------------------------
+r13197 | vlefevre | 2018-09-14 15:04:09 +0000 (Fri, 14 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-gmp.h
+
+[src/mpfr-gmp.h] Fixed bug in add_ssaaaa / sub_ddmmss from r13081.
+------------------------------------------------------------------------
+r13194 | vlefevre | 2018-09-14 13:03:24 +0000 (Fri, 14 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/src/Makefile.am
+
+[src/Makefile.am] Moved a comment in a better place.
+------------------------------------------------------------------------
+r13191 | vlefevre | 2018-09-14 11:19:31 +0000 (Fri, 14 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] Typo.
+------------------------------------------------------------------------
+r13189 | vlefevre | 2018-09-14 11:13:50 +0000 (Fri, 14 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] Updated comments about configure options for mini-gmp.
+------------------------------------------------------------------------
+r13188 | zimmerma | 2018-09-13 16:27:28 +0000 (Thu, 13 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tsin.c
+
+[tests/tsin.c] reduce REDUCE_EMAX with mini-gmp
+
+------------------------------------------------------------------------
+r13186 | vlefevre | 2018-09-13 13:03:53 +0000 (Thu, 13 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/src/get_ui.c
+
+[src/get_ui.c] Added assertions.
+------------------------------------------------------------------------
+r13185 | vlefevre | 2018-09-13 13:01:05 +0000 (Thu, 13 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/src/get_ui.c
+
+[src/get_ui.c] Code refactoring/simplification.
+------------------------------------------------------------------------
+r13184 | vlefevre | 2018-09-13 11:04:50 +0000 (Thu, 13 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/src/sin_cos.c
+
+[src/sin_cos.c] Added assertions protecting against buffer overflow.
+------------------------------------------------------------------------
+r13183 | zimmerma | 2018-09-13 08:46:01 +0000 (Thu, 13 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sin_cos.c
+
+[src/sin_cos.c] fix for small limb size
+
+------------------------------------------------------------------------
+r13182 | vlefevre | 2018-09-12 14:32:42 +0000 (Wed, 12 Sep 2018) | 3 lines
+Changed paths:
+ M /trunk/src/mpfr-mini-gmp.h
+
+[src/mpfr-mini-gmp.h] Fix: Since gmp_version is not defined in mini-gmp,
+we must not declare it (otherwise one would get a link failure instead
+of a compilation failure if gmp_version is used by mistake).
+------------------------------------------------------------------------
+r13181 | vlefevre | 2018-09-12 14:28:03 +0000 (Wed, 12 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tests.c
+
+[tests/tests.c] Improved change in r13179 for mini-gmp.
+------------------------------------------------------------------------
+r13180 | vlefevre | 2018-09-12 13:39:57 +0000 (Wed, 12 Sep 2018) | 3 lines
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] Do not check for CC and CFLAGS in gmp.h if mini-gmp is
+used, i.e. if --enable-mini-gmp (current option) or --with-mini-gmp
+(future option) is given.
+------------------------------------------------------------------------
+r13179 | zimmerma | 2018-09-12 13:32:33 +0000 (Wed, 12 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tests.c
+
+[tests/tests.c] libgmp is not defined with mini-gmp (issue found with -O0)
+
+------------------------------------------------------------------------
+r13178 | vlefevre | 2018-09-12 12:48:50 +0000 (Wed, 12 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-mini-gmp.h
+
+[src/mpfr-mini-gmp.h] Removed #include lines as mpfr-mini-gmp.h is
+included only in mpfr-impl.h, which already does these #include's.
+------------------------------------------------------------------------
+r13177 | vlefevre | 2018-09-12 12:21:53 +0000 (Wed, 12 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Check that MPFR_HAVE_GMP_IMPL and MPFR_USE_MINI_GMP
+are not both defined.
+------------------------------------------------------------------------
+r13176 | vlefevre | 2018-09-12 12:19:21 +0000 (Wed, 12 Sep 2018) | 3 lines
+Changed paths:
+ M /trunk/src/mpfr-mini-gmp.c
+
+[src/mpfr-mini-gmp.c] Removed #include "mpfr-mini-gmp.h" as this include
+is already done in mpfr-impl.h (in both cases, when MPFR_USE_MINI_GMP is
+defined).
+------------------------------------------------------------------------
+r13175 | vlefevre | 2018-09-12 12:11:04 +0000 (Wed, 12 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/rec_sqrt.c
+
+[src/rec_sqrt.c] Replaced "if (GMP_NUMB_BITS >= 16)" by a preprocessor
+test "#if GMP_NUMB_BITS >= 16" like earlier. Use static assertions.
+------------------------------------------------------------------------
+r13174 | vlefevre | 2018-09-12 10:43:22 +0000 (Wed, 12 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/src/rec_sqrt.c
+
+[src/rec_sqrt.c] Fixed types for 8-bit limb. Removed useless casts.
+------------------------------------------------------------------------
+r13173 | vlefevre | 2018-09-12 10:26:45 +0000 (Wed, 12 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/rec_sqrt.c
+
+[src/rec_sqrt.c] Fixed a type from r13172 (int was obviously too short
+and was yielding a segmentation fault).
+------------------------------------------------------------------------
+r13172 | zimmerma | 2018-09-11 20:59:57 +0000 (Tue, 11 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/rec_sqrt.c
+
+[src/rec_sqrt.c] fixed for 8-bit limb
+
+------------------------------------------------------------------------
+r13171 | zimmerma | 2018-09-11 12:01:25 +0000 (Tue, 11 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tcan_round.c
+
+[tests/tcan_round.c] fixed test for small value of GMP_NUMB_BITS
+
+------------------------------------------------------------------------
+r13170 | zimmerma | 2018-09-11 10:45:39 +0000 (Tue, 11 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] fixed r13168: in case exact=0, mpn_rshift was not done
+
+------------------------------------------------------------------------
+r13169 | zimmerma | 2018-09-11 09:37:07 +0000 (Tue, 11 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tsqrt.c
+
+[tests/tsqrt.c] modified test_sqrt1n() so that it passes with 8-bit limbs
+
+------------------------------------------------------------------------
+r13168 | vlefevre | 2018-09-11 09:00:21 +0000 (Tue, 11 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] Replaced "exact &=" by "exact = exact &&" as usual.
+------------------------------------------------------------------------
+r13167 | zimmerma | 2018-09-11 08:49:53 +0000 (Tue, 11 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] fix for 8-bit limb
+
+------------------------------------------------------------------------
+r13166 | zimmerma | 2018-09-11 07:39:16 +0000 (Tue, 11 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] added comment
+
+------------------------------------------------------------------------
+r13165 | vlefevre | 2018-09-10 23:50:38 +0000 (Mon, 10 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Updated the month.
+------------------------------------------------------------------------
+r13164 | zimmerma | 2018-09-10 19:17:57 +0000 (Mon, 10 Sep 2018) | 3 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+ M /trunk/tests/tget_str.c
+
+[src/strtofr.c] fix from r13163 was incorrect
+[tests/tget_str.c] added a testcase, and fixed an error message
+
+------------------------------------------------------------------------
+r13163 | zimmerma | 2018-09-08 17:00:40 +0000 (Sat, 08 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] resolved a FIXME
+
+------------------------------------------------------------------------
+r13162 | zimmerma | 2018-09-08 14:02:13 +0000 (Sat, 08 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tdiv_ui.c
[tests/tdiv_ui.c] fixed corner_cases() test
-(merged changeset r13162 from the trunk)
+
+------------------------------------------------------------------------
+r13161 | zimmerma | 2018-09-08 11:39:54 +0000 (Sat, 08 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/int_ceil_log2.c
+
+[src/int_ceil_log2.c] fixed __gmpfr_int_ceil_log2 for limb < long
+
+------------------------------------------------------------------------
+r13160 | zimmerma | 2018-09-07 20:26:15 +0000 (Fri, 07 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/random2.c
+
+[tests/random2.c] fixed mpfr_random2 for GMP_NUMB_BITS <> 64
+
+------------------------------------------------------------------------
+r13159 | zimmerma | 2018-09-07 19:16:34 +0000 (Fri, 07 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-mini-gmp.c
+
+[src/mpfr-mini-gmp.c] fixed another compiler warning
+
+------------------------------------------------------------------------
+r13158 | zimmerma | 2018-09-07 19:14:29 +0000 (Fri, 07 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/get_ui.c
+
+[src/get_ui.c] fixed compiler warning
+
+------------------------------------------------------------------------
+r13157 | zimmerma | 2018-09-07 17:12:46 +0000 (Fri, 07 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/rec_sqrt.c
+ M /trunk/src/set_d.c
+
+some fixes for 8-bit limb support
+
+------------------------------------------------------------------------
+r13156 | zimmerma | 2018-09-07 15:17:37 +0000 (Fri, 07 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/constant.c
+ M /trunk/src/get_d64.c
+ M /trunk/src/get_ld.c
+ M /trunk/src/get_str.c
+ M /trunk/src/mpfr-mini-gmp.c
+ M /trunk/src/mpfr-mini-gmp.h
+ M /trunk/src/rec_sqrt.c
+ M /trunk/src/set_d.c
+ M /trunk/src/set_d64.c
+ M /trunk/src/set_ld.c
+
+adapt to 8-bit limbs (work in progress)
+
+------------------------------------------------------------------------
+r13155 | zimmerma | 2018-09-07 11:59:57 +0000 (Fri, 07 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tl2b.c
+
+[tests/tl2b.c] extend to 8-bit limb
+
+------------------------------------------------------------------------
+r13154 | zimmerma | 2018-09-07 11:49:13 +0000 (Fri, 07 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-gmp.h
+
+[src/mpfr-gmp.h] fix for 8-bit limb
+
+------------------------------------------------------------------------
+r13153 | vlefevre | 2018-09-07 09:23:57 +0000 (Fri, 07 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Added @tie{} (normal non-breakable space) at various
+places to avoid unwanted line breaking.
+------------------------------------------------------------------------
+r13152 | vlefevre | 2018-09-07 08:45:54 +0000 (Fri, 07 Sep 2018) | 4 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] mpfr_rootn_ui, mpfr_root: changed k to n in order to
+match IEEE 754-2008. Also improved the description of mpfr_rootn_ui,
+mentioning the P754/D2.41 draft of the next IEEE 754 standard because
+IEEE 754-2008 is incomplete.
+------------------------------------------------------------------------
+r13151 | vlefevre | 2018-09-06 10:44:48 +0000 (Thu, 06 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tdiv.c
+
+[tests/tdiv.c] !mpfr_equal_p is better than mpfr_cmp.
+------------------------------------------------------------------------
+r13150 | zimmerma | 2018-09-06 07:56:44 +0000 (Thu, 06 Sep 2018) | 3 lines
+Changed paths:
+ M /trunk/src/rint.c
+
+[src/rint.c] fixed bug with 16-bit limb
+ (found by trint with GMP_CHECK_RANDOMIZE=1536206745598891)
+
+------------------------------------------------------------------------
+r13149 | zimmerma | 2018-09-06 07:33:45 +0000 (Thu, 06 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tdiv.c
+
+[tests/tdiv.c] fixed test_20151023()
+
+------------------------------------------------------------------------
+r13148 | vlefevre | 2018-09-06 07:15:25 +0000 (Thu, 06 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/src/get_d64.c
+ M /trunk/src/mpfr-impl.h
+ M /trunk/src/mpfr-mini-gmp.c
+ M /trunk/src/ui_div.c
+
+Removed trailing whitespace.
+------------------------------------------------------------------------
+r13147 | vlefevre | 2018-09-06 06:46:40 +0000 (Thu, 06 Sep 2018) | 3 lines
+Changed paths:
+ M /trunk/src/get_ld.c
+
+[src/get_ld.c] Removed incorrect and useless assertions (manl
+has exactly 32 bits, thus a shift count of 32 bits is invalid,
+but also useless).
+------------------------------------------------------------------------
+r13146 | zimmerma | 2018-09-05 16:17:58 +0000 (Wed, 05 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/get_ld.c
+
+[src/get_ld.c] fixed (hopefully definitively) for 16-bit limb
+
+------------------------------------------------------------------------
+r13145 | vlefevre | 2018-09-05 15:53:50 +0000 (Wed, 05 Sep 2018) | 4 lines
+Changed paths:
+ M /trunk/src/set_d64.c
+
+[src/set_d64.c] 2 fixes concerning rp[]:
+ * If GMP_NUMB_BITS >= 64, there is a shift of 32 bits, thus one
+ uses mp_limb_t (> 32 bits) instead of unsigned int.
+ * Otherwise use unsigned long as an unsigned int might be on 16 bits.
+------------------------------------------------------------------------
+r13144 | vlefevre | 2018-09-05 15:26:46 +0000 (Wed, 05 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Indentation.
+------------------------------------------------------------------------
+r13143 | vlefevre | 2018-09-05 15:23:00 +0000 (Wed, 05 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/src/Makefile.am
+ M /trunk/src/exp_2.c
+ A /trunk/src/nbits_ulong.c
+
+[src] Moved mpfr_nbits_ulong to its own file "nbits_ulong.c".
+------------------------------------------------------------------------
+r13142 | vlefevre | 2018-09-05 15:17:56 +0000 (Wed, 05 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/src/pow_si.c
+
+[src/pow_si.c] MPFR_NEED_LONGLONG_H is still needed.
+------------------------------------------------------------------------
+r13141 | vlefevre | 2018-09-05 14:56:48 +0000 (Wed, 05 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tget_set_d64.c
+
+[tests/tget_set_d64.c] Removed xxx suffix added in r13139 (by mistake?).
+------------------------------------------------------------------------
+r13140 | zimmerma | 2018-09-05 14:30:57 +0000 (Wed, 05 Sep 2018) | 4 lines
+Changed paths:
+ M /trunk/src/exp_2.c
+ M /trunk/src/mpfr-impl.h
+ M /trunk/src/pow_si.c
+
+[src/exp_2.c] export (internally) nbits_ulong (renamed to mpfr_nbits_ulong)
+[src/mpfr-impl.h] added prototype for mpfr_nbits_ulong
+[src/pow_si.c] fixed for 16-bit limb
+
+------------------------------------------------------------------------
+r13139 | zimmerma | 2018-09-05 13:18:11 +0000 (Wed, 05 Sep 2018) | 4 lines
+Changed paths:
+ M /trunk/src/get_d64.c
+ M /trunk/src/set_d64.c
+ M /trunk/tests/tget_set_d64.c
+
+[src/get_d64.c] fixed for 16-bit limb
+[src/set_d64.c] likewise
+[tests/tget_set_d64.c] improved error message
+
+------------------------------------------------------------------------
+r13137 | vlefevre | 2018-09-05 11:52:06 +0000 (Wed, 05 Sep 2018) | 3 lines
+Changed paths:
+ M /trunk/src/get_ld.c
+
+[src/get_ld.c] In the case GMP_NUMB_BITS == 16, cast to unsigned long
+instead of unsigned int since shift counts can be up to 16 and an int
+might be on 16 bits only.
+------------------------------------------------------------------------
+r13136 | zimmerma | 2018-09-05 10:36:30 +0000 (Wed, 05 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/get_ld.c
+
+[src/get_ld.c] when denorm=16, a 32-bit shift on an unsigned int is undefined
+
+------------------------------------------------------------------------
+r13135 | zimmerma | 2018-09-05 10:20:36 +0000 (Wed, 05 Sep 2018) | 3 lines
+Changed paths:
+ M /trunk/src/exp_2.c
+ M /trunk/tests/texp.c
+
+[src/exp_2.c] fix for 16-bit limb
+[tests/texp.c] improve error message
+
+------------------------------------------------------------------------
+r13134 | zimmerma | 2018-09-05 08:25:33 +0000 (Wed, 05 Sep 2018) | 3 lines
+Changed paths:
+ M /trunk/src/mpfr-mini-gmp.c
+ M /trunk/tests/terandom_chisq.c
+
+[src/mpfr-mini-gmp.c] fixed gmp_urandomb_ui for 16-bit limb, added mpz_dump
+[tests/terandom_chisq.c] more details in case of error
+
+------------------------------------------------------------------------
+r13133 | zimmerma | 2018-09-05 07:11:49 +0000 (Wed, 05 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/random_deviate.c
+
+[src/random_deviate.c] fixed typo
+
+------------------------------------------------------------------------
+r13132 | vlefevre | 2018-09-04 17:29:15 +0000 (Tue, 04 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tset_z_exp.c
+
+[tests/tset_z_exp.c] Avoid a GCC bug.
+------------------------------------------------------------------------
+r13131 | vlefevre | 2018-09-04 16:41:18 +0000 (Tue, 04 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tset_z_exp.c
+
+[tests/tset_z_exp.c] Attempt to fix randexp, but GCC complains.
+------------------------------------------------------------------------
+r13130 | vlefevre | 2018-09-04 16:06:38 +0000 (Tue, 04 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/src/mpn_exp.c
+
+[src/mpn_exp.c] Avoid useless "while" in nbits_mpfr_exp_t.
+------------------------------------------------------------------------
+r13129 | zimmerma | 2018-09-04 15:27:36 +0000 (Tue, 04 Sep 2018) | 3 lines
+Changed paths:
+ M /trunk/tests/tget_ld_2exp.c
+ M /trunk/tests/tset_ld.c
+
+[tests/tset_ld.c] give more digits in case of error
+[tests/tget_ld_2exp.c] added one test (currently fails for 16-bit limb)
+
+------------------------------------------------------------------------
+r13128 | zimmerma | 2018-09-04 15:20:19 +0000 (Tue, 04 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/set_ld.c
+
+[src/set_ld.c] partial fix for 16-bit limb (typo + nice bug!)
+
+------------------------------------------------------------------------
+r13127 | zimmerma | 2018-09-04 14:50:57 +0000 (Tue, 04 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tset_z_exp.c
+
+[tests/tset_z_exp.c] fixed infinite loop in test code for limb < mpfr_exp_t
+
+------------------------------------------------------------------------
+r13126 | zimmerma | 2018-09-04 14:33:27 +0000 (Tue, 04 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpn_exp.c
+
+[src/mpn_exp.c] adapt to bitsize(mpfr_exp_t) > GMP_NUMB_BITS
+
+------------------------------------------------------------------------
+r13125 | vlefevre | 2018-09-04 14:19:31 +0000 (Tue, 04 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/src/div.c
+
+[src/div.c] Code simplification.
------------------------------------------------------------------------
-r13010 | vlefevre | 2018-08-22 13:52:40 +0000 (Wed, 22 Aug 2018) | 3 lines
+r13124 | vlefevre | 2018-09-04 14:14:39 +0000 (Tue, 04 Sep 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests
- M /branches/4.0/tests/tversion.c
+ M /trunk/src/round_prec.c
+
+[src/round_prec.c] MPFR_LIMB is actually useless now...
+------------------------------------------------------------------------
+r13123 | vlefevre | 2018-09-04 14:11:39 +0000 (Tue, 04 Sep 2018) | 1 line
+Changed paths:
+ M /trunk/src/round_prec.c
+
+[src/round_prec.c] Code style and potential correction for 16-bit limb.
+------------------------------------------------------------------------
+r13122 | vlefevre | 2018-09-04 14:06:25 +0000 (Tue, 04 Sep 2018) | 3 lines
+Changed paths:
+ M /trunk/src/sqrt_ui.c
+
+[src/sqrt_ui.c] Moved MPFR_SAVE_EXPO_FREE after mpfr_sqrt because
+the uu argument may be out of range and there is no guarantee that
+mpfr_sqrt can handle that. Improved consistency; code refactoring.
+------------------------------------------------------------------------
+r13121 | zimmerma | 2018-09-04 13:33:35 +0000 (Tue, 04 Sep 2018) | 3 lines
+Changed paths:
+ M /trunk/src/round_prec.c
+ M /trunk/tests/tcan_round.c
+
+[src/round_prec.c] fixed for 16-bit limb
+[tests/tcan_round.c] improve error message
+
+------------------------------------------------------------------------
+r13120 | zimmerma | 2018-09-04 13:33:02 +0000 (Tue, 04 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sqrt_ui.c
+
+[src/sqrt_ui.c] fixed for 16-bit limb
+
+------------------------------------------------------------------------
+r13119 | vlefevre | 2018-09-04 10:44:33 +0000 (Tue, 04 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/get_si.c
+
+[src/get_si.c] Make sure that a left shift is done on an unsigned type
+(as a left shift on a 0 of signed type was not specified by C90).
+------------------------------------------------------------------------
+r13118 | zimmerma | 2018-09-04 09:21:29 +0000 (Tue, 04 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/div.c
+
+[src/div.c] fix for 16-bit limbs, and added comments
+
+------------------------------------------------------------------------
+r13117 | zimmerma | 2018-09-04 09:13:50 +0000 (Tue, 04 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/rint.c
+
+[src/rint.c] fix for 16-bit limb
+
+------------------------------------------------------------------------
+r13116 | zimmerma | 2018-09-04 09:12:07 +0000 (Tue, 04 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tdiv.c
+
+[tests/tdiv.c] more detailed error message
+
+------------------------------------------------------------------------
+r13115 | zimmerma | 2018-09-04 09:10:34 +0000 (Tue, 04 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/get_si.c
+
+[src/get_si.c] forgot cast when long > limb
+
+------------------------------------------------------------------------
+r13114 | zimmerma | 2018-09-04 09:10:11 +0000 (Tue, 04 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/get_ui.c
+
+[src/get_ui.c] forgot cast when long > limb
+
+------------------------------------------------------------------------
+r13113 | zimmerma | 2018-09-03 19:35:31 +0000 (Mon, 03 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/odd_p.c
+
+[src/odd_p.c] fix for 16-bit limb
+
+------------------------------------------------------------------------
+r13112 | zimmerma | 2018-09-03 19:19:20 +0000 (Mon, 03 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tbeta.c
+
+[tests/tbeta.c] exit at the first error
+
+------------------------------------------------------------------------
+r13111 | zimmerma | 2018-09-03 15:52:18 +0000 (Mon, 03 Sep 2018) | 3 lines
+Changed paths:
+ M /trunk/src/get_si.c
+ M /trunk/src/get_ui.c
+
+[src/get_si.c] adapt to 16-bit limbs
+[src/get_ui.c] likewise
+
+------------------------------------------------------------------------
+r13110 | zimmerma | 2018-09-03 14:05:11 +0000 (Mon, 03 Sep 2018) | 3 lines
+Changed paths:
+ M /trunk/src/cmp_si.c
+ M /trunk/src/cmp_ui.c
+
+[src/cmp_si.c] adapt for reduced exponent range for 16-bit limbs
+[src/cmp_ui.c] likewise
+
+------------------------------------------------------------------------
+r13109 | vlefevre | 2018-09-03 13:32:24 +0000 (Mon, 03 Sep 2018) | 3 lines
+Changed paths:
+ M /trunk/doc/README.dev
+ M /trunk/tests/mpfr-test.h
+
+[tests/mpfr-test.h] If MPFR_TESTS_ABORT is defined, replace exit(1) by
+ abort(), thus with a core dump.
+[doc/README.dev] Document MPFR_TESTS_ABORT.
+------------------------------------------------------------------------
+r13108 | zimmerma | 2018-09-03 13:17:45 +0000 (Mon, 03 Sep 2018) | 3 lines
+Changed paths:
+ M /trunk/src/mul_ui.c
+ M /trunk/tests/tgeneric.c
+
+[tests/tgeneric.c] revert 13107 (abort might lose some data in open files)
+[src/mul_ui.c] fixed for 16-bit limb and reduced exponent range
+
+------------------------------------------------------------------------
+r13107 | zimmerma | 2018-09-03 12:38:10 +0000 (Mon, 03 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tgeneric.c
+
+[tests/tgeneric.c] replace exit(1) by abort() to allow debugging with gdb
+
+------------------------------------------------------------------------
+r13106 | zimmerma | 2018-09-03 12:09:07 +0000 (Mon, 03 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/isinteger.c
+
+[src/isinteger.c] fix for 16-bit limb
+
+------------------------------------------------------------------------
+r13105 | zimmerma | 2018-09-03 08:35:17 +0000 (Mon, 03 Sep 2018) | 3 lines
+Changed paths:
+ M /trunk/src/cmp_si.c
+ M /trunk/src/cmp_ui.c
+
+[src/cmp_si.c] fixed error for 16-bit limb
+[src/cmp_ui.c] adapted to 16-bit limb
+
+------------------------------------------------------------------------
+r13104 | zimmerma | 2018-09-01 08:15:20 +0000 (Sat, 01 Sep 2018) | 2 lines
+Changed paths:
+ M /trunk/src/cmp_si.c
+
+[src/cmp_si.c] adapt for 16-bit limb
+
+------------------------------------------------------------------------
+r13103 | zimmerma | 2018-08-31 19:22:05 +0000 (Fri, 31 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mul_ui.c
+
+[src/mul_ui.c] adapt for 16-bit limb
+
+------------------------------------------------------------------------
+r13102 | vlefevre | 2018-08-31 15:43:48 +0000 (Fri, 31 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-mini-gmp.c
+
+[src/mpfr-mini-gmp.c] Fixed potential undefined behavior (when mp_limb_t
+is defined as an unsigned short) with MPFR_LIMB_LSHIFT.
+------------------------------------------------------------------------
+r13101 | vlefevre | 2018-08-31 15:40:23 +0000 (Fri, 31 Aug 2018) | 4 lines
+Changed paths:
+ M /trunk/src/add1.c
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Define MPFR_LIMB_LSHIFT(x,c) macro to do a left shift,
+making sure that the shifted argument is unsigned (needed due to the
+integer promotion rules when mp_limb_t is defined as an unsigned short).
+[src/add1.c] Fixed potential undefined behavior with MPFR_LIMB_LSHIFT.
+------------------------------------------------------------------------
+r13100 | vlefevre | 2018-08-31 15:12:20 +0000 (Fri, 31 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Corrected a comment and added a warning.
+------------------------------------------------------------------------
+r13099 | zimmerma | 2018-08-31 14:57:31 +0000 (Fri, 31 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] fix MPFR_INT_CEIL_LOG2 for 16-bit limb
+
+------------------------------------------------------------------------
+r13098 | zimmerma | 2018-08-31 14:47:05 +0000 (Fri, 31 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/set_si_2exp.c
+
+[src/set_si_2exp.c] support 16-bit limbs
+
+------------------------------------------------------------------------
+r13097 | vlefevre | 2018-08-31 14:35:07 +0000 (Fri, 31 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/src/set_ui_2exp.c
+
+[src/set_ui_2exp.c] Code formatting. Removed a FIXME (done in r13078).
+------------------------------------------------------------------------
+r13096 | zimmerma | 2018-08-31 14:32:09 +0000 (Fri, 31 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-gmp.h
+
+[src/mpfr-gmp.h] missing cast
+
+------------------------------------------------------------------------
+r13095 | zimmerma | 2018-08-31 14:13:52 +0000 (Fri, 31 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/mpfr-test.h
+ M /trunk/tests/tadd1sp.c
+ M /trunk/tests/tgeneric.c
+ M /trunk/tests/tmul.c
+
+removed TEST_FLAGS stuff
+
+------------------------------------------------------------------------
+r13094 | vlefevre | 2018-08-31 12:14:37 +0000 (Fri, 31 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] More correction about the MPFR_TESTS_TIMEOUT macro.
+------------------------------------------------------------------------
+r13093 | vlefevre | 2018-08-31 12:09:03 +0000 (Fri, 31 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Clarification about MPFR_TESTS_TIMEOUT.
+------------------------------------------------------------------------
+r13092 | vlefevre | 2018-08-31 11:57:08 +0000 (Fri, 31 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Reverted r13090: this was already mentioned at the
+right place (do not mix up macros and environment variables).
+------------------------------------------------------------------------
+r13091 | zimmerma | 2018-08-31 11:54:51 +0000 (Fri, 31 Aug 2018) | 4 lines
+Changed paths:
+ M /trunk/src/mpfr-gmp.h
+ M /trunk/src/mul.c
+ M /trunk/src/ui_div.c
+
+[src/mpfr-gmp.h] added missing udiv_qrnnd for 16-bit limb
+[src/mul.c] fixed for 16-bit limb
+[src/ui_div.c] likewise
+
+------------------------------------------------------------------------
+r13090 | zimmerma | 2018-08-31 11:37:01 +0000 (Fri, 31 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/doc/README.dev
+
+[README.dev] mention that MPFR_TESTS_TIMEOUT only works with --enable-tests-timeout
+
+------------------------------------------------------------------------
+r13089 | vlefevre | 2018-08-31 11:06:40 +0000 (Fri, 31 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Fix for MS Windows.
+------------------------------------------------------------------------
+r13088 | vlefevre | 2018-08-31 10:43:50 +0000 (Fri, 31 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Make sure that MPFR_LONG_WITHIN_LIMB is defined if
+__GMP_SHORT_LIMB is not defined, as required by the current code.
+------------------------------------------------------------------------
+r13087 | vlefevre | 2018-08-31 10:22:40 +0000 (Fri, 31 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-gmp.h
+
+[src/mpfr-gmp.h] Untabified.
+------------------------------------------------------------------------
+r13086 | zimmerma | 2018-08-31 09:48:01 +0000 (Fri, 31 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] fixed wrong #ifdef
+
+------------------------------------------------------------------------
+r13085 | zimmerma | 2018-08-31 09:39:36 +0000 (Fri, 31 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-mini-gmp.c
+
+[src/mpfr-mini-gmp.c] fix for 16-bit limb
+
+------------------------------------------------------------------------
+r13084 | zimmerma | 2018-08-31 09:29:16 +0000 (Fri, 31 Aug 2018) | 3 lines
+Changed paths:
+ M /trunk/src/add1.c
+ M /trunk/tests/tadd.c
+
+[src/add1.c] fix for 16-bit limb
+[tests/tadd.c] more output in case of error
+
+------------------------------------------------------------------------
+r13083 | zimmerma | 2018-08-31 08:11:01 +0000 (Fri, 31 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/add1.c
+
+[src/add1.c] fixed compiler warning
+
+------------------------------------------------------------------------
+r13082 | zimmerma | 2018-08-31 08:07:00 +0000 (Fri, 31 Aug 2018) | 4 lines
+Changed paths:
+ M /trunk/src/mpfr-gmp.h
+ M /trunk/src/mpfr-impl.h
+ M /trunk/src/sub1sp.c
+
+[src/mpfr-gmp.h] removed leftover debug statement
+[src/mpfr-impl.h] added MPFR_LIMB macro
+[src/sub1sp.c] fix for 16-bit limb
+
+------------------------------------------------------------------------
+r13081 | zimmerma | 2018-08-30 12:07:56 +0000 (Thu, 30 Aug 2018) | 3 lines
+Changed paths:
+ M /trunk/src/mpfr-gmp.h
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-gmp.h] more changes for 16-bit limb
+[src/mpfr-impl.h] mpfr-longlong.h should not be used for limb < long
+
+------------------------------------------------------------------------
+r13080 | zimmerma | 2018-08-30 10:56:29 +0000 (Thu, 30 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-gmp.h
+
+[mpfr-gmp.h] added comment
+
+------------------------------------------------------------------------
+r13079 | zimmerma | 2018-08-30 08:21:22 +0000 (Thu, 30 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-mini-gmp.c
+
+[mpfr-mini-gmp.c] fix for 16-bit limb
+
+------------------------------------------------------------------------
+r13078 | zimmerma | 2018-08-30 08:09:21 +0000 (Thu, 30 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/set_ui_2exp.c
+
+[src/set_ui_2exp.c] fix for 16-bit limb
+
+------------------------------------------------------------------------
+r13077 | zimmerma | 2018-08-29 15:41:21 +0000 (Wed, 29 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/round_p.c
+
+[src/round_p.c] gmp_fprintf is not defined in mini-gmp
+
+------------------------------------------------------------------------
+r13076 | zimmerma | 2018-08-29 15:28:35 +0000 (Wed, 29 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tadd.c
+
+[tests/tadd.c] fix for 16-bit limb
+
+------------------------------------------------------------------------
+r13075 | zimmerma | 2018-08-29 15:21:38 +0000 (Wed, 29 Aug 2018) | 6 lines
+Changed paths:
+ M /trunk/src/add1.c
+
+[src/add1.c] revert previous commit since it does not remove the warning:
+add1.c: In function ‘mpfr_add1’:
+add1.c:407:30: warning: ‘<<’ in boolean context, did you mean ‘<’ ? [-Wint-in-bool-context]
+ if (difs && (cprev << (GMP_NUMB_BITS - difs)))
+ ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
+
+------------------------------------------------------------------------
+r13074 | zimmerma | 2018-08-29 15:18:45 +0000 (Wed, 29 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/add1.c
+
+[src/add1.c] fixed compiler warning (with gcc 8.2.0)
+
+------------------------------------------------------------------------
+r13073 | vlefevre | 2018-08-29 10:30:11 +0000 (Wed, 29 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tdiv_ui.c
+
+[tests/tdiv_ui.c] Added a comment about a spurious failure
+with MPFR_RNDF if RND_LOOP_NO_RNDF were not used.
+------------------------------------------------------------------------
+r13072 | vlefevre | 2018-08-28 21:25:46 +0000 (Tue, 28 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tsinh.c
+
+[tests/tsinh.c] Fixed test introduced in r13047.
+------------------------------------------------------------------------
+r13071 | vlefevre | 2018-08-28 21:06:22 +0000 (Tue, 28 Aug 2018) | 4 lines
+Changed paths:
+ M /trunk/src/add_ui.c
+ M /trunk/src/sub_ui.c
+ M /trunk/src/ui_sub.c
+
+[src/{add_ui.c,sub_ui.c,ui_sub.c}] Fixed the bug introduced in r13066
+for the cases where MPFR_LONG_WITHIN_LIMB is defined (make sure that a
+significand allocated in the stack is not freed before the associated
+mpfr_t object).
+------------------------------------------------------------------------
+r13070 | vlefevre | 2018-08-28 20:41:10 +0000 (Tue, 28 Aug 2018) | 3 lines
+Changed paths:
+ M /trunk/src/div_ui.c
+
+[src/div_ui.c] Extend the exponent range in the case where
+MPFR_LONG_WITHIN_LIMB is not defined, resolving the FIXME.
+Note: a test was already there in tdiv_ui via the generic tests.
+------------------------------------------------------------------------
+r13069 | vlefevre | 2018-08-28 20:32:34 +0000 (Tue, 28 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tdiv_ui.c
+
+[tests/tdiv_ui.c] Disabled rnd=MPFR_RNDF in a loop as this now fails.
+------------------------------------------------------------------------
+r13068 | vlefevre | 2018-08-28 20:29:42 +0000 (Tue, 28 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tdiv_ui.c
+
+[tests/tdiv_ui.c] Corrected an error message.
+------------------------------------------------------------------------
+r13067 | vlefevre | 2018-08-28 20:26:21 +0000 (Tue, 28 Aug 2018) | 4 lines
+Changed paths:
+ M /trunk/src/div.c
+ M /trunk/src/div_ui.c
+
+[src/div.c] Avoid an infinite recursion when MPFR_LONG_WITHIN_LIMB
+is not defined (mpfr_div calls mpfr_div_ui, which calls mpfr_div).
+[src/div_ui.c] Made the preprocessor test on MPFR_LONG_WITHIN_LIMB
+consistent with the ones in the other .c files.
+------------------------------------------------------------------------
+r13066 | vlefevre | 2018-08-28 20:10:44 +0000 (Tue, 28 Aug 2018) | 3 lines
+Changed paths:
+ M /trunk/src/add_ui.c
+ M /trunk/src/sub_ui.c
+ M /trunk/src/ui_sub.c
+
+[src/{add_ui.c,sub_ui.c,ui_sub.c}] Fixed the cases where
+MPFR_LONG_WITHIN_LIMB is not defined (regression in the
+latest changes). Also avoid unused variables.
+------------------------------------------------------------------------
+r13065 | vlefevre | 2018-08-28 19:44:37 +0000 (Tue, 28 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tsubnormal.c
+
+Removed trailing whitespace.
+------------------------------------------------------------------------
+r13064 | vlefevre | 2018-08-28 18:25:05 +0000 (Tue, 28 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/src/ui_sub.c
+
+[src/ui_sub.c] Extend the exponent range early enough.
+------------------------------------------------------------------------
+r13063 | vlefevre | 2018-08-28 18:23:38 +0000 (Tue, 28 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/src/add_ui.c
+
+[src/add_ui.c] Extend the exponent range early enough.
+------------------------------------------------------------------------
+r13062 | vlefevre | 2018-08-28 17:39:32 +0000 (Tue, 28 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/src/sub_ui.c
+
+[src/sub_ui.c] Extend the exponent range early enough.
+------------------------------------------------------------------------
+r13061 | zimmerma | 2018-08-28 14:44:47 +0000 (Tue, 28 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/get_ld.c
+
+[src/get_ld.c] adapt to GMP_NUMB_BITS=16
+
+------------------------------------------------------------------------
+r13060 | vlefevre | 2018-08-28 14:41:23 +0000 (Tue, 28 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/src/div_ui.c
+
+[src/div_ui.c] Added a FIXME.
+------------------------------------------------------------------------
+r13059 | zimmerma | 2018-08-28 14:30:57 +0000 (Tue, 28 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/set_ld.c
+
+[src/set_ld.c] adapt to GMP_NUMB_BITS=16
+
+------------------------------------------------------------------------
+r13058 | zimmerma | 2018-08-28 14:23:10 +0000 (Tue, 28 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/set_d.c
+
+[src/set_d.c] adapt to GMP_NUMB_BITS=16 (not yet tested)
+
+------------------------------------------------------------------------
+r13057 | zimmerma | 2018-08-28 14:02:06 +0000 (Tue, 28 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/exp_2.c
+
+[src/exp_2.c] removed a static assertion (duplicate with MPFR_LONG_WITHIN_LIMB)
+
+------------------------------------------------------------------------
+r13056 | zimmerma | 2018-08-28 14:01:28 +0000 (Tue, 28 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/init2.c
+
+[src/init2.c] split a static assertion in two
+
+------------------------------------------------------------------------
+r13055 | zimmerma | 2018-08-28 14:01:02 +0000 (Tue, 28 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-gmp.h
+
+[src/mpfr-gmp.h] allow GMP_NUMB_BITS=16 (experimental, do not use!)
+
+------------------------------------------------------------------------
+r13054 | zimmerma | 2018-08-28 14:00:09 +0000 (Tue, 28 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/set_d.c
+
+[src/set_d.c] make it easier to extend to GMP_NUMB_BITS<32
+
+------------------------------------------------------------------------
+r13053 | zimmerma | 2018-08-28 13:48:47 +0000 (Tue, 28 Aug 2018) | 3 lines
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] read GMP_NUMB_BITS from mini-gmp.h when available
+ (otherwise assume mp_limb_t == unsigned long)
+
+------------------------------------------------------------------------
+r13052 | zimmerma | 2018-08-28 13:28:08 +0000 (Tue, 28 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/ui_sub.c
+
+[src/ui_sub.c] make code work for limb < long
+
+------------------------------------------------------------------------
+r13051 | zimmerma | 2018-08-28 13:26:28 +0000 (Tue, 28 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sub_ui.c
+
+[src/sub_ui.c] make code work for limb < long
+
+------------------------------------------------------------------------
+r13050 | zimmerma | 2018-08-28 13:24:07 +0000 (Tue, 28 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/div_ui.c
+
+[src/div_ui.c] make code work for limb < long
+
+------------------------------------------------------------------------
+r13049 | zimmerma | 2018-08-28 13:18:16 +0000 (Tue, 28 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/add_ui.c
+
+[src/add_ui.c] make code work for limb < long
+
+------------------------------------------------------------------------
+r13048 | zimmerma | 2018-08-28 13:01:48 +0000 (Tue, 28 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/doc/mini-gmp
+
+[mini-gmp] update
+
+------------------------------------------------------------------------
+r13047 | zimmerma | 2018-08-28 12:44:48 +0000 (Tue, 28 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tsinh.c
+
+[tests/tsinh.c] improve coverage
+
+------------------------------------------------------------------------
+r13046 | zimmerma | 2018-08-28 08:05:06 +0000 (Tue, 28 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tsubnormal.c
+
+[tests/tsubnormal.c] improve coverage
+
+------------------------------------------------------------------------
+r13045 | vlefevre | 2018-08-27 15:45:32 +0000 (Mon, 27 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] Added a FIXME about cp vs tp.
+------------------------------------------------------------------------
+r13044 | zimmerma | 2018-08-27 15:18:25 +0000 (Mon, 27 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tmul.c
+
+[tests/tmul.c] improve coverage
+
+------------------------------------------------------------------------
+r13043 | vlefevre | 2018-08-27 15:03:05 +0000 (Mon, 27 Aug 2018) | 5 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] Avoid bad usage of tp in the generic code:
+ * In the case d == 1, two branches were inconsistent: tp not defined
+ at the same level, with one shadowing the other one.
+ * In the case 2 <= d < p, tp was reused with a different meanings;
+ renamed the second one to cp, as this is MPFR_MANT(c).
+------------------------------------------------------------------------
+r13042 | vlefevre | 2018-08-27 14:41:32 +0000 (Mon, 27 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] Re-added/updated FIXME about the long backward goto's.
+------------------------------------------------------------------------
+r13041 | vlefevre | 2018-08-27 13:11:02 +0000 (Mon, 27 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/add1sp.c
+ M /trunk/src/mul.c
+
+[src/{add1sp.c,mul.c}] Updated the condition to use the formally
+extracted code and added a corresponding comment.
+------------------------------------------------------------------------
+r13040 | zimmerma | 2018-08-27 13:06:17 +0000 (Mon, 27 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/const_log2.c
+
+[src/const_log2.c] further improve coverage
+
+------------------------------------------------------------------------
+r13039 | vlefevre | 2018-08-27 12:51:11 +0000 (Mon, 27 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/cache.c
+
+[src/cache.c] Improved variable names (→ dprec for the precision of dest
+and cprec for the precision of the cache) and added/updated comments.
+------------------------------------------------------------------------
+r13038 | vlefevre | 2018-08-27 12:32:49 +0000 (Mon, 27 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/cache.c
+
+[src/cache.c] Reverted r13036 as what matters is the target precision,
+which can be very small.
+------------------------------------------------------------------------
+r13037 | zimmerma | 2018-08-27 12:23:42 +0000 (Mon, 27 Aug 2018) | 5 lines
+Changed paths:
+ M /trunk/src/add1sp.c
+ M /trunk/src/add1sp1_extracted.c
+ M /trunk/src/mul.c
+ M /trunk/src/mul_1_extracted.c
+
+[src/add1sp1_extracted.c] replaced extracted code by new for MPFR_PREC_BITS=64
+[src/mul_1_extracted.c] likewise
+[src/add1sp.c] changed condition to use the formally extracted code
+[src/mul.c] likewise (but code is still not yet activated here)
+
+------------------------------------------------------------------------
+r13036 | vlefevre | 2018-08-27 12:20:47 +0000 (Mon, 27 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/cache.c
+
+[src/cache.c] Comment: In practice, the "overflow handler" of
+MPFR_RNDRAW_GEN should never be called.
+------------------------------------------------------------------------
+r13035 | zimmerma | 2018-08-27 12:19:51 +0000 (Mon, 27 Aug 2018) | 3 lines
+Changed paths:
+ M /trunk/src/const_log2.c
+ M /trunk/tests/tconst_log2.c
+
+[src/const_log2.c] avoid hard-coded values
+[tests/tconst_log2.c] improve coverage
+
+------------------------------------------------------------------------
+r13034 | vlefevre | 2018-08-27 12:12:48 +0000 (Mon, 27 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/cache.c
+
+[src/cache.c] Replaced a test + mpfr_overflow by a MPFR_ASSERTD since
+the cached value (in extended exponent range) cannot overflow.
+------------------------------------------------------------------------
+r13033 | zimmerma | 2018-08-27 11:31:15 +0000 (Mon, 27 Aug 2018) | 3 lines
+Changed paths:
+ M /trunk/src/const_euler.c
+ M /trunk/tests/tconst_euler.c
+
+[src/const_euler.c] better choice of (initial) working precision
+[tests/tconst_euler.c] added coverage test
+
+------------------------------------------------------------------------
+r13032 | vlefevre | 2018-08-27 11:24:10 +0000 (Mon, 27 Aug 2018) | 6 lines
+Changed paths:
+ M /trunk/tests/tversion.c
+
+[tests/tversion.c] Update concerning the shared cache, to be consistent
+with the other mpfr_buildopt_*_p features:
+ * check that mpfr_buildopt_sharedcache_p() and MPFR_WANT_SHARED_CACHE
+ match;
+ * for the output of the value, test mpfr_buildopt_sharedcache_p()
+ instead of the macro.
+------------------------------------------------------------------------
+r13031 | zimmerma | 2018-08-27 11:11:42 +0000 (Mon, 27 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tconst_catalan.c
+
+[tests/tconst_catalan.c] improve coverage
+
+------------------------------------------------------------------------
+r13030 | zimmerma | 2018-08-27 09:38:52 +0000 (Mon, 27 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tbuildopt.c
+
+[tests/tbuildopt.c] added check of mpfr_buildopt_sharedcache_p()
+
+------------------------------------------------------------------------
+r13028 | vlefevre | 2018-08-27 08:57:23 +0000 (Mon, 27 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+Removed trailing whitespace.
+------------------------------------------------------------------------
+r13027 | zimmerma | 2018-08-27 08:45:41 +0000 (Mon, 27 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] fixed even rule for p=1
+
+------------------------------------------------------------------------
+r13026 | vlefevre | 2018-08-27 01:42:20 +0000 (Mon, 27 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Mention WG14/N2270 (proposed maybe_unused attribute),
+which could be useful to avoid MPFR_DBGRES.
+------------------------------------------------------------------------
+r13024 | zimmerma | 2018-08-24 15:44:10 +0000 (Fri, 24 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] finished simplifying the mpfr_sub1sp code
+
+------------------------------------------------------------------------
+r13023 | zimmerma | 2018-08-24 14:53:32 +0000 (Fri, 24 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] simplified the computation of sbb
+
+------------------------------------------------------------------------
+r13022 | zimmerma | 2018-08-24 14:45:06 +0000 (Fri, 24 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] full rewrite of mpfr_sub1sp (work in progress)
+
+------------------------------------------------------------------------
+r13020 | vlefevre | 2018-08-23 14:31:16 +0000 (Thu, 23 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tversion.c
+
+[tests/tversion.c] Output "Enable formally proven code" info.
+------------------------------------------------------------------------
+r13019 | vlefevre | 2018-08-23 14:26:09 +0000 (Thu, 23 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Describe MPFR_WANT_PROVEN_CODE.
+------------------------------------------------------------------------
+r13018 | vlefevre | 2018-08-23 14:24:23 +0000 (Thu, 23 Aug 2018) | 3 lines
+Changed paths:
+ M /trunk/configure.ac
+ M /trunk/src/add1sp.c
+ M /trunk/src/mul.c
+
+Renamed WANT_PROVEN_CODE to MPFR_WANT_PROVEN_CODE for consistency with
+the other WANT macros (and to avoid potential clashes with foreign .h
+files).
+------------------------------------------------------------------------
+r13017 | vlefevre | 2018-08-23 11:08:47 +0000 (Thu, 23 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/tools/mpfrlint
+
+[tools/mpfrlint] For some tests, ignore extracted files (proven code).
+------------------------------------------------------------------------
+r13016 | zimmerma | 2018-08-23 10:03:52 +0000 (Thu, 23 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/AUTHORS
+ M /trunk/doc/mpfr.texi
+ M /trunk/src/mul.c
+
+the mpfr_mul_1 extracted code is not proven yet
+
+------------------------------------------------------------------------
+r13015 | vlefevre | 2018-08-23 09:57:09 +0000 (Thu, 23 Aug 2018) | 6 lines
+Changed paths:
+ M /trunk/configure.ac
+ M /trunk/src/add1sp.c
+ M /trunk/src/mul.c
+
+For --enable-formally-proven-code, instead of requiring a check of the
+type sizes in configure, just enable the proven code only if the types
+have the sizes expected by this code.
+ * configure.ac: removed the FIXME.
+ * src/add1sp.c, src/mul.c: updated the #if test that enables the
+ proven code (add1sp1_extracted.c and mul_1_extracted.c).
+------------------------------------------------------------------------
+r13014 | vlefevre | 2018-08-23 09:23:21 +0000 (Thu, 23 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] Updated FIXME for --enable-formally-proven-code
+(many failures with -m32 due to assumptions on type sizes).
+------------------------------------------------------------------------
+r13013 | vlefevre | 2018-08-23 08:54:16 +0000 (Thu, 23 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] Added a FIXME for --enable-formally-proven-code.
+------------------------------------------------------------------------
+r13012 | vlefevre | 2018-08-23 08:39:47 +0000 (Thu, 23 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] Updated message for --enable-formally-proven-code.
+------------------------------------------------------------------------
+r13011 | zimmerma | 2018-08-23 07:31:06 +0000 (Thu, 23 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/AUTHORS
+ M /trunk/NEWS
+ M /trunk/configure.ac
+ M /trunk/doc/mpfr.texi
+ M /trunk/src/Makefile.am
+ M /trunk/src/add1sp.c
+ A /trunk/src/add1sp1_extracted.c
+ M /trunk/src/mul.c
+ A /trunk/src/mul_1_extracted.c
+
+added configure option --enable-formally-proven-code and corresponding code
+
+------------------------------------------------------------------------
+r13009 | vlefevre | 2018-08-22 12:52:28 +0000 (Wed, 22 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/doc/algorithms.tex
+
+[doc/algorithms.tex] Ulp calculus: swap Rule 4 and Rule 5.
+------------------------------------------------------------------------
+r13008 | vlefevre | 2018-08-22 12:49:45 +0000 (Wed, 22 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/doc/algorithms.tex
+
+[doc/algorithms.tex] Ulp calculus Rule 4: make the proof much simpler.
+------------------------------------------------------------------------
+r13007 | vlefevre | 2018-08-22 12:27:42 +0000 (Wed, 22 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/doc/algorithms.tex
+
+[doc/algorithms.tex] Error calculus: implicitly assume x ≠ 0 in ulp.
+------------------------------------------------------------------------
+r13006 | vlefevre | 2018-08-22 09:31:21 +0000 (Wed, 22 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] Updated a FIXME.
+------------------------------------------------------------------------
+r13005 | vlefevre | 2018-08-22 09:23:04 +0000 (Wed, 22 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] Removed a comment that brings nothing and is not
+really correct (this is not a "flag").
+------------------------------------------------------------------------
+r13004 | zimmerma | 2018-08-22 07:47:38 +0000 (Wed, 22 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/mpfr-test.h
+ M /trunk/tests/tadd1sp.c
+ M /trunk/tests/tgeneric.c
+ M /trunk/tests/tmul.c
+
+[tests/mpfr-test.h] added macro TEST_FLAGS (debug use only)
+
+------------------------------------------------------------------------
+r13003 | vlefevre | 2018-08-22 03:01:16 +0000 (Wed, 22 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tversion.c
[tests/tversion.c] Portability corrections related to the use of the
preprocessor / code robustness.
-(merged changeset r13003 from the trunk)
------------------------------------------------------------------------
-r12999 | vlefevre | 2018-08-21 13:18:23 +0000 (Tue, 21 Aug 2018) | 2 lines
+r13002 | zimmerma | 2018-08-21 15:36:29 +0000 (Tue, 21 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] revert mpfr_sub1sp to the version of revision 12241
+
+------------------------------------------------------------------------
+r13001 | zimmerma | 2018-08-21 14:39:43 +0000 (Tue, 21 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] fixed bug20180813
+
+------------------------------------------------------------------------
+r13000 | zimmerma | 2018-08-21 13:50:13 +0000 (Tue, 21 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tsub1sp.c
+
+[tests/tsub1sp.c] improved comment about bug20180813()
+
+------------------------------------------------------------------------
+r12998 | vlefevre | 2018-08-21 13:04:44 +0000 (Tue, 21 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Updated the month.
+------------------------------------------------------------------------
+r12997 | zimmerma | 2018-08-21 11:01:14 +0000 (Tue, 21 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tsub1sp.c
+
+[tests/tsub1sp.c] added a test for a bug in mpfr_sub1sp (to be fixed)
+
+------------------------------------------------------------------------
+r12996 | vlefevre | 2018-08-20 15:33:12 +0000 (Mon, 20 Aug 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests
- M /branches/4.0/tests/tsub1sp.c
+ M /trunk/doc/mpfr.texi
-[tests/tsub1sp.c] Added a test by merging r12997 from the trunk, and
-modified the comment to say that the bug is only in the trunk.
+[doc/mpfr.texi] Replaced "Section ``Rounding''" by "@ref{Rounding}".
------------------------------------------------------------------------
-r12994 | vlefevre | 2018-08-20 07:44:49 +0000 (Mon, 20 Aug 2018) | 3 lines
+r12995 | zimmerma | 2018-08-20 14:52:54 +0000 (Mon, 20 Aug 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/src/mpfr-impl.h
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] renamed Section "Rounding Modes" to "Rounding"
+
+------------------------------------------------------------------------
+r12991 | vlefevre | 2018-08-18 10:03:58 +0000 (Sat, 18 Aug 2018) | 5 lines
+Changed paths:
+ M /trunk/acinclude.m4
+ M /trunk/tests/memory.c
+
+Avoid a pointer-to-int-cast warning with GCC (e.g. under 32-bit Linux)
+by casting pointers to uintptr_t before the cast to mpfr_uintmax_t.
+ * acinclude.m4: use AC_TYPE_UINTPTR_T to define uintptr_t if
+ not available.
+ * tests/memory.c: added casts to uintptr_t.
+------------------------------------------------------------------------
+r12990 | vlefevre | 2018-08-16 14:37:13 +0000 (Thu, 16 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/src/invert_limb.h
+ M /trunk/src/invsqrt_limb.h
+
+Code robustness in macro definitions.
+------------------------------------------------------------------------
+r12989 | vlefevre | 2018-08-16 14:29:34 +0000 (Thu, 16 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sqr.c
+
+[src/sqr.c] Changed a variable name to avoid confusion with the function
+parameter of the same name, which has a different type.
+------------------------------------------------------------------------
+r12988 | vlefevre | 2018-08-16 14:16:36 +0000 (Thu, 16 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
[src/mpfr-impl.h] Added a cast to mp_bitcnt_t in order to fix potential
integer overflow in MPFR_MPZ_SIZEINBASE2.
-(merged changeset r12988 from the trunk)
------------------------------------------------------------------------
-r12993 | vlefevre | 2018-08-20 07:40:42 +0000 (Mon, 20 Aug 2018) | 4 lines
+r12987 | vlefevre | 2018-08-16 13:54:13 +0000 (Thu, 16 Aug 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests
- M /branches/4.0/tests/tcan_round.c
+ M /trunk/src/round_raw_generic.c
+
+[src/round_raw_generic.c] Type consistency.
+------------------------------------------------------------------------
+r12986 | vlefevre | 2018-08-16 13:52:02 +0000 (Thu, 16 Aug 2018) | 3 lines
+Changed paths:
+ M /trunk/src/bernoulli.c
+ M /trunk/src/jn.c
+ M /trunk/src/mpfr-impl.h
+
+Added MPFR_INC_PREC definition (similar to MPFR_ADD_PREC) and replaced
+some MPFR_ADD_PREC occurrences by MPFR_INC_PREC. In src/bernoulli.c,
+replaced += by MPFR_INC_PREC to detect overflow.
+------------------------------------------------------------------------
+r12985 | vlefevre | 2018-08-11 00:51:13 +0000 (Sat, 11 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+ M /trunk/tools/build-patch
+
+Replaced "TZ=UTC" by "TZ=UTC0" for portability.
+------------------------------------------------------------------------
+r12984 | vlefevre | 2018-08-06 13:01:51 +0000 (Mon, 06 Aug 2018) | 3 lines
+Changed paths:
+ M /trunk/src/round_raw_generic.c
+
+[src/round_raw_generic.c] Avoid a useless variable. This should
+also avoid warnings with Windows ICC, reported at:
+ https://sympa.inria.fr/sympa/arc/mpfr/2018-08/msg00002.html
+------------------------------------------------------------------------
+r12983 | vlefevre | 2018-08-06 12:35:06 +0000 (Mon, 06 Aug 2018) | 3 lines
+Changed paths:
+ M /trunk/tests/tcan_round.c
[tests/tcan_round.c] Added missing casts for printf (error messages).
Bug detected under MS Windows, where size_t > unsigned long. See:
https://sympa.inria.fr/sympa/arc/mpfr/2018-08/msg00002.html
-(merged changeset r12983 from the trunk)
------------------------------------------------------------------------
-r12992 | vlefevre | 2018-08-20 06:47:44 +0000 (Mon, 20 Aug 2018) | 22 lines
+r12982 | vlefevre | 2018-08-06 12:17:55 +0000 (Mon, 06 Aug 2018) | 4 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/src/mpfr-longlong.h
- M /branches/4.0/tools/mpfrlint
+ M /trunk/tests/tdiv_ui.c
+
+[tests/tdiv_ui.c] Improved the conditions for test_20170105().
+In particular, the new preprocessor test can avoid spurious warnings
+on large shifts (false positives) with MS Windows. See:
+ https://sympa.inria.fr/sympa/arc/mpfr/2018-08/msg00002.html
+------------------------------------------------------------------------
+r12981 | vlefevre | 2018-08-06 12:00:28 +0000 (Mon, 06 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] More details about intmax_t, mpfr_intmax_t, etc.
+------------------------------------------------------------------------
+r12980 | vlefevre | 2018-08-06 10:41:26 +0000 (Mon, 06 Aug 2018) | 4 lines
+Changed paths:
+ M /trunk/tests/memory.c
+
+[tests/memory.c] To print a size_t or a pointer in error messages,
+cast to mpfr_uintmax_t (largest integer type available) instead of
+unsigned long, which may be too short (e.g. under MS Windows).
+See: https://sympa.inria.fr/sympa/arc/mpfr/2018-08/msg00002.html
+------------------------------------------------------------------------
+r12979 | vlefevre | 2018-08-06 10:29:14 +0000 (Mon, 06 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-intmax.h
+
+[src/mpfr-intmax.h] Define MPFR_INTMAX_FSPEC macro: length modifier
+for printf corresponding to mpfr_intmax_t and mpfr_uintmax_t.
+------------------------------------------------------------------------
+r12978 | vlefevre | 2018-08-06 02:04:14 +0000 (Mon, 06 Aug 2018) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Updated/added links about coding standards and C.
+------------------------------------------------------------------------
+r12977 | vlefevre | 2018-08-05 21:26:21 +0000 (Sun, 05 Aug 2018) | 2 lines
+Changed paths:
+ M /trunk/tools/mpfrlint
+
+[tools/mpfrlint] Updated a comment: more details about __GMP_DECLSPEC,
+in particular those found in GMP's longlong.h file.
+------------------------------------------------------------------------
+r12976 | vlefevre | 2018-08-05 16:03:33 +0000 (Sun, 05 Aug 2018) | 19 lines
+Changed paths:
+ M /trunk/src/mpfr-longlong.h
-[tools/mpfrlint] Check that __GMP_DECLSPEC is not used by MPFR.
[src/mpfr-longlong.h] Replaced __GMP_DECLSPEC by __MPFR_DECLSPEC.
Otherwise, with Windows DLL, __GMP_DECLSPEC is replaced by
@@ -1483,86 +8108,195 @@ only without the GMP build).
See:
https://sympa.inria.fr/sympa/arc/mpfr/2018-08/msg00000.html
https://sympa.inria.fr/sympa/arc/mpfr/2018-08/msg00001.html
-
-(merged changesets r12975-12977 from the trunk)
------------------------------------------------------------------------
-r12969 | vlefevre | 2018-07-31 09:01:08 +0000 (Tue, 31 Jul 2018) | 3 lines
+r12975 | vlefevre | 2018-08-05 15:59:29 +0000 (Sun, 05 Aug 2018) | 1 line
Changed paths:
- M /branches/4.0/tests/tversion.c
+ M /trunk/tools/mpfrlint
-[tests/tversion.c] Updated comment about missing output from the
-first printf with i586-mingw32msvc-gcc -D__USE_MINGW_ANSI_STDIO
-and run under Wine (issue not reproducible).
+[tools/mpfrlint] Check that __GMP_DECLSPEC is not used by MPFR.
------------------------------------------------------------------------
-r12968 | vlefevre | 2018-07-30 16:31:52 +0000 (Mon, 30 Jul 2018) | 2 lines
+r12970 | vlefevre | 2018-07-31 10:58:39 +0000 (Tue, 31 Jul 2018) | 4 lines
Changed paths:
- M /branches/4.0/tests/tversion.c
+ M /trunk
+ M /trunk/tests/tversion.c
[tests/tversion.c] Try to detect missing output from the first printf
-with i586-mingw32msvc-gcc -D__USE_MINGW_ANSI_STDIO and run under Wine.
+that occurred once with i586-mingw32msvc-gcc -D__USE_MINGW_ANSI_STDIO
+and run under Wine.
+(merged changesets r12968-12969 from the 4.0 branch)
------------------------------------------------------------------------
-r12967 | vlefevre | 2018-07-30 13:43:03 +0000 (Mon, 30 Jul 2018) | 5 lines
+r12964 | vlefevre | 2018-07-27 16:24:08 +0000 (Fri, 27 Jul 2018) | 4 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/acinclude.m4
- M /branches/4.0/configure.ac
- M /branches/4.0/src/vasprintf.c
- M /branches/4.0/tests
- M /branches/4.0/tests/tsprintf.c
+ M /trunk/acinclude.m4
+ M /trunk/configure.ac
+ M /trunk/tests/tsprintf.c
[acinclude.m4,configure.ac] Check the support of the group flag for
native integers, which is a Single UNIX Specification extension.
+[tests/tsprintf.c] Test the group flag with the P length modifier only
+ when supported, since the implementation relies on this support.
+------------------------------------------------------------------------
+r12963 | vlefevre | 2018-07-27 14:41:02 +0000 (Fri, 27 Jul 2018) | 8 lines
+Changed paths:
+ M /trunk/src/vasprintf.c
+ M /trunk/tests/tsprintf.c
+
+[src/vasprintf.c] Fixed bug with the P length modifier (mpfr_prec_t):
+ a '0' flag was always added when calling gmp_asprintf. This bug
+ wasn't detected under Linux because the case for which it was
+ occurring (left space padding without a precision and without a
+ '0' flag) was not tested. With Wine, tsprintf was failing because
+ of a bug in the stdio library: the '0' flag added by mistake should
+ have been ignored in some test with a precision, but it wasn't.
+[tests/tsprintf.c] Added a test that made a failure occur under Linux.
+------------------------------------------------------------------------
+r12962 | vlefevre | 2018-07-27 12:46:39 +0000 (Fri, 27 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tsprintf.c
+
+[tests/tsprintf.c] Added 2 other tests with the P length modifier.
+------------------------------------------------------------------------
+r12961 | vlefevre | 2018-07-27 12:37:46 +0000 (Fri, 27 Jul 2018) | 2 lines
+Changed paths:
+ M /trunk/src/vasprintf.c
+ M /trunk/tests/tsprintf.c
+
[src/vasprintf.c] Fixed bug with the P length modifier (mpfr_prec_t).
-[tests/tsprintf.c] Added testcases.
-(merged changesets r12958-12959,12961-12964 from the trunk)
+[tests/tsprintf.c] Corrected/added tests with the P length modifier.
------------------------------------------------------------------------
-r12966 | vlefevre | 2018-07-30 13:34:14 +0000 (Mon, 30 Jul 2018) | 3 lines
+r12960 | vlefevre | 2018-07-26 11:33:54 +0000 (Thu, 26 Jul 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/src/vasprintf.c
+ M /trunk/src/vasprintf.c
-[src/vasprintf.c] Bug fix: in case of some errors (via "goto error;"),
-va_end wasn't called, yielding undefined behavior.
-(reverse-merged r12965; merged changesets r12955,12957 from the trunk)
+[src/vasprintf.c] Fixed various overflow and close-to-overflow issues.
+Those with the P length modifier (mpfr_prec_t) will be fixed later.
+------------------------------------------------------------------------
+r12959 | vlefevre | 2018-07-26 11:29:36 +0000 (Thu, 26 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tsprintf.c
+
+[tests/tsprintf.c] Another failure with the P length modifier.
+------------------------------------------------------------------------
+r12958 | vlefevre | 2018-07-26 11:06:35 +0000 (Thu, 26 Jul 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tsprintf.c
+
+[tests/tsprintf.c] Added tests with the P length modifier (mpfr_prec_t),
+yielding mode failures.
------------------------------------------------------------------------
-r12965 | vlefevre | 2018-07-30 09:32:15 +0000 (Mon, 30 Jul 2018) | 3 lines
+r12957 | vlefevre | 2018-07-26 10:12:47 +0000 (Thu, 26 Jul 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/src/vasprintf.c
+ M /trunk/src/vasprintf.c
[src/vasprintf.c] Fixed "store to null pointer" and free of bad pointer
in case of error.
-(merged part of changeset r12957 from the trunk)
------------------------------------------------------------------------
-r12950 | vlefevre | 2018-07-23 08:17:05 +0000 (Mon, 23 Jul 2018) | 8 lines
+r12956 | vlefevre | 2018-07-26 10:03:13 +0000 (Thu, 26 Jul 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/src/erf.c
- M /branches/4.0/tests
- M /branches/4.0/tests/terf.c
+ M /trunk/tests/tsprintf.c
+
+[tests/tsprintf.c] Added a test that yields a "store to null pointer",
+detected by UBsan.
+------------------------------------------------------------------------
+r12955 | vlefevre | 2018-07-25 14:04:12 +0000 (Wed, 25 Jul 2018) | 2 lines
+Changed paths:
+ M /trunk/src/vasprintf.c
+
+[src/vasprintf.c] Bug fix: in case of some errors (via "goto error;"),
+va_end wasn't called, yielding undefined behavior.
+------------------------------------------------------------------------
+r12951 | vlefevre | 2018-07-23 08:21:11 +0000 (Mon, 23 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/tests
+
+[tests] Added tget_set_d128 to svn:ignore property.
+------------------------------------------------------------------------
+r12949 | vlefevre | 2018-07-23 00:54:17 +0000 (Mon, 23 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/src/erf.c
+
+[src/erf.c] More security about tauk.
+------------------------------------------------------------------------
+r12948 | vlefevre | 2018-07-23 00:09:44 +0000 (Mon, 23 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/src/erf.c
+
+[src/erf.c] Removed a meaningless cast.
+------------------------------------------------------------------------
+r12947 | zimmerma | 2018-07-22 21:31:59 +0000 (Sun, 22 Jul 2018) | 2 lines
+Changed paths:
+ M /trunk/src/erf.c
+
+[src/erf.c] replaced double's by mpfr_t to fix bug reported by Naoki Shibata
-[src/erf.c] In the computation of an error bound, replaced some
- double's (which could overflow) by mpfr_t to fix bug reported
- by Naoki Shibata:
+------------------------------------------------------------------------
+r12946 | vlefevre | 2018-07-22 20:39:00 +0000 (Sun, 22 Jul 2018) | 5 lines
+Changed paths:
+ M /trunk/tests/terf.c
+
+[tests/terf.c] Added a testcase for bug reported by Naoki Shibata:
https://sympa.inria.fr/sympa/arc/mpfr/2018-07/msg00028.html
-[tests/terf.c] Added a testcase for this bug. Increased the number
- of generic tests in order to reproduce the bug there too with the
- default seed.
-(merged changesets r12946-12949 from the trunk)
-------------------------------------------------------------------------
-r12938 | vlefevre | 2018-07-19 00:01:28 +0000 (Thu, 19 Jul 2018) | 11 lines
-Changed paths:
- M /branches/4.0
- M /branches/4.0/acinclude.m4
- M /branches/4.0/configure.ac
- M /branches/4.0/doc/README.dev
- M /branches/4.0/src/buildopt.c
- M /branches/4.0/src/free_cache.c
- M /branches/4.0/src/mpfr-impl.h
- M /branches/4.0/src/mpfr-thread.h
- M /branches/4.0/tests
- M /branches/4.0/tests/tconst_pi.c
- M /branches/4.0/tests/tversion.c
+(uceil_log2.c:40: MPFR assertion failed: exp < 1023).
+Increased the number of generic tests in order to reproduce the bug
+there too with the default seed.
+------------------------------------------------------------------------
+r12945 | vlefevre | 2018-07-21 01:13:20 +0000 (Sat, 21 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/src/subnormal.c
+
+[src/subnormal.c] C89 compatibility.
+------------------------------------------------------------------------
+r12944 | zimmerma | 2018-07-21 00:55:29 +0000 (Sat, 21 Jul 2018) | 2 lines
+Changed paths:
+ M /trunk/src/subnormal.c
+ M /trunk/tests/tsubnormal.c
+
+[src/subnormal.c] experimental support for RNDNA
+
+------------------------------------------------------------------------
+r12943 | vlefevre | 2018-07-20 13:09:20 +0000 (Fri, 20 Jul 2018) | 2 lines
+Changed paths:
+ M /trunk/Makefile.am
+ A /trunk/examples/threads.c
+
+Added examples/threads.c (and updated Makefile.am): multithreading test
+to detect scaling issues with MPFR.
+------------------------------------------------------------------------
+r12942 | vlefevre | 2018-07-19 09:46:48 +0000 (Thu, 19 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/src/vasprintf.c
+
+[src/vasprintf.c] Updated a FIXME.
+------------------------------------------------------------------------
+r12941 | vlefevre | 2018-07-19 08:32:21 +0000 (Thu, 19 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/src/vasprintf.c
+
+[src/vasprintf.c] More FIXME's.
+------------------------------------------------------------------------
+r12940 | vlefevre | 2018-07-19 07:44:54 +0000 (Thu, 19 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/src/vasprintf.c
+
+[src/vasprintf.c] Reindentation.
+------------------------------------------------------------------------
+r12939 | vlefevre | 2018-07-19 07:35:06 +0000 (Thu, 19 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/src/vasprintf.c
+
+[src/vasprintf.c] Added a FIXME for MPFR_PREC_ARG handling.
+------------------------------------------------------------------------
+r12937 | vlefevre | 2018-07-18 23:59:09 +0000 (Wed, 18 Jul 2018) | 10 lines
+Changed paths:
+ M /trunk/acinclude.m4
+ M /trunk/configure.ac
+ M /trunk/doc/README.dev
+ M /trunk/src/buildopt.c
+ M /trunk/src/free_cache.c
+ M /trunk/src/mpfr-impl.h
+ M /trunk/src/mpfr-thread.h
+ M /trunk/tests/tconst_pi.c
+ M /trunk/tests/tversion.c
Shared caches: fix and minor changes.
* Fixed detection and use of C11 thread support: the C11 header is
@@ -1574,72 +8308,354 @@ Shared caches: fix and minor changes.
* doc/README.dev: documented 4 macros for shared caches.
* tests/tversion.c: output MPFR_WANT_SHARED_CACHE and
MPFR_THREAD_LOCK_METHOD information.
-(merged changeset r12937 from the trunk)
------------------------------------------------------------------------
-r12936 | vlefevre | 2018-07-18 23:17:03 +0000 (Wed, 18 Jul 2018) | 4 lines
+r12935 | vlefevre | 2018-07-18 23:15:14 +0000 (Wed, 18 Jul 2018) | 3 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests
- M /branches/4.0/tests/tconst_pi.c
+ M /trunk/tests/tconst_pi.c
[tests/tconst_pi.c] Removed an incorrect assertion, as the #else would
be applicable when WANT_SHARED_CACHE is defined but not HAVE_PTHREAD
(which may occur when MPFR_HAVE_C11_LOCK is defined).
-(merged changeset r12935 from the trunk)
------------------------------------------------------------------------
-r12923 | vlefevre | 2018-07-13 10:31:07 +0000 (Fri, 13 Jul 2018) | 4 lines
+r12934 | vlefevre | 2018-07-18 13:33:13 +0000 (Wed, 18 Jul 2018) | 2 lines
Changed paths:
- M /branches/4.0/acinclude.m4
+ M /trunk/src/vasprintf.c
-[acinclude.m4] Fixed the __float128 detection for NetBSD: Optimization
-made the "undefined reference" error disappear, so that __float128 was
-misdetected as being supported. Also updated the message.
-Note: this change is similar to the r12921-12922 ones in the trunk.
+[src/vasprintf.c] Fixed type in partition_number to be consistent with
+the end of the function.
------------------------------------------------------------------------
-r12918 | vlefevre | 2018-07-12 15:05:07 +0000 (Thu, 12 Jul 2018) | 1 line
+r12933 | vlefevre | 2018-07-16 14:17:55 +0000 (Mon, 16 Jul 2018) | 2 lines
Changed paths:
- M /branches/4.0/NEWS
+ M /trunk/src/vasprintf.c
-[NEWS] Update for GNU MPFR 4.0.2.
+[src/vasprintf.c] Added 2 FIXME and removed an incorrect MPFR_ASSERTN
+(which came from r5236).
------------------------------------------------------------------------
-r12917 | vlefevre | 2018-07-12 15:04:17 +0000 (Thu, 12 Jul 2018) | 6 lines
+r12932 | vlefevre | 2018-07-16 13:56:39 +0000 (Mon, 16 Jul 2018) | 3 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/doc/mpfr.texi
+ M /trunk/tests/tsprintf.c
-[doc/mpfr.texi] In Section "Nomenclature and Types":
- * rewrote the paragraph defining "floating-point number",
- avoiding ambiguities;
- * removed all the @noindent, whose purpose is unclear;
- * defined regular numbers and exponents.
-(merged changesets r12906-12908 from the trunk)
+[tests/tsprintf.c] Added other tests to check_length_overflow, which
+would trigger other bugs in src/vasprintf.c (e.g. when removing the
+other failing tests).
------------------------------------------------------------------------
-r12916 | vlefevre | 2018-07-12 14:32:51 +0000 (Thu, 12 Jul 2018) | 7 lines
+r12931 | vlefevre | 2018-07-16 13:33:33 +0000 (Mon, 16 Jul 2018) | 4 lines
Changed paths:
- M /branches/4.0/acinclude.m4
+ M /trunk/tests/tsprintf.c
-[acinclude.m4] For the __float128 detection, changed AC_COMPILE_IFELSE
-to AC_LINK_IFELSE since an error may occur only at link time, such as
-under NetBSD:
+[tests/tsprintf.c] Added check_length_overflow to check the behavior of
+mpfr_snprintf on a large number of output characters (> INT_MAX) with
+size = 0. This test is actually done only if INT_MAX == 2147483647 and
+currently fails in such a case.
+------------------------------------------------------------------------
+r12930 | vlefevre | 2018-07-16 13:22:58 +0000 (Mon, 16 Jul 2018) | 2 lines
+Changed paths:
+ M /trunk/src/vasprintf.c
+
+[src/vasprintf.c] Updated comment about overflow on the number of output
+characters, taking into account the latest ISO C and POSIX standards.
+------------------------------------------------------------------------
+r12929 | vlefevre | 2018-07-16 12:45:59 +0000 (Mon, 16 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tsprintf.c
+
+[tests/tsprintf.c] Updated a comment.
+------------------------------------------------------------------------
+r12928 | vlefevre | 2018-07-13 14:43:40 +0000 (Fri, 13 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/src/vasprintf.c
+
+[src/vasprintf.c] Simplified mpfr_get_str_wrapper.
+------------------------------------------------------------------------
+r12927 | vlefevre | 2018-07-13 13:38:08 +0000 (Fri, 13 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/src/vasprintf.c
+
+[src/vasprintf.c] Added a log message.
+------------------------------------------------------------------------
+r12926 | vlefevre | 2018-07-13 13:15:01 +0000 (Fri, 13 Jul 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Added a FIXME: _Decimal128 code and _MPFR_IEEE_FLOATS
+(which is about binary IEEE-754 floating point) should be unrelated.
+------------------------------------------------------------------------
+r12925 | vlefevre | 2018-07-13 12:28:36 +0000 (Fri, 13 Jul 2018) | 8 lines
+Changed paths:
+ M /trunk/src/get_d64.c
+
+[src/get_d64.c]
+ * Added FIXME's for get_decimal64_nan and get_decimal64_inf internal
+ functions: possible issue with _MPFR_IEEE_FLOATS code, which also
+ seems more complex than the generic code.
+ * Simplified get_decimal64_zero internal function to generate a
+ decimal zero directly instead of using the fact that a binary64
+ zero is also the encoding of a decimal zero (and assuming that
+ double = binary64 with perfect endianness matching).
+------------------------------------------------------------------------
+r12922 | vlefevre | 2018-07-13 10:28:16 +0000 (Fri, 13 Jul 2018) | 2 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Updated message about the _Float128 support, since
+this is not just about the compiler.
+------------------------------------------------------------------------
+r12921 | vlefevre | 2018-07-13 10:20:28 +0000 (Fri, 13 Jul 2018) | 3 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Fixed the _Float128 / __float128 detection for NetBSD:
+Optimization made the "undefined reference" error disappear, so that
+__float128 was misdetected as being supported.
+------------------------------------------------------------------------
+r12915 | vlefevre | 2018-07-12 14:27:50 +0000 (Thu, 12 Jul 2018) | 5 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] For the _Float128 / __float128 detection, changed
+AC_COMPILE_IFELSE to AC_LINK_IFELSE since an error may occur only
+at link time, such as under NetBSD:
https://mail-index.netbsd.org/pkgsrc-users/2018/02/02/msg026220.html
https://mail-index.netbsd.org/pkgsrc-users/2018/02/05/msg026238.html
-Note: this change is similar to the r12915 one in the trunk, except
-that we do not try to detect _Float128 in the 4.0 branch.
------------------------------------------------------------------------
-r12914 | vlefevre | 2018-07-12 12:32:16 +0000 (Thu, 12 Jul 2018) | 5 lines
+r12913 | vlefevre | 2018-07-12 12:28:58 +0000 (Thu, 12 Jul 2018) | 4 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/src/Makefile.am
+ M /trunk/src/Makefile.am
[src/Makefile.am] Corrected check-exported-symbols to avoid a failure
when the default .SHELLFLAGS value is '-ec' (POSIX) instead of '-c'
(GNU Make, which is not in POSIX-conforming mode by default).
Bug found on FreeBSD 11.1 (Compile Farm @ HouseGordon.com).
-(merged changeset r12913 from the trunk)
------------------------------------------------------------------------
-r12909 | vlefevre | 2018-07-10 11:51:56 +0000 (Tue, 10 Jul 2018) | 22 lines
+r12912 | vlefevre | 2018-07-11 08:39:58 +0000 (Wed, 11 Jul 2018) | 2 lines
Changed paths:
- M /branches/4.0/src/vasprintf.c
+ M /trunk/src/vasprintf.c
+
+[src/vasprintf.c] In buffer_sandwich, simplified the handling of the
+trailing zero (avoid memset and a useless assignment).
+------------------------------------------------------------------------
+r12908 | vlefevre | 2018-07-09 14:05:45 +0000 (Mon, 09 Jul 2018) | 2 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] More changes to Section "Nomenclature and Types";
+in particular, defined regular numbers and exponents.
+------------------------------------------------------------------------
+r12907 | vlefevre | 2018-07-09 13:39:14 +0000 (Mon, 09 Jul 2018) | 3 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] In Section "Nomenclature and Types", removed all the
+@noindent, whose purpose is unclear (if one needs something special,
+an itemized list would be better, or possibly @deffn).
+------------------------------------------------------------------------
+r12906 | vlefevre | 2018-07-09 13:30:02 +0000 (Mon, 09 Jul 2018) | 2 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Rewrote the paragraph defining "floating-point number"
+in Section "Nomenclature and Types", avoiding ambiguities.
+------------------------------------------------------------------------
+r12903 | vlefevre | 2018-07-06 14:01:06 +0000 (Fri, 06 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tprintf.c
+
+[tests/tprintf.c] Grrr... again a copy-paste error. Now OK.
+------------------------------------------------------------------------
+r12902 | vlefevre | 2018-07-06 13:58:49 +0000 (Fri, 06 Jul 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tprintf.c
+ M /trunk/tests/tsprintf.c
+
+[tests/{tprintf.c,tsprintf.c}] Corrected the tests added in r12898,
+but tprintf still fails.
+------------------------------------------------------------------------
+r12901 | vlefevre | 2018-07-06 13:53:26 +0000 (Fri, 06 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tsprintf.c
+
+[tests/tsprintf.c] Corrected the latest tests.
+------------------------------------------------------------------------
+r12900 | vlefevre | 2018-07-06 13:51:41 +0000 (Fri, 06 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tsprintf.c
+
+[tests/tsprintf.c] Added tests (failure on "%09.3Rg" for 1000).
+------------------------------------------------------------------------
+r12899 | vlefevre | 2018-07-06 13:45:00 +0000 (Fri, 06 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tsprintf.c
+
+[tests/tsprintf.c] Corrected comments.
+------------------------------------------------------------------------
+r12898 | vlefevre | 2018-07-06 13:41:37 +0000 (Fri, 06 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tprintf.c
+ M /trunk/tests/tsprintf.c
+
+[tests/{tprintf.c,tsprintf.c}] Added tests (both programs fail).
+------------------------------------------------------------------------
+r12896 | vlefevre | 2018-07-06 13:26:15 +0000 (Fri, 06 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Updated the month.
+------------------------------------------------------------------------
+r12895 | vlefevre | 2018-07-06 13:25:43 +0000 (Fri, 06 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/src/vasprintf.c
+
+[src/vasprintf.c] Corrected comments and coding style.
+------------------------------------------------------------------------
+r12894 | vlefevre | 2018-07-06 13:17:40 +0000 (Fri, 06 Jul 2018) | 8 lines
+Changed paths:
+ M /trunk/src/vasprintf.c
+
+[src/vasprintf.c] Resolve the FIXME.
+ * Renamed ip_trailing_zeros to ip_trailing_digits, since when
+ spec.size == 0, these can be any digits.
+ * Simplified the buffer_sandwich function since it can be called
+ only when spec.size != 0, in which case tz (= ip_trailing_digits)
+ is either 0 or 1 (a trailing zero must be added only when rounding
+ to the next power of ten in the %f case).
+ * Corrected/removed/added comments.
+------------------------------------------------------------------------
+r12893 | vlefevre | 2018-07-06 11:49:12 +0000 (Fri, 06 Jul 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tprintf.c
+ M /trunk/tests/tsprintf.c
+
+[tests/{tprintf.c,tsprintf.c}] Added tests with powers of ten in all
+rounding modes and powers of ten + 0.5 in rounding to nearest.
+------------------------------------------------------------------------
+r12889 | zimmerma | 2018-07-05 07:22:01 +0000 (Thu, 05 Jul 2018) | 2 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] typo in Fredrik's name
+
+------------------------------------------------------------------------
+r12888 | zimmerma | 2018-07-05 07:19:35 +0000 (Thu, 05 Jul 2018) | 2 lines
+Changed paths:
+ M /trunk/AUTHORS
+
+[AUTHORS] typo in Fredrik's name
+
+------------------------------------------------------------------------
+r12887 | vlefevre | 2018-07-04 15:14:21 +0000 (Wed, 04 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tprintf.c
+
+[tests/tprintf.c] Added a TODO (for the FIXME in src/vasprintf.c).
+------------------------------------------------------------------------
+r12886 | vlefevre | 2018-07-04 15:04:00 +0000 (Wed, 04 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/src/vasprintf.c
+
+[src/vasprintf.c] Updated the FIXME comment.
+------------------------------------------------------------------------
+r12885 | vlefevre | 2018-07-04 14:38:04 +0000 (Wed, 04 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/src/vasprintf.c
+
+[src/vasprintf.c] Added a FIXME comment about an incorrect comment.
+------------------------------------------------------------------------
+r12884 | vlefevre | 2018-07-04 14:30:16 +0000 (Wed, 04 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/src/vasprintf.c
+
+[src/vasprintf.c] Added log messages in buffer_sandwich.
+------------------------------------------------------------------------
+r12883 | vlefevre | 2018-07-04 14:20:29 +0000 (Wed, 04 Jul 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tsprintf.c
+
+[tests/tsprintf.c] Added more tests of the form 10^i - 1/2
+(like in tprintf.c).
+------------------------------------------------------------------------
+r12882 | vlefevre | 2018-07-04 14:00:08 +0000 (Wed, 04 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tprintf.c
+
+[tests/tprintf.c] Added more tests of the form 10^i - 1/2.
+------------------------------------------------------------------------
+r12881 | vlefevre | 2018-07-04 13:40:12 +0000 (Wed, 04 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tsprintf.c
+
+[tests/tsprintf.c] Added test_locale() test based on the tprintf.c one.
+------------------------------------------------------------------------
+r12880 | vlefevre | 2018-07-04 13:36:32 +0000 (Wed, 04 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tprintf.c
+
+[tests/tprintf.c] Minor correction.
+------------------------------------------------------------------------
+r12879 | vlefevre | 2018-07-04 13:27:49 +0000 (Wed, 04 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tprintf.c
+
+[tests/tprintf.c] More test_locale() cleanup.
+------------------------------------------------------------------------
+r12878 | vlefevre | 2018-07-04 13:11:01 +0000 (Wed, 04 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/src/vasprintf.c
+
+[src/vasprintf.c] English usage in a comment.
+------------------------------------------------------------------------
+r12877 | vlefevre | 2018-07-04 12:57:47 +0000 (Wed, 04 Jul 2018) | 4 lines
+Changed paths:
+ M /trunk/src/vasprintf.c
+
+[src/vasprintf.c] Renamed mpfr_get_str_aux to mpfr_get_str_wrapper
+in order to avoid a confusion with the mpfr_get_str_aux function
+from get_str.c (moreover, this is really a wrapper, which is the
+reverse of an aux function).
+------------------------------------------------------------------------
+r12876 | vlefevre | 2018-07-04 12:35:45 +0000 (Wed, 04 Jul 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tsprintf.c
+
+[tests/tsprintf.c] locale_da_DK() cleanup.
+------------------------------------------------------------------------
+r12875 | zimmerma | 2018-07-04 12:32:17 +0000 (Wed, 04 Jul 2018) | 2 lines
+Changed paths:
+ M /trunk/src/vasprintf.c
+
+[src/vasprintf.c] partly revert commit 12873
+
+------------------------------------------------------------------------
+r12874 | vlefevre | 2018-07-04 12:20:43 +0000 (Wed, 04 Jul 2018) | 4 lines
+Changed paths:
+ M /trunk/tests/tprintf.c
+
+[tests/tprintf.c] test_locale() cleanup.
+ * Conditional #include <locale.h> with the other header inclusions.
+ * Completed a #if (to be like in tsprintf.c).
+ * Moved a global variable as local to test_locale().
+------------------------------------------------------------------------
+r12873 | zimmerma | 2018-07-04 12:09:44 +0000 (Wed, 04 Jul 2018) | 3 lines
+Changed paths:
+ M /trunk/src/vasprintf.c
+ M /trunk/tests/tprintf.c
+
+[src/vasprintf.c] replaced overflow tests by assertions
+[tests/tprintf.c] improve test coverage
+
+------------------------------------------------------------------------
+r12870 | vlefevre | 2018-07-04 08:50:32 +0000 (Wed, 04 Jul 2018) | 3 lines
+Changed paths:
+ M /trunk/doc/README.dev
+ M /trunk/tests/tprintf.c
+ M /trunk/tests/tsprintf.c
+
+Added MPFR_CHECK_LOCALES environment variable for the tests (to be
+used by developers): when set, terminate with an error if locales
+cannot be tested.
+------------------------------------------------------------------------
+r12869 | vlefevre | 2018-07-04 01:23:27 +0000 (Wed, 04 Jul 2018) | 19 lines
+Changed paths:
+ M /trunk/src/vasprintf.c
[src/vasprintf.c] Fixed several bugs in buffer_sandwich, which could
yield memory corruption with non-default memory allocators and other
@@ -1660,298 +8676,2227 @@ function of the current GMP memory allocator. By default, this size is
ignored, but it may matter if the memory allocators have been changed
with the mp_set_memory_functions GMP function, in which case a possible
consequence could be memory corruption.
+------------------------------------------------------------------------
+r12868 | zimmerma | 2018-07-03 15:34:40 +0000 (Tue, 03 Jul 2018) | 3 lines
+Changed paths:
+ M /trunk/src/vasprintf.c
+ M /trunk/tests/tprintf.c
+
+[src/vasprintf.c] added an assertion
+[tests/tprintf.c] added two tests (one currently fails)
+
+------------------------------------------------------------------------
+r12864 | vlefevre | 2018-06-26 18:22:17 +0000 (Tue, 26 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/src/vasprintf.c
+
+[src/vasprintf.c] C90 compatibility.
+------------------------------------------------------------------------
+r12863 | zimmerma | 2018-06-26 15:16:17 +0000 (Tue, 26 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tsprintf.c
+
+[tests/tsprintf.c] fixed another test
+
+------------------------------------------------------------------------
+r12862 | zimmerma | 2018-06-26 15:15:06 +0000 (Tue, 26 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tsprintf.c
+
+[tests/tsprintf.c] fixed test
+
+------------------------------------------------------------------------
+r12861 | zimmerma | 2018-06-26 13:20:49 +0000 (Tue, 26 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/vasprintf.c
+ M /trunk/tests/tprintf.c
+
+[src/vasprintf.c] improve coverage
-Note: This corresponds to r12869 from the trunk. Other changes in the
-trunk (dead code removal...) have not been applied.
------------------------------------------------------------------------
-r12904 | vlefevre | 2018-07-06 14:36:05 +0000 (Fri, 06 Jul 2018) | 2 lines
+r12860 | zimmerma | 2018-06-26 11:37:44 +0000 (Tue, 26 Jun 2018) | 2 lines
Changed paths:
- M /branches/4.0/tests/tprintf.c
- M /branches/4.0/tests/tsprintf.c
+ M /trunk/tests/tsprintf.c
+
+[tests/tsprintf.c] improve coverage
-[tests/{tprintf.c,tsprintf.c}] Merged the latest tests from the trunk
-(r12562:12903).
------------------------------------------------------------------------
-r12897 | vlefevre | 2018-07-06 13:27:41 +0000 (Fri, 06 Jul 2018) | 1 line
+r12859 | zimmerma | 2018-06-26 10:58:03 +0000 (Tue, 26 Jun 2018) | 2 lines
Changed paths:
- M /branches/4.0/doc/mpfr.texi
+ M /trunk/tests/tsprintf.c
+
+[tests/tsprintf.c] improve coverage
+
+------------------------------------------------------------------------
+r12858 | zimmerma | 2018-06-25 13:42:59 +0000 (Mon, 25 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tgamma_inc.c
+
+[tests/tgamma_inc.c] improve coverage
+
+------------------------------------------------------------------------
+r12857 | zimmerma | 2018-06-25 10:48:05 +0000 (Mon, 25 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tgamma_inc.c
+
+[tests/tgamma_inc.c] added coverage test
+
+------------------------------------------------------------------------
+r12856 | zimmerma | 2018-06-25 10:13:29 +0000 (Mon, 25 Jun 2018) | 4 lines
+Changed paths:
+ M /trunk/src/gamma.c
+ M /trunk/src/gamma_inc.c
+ M /trunk/tests/tgamma_inc.c
+
+[src/gamma.c] added comment
+[src/gamma_inc.c] fixed bug for gamma_inc(-Inf, 0)
+[tests/tgamma_inc.c] added coverage tests
+
+------------------------------------------------------------------------
+r12855 | vlefevre | 2018-06-23 10:40:02 +0000 (Sat, 23 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] Do not do specific CFLAGS settings for MS-Windows ICC.
+See <https://sympa.inria.fr/sympa/arc/mpfr/2018-06/msg00027.html>.
+------------------------------------------------------------------------
+r12854 | vlefevre | 2018-06-23 06:04:53 +0000 (Sat, 23 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Spelling in a comment.
+------------------------------------------------------------------------
+r12853 | vlefevre | 2018-06-23 00:43:45 +0000 (Sat, 23 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Fixed change in r12847.
+------------------------------------------------------------------------
+r12852 | vlefevre | 2018-06-23 00:23:10 +0000 (Sat, 23 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tget_set_d64.c
+
+[tests/tget_set_d64.c] Improved a test.
+------------------------------------------------------------------------
+r12851 | vlefevre | 2018-06-23 00:20:00 +0000 (Sat, 23 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tget_set_d128.c
+
+[tests/tget_set_d128.c] Replaced d != d by DOUBLE_ISNAN (d).
+------------------------------------------------------------------------
+r12850 | vlefevre | 2018-06-23 00:17:09 +0000 (Sat, 23 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
[doc/mpfr.texi] Updated the month.
------------------------------------------------------------------------
-r12890 | vlefevre | 2018-07-06 07:21:18 +0000 (Fri, 06 Jul 2018) | 2 lines
+r12849 | vlefevre | 2018-06-23 00:15:33 +0000 (Sat, 23 Jun 2018) | 3 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/AUTHORS
- M /branches/4.0/doc/mpfr.texi
+ M /trunk/tests/tget_set_d128.c
+ M /trunk/tests/tget_set_d64.c
-[AUTHORS,doc/mpfr.texi] Typo in Fredrik's name.
-(merged changesets r12888-12889 from the trunk)
+[tests/tget_set_{d64,d128}.c] When MPFR_ERRDIVZERO is defined,
+disable tests that can trigger a FP exception DIVBYZERO or INVALID
+(issue detected with -DMPFR_TESTS_FPE_DIV -DMPFR_ERRDIVZERO).
------------------------------------------------------------------------
-r12872 | vlefevre | 2018-07-04 12:04:26 +0000 (Wed, 04 Jul 2018) | 5 lines
+r12848 | vlefevre | 2018-06-22 21:44:41 +0000 (Fri, 22 Jun 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/doc/README.dev
- M /branches/4.0/tests
- M /branches/4.0/tests/tprintf.c
- M /branches/4.0/tests/tsprintf.c
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Improved a comment about union ieee_decimal128.
+------------------------------------------------------------------------
+r12847 | vlefevre | 2018-06-22 21:41:53 +0000 (Fri, 22 Jun 2018) | 4 lines
+Changed paths:
+ M /trunk/acinclude.m4
+ M /trunk/src/mpfr-impl.h
+ M /trunk/src/set_d128.c
+ M /trunk/tests/tget_set_d128.c
+
+Do not assume that the bit-field ordering for _Decimal128 is necessarily
+little endian or big endian (this is more than the usual endianness
+issue). If this cannot be detected, instead of failing or assuming a
+possibly wrong default, switch to the portable code.
+------------------------------------------------------------------------
+r12846 | zimmerma | 2018-06-22 15:36:25 +0000 (Fri, 22 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/NEWS
+ M /trunk/TODO
+ M /trunk/doc/mpfr.texi
+
+added mpfr_get_decimal128 and mpfr_set_decimal128 to the manual
-Added MPFR_CHECK_LOCALES environment variable for the tests (to be
-used by developers): when set, terminate with an error if locales
-cannot be tested.
-(merged changeset r12870 from the trunk; merging tests/tprintf.c r12861
-was needed first)
------------------------------------------------------------------------
-r12793 | vlefevre | 2018-06-20 12:17:11 +0000 (Wed, 20 Jun 2018) | 2 lines
+r12845 | zimmerma | 2018-06-22 15:04:33 +0000 (Fri, 22 Jun 2018) | 2 lines
Changed paths:
- M /branches/4.0/tests/tget_set_d64.c
+ M /trunk/tests/tget_set_d128.c
+
+[tests/tget_set_d128.c] test some random 16-byte inputs
-[tests/tget_set_d64.c] Tests on powers of 10: test negative numbers too.
-(merged part of changeset r12792 from the trunk)
------------------------------------------------------------------------
-r12786 | vlefevre | 2018-06-19 13:10:42 +0000 (Tue, 19 Jun 2018) | 5 lines
+r12844 | zimmerma | 2018-06-22 15:00:37 +0000 (Fri, 22 Jun 2018) | 2 lines
Changed paths:
- M /branches/4.0/src/set_d64.c
- M /branches/4.0/tests/tget_set_d64.c
+ M /trunk/tests/tget_set_d64.c
+
+[tests/tget_set_d64.c] test random inputs
-[src/set_d64.c] Fixed ternary value, which was always 0. This is done by
- using mpfr_strtofr instead of mpfr_set_str (merged part of changeset
- r12783 from the trunk).
-[tests/tget_set_d64.c] Added tests on powers of 10, checking the ternary
- value in particular (merged part of changeset r12782 from the trunk).
------------------------------------------------------------------------
-r12785 | vlefevre | 2018-06-19 12:55:53 +0000 (Tue, 19 Jun 2018) | 5 lines
+r12843 | zimmerma | 2018-06-22 14:39:39 +0000 (Fri, 22 Jun 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests
- M /branches/4.0/tests/tstckintc.c
+ M /trunk/acinclude.m4
+ M /trunk/src/mpfr-impl.h
+
+[acinclude.m4] added configure test to determine the encoding of _Decimal128 (little or big endian)
+
+------------------------------------------------------------------------
+r12842 | zimmerma | 2018-06-22 14:01:06 +0000 (Fri, 22 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] added standard suffixes
+
+------------------------------------------------------------------------
+r12841 | zimmerma | 2018-06-22 13:56:17 +0000 (Fri, 22 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tget_set_d64.c
+
+[tests/tget_set_d64.c] fixed a test
+
+------------------------------------------------------------------------
+r12840 | zimmerma | 2018-06-22 13:13:55 +0000 (Fri, 22 Jun 2018) | 3 lines
+Changed paths:
+ M /trunk/tests/tget_set_d128.c
+ M /trunk/tests/tget_set_d64.c
+
+[tests/tget_set_d64.c] removed TODO (done), added comment
+[tests/tget_set_d128.c] removed TODO (done)
+
+------------------------------------------------------------------------
+r12839 | zimmerma | 2018-06-22 13:11:53 +0000 (Fri, 22 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/set_d64.c
+
+[src/set_d64.c] added comment (like for set_d128.c)
+
+------------------------------------------------------------------------
+r12838 | zimmerma | 2018-06-22 12:44:16 +0000 (Fri, 22 Jun 2018) | 3 lines
+Changed paths:
+ M /trunk/src/get_d128.c
+ M /trunk/src/get_d64.c
+
+[src/get_d64.c] improve comment
+[src/get_d128.c] likewise
+
+------------------------------------------------------------------------
+r12837 | zimmerma | 2018-06-22 12:38:26 +0000 (Fri, 22 Jun 2018) | 3 lines
+Changed paths:
+ M /trunk/src/set_d64.c
+ M /trunk/tests/tget_set_d64.c
+
+[src/set_d64.c] also deal with non-canonical BID encoding
+[tests/tget_set_d64.c] added test with non-canonical BID encoding
+
+------------------------------------------------------------------------
+r12836 | vlefevre | 2018-06-22 12:19:47 +0000 (Fri, 22 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/src/get_d128.c
+
+[src/get_d128.c] Bug fix (buffer overflow detected by AddressSanitizer).
+------------------------------------------------------------------------
+r12835 | vlefevre | 2018-06-22 12:10:52 +0000 (Fri, 22 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/get_d128.c
+ M /trunk/src/set_d128.c
+
+[src] Moved the FIXME comment from set_d128.c to get_d128.c since the
+bug occurs in mpfr_get_decimal128 according to the AddressSanitizer.
+------------------------------------------------------------------------
+r12834 | vlefevre | 2018-06-22 12:08:14 +0000 (Fri, 22 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/src/set_d128.c
+
+[src/set_d128.c] Updated FIXME comment.
+------------------------------------------------------------------------
+r12833 | vlefevre | 2018-06-22 11:52:45 +0000 (Fri, 22 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sqrt.c
+
+[src/sqrt.c] Replaced a umul_ppmm by umul_hi, and removed an unused
+variable as a consequence.
+------------------------------------------------------------------------
+r12832 | vlefevre | 2018-06-22 11:42:30 +0000 (Fri, 22 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/src/set_d64.c
+
+[src/set_d64.c] Code improvement (like r12809 and r12828 in set_d128.c).
+------------------------------------------------------------------------
+r12831 | vlefevre | 2018-06-22 11:35:36 +0000 (Fri, 22 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/set_ld.c
+
+[src/set_ld.c] Removed unused variable for
+HAVE_LDOUBLE_MAYBE_DOUBLE_DOUBLE (PowerPC).
+------------------------------------------------------------------------
+r12830 | vlefevre | 2018-06-22 11:33:33 +0000 (Fri, 22 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/invsqrt_limb.h
+
+[src/invsqrt_limb.h] Avoid a "variable ‘_l’ set but not used" warning
+on some platforms, such as powerpc64le-unknown-linux-gnu.
+------------------------------------------------------------------------
+r12829 | vlefevre | 2018-06-22 11:28:46 +0000 (Fri, 22 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/invert_limb.h
+
+[src/invert_limb.h] Avoid a "variable ‘_l’ set but not used" warning
+on some platforms, such as powerpc64le-unknown-linux-gnu.
+------------------------------------------------------------------------
+r12828 | vlefevre | 2018-06-22 11:19:27 +0000 (Fri, 22 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/src/set_d128.c
+
+[src/set_d128.c] Avoid "unused variable" warnings on platforms with DPD.
+------------------------------------------------------------------------
+r12827 | vlefevre | 2018-06-22 11:11:02 +0000 (Fri, 22 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] About union ieee_double_decimal64: removed an
+incorrect comment and added a TODO.
+------------------------------------------------------------------------
+r12826 | vlefevre | 2018-06-22 11:08:20 +0000 (Fri, 22 Jun 2018) | 3 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+ M /trunk/src/set_d128.c
+ M /trunk/tests/tget_set_d128.c
+
+Changed union ieee_double_decimal128 to union ieee_decimal128 since this
+has nothing to do with double (unlike union ieee_double_decimal64). Also
+refactored code for this union definition.
+------------------------------------------------------------------------
+r12825 | vlefevre | 2018-06-22 10:50:47 +0000 (Fri, 22 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Updated TODO for DPD.
+------------------------------------------------------------------------
+r12824 | vlefevre | 2018-06-22 10:47:16 +0000 (Fri, 22 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Added TODO for DPD (better structure definition).
+------------------------------------------------------------------------
+r12823 | vlefevre | 2018-06-22 10:42:20 +0000 (Fri, 22 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tget_set_d128.c
+
+[tests/tget_set_d128.c] Execute BID code only with BID.
+------------------------------------------------------------------------
+r12822 | vlefevre | 2018-06-22 10:35:07 +0000 (Fri, 22 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tget_set_d128.c
+
+[tests/tget_set_d128.c] Simplification and better portability.
+------------------------------------------------------------------------
+r12821 | zimmerma | 2018-06-22 10:25:16 +0000 (Fri, 22 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tget_set_d128.c
+
+[tests/tget_set_d128.c] added coverage tests for non-canonical BID encodings
+
+------------------------------------------------------------------------
+r12820 | zimmerma | 2018-06-22 10:00:40 +0000 (Fri, 22 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/set_d128.c
+
+[src/set_d128.c] improve last commit
+
+------------------------------------------------------------------------
+r12819 | zimmerma | 2018-06-22 09:56:32 +0000 (Fri, 22 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/set_d128.c
+
+[src/set_d128.c] improved a comment
+
+------------------------------------------------------------------------
+r12818 | vlefevre | 2018-06-22 09:26:00 +0000 (Fri, 22 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/src/set_d128.c
+
+[src/set_d128.c] Re-added "while (...)" erroneously removed in r12817.
+------------------------------------------------------------------------
+r12817 | zimmerma | 2018-06-22 09:14:07 +0000 (Fri, 22 Jun 2018) | 3 lines
+Changed paths:
+ M /trunk/src/set_d128.c
+ M /trunk/src/set_d64.c
+
+[src/set_d64.c] added comment
+[src/set_d128.c] likewise
+
+------------------------------------------------------------------------
+r12816 | zimmerma | 2018-06-22 09:00:47 +0000 (Fri, 22 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/set_d128.c
+
+[src/set_d128.c] avoid variable conflict for DPD
+
+------------------------------------------------------------------------
+r12815 | zimmerma | 2018-06-22 08:54:53 +0000 (Fri, 22 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/set_d128.c
+
+[src/set_d128.c] implement for DFD encoding
+
+------------------------------------------------------------------------
+r12814 | zimmerma | 2018-06-22 08:54:08 +0000 (Fri, 22 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/set_d64.c
+
+[src/set_d64.c] added comment and space
+
+------------------------------------------------------------------------
+r12813 | vlefevre | 2018-06-22 02:25:39 +0000 (Fri, 22 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/src/set_d128.c
+
+[src/set_d128.c] Added a FIXME (stack-buffer-overflow).
+------------------------------------------------------------------------
+r12812 | vlefevre | 2018-06-22 01:57:01 +0000 (Fri, 22 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/src/set_d128.c
+
+[src/set_d128.c] Corrected r12811.
+------------------------------------------------------------------------
+r12811 | vlefevre | 2018-06-22 01:09:21 +0000 (Fri, 22 Jun 2018) | 3 lines
+Changed paths:
+ M /trunk/src/set_d128.c
+
+[src/set_d128.c] _MPFR_IEEE_FLOATS code for BID: correctly support
+the decoded significand >= 10^34 cases (non-canonical encodings),
+which must be zero.
+------------------------------------------------------------------------
+r12810 | vlefevre | 2018-06-22 00:49:07 +0000 (Fri, 22 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tget_set_d128.c
+ M /trunk/tests/tget_set_d64.c
+
+[tests/{tget_set_d64.c,tget_set_d128.c}] TODO: Also test non-canonical
+encodings.
+------------------------------------------------------------------------
+r12809 | vlefevre | 2018-06-22 00:31:33 +0000 (Fri, 22 Jun 2018) | 5 lines
+Changed paths:
+ M /trunk/src/set_d128.c
+
+[src/set_d128.c]
+ * Enable the _MPFR_IEEE_FLOATS code only for GMP_NUMB_BITS == 32 or 64
+ (as the other values are not supported by this code).
+ * Bug fix for GMP_NUMB_BITS == 32 (→ tget_set_d128 no longer fails).
+ * Added an assertion corresponding to a comment.
+------------------------------------------------------------------------
+r12808 | vlefevre | 2018-06-22 00:21:38 +0000 (Fri, 22 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/src/set_d128.c
+
+[src/set_d128.c] Fit on 80 columns.
+------------------------------------------------------------------------
+r12807 | vlefevre | 2018-06-21 21:47:12 +0000 (Thu, 21 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Updated a title comment (→ Decimal support).
+------------------------------------------------------------------------
+r12806 | vlefevre | 2018-06-21 21:45:01 +0000 (Thu, 21 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Corrected a comment.
+------------------------------------------------------------------------
+r12805 | zimmerma | 2018-06-21 19:26:13 +0000 (Thu, 21 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/set_d128.c
+
+[src/set_d128.c] added comments
+
+------------------------------------------------------------------------
+r12804 | zimmerma | 2018-06-21 19:15:09 +0000 (Thu, 21 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/set_d128.c
+
+[src/set_d128.c] remove debug stuff
+
+------------------------------------------------------------------------
+r12803 | zimmerma | 2018-06-21 19:13:17 +0000 (Thu, 21 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] assume little-endian double implies little-endian decimal128
+
+------------------------------------------------------------------------
+r12802 | vlefevre | 2018-06-21 17:59:46 +0000 (Thu, 21 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] FIXME for _Decimal128.
+------------------------------------------------------------------------
+r12801 | zimmerma | 2018-06-21 13:41:55 +0000 (Thu, 21 Jun 2018) | 3 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+ M /trunk/src/set_d128.c
+ M /trunk/tests/tget_set_d128.c
+
+[src/set_d128.c] (partly) implement the _MPFR_IEEE_FLOATS case (BID only so far)
+[tests/tget_set_d128.c] added more tests
+
+------------------------------------------------------------------------
+r12800 | zimmerma | 2018-06-21 13:20:19 +0000 (Thu, 21 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/set_d64.c
+
+[src/set_d64.c] added comments
+
+------------------------------------------------------------------------
+r12799 | zimmerma | 2018-06-21 06:31:29 +0000 (Thu, 21 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/get_d128.c
+
+[src/get_d128.c] removed useless comment
+
+------------------------------------------------------------------------
+r12798 | zimmerma | 2018-06-20 17:01:09 +0000 (Wed, 20 Jun 2018) | 3 lines
+Changed paths:
+ M /trunk/src/get_d128.c
+ M /trunk/tests/tget_set_d128.c
+
+[src/get_d128.c] avoid using doubles
+[tests/tget_set_d128.c] improve test coverage
+
+------------------------------------------------------------------------
+r12797 | zimmerma | 2018-06-20 14:53:41 +0000 (Wed, 20 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tget_set_d128.c
+
+[tests/tget_set_d128.c] improve test coverage
+
+------------------------------------------------------------------------
+r12796 | zimmerma | 2018-06-20 14:44:52 +0000 (Wed, 20 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tget_set_d128.c
+
+[tests/tget_set_d128.c] improve coverage
+
+------------------------------------------------------------------------
+r12795 | zimmerma | 2018-06-20 14:10:04 +0000 (Wed, 20 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/Makefile.am
+ A /trunk/src/get_d128.c
+ M /trunk/src/mpfr.h
+ M /trunk/tests/tget_set_d128.c
+
+added mpfr_get_decimal128 (still experimental)
+
+------------------------------------------------------------------------
+r12794 | zimmerma | 2018-06-20 14:08:37 +0000 (Wed, 20 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/get_d64.c
+
+[get_d64.c] added comments and simplified code
+
+------------------------------------------------------------------------
+r12792 | vlefevre | 2018-06-20 09:08:16 +0000 (Wed, 20 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tget_set_d128.c
+ M /trunk/tests/tget_set_d64.c
+
+[tests/{tget_set_d64.c,tget_set_d128.c}] Tests on powers of 10:
+test negative numbers too.
+------------------------------------------------------------------------
+r12791 | vlefevre | 2018-06-19 23:20:12 +0000 (Tue, 19 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Added a note about FP constants and native FP.
+------------------------------------------------------------------------
+r12790 | vlefevre | 2018-06-19 16:28:21 +0000 (Tue, 19 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/tools/mpfrlint
+
+[tools/mpfrlint] Check that preprocessing directives have no spaces
+before.
+------------------------------------------------------------------------
+r12789 | vlefevre | 2018-06-19 16:18:01 +0000 (Tue, 19 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/src/set_d128.c
+
+[src/set_d128.c] Modified a comment.
+------------------------------------------------------------------------
+r12788 | vlefevre | 2018-06-19 15:12:40 +0000 (Tue, 19 Jun 2018) | 6 lines
+Changed paths:
+ M /trunk/src/set_d128.c
+
+[src/set_d128.c] Avoid double, which is unreliable with GCC
+in non-standard mode (see GCC bug 323 and the discussion in
+GCC bug 85957). But the failure in tget_set_d128 probably came from
+the fact that (_Decimal128) 0.1 is not 1/10 exactly (the double 0.1
+has about a 17-digit precision only, while _Decimal128 has more);
+this test now passes.
+------------------------------------------------------------------------
+r12787 | vlefevre | 2018-06-19 14:52:37 +0000 (Tue, 19 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/src/set_d128.c
+
+[src/set_d128.c] Simplified code and added assertions.
+------------------------------------------------------------------------
+r12784 | vlefevre | 2018-06-19 12:53:11 +0000 (Tue, 19 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/src/set_d64.c
+
+[src/set_d64.c] Added a log message (like in set_d128.c).
+------------------------------------------------------------------------
+r12783 | vlefevre | 2018-06-19 12:47:28 +0000 (Tue, 19 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/set_d128.c
+ M /trunk/src/set_d64.c
+
+[src/{set_d64.c,set_d128.c}] Bug fix: use mpfr_strtofr instead of
+mpfr_set_str to get the ternary value.
+------------------------------------------------------------------------
+r12782 | vlefevre | 2018-06-19 12:38:35 +0000 (Tue, 19 Jun 2018) | 3 lines
+Changed paths:
+ M /trunk/tests/tget_set_d128.c
+ M /trunk/tests/tget_set_d64.c
+
+[tests/{tget_set_d64.c,tget_set_d128.c}] Added tests on powers of 10.
+ * tget_set_d64 fails on negative due to a bad ternary value.
+ * tget_set_d128 fails on negative due to bad value, etc.
+------------------------------------------------------------------------
+r12781 | vlefevre | 2018-06-19 11:47:27 +0000 (Tue, 19 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tget_set_d128.c
+
+[tests/tget_set_d128.c] Test the flags too.
+------------------------------------------------------------------------
+r12780 | vlefevre | 2018-06-19 11:43:53 +0000 (Tue, 19 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tget_set_d128.c
+
+[tests/tget_set_d128.c] Test more values.
+------------------------------------------------------------------------
+r12779 | vlefevre | 2018-06-19 11:38:05 +0000 (Tue, 19 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tget_set_d128.c
+
+[tests/tget_set_d128.c] Converting an integer into _Decimal128 is better
+than converting a double into _Decimal128.
+------------------------------------------------------------------------
+r12778 | vlefevre | 2018-06-19 11:33:14 +0000 (Tue, 19 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tget_set_d128.c
+
+[tests/tget_set_d128.c] Simplified the test, avoiding a bug in ICC 15
+at the same time (1.0D was regarded as 0).
+------------------------------------------------------------------------
+r12777 | vlefevre | 2018-06-19 11:29:13 +0000 (Tue, 19 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tget_set_d128.c
+
+[tests/tget_set_d128.c] Fixed indentation.
+------------------------------------------------------------------------
+r12776 | vlefevre | 2018-06-19 11:17:02 +0000 (Tue, 19 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tversion.c
+
+[tests/tversion.c] Decimal formats: output the encoding type (DPD/BID).
+------------------------------------------------------------------------
+r12775 | vlefevre | 2018-06-19 11:03:01 +0000 (Tue, 19 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/set_d128.c
+
+[src/set_d128.c] Changed _GMP_IEEE_FLOATS to _MPFR_IEEE_FLOATS as per
+r10958 (in set_d128.c, currently in a comment due to r12772).
+------------------------------------------------------------------------
+r12774 | vlefevre | 2018-06-19 10:58:40 +0000 (Tue, 19 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/src/set_d128.c
+
+[src/set_d128.c] Added a log message.
+------------------------------------------------------------------------
+r12773 | vlefevre | 2018-06-19 10:51:33 +0000 (Tue, 19 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tget_set_d128.c
+
+[tests/tget_set_d128.c] Added an informative error message.
+------------------------------------------------------------------------
+r12772 | vlefevre | 2018-06-19 10:05:06 +0000 (Tue, 19 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/set_d128.c
+
+[src/set_d128.c] Disable the _GMP_IEEE_FLOATS code, which is not
+complete yet and makes the compilation fail.
+------------------------------------------------------------------------
+r12771 | vlefevre | 2018-06-13 15:31:23 +0000 (Wed, 13 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/src/set_d128.c
+
+[src/set_d128.c] Corrected year in copyright notice.
+------------------------------------------------------------------------
+r12770 | vlefevre | 2018-06-13 15:30:02 +0000 (Wed, 13 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/src/set_d128.c
+
+[src/set_d128.c] Minor improvements.
+------------------------------------------------------------------------
+r12769 | zimmerma | 2018-06-13 10:33:51 +0000 (Wed, 13 Jun 2018) | 3 lines
+Changed paths:
+ M /trunk/tests/tget_set_d128.c
+ M /trunk/tests/tget_set_d64.c
+
+[tests/tget_set_d64.c] added -v option to get verbose output
+[tests/tget_set_d128.c] likewise
+
+------------------------------------------------------------------------
+r12768 | vlefevre | 2018-06-13 10:06:15 +0000 (Wed, 13 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/TODO
+
+[TODO] Missing "r".
+------------------------------------------------------------------------
+r12767 | zimmerma | 2018-06-13 08:45:56 +0000 (Wed, 13 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/TODO
+
+[TODO] update for mpfr_set_decimal128
+
+------------------------------------------------------------------------
+r12766 | zimmerma | 2018-06-13 07:10:29 +0000 (Wed, 13 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/Makefile.am
+ M /trunk/src/mpfr.h
+ A /trunk/src/set_d128.c
+ M /trunk/src/set_d64.c
+ M /trunk/tests/Makefile.am
+ A /trunk/tests/tget_set_d128.c
+
+added mpfr_set_decimal128 (work in progress, not yet fully tested)
+
+------------------------------------------------------------------------
+r12765 | zimmerma | 2018-06-08 16:16:55 +0000 (Fri, 08 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/tools/coverage
+
+[tools/coverage] added branch coverage
+
+------------------------------------------------------------------------
+r12764 | vlefevre | 2018-06-07 12:17:31 +0000 (Thu, 07 Jun 2018) | 3 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] Moved some computations on the exponents earlier
+since they may yield an early overflow or underflow, and computing
+the division by b^e would be useless in such a case.
+------------------------------------------------------------------------
+r12763 | vlefevre | 2018-06-07 11:21:46 +0000 (Thu, 07 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] Added a MPFR_ASSERTD and a FIXME on things that don't
+make much sense in the error analysis (still trying to understand…).
+------------------------------------------------------------------------
+r12762 | zimmerma | 2018-06-07 09:34:22 +0000 (Thu, 07 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/const_pi.c
+
+[src/const_pi.c] missing reference about Brent-Salamin
+
+------------------------------------------------------------------------
+r12761 | zimmerma | 2018-06-07 09:31:41 +0000 (Thu, 07 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/doc/algorithms.bib
+ M /trunk/doc/algorithms.tex
+
+[doc/algorithms.bib] added reference
+
+------------------------------------------------------------------------
+r12759 | zimmerma | 2018-06-05 14:37:16 +0000 (Tue, 05 Jun 2018) | 3 lines
+Changed paths:
+ M /trunk/tests/tfmma.c
+
+[tests/tfmma.c] improve coverage of the UBF case in mpfr_sub
+ (now coverage of sub.c is 100%)
+
+------------------------------------------------------------------------
+r12758 | vlefevre | 2018-06-05 10:35:04 +0000 (Tue, 05 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/src/sum.c
+
+[src/sum.c] Updated TODO from r12755.
+------------------------------------------------------------------------
+r12757 | zimmerma | 2018-06-05 06:45:12 +0000 (Tue, 05 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/fmma.c
+
+[src/fmma.c] now mpfr_fmms calls mpfr_sub for a better coverage
-[tests/tstckintc.c] Avoid false warnings with -Wcast-align=strict from
-GCC 8.1 by adding casts "(long *) (void *)", still allowing checks of
-other alignment requirements (which are not handled by the tstckintc.c
-code).
-(merged changeset r12698 from the trunk)
------------------------------------------------------------------------
-r12760 | vlefevre | 2018-06-06 11:05:33 +0000 (Wed, 06 Jun 2018) | 6 lines
+r12756 | vlefevre | 2018-06-04 15:06:35 +0000 (Mon, 04 Jun 2018) | 1 line
Changed paths:
- M /branches/4.0
- A /branches/4.0/codespell.exclude (from /trunk/codespell.exclude:12754)
- M /branches/4.0/codespell.ignore
- M /branches/4.0/tools/mpfrlint
+ M /trunk/src/sum.c
+
+[src/sum.c] Updated TODO from r12755.
+------------------------------------------------------------------------
+r12755 | vlefevre | 2018-06-04 14:49:50 +0000 (Mon, 04 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sum.c
+
+[src/sum.c] Added a comment with a TODO about potentially dead code on
+some platforms.
+------------------------------------------------------------------------
+r12754 | vlefevre | 2018-06-04 12:18:51 +0000 (Mon, 04 Jun 2018) | 5 lines
+Changed paths:
+ A /trunk/codespell.exclude
+ M /trunk/codespell.ignore
+ M /trunk/tools/mpfrlint
codespell: simplified exceptions.
* Added codespell.exclude file.
* codespell.ignore: removed some words (particular cases).
* tools/mpfrlint: use the codespell.exclude exclude file, and for
the doc directory, replaced -S by an explicit list of files.
-(merged changesets r12486,12497,12753-12754 from the trunk)
------------------------------------------------------------------------
-r12750 | vlefevre | 2018-06-02 22:22:50 +0000 (Sat, 02 Jun 2018) | 4 lines
+r12753 | vlefevre | 2018-06-04 09:27:59 +0000 (Mon, 04 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/codespell.ignore
+
+[codespell.ignore] Also ignore "objext" and "tim" (codespell 1.13).
+------------------------------------------------------------------------
+r12752 | zimmerma | 2018-06-04 08:00:22 +0000 (Mon, 04 Jun 2018) | 5 lines
+Changed paths:
+ M /trunk/src/sub1.c
+ M /trunk/tests/tfmma.c
+
+[src/sub1.c] fixed a bug and solved a FIXME (underflow for UBFs)
+Note: this mostly reverts r12319, r12321, and the remaining FIXME
+from r12327.
+[tests/tfmma.c] added non-regression tests
+
+------------------------------------------------------------------------
+r12751 | vlefevre | 2018-06-02 22:39:37 +0000 (Sat, 02 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Concerning r12738, the safer code can be avoided
+with GCC in ISO C mode (__STRICT_ANSI__).
+------------------------------------------------------------------------
+r12749 | zimmerma | 2018-06-02 18:40:39 +0000 (Sat, 02 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/invert_limb.h
+
+[src/invert_limb.h] fixed two typos reported by Marco Bodrato
+
+------------------------------------------------------------------------
+r12748 | vlefevre | 2018-06-02 00:11:28 +0000 (Sat, 02 Jun 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tversion.c
+
+[tests/tversion.c] For GCC, output __STRICT_ANSI__ when defined.
+------------------------------------------------------------------------
+r12747 | zimmerma | 2018-06-01 12:24:43 +0000 (Fri, 01 Jun 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sqrt.c
+
+[src/sqrt.c] fixed/improved comments
+
+------------------------------------------------------------------------
+r12746 | zimmerma | 2018-05-31 21:12:05 +0000 (Thu, 31 May 2018) | 2 lines
+Changed paths:
+ M /trunk/src/invsqrt_limb.h
+
+[src/invsqrt_limb.h] fixed typos in comments
+
+------------------------------------------------------------------------
+r12745 | vlefevre | 2018-05-31 20:09:45 +0000 (Thu, 31 May 2018) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Updated a URL.
+------------------------------------------------------------------------
+r12744 | vlefevre | 2018-05-31 16:04:15 +0000 (Thu, 31 May 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/src/invert_limb.h
+ M /trunk/src/mpfr-impl.h
-[src/invert_limb.h] fixed two typos reported by Marco Bodrato.
-Note that with the current MPFR code, these typos did not have
-any consequence.
-(merged changeset r12749 from the trunk)
+[src/mpfr-impl.h] Fixed potential compilation failure with _Decimal64,
+detected with r12738.
------------------------------------------------------------------------
-r12743 | vlefevre | 2018-05-31 14:47:16 +0000 (Thu, 31 May 2018) | 1 line
+r12742 | vlefevre | 2018-05-31 14:46:31 +0000 (Thu, 31 May 2018) | 1 line
Changed paths:
- M /branches/4.0/doc/mpfr.texi
+ M /trunk/doc/mpfr.texi
[doc/mpfr.texi] Updated the month.
------------------------------------------------------------------------
-r12741 | vlefevre | 2018-05-31 14:41:37 +0000 (Thu, 31 May 2018) | 2 lines
+r12740 | vlefevre | 2018-05-31 14:37:04 +0000 (Thu, 31 May 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/AUTHORS
- M /branches/4.0/INSTALL
- M /branches/4.0/doc/algorithms.tex
- M /branches/4.0/doc/mpfr.texi
- M /branches/4.0/examples/sample.c
- M /branches/4.0/mpfr.pc.in
- M /branches/4.0/tests
- M /branches/4.0/tests/tests.c
- M /branches/4.0/tools/cfarm.sh
- M /branches/4.0/tools/update-version
+ M /trunk/AUTHORS
+ M /trunk/INSTALL
+ M /trunk/doc/algorithms.tex
+ M /trunk/doc/mpfr.texi
+ M /trunk/examples/sample.c
+ M /trunk/mpfr.pc.in
+ M /trunk/tests/tests.c
+ M /trunk/tools/cfarm.sh
+ M /trunk/tools/update-version
Updated mpfr.org URL's to use https (except in ChangeLog and NEWS).
-(marked changeset r12740 as merged from the trunk)
------------------------------------------------------------------------
-r12736 | vlefevre | 2018-05-30 17:45:00 +0000 (Wed, 30 May 2018) | 2 lines
+r12738 | vlefevre | 2018-05-31 00:23:22 +0000 (Thu, 31 May 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/tools/announce-text
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] With GCC, select safer code for DOUBLE_ISNAN(x).
+------------------------------------------------------------------------
+r12734 | vlefevre | 2018-05-30 17:38:44 +0000 (Wed, 30 May 2018) | 1 line
+Changed paths:
+ M /trunk/tools/announce-text
[tools/announce-text] http → https (for mpfr.org).
-(merged changeset r12734 from the trunk)
------------------------------------------------------------------------
-r12735 | vlefevre | 2018-05-30 17:44:10 +0000 (Wed, 30 May 2018) | 6 lines
+r12733 | vlefevre | 2018-05-30 15:54:11 +0000 (Wed, 30 May 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/doc/FAQ.html
- M /branches/4.0/doc/faq.xsl
- M /branches/4.0/doc/update-faq
+ M /trunk/doc/FAQ.html
-[doc] Changes due to the https support by mpfr.org.
- * faq.xsl: for the visual.css, use a local URL since libxml2 does not
- support https.
+[doc] Updated FAQ.html with update-faq.
+------------------------------------------------------------------------
+r12732 | vlefevre | 2018-05-30 15:53:47 +0000 (Wed, 30 May 2018) | 4 lines
+Changed paths:
+ M /trunk/doc/faq.xsl
+ M /trunk/doc/update-faq
+
+[doc] Workaround due to the lack of https support in libxml2
+and the fact that mpfr.org now uses https with HSTS.
+ * faq.xsl: for the visual.css, use a local URL.
* update-faq: download visual.css from mpfr.org first.
- * FAQ.html: update with update-faq.
-(merged changesets r12731-12733 from the trunk)
------------------------------------------------------------------------
-r12680 | vlefevre | 2018-04-26 15:33:52 +0000 (Thu, 26 Apr 2018) | 8 lines
+r12731 | vlefevre | 2018-05-30 14:09:36 +0000 (Wed, 30 May 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/src/inp_str.c
- M /branches/4.0/src/out_str.c
+ M /trunk/doc/update-faq
-[src/{inp_str.c,out_str.c}] For mpfr_inp_str and mpfr_out_str, when
-the stream was a null pointer, it was replaced by stdin and stdout,
-respectively. No longer do that, since:
- * This behavior was useless, not documented, and not consistent
- with other I/O functions.
- * Just in case a null pointer for the stream has a special meaning
- with some C implementation, MPFR was not behaving as documented.
-(merged changesets r12520-12521 from the trunk)
+[doc/update-faq] http → https
------------------------------------------------------------------------
-r12679 | vlefevre | 2018-04-26 15:17:30 +0000 (Thu, 26 Apr 2018) | 6 lines
+r12724 | vlefevre | 2018-05-30 09:27:29 +0000 (Wed, 30 May 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/src/gmp_op.c
- M /branches/4.0/tests
- M /branches/4.0/tests/tgmpop.c
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Added a FIXME about DOUBLE_ISNAN and GCC.
+------------------------------------------------------------------------
+r12723 | vlefevre | 2018-05-28 16:34:37 +0000 (Mon, 28 May 2018) | 6 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] Continued to review the new error analysis and code.
+Changes:
+ * made the code more SSA-like (avoid a "y += ysize; y -= ysize;");
+ * clarified comments;
+ * use MPFR_LIMB_MSB;
+ * added a FIXME on the error analysis.
+------------------------------------------------------------------------
+r12722 | vlefevre | 2018-05-28 13:54:52 +0000 (Mon, 28 May 2018) | 2 lines
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Added info about shell portability, and in particular
+about quotes (covering changes in r5659, r6128, r12711 and r12721).
+------------------------------------------------------------------------
+r12721 | vlefevre | 2018-05-28 13:52:00 +0000 (Mon, 28 May 2018) | 2 lines
+Changed paths:
+ M /trunk/tools/ck-clz_tab
+ M /trunk/tools/ck-copyright-notice
+ M /trunk/tools/ck-mparam
+ M /trunk/tools/update-version
+
+[tools/{ck-clz_tab,ck-copyright-notice,ck-mparam,update-version}] Fixed
+non-portable quote nesting in backticks.
+------------------------------------------------------------------------
+r12717 | vlefevre | 2018-05-28 11:05:54 +0000 (Mon, 28 May 2018) | 3 lines
+Changed paths:
+ M /trunk/examples/can_round.c
+ M /trunk/examples/divworst.c
+ M /trunk/examples/rndo-add.c
+ M /trunk/examples/sample.c
+ M /trunk/examples/version.c
+
+[examples] Added "mpfr_free_cache ();" at the end of all programs,
+as this is something that should be done systematically (at least
+to detect memory leaks with valgrind).
+------------------------------------------------------------------------
+r12716 | vlefevre | 2018-05-25 15:25:27 +0000 (Fri, 25 May 2018) | 2 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] Started to review the new error analysis and code
+(r12705,12706). Minor improvements.
+------------------------------------------------------------------------
+r12715 | vlefevre | 2018-05-25 14:46:42 +0000 (Fri, 25 May 2018) | 3 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+ M /trunk/src/mpn_exp.c
+
+[src/{mpfr-impl.h,mpn_exp.c}] Changed the return type of mpfr_mpn_exp
+from long to int for consistency with the mpfr_mpn_exp code and with
+strtofr.c (which expects an int).
+------------------------------------------------------------------------
+r12714 | vlefevre | 2018-05-25 14:40:40 +0000 (Fri, 25 May 2018) | 1 line
+Changed paths:
+ M /trunk/src/mpn_exp.c
+
+[src/mpn_exp.c] Code cleanup and protection against integer overflow.
+------------------------------------------------------------------------
+r12713 | vlefevre | 2018-05-24 14:35:51 +0000 (Thu, 24 May 2018) | 1 line
+Changed paths:
+ M /trunk/src/hypot.c
+
+[src/hypot.c] Do bitwise operations in unsigned arithmetic.
+------------------------------------------------------------------------
+r12712 | vlefevre | 2018-05-24 14:28:57 +0000 (Thu, 24 May 2018) | 1 line
+Changed paths:
+ M /trunk/src/hypot.c
+
+[src/hypot.c] Added 2 TODO.
+------------------------------------------------------------------------
+r12711 | vlefevre | 2018-05-23 14:34:10 +0000 (Wed, 23 May 2018) | 3 lines
+Changed paths:
+ M /trunk/tools/ck-clz_tab
+ M /trunk/tools/ck-copyright-notice
+
+[tools/{ck-clz_tab,ck-copyright-notice}] Changed the POSIX $(…) to `…`
+for Bourne shell compatibility (as under Solaris 10).
+Note: these scripts are called via dist-hook for "make dist".
+------------------------------------------------------------------------
+r12710 | vlefevre | 2018-05-22 07:41:58 +0000 (Tue, 22 May 2018) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Added a comment for UBF.
+------------------------------------------------------------------------
+r12709 | vlefevre | 2018-05-22 07:32:18 +0000 (Tue, 22 May 2018) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Added a comment about UBF and alignment requirements.
+------------------------------------------------------------------------
+r12708 | vlefevre | 2018-05-17 00:42:02 +0000 (Thu, 17 May 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tstrtofr.c
+
+[tests/tstrtofr.c] Removed TODO added in r12681, now obsolete.
+------------------------------------------------------------------------
+r12707 | vlefevre | 2018-05-16 15:17:09 +0000 (Wed, 16 May 2018) | 1 line
+Changed paths:
+ M /trunk/src/strtofr.c
+
+Removed trailing whitespace.
+------------------------------------------------------------------------
+r12706 | zimmerma | 2018-05-16 14:43:31 +0000 (Wed, 16 May 2018) | 2 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] revisit error analysis in the division case (end)
+
+------------------------------------------------------------------------
+r12705 | zimmerma | 2018-05-15 16:10:08 +0000 (Tue, 15 May 2018) | 3 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] revisit error analysis in the division case (work in progress,
+ not yet finished)
+
+------------------------------------------------------------------------
+r12702 | vlefevre | 2018-05-09 11:21:11 +0000 (Wed, 09 May 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tsub.c
+
+[tests/tsub.c] Updated the comment added in r12701.
+------------------------------------------------------------------------
+r12701 | vlefevre | 2018-05-09 11:16:19 +0000 (Wed, 09 May 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tsub.c
+
+[tests/tsub.c] Added a comment about the bug fixed in r10697:
+bug20180217 is a non-regression test for this bug.
+------------------------------------------------------------------------
+r12698 | vlefevre | 2018-05-02 15:14:32 +0000 (Wed, 02 May 2018) | 4 lines
+Changed paths:
+ M /trunk/tests/tstckintc.c
+
+[tests/tstckintc.c] Avoid false warnings with -Wcast-align=strict from
+GCC 8.1 by adding casts "(long *) (void *)", still allowing checks of
+other alignment requirements (which are not handled by the tstckintc.c
+code).
+------------------------------------------------------------------------
+r12697 | vlefevre | 2018-05-02 14:16:58 +0000 (Wed, 02 May 2018) | 1 line
+Changed paths:
+ M /trunk/TODO
+
+[TODO] + Use GCC's nonnull and returns_nonnull attributes.
+------------------------------------------------------------------------
+r12696 | vlefevre | 2018-05-02 12:31:59 +0000 (Wed, 02 May 2018) | 1 line
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Added a note on _Decimal64 detection.
+------------------------------------------------------------------------
+r12691 | vlefevre | 2018-04-30 15:24:36 +0000 (Mon, 30 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Added info about spelling.
+------------------------------------------------------------------------
+r12690 | vlefevre | 2018-04-30 15:18:16 +0000 (Mon, 30 Apr 2018) | 5 lines
+Changed paths:
+ M /trunk/doc/README.dev
+ M /trunk/src/random_deviate.c
+ M /trunk/tests/teint.c
+ M /trunk/tests/tversion.c
+
+Corrected "runtime" to "run time" (noun) or "run-time" (adjective)
+when it means the time at which the program is run.
+See:
+ https://gcc.gnu.org/codingconventions.html#Spelling
+ https://en.wikipedia.org/wiki/Run_time
+------------------------------------------------------------------------
+r12689 | vlefevre | 2018-04-27 15:39:52 +0000 (Fri, 27 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] Potentially unnecessary code: comes from r8384.
+------------------------------------------------------------------------
+r12688 | vlefevre | 2018-04-27 15:20:11 +0000 (Fri, 27 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] Updated TODO about potentially unnecessary code.
+------------------------------------------------------------------------
+r12687 | vlefevre | 2018-04-27 15:07:18 +0000 (Fri, 27 Apr 2018) | 3 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] Updated TODO about potentially unnecessary code,
+showing that this code probably increases the error bound (errors
+accumulate instead of compensating without this code).
+------------------------------------------------------------------------
+r12686 | vlefevre | 2018-04-27 11:17:16 +0000 (Fri, 27 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] Added a TODO about potentially unnecessary code.
+------------------------------------------------------------------------
+r12685 | vlefevre | 2018-04-27 08:50:28 +0000 (Fri, 27 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] Corrected/updated comments and added a log message.
+------------------------------------------------------------------------
+r12684 | vlefevre | 2018-04-27 08:34:58 +0000 (Fri, 27 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] Corrected a comment (exp_base and exp_bin description).
+------------------------------------------------------------------------
+r12683 | vlefevre | 2018-04-27 08:22:59 +0000 (Fri, 27 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] Added a FIXME: possible bug in very special cases with
+large exponents, 32-bit mpfr_exp_t and very long strings.
+------------------------------------------------------------------------
+r12682 | vlefevre | 2018-04-27 07:40:21 +0000 (Fri, 27 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] Added/clarified comments.
+------------------------------------------------------------------------
+r12681 | vlefevre | 2018-04-27 01:36:48 +0000 (Fri, 27 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tstrtofr.c
+
+[tests/tstrtofr.c] Added a TODO related to the bug fixed in r12573.
+------------------------------------------------------------------------
+r12678 | vlefevre | 2018-04-26 15:10:36 +0000 (Thu, 26 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tgmpop.c
+
+[tests/tgmpop.c] Coding style.
+------------------------------------------------------------------------
+r12677 | vlefevre | 2018-04-26 15:07:36 +0000 (Thu, 26 Apr 2018) | 5 lines
+Changed paths:
+ M /trunk/tests/tgmpop.c
-[src/gmp_op.c] Fixed a bug in mpfr_cmp_q on NaN rational: the NaN flag
- was set by mpfr_set_q, but the flags were not restored just after.
[tests/tgmpop.c] For mpfr_cmp_q, improved the test where x is NaN by
- checking all the flags (not just erange) and added a test where y is
- a NaN rational.
-(merged changesets r12343,12677 from the trunk)
+checking all the flags (not just erange) and added a test where y is
+a NaN rational.
+Note: this could be used to detect 2 bugs, fixed in r12343 and r12499,
+respectively.
------------------------------------------------------------------------
-r12675 | vlefevre | 2018-04-26 13:13:57 +0000 (Thu, 26 Apr 2018) | 1 line
+r12676 | vlefevre | 2018-04-26 14:08:10 +0000 (Thu, 26 Apr 2018) | 2 lines
Changed paths:
- M /branches/4.0/tests
- M /branches/4.0/tests/tcan_round.c
- M /branches/4.0/tests/tconst_pi.c
- M /branches/4.0/tests/tfpif.c
- M /branches/4.0/tests/tgrandom.c
- M /branches/4.0/tests/tpow.c
- M /branches/4.0/tests/ttan.c
+ M /trunk/tests/tcan_round.c
-Merged recent tests from the trunk (r12500-12555,12558,12561).
+[tests/tcan_round.c] Removed a r2 != MPFR_RNDF test and added 3 TODO's
+to support r2 == MPFR_RNDF in some other tests.
------------------------------------------------------------------------
-r12674 | vlefevre | 2018-04-26 12:59:37 +0000 (Thu, 26 Apr 2018) | 5 lines
+r12646 | vlefevre | 2018-04-24 09:46:03 +0000 (Tue, 24 Apr 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests
- M /branches/4.0/tests/Makefile.am
+ M /trunk/src/mpfr-gmp.h
-[tests/Makefile.am] Update of the "check" rule:
- * Output svnversion info when applicable.
- * Do not echo (complex) commands.
- * Do not output a useless "PASS ..." line at the end.
-(merged changesets r12535-12536 from the trunk)
+[src/mpfr-gmp.h] Clarified a comment (the "if" is part of the code,
+not the English word).
------------------------------------------------------------------------
-r12664 | vlefevre | 2018-04-25 15:06:34 +0000 (Wed, 25 Apr 2018) | 4 lines
+r12645 | zimmerma | 2018-04-24 08:57:53 +0000 (Tue, 24 Apr 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/src/gmp_op.c
- M /branches/4.0/tests
- M /branches/4.0/tests/tgmpop.c
+ M /trunk/src/mpfr-gmp.h
+
+[src/mpfr-gmp.h] added comment about MPN_FILL
-[src/gmp_op.c] Fixed bug in mpfr_cmp_q when the denominator of the
- mpq_t argument is 0.
-[tests/tgmpop.c] Added tests.
-(merged changesets r12499,12502 from the trunk)
------------------------------------------------------------------------
-r12663 | vlefevre | 2018-04-25 15:00:21 +0000 (Wed, 25 Apr 2018) | 1 line
+r12644 | vlefevre | 2018-04-20 09:17:15 +0000 (Fri, 20 Apr 2018) | 1 line
Changed paths:
- M /branches/4.0/doc/mpfr.texi
+ M /trunk/src/out_str.c
+
+[src/out_str.c] Check for integer overflow (here, a minor issue).
+------------------------------------------------------------------------
+r12643 | vlefevre | 2018-04-20 09:10:27 +0000 (Fri, 20 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/src/out_str.c
+
+[src/out_str.c] Support mpfr_exp_t larger than long (with mpfr_eexp_t).
+------------------------------------------------------------------------
+r12641 | vlefevre | 2018-04-19 15:13:10 +0000 (Thu, 19 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tests
+
+[tests] Added tdot to svn:ignore property.
+------------------------------------------------------------------------
+r12640 | vlefevre | 2018-04-19 15:10:52 +0000 (Thu, 19 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tdot.c
+
+[tests/tdot.c] Various improvements.
+------------------------------------------------------------------------
+r12639 | vlefevre | 2018-04-19 14:57:05 +0000 (Thu, 19 Apr 2018) | 4 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+ M /trunk/src/dot.c
+
+[doc/mpfr.texi] Note that mpfr_dot does not yet handle intermediate
+underflows either.
+[src/dot.c] Changed an MPFR_ASSERTD to MPFR_ASSERTN since the assertion
+is not satisfied on some user inputs. Minor improvements.
+------------------------------------------------------------------------
+r12638 | vlefevre | 2018-04-19 14:42:21 +0000 (Thu, 19 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/NEWS
+
+[NEWS] Added mpfr_dot.
+------------------------------------------------------------------------
+r12637 | vlefevre | 2018-04-19 14:41:42 +0000 (Thu, 19 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] In the added functions, note that mpfr_dot is incomplete
+and experimental.
+------------------------------------------------------------------------
+r12636 | vlefevre | 2018-04-19 14:31:39 +0000 (Thu, 19 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tsum.c
+
+[tests/tsum.c] Code style.
+------------------------------------------------------------------------
+r12635 | vlefevre | 2018-04-19 14:30:19 +0000 (Thu, 19 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
[doc/mpfr.texi] Updated the month.
------------------------------------------------------------------------
-r12662 | vlefevre | 2018-04-25 14:45:45 +0000 (Wed, 25 Apr 2018) | 1 line
+r12634 | vlefevre | 2018-04-19 14:29:41 +0000 (Thu, 19 Apr 2018) | 1 line
Changed paths:
- M /branches/4.0/tests
- M /branches/4.0/tests/tdiv_ui.c
- M /branches/4.0/tests/tfma.c
- M /branches/4.0/tests/tget_str.c
+ M /trunk/tests/tdot.c
-Merged recent tests from the trunk (r12435-12453).
+[tests/tdot.c] Code style.
------------------------------------------------------------------------
-r12642 | vlefevre | 2018-04-19 15:51:55 +0000 (Thu, 19 Apr 2018) | 13 lines
+r12633 | zimmerma | 2018-04-19 14:21:48 +0000 (Thu, 19 Apr 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/doc/mpfr.texi
- M /branches/4.0/src/get_str.c
- M /branches/4.0/tests
- M /branches/4.0/tests/tget_str.c
+ M /trunk/doc/mpfr.texi
+ M /trunk/src/Makefile.am
+ A /trunk/src/dot.c
+ M /trunk/src/mpfr.h
+ M /trunk/tests/Makefile.am
+ A /trunk/tests/tdot.c
+
+added mpfr_dot
-Fixed an issue with mpfr_get_str: The number 1 of significant digits
-output in the string is now fully supported, i.e.
- * the value 1 can be provided for n (4th argument);
- * if n = 0, then the number of significant digits in the output string
- can now be 1, as already implied by the documentation (but the code
- was increasing it to 2).
-Changes:
- * doc/mpfr.texi: updated mpfr_get_str description to accept n = 1.
- * src/get_str.c: fixed the code as explained above (for n = 0,
- removed the increase to 2, and removed an MPFR_ASSERTN).
- * tests/tget_str.c: added tests.
-(merged changesets from the trunk: r12430 on tests/tget_str.c only;
-r12432,12434,12440)
------------------------------------------------------------------------
-r12632 | vlefevre | 2018-04-19 13:33:00 +0000 (Thu, 19 Apr 2018) | 3 lines
+r12631 | vlefevre | 2018-04-19 13:32:03 +0000 (Thu, 19 Apr 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests
- M /branches/4.0/tests/tget_flt.c
+ M /trunk/tests/tget_flt.c
[tests/tget_flt.c] Correction about the use of mpfr_signbit, in case
the implementation would change.
-(merged changeset r12631 from the trunk)
------------------------------------------------------------------------
-r12630 | vlefevre | 2018-04-19 13:28:19 +0000 (Thu, 19 Apr 2018) | 1 line
+r12628 | vlefevre | 2018-04-19 13:09:19 +0000 (Thu, 19 Apr 2018) | 1 line
Changed paths:
- M /branches/4.0/tests
- M /branches/4.0/tests/tbuildopt.c
- M /branches/4.0/tests/tfma.c
- M /branches/4.0/tests/tget_flt.c
- M /branches/4.0/tests/tget_q.c
- M /branches/4.0/tests/tget_set_d64.c
- M /branches/4.0/tests/tset_z_exp.c
+ M /trunk/src/sqr.c
-Merged recent tests from the trunk (r12393-12424).
+[src/sqr.c] Minor code improvement.
------------------------------------------------------------------------
-r12629 | vlefevre | 2018-04-19 13:17:34 +0000 (Thu, 19 Apr 2018) | 4 lines
+r12627 | vlefevre | 2018-04-19 12:56:07 +0000 (Thu, 19 Apr 2018) | 1 line
Changed paths:
- M /branches/4.0/src/sqr.c
- M /branches/4.0/tests
- M /branches/4.0/tests/tsqr.c
+ M /trunk/src/sqr.c
-[src/sqr.c] Fixed a bug in mpfr_sqr_1n in a rare case near underflow.
-[tests/tsqr.c] Added tests, including non-regression for above bug
-(manually patched src/sqr.c since r12398 had other, unrelated changes;
-merged changesets r12398-12399 on tests/tsqr.c from the trunk)
+[src/sqr.c] Code formatting.
------------------------------------------------------------------------
-r12624 | vlefevre | 2018-04-19 12:24:18 +0000 (Thu, 19 Apr 2018) | 4 lines
+r12626 | vlefevre | 2018-04-19 12:55:10 +0000 (Thu, 19 Apr 2018) | 1 line
Changed paths:
- M /branches/4.0/src/fma.c
- M /branches/4.0/tests/tfma.c
+ M /trunk/src/sqr.c
+
+[src/sqr.c] Clarified a comment and slightly improved code.
+------------------------------------------------------------------------
+r12625 | vlefevre | 2018-04-19 12:37:50 +0000 (Thu, 19 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/src/sqr.c
+
+[src/sqr.c] Typo in a comment.
+------------------------------------------------------------------------
+r12623 | vlefevre | 2018-04-19 10:15:25 +0000 (Thu, 19 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tfma.c
+
+[tests/tfma.c] Added test_underflow5.
+------------------------------------------------------------------------
+r12622 | vlefevre | 2018-04-19 10:09:44 +0000 (Thu, 19 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tfma.c
+
+[tests/tfma.c] Minor correction for test_underflow4.
+------------------------------------------------------------------------
+r12620 | vlefevre | 2018-04-19 07:01:09 +0000 (Thu, 19 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tfma.c
+
+[tests/tfma.c] Added a comment.
+------------------------------------------------------------------------
+r12619 | vlefevre | 2018-04-18 23:24:57 +0000 (Wed, 18 Apr 2018) | 6 lines
+Changed paths:
+ M /trunk/tests/tfma.c
+
+[tests/tfma.c] Added test_underflow4. This allows to show that the
+bound MAX (MPFR_PREC (z), MPFR_PREC (s) + 1) in fma.c is optimal:
+ * If one subtract 1 from the 1st term MPFR_PREC (z), a failure
+ occurs in test_underflow4.
+ * If one subtract 1 from the 2nd term MPFR_PREC (s) + 1, a failure
+ occurs in test_underflow2.
+------------------------------------------------------------------------
+r12618 | vlefevre | 2018-04-18 15:19:33 +0000 (Wed, 18 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] For the ICC check, also test __INTEL_COMPILER.
+------------------------------------------------------------------------
+r12617 | vlefevre | 2018-04-18 15:15:25 +0000 (Wed, 18 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] Corrected comment for the ICC check (GCC is no longer
+disabled since r5720).
+------------------------------------------------------------------------
+r12616 | zimmerma | 2018-04-18 12:16:49 +0000 (Wed, 18 Apr 2018) | 3 lines
+Changed paths:
+ M /trunk/TODO
+ M /trunk/src/mpfr.h
+
+[src/mpfr.h] enable some code that now works with ICC (tested with ICC 14)
+[TODO] removed item
-[src/fma.c] Fixed various bugs related to internal overflows/underflows.
-[tests/tfma.c] Added tests.
-(merged changesets r12393-12405,12583-12623 on these files from the
-trunk)
------------------------------------------------------------------------
-r12581 | vlefevre | 2018-04-11 15:17:16 +0000 (Wed, 11 Apr 2018) | 8 lines
+r12615 | vlefevre | 2018-04-18 11:58:30 +0000 (Wed, 18 Apr 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests
- M /branches/4.0/tests/terf.c
- M /branches/4.0/tests/tpow.c
- M /branches/4.0/tests/tpow_z.c
+ M /trunk/tests/tversion.c
+
+[tests/tversion.c] Updated a comment about __ICC.
+------------------------------------------------------------------------
+r12614 | zimmerma | 2018-04-18 11:32:15 +0000 (Wed, 18 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/TODO
+
+[TODO] removed item that we won't implement
+
+------------------------------------------------------------------------
+r12613 | zimmerma | 2018-04-18 11:25:44 +0000 (Wed, 18 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/TODO
+
+[TODO] removed done item (UBF)
+
+------------------------------------------------------------------------
+r12612 | zimmerma | 2018-04-17 19:50:44 +0000 (Tue, 17 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/TODO
+
+[TODO] RNDF is done
+
+------------------------------------------------------------------------
+r12611 | zimmerma | 2018-04-17 19:46:45 +0000 (Tue, 17 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/TODO
+
+[TODO] removed an obsolete item
+
+------------------------------------------------------------------------
+r12610 | zimmerma | 2018-04-17 19:42:39 +0000 (Tue, 17 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/TODO
+
+[TODO] log_ui is done
+
+------------------------------------------------------------------------
+r12609 | vlefevre | 2018-04-17 09:30:16 +0000 (Tue, 17 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tools/mpfrlint
+
+[tools/mpfrlint] Detect the use of mpfr_div_2exp and mpfr_mul_2exp.
+------------------------------------------------------------------------
+r12608 | vlefevre | 2018-04-17 01:57:39 +0000 (Tue, 17 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/reuse.c
+ M /trunk/tests/taway.c
+
+[tests/{reuse.c,taway.c}] Added mpfr_div_2ui and mpfr_mul_2ui.
+Note: si functions are not tested yet.
+------------------------------------------------------------------------
+r12607 | vlefevre | 2018-04-17 01:51:13 +0000 (Tue, 17 Apr 2018) | 4 lines
+Changed paths:
+ M /trunk/src/atan.c
+ M /trunk/src/bernoulli.c
+ M /trunk/src/const_euler.c
+ M /trunk/src/digamma.c
+ M /trunk/src/log_ui.c
+ M /trunk/src/sin_cos.c
+ M /trunk/src/zeta.c
+ M /trunk/tests/tacos.c
+ M /trunk/tests/tacosh.c
+ M /trunk/tests/tadd.c
+ M /trunk/tests/tadd1sp.c
+ M /trunk/tests/tasin.c
+ M /trunk/tests/tatan.c
+ M /trunk/tests/tcmp2.c
+ M /trunk/tests/tcmp_ui.c
+ M /trunk/tests/tconst_catalan.c
+ M /trunk/tests/tdiv.c
+ M /trunk/tests/texceptions.c
+ M /trunk/tests/tfits.c
+ M /trunk/tests/tgamma.c
+ M /trunk/tests/tget_d.c
+ M /trunk/tests/tget_d_2exp.c
+ M /trunk/tests/tget_f.c
+ M /trunk/tests/tget_flt.c
+ M /trunk/tests/tget_ld_2exp.c
+ M /trunk/tests/tget_set_d64.c
+ M /trunk/tests/tget_str.c
+ M /trunk/tests/tget_z.c
+ M /trunk/tests/tmul.c
+ M /trunk/tests/tpow.c
+ M /trunk/tests/tremquo.c
+ M /trunk/tests/trint.c
+ M /trunk/tests/tset_float128.c
+ M /trunk/tests/tsqr.c
+ M /trunk/tests/tsqrt.c
+ M /trunk/tests/tsub.c
+ M /trunk/tests/tsub1sp.c
+
+Replaced mpfr_mul_2exp & mpfr_div_2exp by mpfr_mul_2ui & mpfr_div_2ui,
+respectively (for the tests, except in reuse.c and in taway.c).
+Note: As documented, mpfr_mul_2exp & mpfr_div_2exp are only kept for
+compatibility with MPF; mpfr_mul_2ui & mpfr_div_2ui are preferred.
+------------------------------------------------------------------------
+r12606 | vlefevre | 2018-04-16 15:07:16 +0000 (Mon, 16 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/TODO
+
+[TODO] + function to reduce the precision of a variable, with a
+ternary value in input, i.e. taking care of double rounding.
+------------------------------------------------------------------------
+r12605 | vlefevre | 2018-04-16 14:48:20 +0000 (Mon, 16 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tfma.c
+
+[tests/tfma.c] More tests for test_underflow2.
+------------------------------------------------------------------------
+r12604 | vlefevre | 2018-04-16 14:41:06 +0000 (Mon, 16 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tfma.c
+
+[tests/tfma.c] Corrected r12603 for test_underflow2.
+------------------------------------------------------------------------
+r12603 | vlefevre | 2018-04-16 14:20:23 +0000 (Mon, 16 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tfma.c
+
+[tests/tfma.c] More tests for test_underflow2.
+------------------------------------------------------------------------
+r12602 | vlefevre | 2018-04-16 13:54:22 +0000 (Mon, 16 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/src/fma.c
+
+[src/fma.c] Updated easy case of underflow.
+------------------------------------------------------------------------
+r12601 | vlefevre | 2018-04-16 11:43:32 +0000 (Mon, 16 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tfma.c
+
+[tests/tfma.c] Updated a comment for test_underflow2.
+------------------------------------------------------------------------
+r12600 | vlefevre | 2018-04-16 11:37:23 +0000 (Mon, 16 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tfma.c
+
+[tests/tfma.c] In test_underflow2, also test different signs.
+------------------------------------------------------------------------
+r12599 | vlefevre | 2018-04-16 10:36:12 +0000 (Mon, 16 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tests
+
+[tests] Updated svn:ignore property.
+------------------------------------------------------------------------
+r12598 | vlefevre | 2018-04-16 09:31:24 +0000 (Mon, 16 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] "To make a release": check also with
+-DMPFR_GROUP_STATIC_SIZE=0 to detect memory leaks.
+------------------------------------------------------------------------
+r12597 | vlefevre | 2018-04-16 09:09:00 +0000 (Mon, 16 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/src/fma.c
+
+[src/fma.c] Forgot a MPFR_GROUP_CLEAR.
+------------------------------------------------------------------------
+r12596 | vlefevre | 2018-04-16 09:05:01 +0000 (Mon, 16 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/src/fma.c
+
+[src/fma.c] Simplified the underflow case by using UBF in the
+difficult cases, resolving the remaining FIXME's.
+------------------------------------------------------------------------
+r12595 | vlefevre | 2018-04-13 14:44:41 +0000 (Fri, 13 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tfma.c
+
+[tests/tfma.c] More tests for test_overflow3 by adding loops on j and k.
+------------------------------------------------------------------------
+r12594 | vlefevre | 2018-04-13 13:43:49 +0000 (Fri, 13 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tfma.c
+
+[tests/tfma.c] Extended test_overflow3 to reversed signs.
+------------------------------------------------------------------------
+r12593 | vlefevre | 2018-04-13 13:29:31 +0000 (Fri, 13 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tfma.c
+
+[tests/tfma.c] Do all the overflow/underflow tests in exponent ranges
+[-1024,1024], [MPFR_EMIN_MIN,MPFR_EMAX_MAX], and the default one.
+------------------------------------------------------------------------
+r12592 | vlefevre | 2018-04-13 10:17:33 +0000 (Fri, 13 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-sassert.h
+
+[src/mpfr-sassert.h] Added a comment.
+------------------------------------------------------------------------
+r12591 | vlefevre | 2018-04-12 19:04:45 +0000 (Thu, 12 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tfma.c
+
+[tests/tfma.c] Forgot a cast for C++ compatibility.
+------------------------------------------------------------------------
+r12590 | vlefevre | 2018-04-12 14:50:25 +0000 (Thu, 12 Apr 2018) | 4 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Reverted r12588: there should be no alignment issues
+with UBF, since an UBF (__mpfr_ubf_struct) is sometimes regarded as a
+MPFR number (__mpfr_struct) but not the opposite (or this is just back
+to __mpfr_ubf_struct).
+------------------------------------------------------------------------
+r12589 | vlefevre | 2018-04-12 14:17:55 +0000 (Thu, 12 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/src/fma.c
+
+[src/fma.c] Simplified the difficult part of the overflow case by
+using UBF (this also fixes corner cases in huge precision).
+------------------------------------------------------------------------
+r12588 | vlefevre | 2018-04-12 13:46:10 +0000 (Thu, 12 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Added a note about alignment constraints for UBF.
+------------------------------------------------------------------------
+r12587 | vlefevre | 2018-04-12 13:34:16 +0000 (Thu, 12 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/src/fma.c
+ M /trunk/tests/tfma.c
+
+[src/fma.c] Fixed sign related bug in overflow case.
+[tests/tfma.c] Added test_overflow5 test for this bug.
+------------------------------------------------------------------------
+r12586 | vlefevre | 2018-04-12 12:52:20 +0000 (Thu, 12 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tfma.c
+
+[tests/tfma.c] In test_overflow4, also test different signs.
+------------------------------------------------------------------------
+r12585 | vlefevre | 2018-04-12 10:27:59 +0000 (Thu, 12 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/src/fma.c
+
+[src/fma.c] Correction for the FIXME from r12403 concerning r12396.
+The test added in tests/tfma.c r12584 no longer fails.
+------------------------------------------------------------------------
+r12584 | vlefevre | 2018-04-12 10:21:00 +0000 (Thu, 12 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tfma.c
+
+[tests/tfma.c] Added a test that fails. It corresponds to the FIXME
+in src/fma.c about the test on MPFR_GET_EXP (u) - MPFR_GET_EXP (z).
+------------------------------------------------------------------------
+r12583 | vlefevre | 2018-04-12 08:29:47 +0000 (Thu, 12 Apr 2018) | 4 lines
+Changed paths:
+ M /trunk/src/fma.c
+
+[src/fma.c] Removed a redundant test since the second condition of
+the && expression implies the first one.
+Note: This test came from the time when the precision type was unsigned,
+in order to make sure that the result of the subtraction was positive.
+------------------------------------------------------------------------
+r12575 | vlefevre | 2018-04-11 12:40:33 +0000 (Wed, 11 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tversion.c
+
+[tests/tversion.c] Output "Generic ABI code" info (MPFR_GENERIC_ABI).
+------------------------------------------------------------------------
+r12574 | vlefevre | 2018-04-11 09:12:00 +0000 (Wed, 11 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] English usage in a comment.
+------------------------------------------------------------------------
+r12573 | zimmerma | 2018-04-11 06:51:30 +0000 (Wed, 11 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] fixed bug in corner cases
+
+------------------------------------------------------------------------
+r12572 | vlefevre | 2018-04-10 15:51:23 +0000 (Tue, 10 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] Reverted r12569: this is wrong with a 32-bit ABI.
+------------------------------------------------------------------------
+r12571 | vlefevre | 2018-04-10 13:12:40 +0000 (Tue, 10 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] Added a FIXME.
+------------------------------------------------------------------------
+r12570 | zimmerma | 2018-04-10 12:34:44 +0000 (Tue, 10 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] added more comments
+
+------------------------------------------------------------------------
+r12569 | zimmerma | 2018-04-10 08:31:31 +0000 (Tue, 10 Apr 2018) | 3 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+ M /trunk/tests/tstrtofr.c
+
+[src/strtofr.c] replaced dead code by an assert
+[tests/tstrtofr.c] fixed bug20170308 and added coverage test
+
+------------------------------------------------------------------------
+r12568 | zimmerma | 2018-04-09 14:49:32 +0000 (Mon, 09 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] removed dead code (and added explanation)
+
+------------------------------------------------------------------------
+r12567 | zimmerma | 2018-04-09 08:02:45 +0000 (Mon, 09 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+
+[src/strtofr.c] completed a comment
+
+------------------------------------------------------------------------
+r12566 | zimmerma | 2018-04-06 16:19:29 +0000 (Fri, 06 Apr 2018) | 3 lines
+Changed paths:
+ M /trunk/src/strtofr.c
+ M /trunk/tests/tstrtofr.c
+
+[src/strtofr.c] added comment
+[tests/tstrtofr.c] improve coverage
+
+------------------------------------------------------------------------
+r12565 | vlefevre | 2018-04-06 15:21:45 +0000 (Fri, 06 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/src/round_prec.c
+
+[src/round_prec.c] Replaced an incorrect comment by an assertion.
+------------------------------------------------------------------------
+r12564 | vlefevre | 2018-04-06 15:12:54 +0000 (Fri, 06 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/src/round_raw_generic.c
+
+[src/round_raw_generic.c] Check validity of flag.
+------------------------------------------------------------------------
+r12563 | zimmerma | 2018-04-06 15:11:13 +0000 (Fri, 06 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/NEWS
+
+[NEWS] now 98.2% of test coverage
+
+------------------------------------------------------------------------
+r12562 | vlefevre | 2018-04-06 15:07:51 +0000 (Fri, 06 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tests/Makefile.am
+
+[tests/Makefile.am] Tests in lexicographic order.
+------------------------------------------------------------------------
+r12561 | zimmerma | 2018-04-06 15:02:12 +0000 (Fri, 06 Apr 2018) | 4 lines
+Changed paths:
+ M /trunk/src/round_prec.c
+ M /trunk/src/round_raw_generic.c
+ M /trunk/tests/tcan_round.c
+
+[src/round_prec.c] added comments
+[src/round_raw_generic.c] removed dead code
+[tests/tcan_round.c] improve coverage
+
+------------------------------------------------------------------------
+r12560 | zimmerma | 2018-04-06 14:46:04 +0000 (Fri, 06 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/Makefile.am
+ A /trunk/tests/tprec_round.c (from /trunk/tests/tround_prec.c:12559)
+ D /trunk/tests/tround_prec.c
+
+renamed tround_prec.c to tprec_round.c
+
+------------------------------------------------------------------------
+r12559 | zimmerma | 2018-04-06 13:43:27 +0000 (Fri, 06 Apr 2018) | 3 lines
+Changed paths:
+ M /trunk/src/round_prec.c
+
+[src/round_prec.c] removed some dead code (if rnd1 = rnd2 and the case
+ rnd2 = RNDN was already treated, we cannot have rnd1 = RNDN)
+
+------------------------------------------------------------------------
+r12558 | vlefevre | 2018-04-06 10:02:31 +0000 (Fri, 06 Apr 2018) | 5 lines
+Changed paths:
+ M /trunk/tests/tpow.c
+
+[tests/tpow.c] Fixed a test:
+ * For this test, unsigned long and mpfr_exp_t must both have at least
+ 64 bits.
+ * Use a hardcoded emax, otherwise the test could fail for mpfr_exp_t
+ larger than 64 bits (one would not have an overflow as expected).
+------------------------------------------------------------------------
+r12557 | vlefevre | 2018-04-06 09:43:31 +0000 (Fri, 06 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/src/pow.c
+
+[src/pow.c] Fixed the code in case the size of the mpfr_exp_t type
+would be larger than 256 bits. This is also semantically better.
+------------------------------------------------------------------------
+r12556 | vlefevre | 2018-04-06 09:40:57 +0000 (Fri, 06 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+ M /trunk/tests/mpfr-test.h
+
+Moved the MAX, MIN and ABS macros from tests/mpfr-test.h to
+src/mpfr-impl.h (they can be useful...).
+------------------------------------------------------------------------
+r12555 | vlefevre | 2018-04-06 09:20:56 +0000 (Fri, 06 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tpow.c
+
+[tests/tpow.c] More tests for (-2)^(2^i + 1), not just with i = 256.
+------------------------------------------------------------------------
+r12554 | zimmerma | 2018-04-06 08:57:26 +0000 (Fri, 06 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tpow.c
+
+[tests/tpow.c] modified a test for better coverage
+
+------------------------------------------------------------------------
+r12553 | vlefevre | 2018-04-06 08:47:09 +0000 (Fri, 06 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tpow.c
+
+[tests/tpow.c] Corrected a comment (again).
+------------------------------------------------------------------------
+r12552 | vlefevre | 2018-04-06 08:45:56 +0000 (Fri, 06 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tpow.c
+
+[tests/tpow.c] Corrected a comment.
+------------------------------------------------------------------------
+r12551 | zimmerma | 2018-04-06 08:11:21 +0000 (Fri, 06 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/src/pow.c
+
+[src/pow.c] simplified case x=2^b and y < 0
+
+------------------------------------------------------------------------
+r12550 | vlefevre | 2018-04-05 14:29:38 +0000 (Thu, 05 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/src/pow.c
+
+[src/pow.c] Updated comments.
+------------------------------------------------------------------------
+r12549 | vlefevre | 2018-04-05 14:15:16 +0000 (Thu, 05 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/src/pow.c
+
+[src/pow.c] Reverted r12541 (which yielded a failure in tpow_all),
+re-indented, and added a comment concerning the failing case.
+------------------------------------------------------------------------
+r12548 | zimmerma | 2018-04-05 07:28:05 +0000 (Thu, 05 Apr 2018) | 3 lines
+Changed paths:
+ M /trunk/src/round_prec.c
+ M /trunk/tests/tcan_round.c
+
+[src/round_prec.c] fixed a bug (to be reviewed)
+[tests/tcan_round.c] added coverage tests
+
+------------------------------------------------------------------------
+r12547 | zimmerma | 2018-04-05 06:32:30 +0000 (Thu, 05 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/ttan.c
+
+[tests/ttan.c] improve coverage (and also of round_near_x)
+
+------------------------------------------------------------------------
+r12546 | zimmerma | 2018-04-05 06:01:20 +0000 (Thu, 05 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/src/pow.c
+
+[src/pow.c] fixed typo
+
+------------------------------------------------------------------------
+r12545 | vlefevre | 2018-04-04 16:47:10 +0000 (Wed, 04 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/NEWS
+
+[NEWS] Coverage is specific to x86_64 due to the various #if.
+------------------------------------------------------------------------
+r12544 | vlefevre | 2018-04-04 16:44:54 +0000 (Wed, 04 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/src/pow.c
+
+[src/pow.c] Corrected indentation.
+------------------------------------------------------------------------
+r12543 | zimmerma | 2018-04-04 16:34:31 +0000 (Wed, 04 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/NEWS
+
+[NEWS] coverage is now 98.1%
+
+------------------------------------------------------------------------
+r12542 | zimmerma | 2018-04-04 16:31:38 +0000 (Wed, 04 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/src/pow.c
+
+[src/pow.c] added a comment
+
+------------------------------------------------------------------------
+r12541 | zimmerma | 2018-04-04 16:21:33 +0000 (Wed, 04 Apr 2018) | 3 lines
+Changed paths:
+ M /trunk/src/pow.c
+ M /trunk/tests/tpow.c
+
+[src/pow.c] removed some dead code (with comment explaining why)
+[tests/tpow.c] added a test
+
+------------------------------------------------------------------------
+r12540 | zimmerma | 2018-04-04 15:31:32 +0000 (Wed, 04 Apr 2018) | 3 lines
+Changed paths:
+ M /trunk/src/pow.c
+ M /trunk/tests/tpow.c
+
+[src/pow.c] simplify code for prec=1
+[tests/tpow.c] added tests for prec=1
+
+------------------------------------------------------------------------
+r12539 | zimmerma | 2018-04-03 15:28:21 +0000 (Tue, 03 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mparam_h.in
+
+[src/mparam_h.in] added macros for Microsoft compiler
+
+------------------------------------------------------------------------
+r12538 | vlefevre | 2018-04-03 13:25:29 +0000 (Tue, 03 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tools/check_mparam.c
+
+[tools/check_mparam.c] Added a copyright notice.
+------------------------------------------------------------------------
+r12537 | vlefevre | 2018-04-03 13:20:13 +0000 (Tue, 03 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/Makefile.am
+
+[Makefile.am] Added tools/check_mparam.c and tools/ck-mparam
+to EXTRA_DIST since tools/ck-mparam is now run in dist-hook.
+------------------------------------------------------------------------
+r12536 | vlefevre | 2018-04-03 13:09:08 +0000 (Tue, 03 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tests/Makefile.am
+
+[tests/Makefile.am] Do not output a useless "PASS ..." line at the end.
+------------------------------------------------------------------------
+r12535 | vlefevre | 2018-04-03 13:07:14 +0000 (Tue, 03 Apr 2018) | 3 lines
+Changed paths:
+ M /trunk/tests/Makefile.am
+
+[tests/Makefile.am] Update of the "check" rule:
+ * Output svnversion info when applicable.
+ * Do not echo "cat tversion.log 2> /dev/null || true".
+------------------------------------------------------------------------
+r12534 | vlefevre | 2018-04-03 11:08:38 +0000 (Tue, 03 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/Makefile.am
+
+[Makefile.am] Added missing comments for dist-hook.
+------------------------------------------------------------------------
+r12533 | vlefevre | 2018-04-03 11:05:23 +0000 (Tue, 03 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/Makefile.am
+
+[Makefile.am] Run ck-mparam in dist-hook (for "make dist").
+------------------------------------------------------------------------
+r12532 | vlefevre | 2018-04-03 11:02:41 +0000 (Tue, 03 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/tools/ck-mparam
+
+[tools/ck-mparam] Commented out the old gcc-specific test since the
+new one is strictly more powerful. No longer depend on gcc.
+------------------------------------------------------------------------
+r12531 | vlefevre | 2018-04-03 10:57:37 +0000 (Tue, 03 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/tools/ck-mparam
+
+[tools/ck-mparam] Also check the mparam.h files with check_mparam.c.
+------------------------------------------------------------------------
+r12530 | vlefevre | 2018-04-03 10:48:34 +0000 (Tue, 03 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/tools/check_mparam.c
+
+[tools/check_mparam.c] C89 compatibility. Return an error code
+(useful for scripts).
+------------------------------------------------------------------------
+r12529 | vlefevre | 2018-04-03 10:45:20 +0000 (Tue, 03 Apr 2018) | 2 lines
+Changed paths:
+ M /trunk/tools/check_mparam.c
+
+[tools/check_mparam.c] A pathname of the mparam.h file can now be
+provided with -DMPARAM='"..."' when compiling.
+------------------------------------------------------------------------
+r12528 | vlefevre | 2018-04-03 10:38:15 +0000 (Tue, 03 Apr 2018) | 3 lines
+Changed paths:
+ D /misc/check_mparam.c
+ A /trunk/tools/check_mparam.c (from /misc/check_mparam.c:12527)
+
+Moved misc/check_mparam.c into trunk/tools: it will be useful for
+"make dist" in order to make sure that all mparam.h files are OK
+before a release.
+------------------------------------------------------------------------
+r12527 | vlefevre | 2018-04-03 10:31:30 +0000 (Tue, 03 Apr 2018) | 3 lines
+Changed paths:
+ M /trunk/src/mulders.c
+
+[src/mulders.c] Re-enable the change done in r12382. This is allowed
+after the fix in generic/mparam.h r12525 (this file was hand written
+and did not satisfy the current constraints).
+------------------------------------------------------------------------
+r12525 | zimmerma | 2018-04-03 09:39:30 +0000 (Tue, 03 Apr 2018) | 3 lines
+Changed paths:
+ M /trunk/src/generic/mparam.h
+
+[generic/mparam.h] ensure divhigh_ktab[n] is 0 or < n-1, as now required
+ since commit r12382
+
+------------------------------------------------------------------------
+r12524 | vlefevre | 2018-04-02 23:22:02 +0000 (Mon, 02 Apr 2018) | 1 line
+Changed paths:
+ M /trunk/src/mulders.c
+
+[src/mulders.c] Code style / indentation. Added a comment.
+------------------------------------------------------------------------
+r12523 | vlefevre | 2018-04-02 23:04:08 +0000 (Mon, 02 Apr 2018) | 3 lines
+Changed paths:
+ M /trunk/src/mulders.c
+
+[src/mulders.c] Reverting r12382 because divhigh_ktab[n] == n can
+happen. Note: this probably lacks documentation; moreover, testing
+that these tables satisfy the requirements would be useful.
+------------------------------------------------------------------------
+r12522 | vlefevre | 2018-03-31 01:07:26 +0000 (Sat, 31 Mar 2018) | 2 lines
+Changed paths:
+ M /trunk/src/inp_str.c
+
+[src/inp_str.c] Handle size_t overflow, empty string (after skipping
+spaces), and I/O errors (as opposed to end-of-file).
+------------------------------------------------------------------------
+r12521 | zimmerma | 2018-03-30 12:28:40 +0000 (Fri, 30 Mar 2018) | 2 lines
+Changed paths:
+ M /trunk/src/inp_str.c
+
+[src/inp_str.c] disallow stream=NULL (cf r12520)
+
+------------------------------------------------------------------------
+r12520 | zimmerma | 2018-03-30 09:16:17 +0000 (Fri, 30 Mar 2018) | 2 lines
+Changed paths:
+ M /trunk/src/out_str.c
+
+[src/out_str.c] the behavior on a null stream is unspecified (cf r12519)
+
+------------------------------------------------------------------------
+r12519 | vlefevre | 2018-03-30 08:51:22 +0000 (Fri, 30 Mar 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tout_str.c
+
+Reverted r12516: the behavior on a null stream is unspecified.
+------------------------------------------------------------------------
+r12518 | zimmerma | 2018-03-30 07:09:45 +0000 (Fri, 30 Mar 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tpow.c
+
+[tests/tpow.c] restrict a test to 64-bit exponent
+
+------------------------------------------------------------------------
+r12517 | zimmerma | 2018-03-29 15:42:09 +0000 (Thu, 29 Mar 2018) | 3 lines
+Changed paths:
+ M /trunk/src/pow.c
+ M /trunk/tests/tpow.c
+
+[src/pow.c] added comment
+[tests/tpow.c] improve coverage
+
+------------------------------------------------------------------------
+r12516 | zimmerma | 2018-03-29 14:18:14 +0000 (Thu, 29 Mar 2018) | 5 lines
+Changed paths:
+ M /trunk/tests/tout_str.c
+
+[tests/tout_str.c] improve coverage (I don't know how to avoid printing to
+ stdout, but since "make check" no longer shows the test
+ outputs, this should be fine). However I don't know how
+ to do the same for mpfr_inp_str...
+
+------------------------------------------------------------------------
+r12515 | zimmerma | 2018-03-29 13:24:17 +0000 (Thu, 29 Mar 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tconst_pi.c
+
+[tests/tconst_pi.c] forgotten line in commit 12512
+
+------------------------------------------------------------------------
+r12514 | zimmerma | 2018-03-29 13:17:23 +0000 (Thu, 29 Mar 2018) | 2 lines
+Changed paths:
+ M /trunk/src/grandom.c
+ M /trunk/tests/tgrandom.c
+
+[tests/tgrandom.c] improve coverage
+
+------------------------------------------------------------------------
+r12513 | zimmerma | 2018-03-29 12:54:34 +0000 (Thu, 29 Mar 2018) | 2 lines
+Changed paths:
+ M /trunk/src/grandom.c
+
+[src/grandom.c] improve coverage, and solved a FIXME
+
+------------------------------------------------------------------------
+r12512 | zimmerma | 2018-03-29 12:20:33 +0000 (Thu, 29 Mar 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tconst_pi.c
+
+[tests/tconst_pi.c] improve coverage of mpfr_free_cache2
+
+------------------------------------------------------------------------
+r12511 | vlefevre | 2018-03-29 12:01:38 +0000 (Thu, 29 Mar 2018) | 1 line
+Changed paths:
+ M /trunk/src/fpif.c
+
+[src/fpif.c] Reverted another incorrect change done in r12509.
+------------------------------------------------------------------------
+r12510 | vlefevre | 2018-03-29 11:59:48 +0000 (Thu, 29 Mar 2018) | 1 line
+Changed paths:
+ M /trunk/src/fpif.c
+
+[src/fpif.c] Reverted an incorrect change done in r12509.
+------------------------------------------------------------------------
+r12509 | zimmerma | 2018-03-29 10:22:38 +0000 (Thu, 29 Mar 2018) | 2 lines
+Changed paths:
+ M /trunk/src/fpif.c
+
+[src/fpif.c] simplify code and improve coverage to 100%
+
+------------------------------------------------------------------------
+r12508 | zimmerma | 2018-03-29 10:04:50 +0000 (Thu, 29 Mar 2018) | 2 lines
+Changed paths:
+ M /trunk/src/fpif.c
+
+[src/fpif.c] removed dead code and simplify code
+
+------------------------------------------------------------------------
+r12507 | zimmerma | 2018-03-29 09:38:22 +0000 (Thu, 29 Mar 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tfpif.c
+
+[tests/tfpif.c] improve coverage
+
+------------------------------------------------------------------------
+r12506 | zimmerma | 2018-03-29 08:28:14 +0000 (Thu, 29 Mar 2018) | 2 lines
+Changed paths:
+ M /trunk/src/fpif.c
+ M /trunk/tests/tfpif.c
+
+[tests/tfpif.c] improve coverage
+
+------------------------------------------------------------------------
+r12505 | vlefevre | 2018-03-29 08:09:58 +0000 (Thu, 29 Mar 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tfpif.c
+
+[tests/tfpif.c] Really fixed the badData test, completing r12504.
+------------------------------------------------------------------------
+r12504 | vlefevre | 2018-03-29 08:08:58 +0000 (Thu, 29 Mar 2018) | 3 lines
+Changed paths:
+ M /trunk/tests/tfpif.c
+
+[tests/tfpif.c] Fixed a test: for the huge-precision badData case,
+make sure that the data are valid so that we really check that the
+precision does not fit (and not a read error).
+------------------------------------------------------------------------
+r12503 | vlefevre | 2018-03-29 07:26:11 +0000 (Thu, 29 Mar 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tfpif.c
+
+[tests/tfpif.c] Correction just in case MPFR_PREC_BITS > 64.
+------------------------------------------------------------------------
+r12502 | vlefevre | 2018-03-29 00:02:43 +0000 (Thu, 29 Mar 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tgmpop.c
+
+Removed trailing whitespace.
+------------------------------------------------------------------------
+r12501 | vlefevre | 2018-03-28 23:57:49 +0000 (Wed, 28 Mar 2018) | 5 lines
+Changed paths:
+ M /trunk/src/fpif.c
+
+[src/fpif.c]
+ * Replaced an incorrect comment from r12500 by a correct assertion.
+ * Fixed a theoretical bug coming from this incorrect comment.
+ * Added a MPFR_ASSERTN assertion to double-check correctness.
+ * Added a comment explaining a ... >= 0x80 test.
+------------------------------------------------------------------------
+r12500 | zimmerma | 2018-03-28 10:35:33 +0000 (Wed, 28 Mar 2018) | 3 lines
+Changed paths:
+ M /trunk/src/fpif.c
+ M /trunk/tests/tfpif.c
+
+[src/fpif.c] removed dead code
+[tests/tfpif.c] improve coverage
+
+------------------------------------------------------------------------
+r12499 | zimmerma | 2018-03-28 09:44:59 +0000 (Wed, 28 Mar 2018) | 3 lines
+Changed paths:
+ M /trunk/src/gmp_op.c
+ M /trunk/tests/tgmpop.c
+
+[src/gmp_op.c] fixed bug in mpfr_cmp_q for den(q)=0
+[tests/tgmpop.c] improve coverage
+
+------------------------------------------------------------------------
+r12498 | vlefevre | 2018-03-24 01:52:02 +0000 (Sat, 24 Mar 2018) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Typographic correction (texinfo rule).
+------------------------------------------------------------------------
+r12497 | vlefevre | 2018-03-24 01:48:38 +0000 (Sat, 24 Mar 2018) | 2 lines
+Changed paths:
+ M /trunk/tools/mpfrlint
+
+[tools/mpfrlint] For codespell, skip mpfr.t2p (directory created
+in doc by "make pdf").
+------------------------------------------------------------------------
+r12496 | vlefevre | 2018-03-24 01:45:59 +0000 (Sat, 24 Mar 2018) | 1 line
+Changed paths:
+ M /trunk/src/total_order.c
+
+[src/total_order.c] Simplified the code (shorter code).
+------------------------------------------------------------------------
+r12495 | vlefevre | 2018-03-24 01:34:17 +0000 (Sat, 24 Mar 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/ttotal_order.c
+
+[tests/ttotal_order.c] Rewrote the tests to test every combination
+of classes of values.
+------------------------------------------------------------------------
+r12494 | vlefevre | 2018-03-24 00:28:27 +0000 (Sat, 24 Mar 2018) | 1 line
+Changed paths:
+ M /trunk/tests/Makefile.am
+ D /trunk/tests/total_order.c
+ A /trunk/tests/ttotal_order.c (from /trunk/tests/total_order.c:12493)
+
+[tests] Renamed total_order.c to ttotal_order.c.
+------------------------------------------------------------------------
+r12493 | vlefevre | 2018-03-23 18:17:37 +0000 (Fri, 23 Mar 2018) | 1 line
+Changed paths:
+ M /trunk/src/total_order.c
+
+[src/total_order.c] Suggest to test the sign bit first.
+------------------------------------------------------------------------
+r12492 | vlefevre | 2018-03-23 18:15:22 +0000 (Fri, 23 Mar 2018) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Added mpfr_total_order in "Added Functions".
+------------------------------------------------------------------------
+r12491 | vlefevre | 2018-03-23 18:14:05 +0000 (Fri, 23 Mar 2018) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Improved mpfr_total_order description.
+------------------------------------------------------------------------
+r12490 | zimmerma | 2018-03-23 17:42:06 +0000 (Fri, 23 Mar 2018) | 2 lines
+Changed paths:
+ M /trunk/TODO
+
+[TODO] totalOrder is done
+
+------------------------------------------------------------------------
+r12489 | zimmerma | 2018-03-23 17:03:58 +0000 (Fri, 23 Mar 2018) | 2 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+ M /trunk/src/Makefile.am
+ M /trunk/src/mpfr.h
+ A /trunk/src/total_order.c
+ M /trunk/tests/Makefile.am
+ A /trunk/tests/total_order.c
+
+added mpfr_total_order
+
+------------------------------------------------------------------------
+r12488 | vlefevre | 2018-03-23 10:06:33 +0000 (Fri, 23 Mar 2018) | 7 lines
+Changed paths:
+ M /trunk/tests/terf.c
+ M /trunk/tests/tpow.c
+ M /trunk/tests/tpow_z.c
[tests] Removed some useless #include's, in particular all the
unconditional #include <math.h> occurrences.
@@ -1960,320 +10905,2082 @@ provided by ICC 15 (at least), and this solves a compilation failure
in the build of the tests.
Moreover, <math.h> is not required by freestanding implementations,
so that it may be better to avoid it if possible.
-(merged changeset r12488 from the trunk)
------------------------------------------------------------------------
-r12580 | vlefevre | 2018-04-11 14:03:03 +0000 (Wed, 11 Apr 2018) | 3 lines
+r12487 | zimmerma | 2018-03-21 11:02:23 +0000 (Wed, 21 Mar 2018) | 2 lines
Changed paths:
- M /branches/4.0/tests
- M /branches/4.0/tests/tmul.c
+ M /trunk/TODO
+
+added 2 suggestions from Patrick Pelissier
-[tests] Merged the test from r12348, and replaced MUL_FFT_THRESHOLD
-by its default value 8448 (since the definition of MUL_FFT_THRESHOLD
-has not been moved in the 4.0 branch).
------------------------------------------------------------------------
-r12579 | vlefevre | 2018-04-11 13:54:39 +0000 (Wed, 11 Apr 2018) | 1 line
+r12486 | vlefevre | 2018-03-20 15:33:54 +0000 (Tue, 20 Mar 2018) | 1 line
Changed paths:
- M /branches/4.0/tests
- M /branches/4.0/tests/tagm.c
- M /branches/4.0/tests/tai.c
- M /branches/4.0/tests/tdiv.c
- M /branches/4.0/tests/tgmpop.c
- M /branches/4.0/tests/tmul.c
- M /branches/4.0/tests/tmul_2exp.c
- M /branches/4.0/tests/tsqrt.c
- M /branches/4.0/tests/tsub.c
- M /branches/4.0/tests/tzeta.c
+ M /trunk/tools/mpfrlint
-Merged recent tests from the trunk (r12288-12347).
+[tools/mpfrlint] For codespell, skip all the algorithms.* files.
------------------------------------------------------------------------
-r12578 | vlefevre | 2018-04-11 13:16:15 +0000 (Wed, 11 Apr 2018) | 3 lines
+r12485 | vlefevre | 2018-03-15 11:31:10 +0000 (Thu, 15 Mar 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/src/mul.c
- M /branches/4.0/tests
- M /branches/4.0/tests/tset_ld.c
- M /branches/4.0/tests/tsub1sp.c
+ M /trunk/tools/mpfrlint
-Fixed type errors with -D_MPFR_PREC_FORMAT=2 in CFLAGS and the
---enable-assert=full configure option (signaled by GCC's -Wformat).
-(merged changesets r12301-12302 from the trunk)
+[tools/mpfrlint] Added a comment for the mul/sqr test.
------------------------------------------------------------------------
-r12577 | vlefevre | 2018-04-11 13:06:53 +0000 (Wed, 11 Apr 2018) | 3 lines
+r12484 | vlefevre | 2018-03-15 11:27:38 +0000 (Thu, 15 Mar 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests
- M /branches/4.0/tests/tversion.c
+ M /trunk/tools/mpfrlint
-[tests/tversion.c] Output the sizes of long and intmax_t, and
-"Generic ABI code" info (MPFR_GENERIC_ABI).
-(merged changesets r12447,12575 from the trunk)
+[tools/mpfrlint] In the mul/sqr test (r12482), exclude mul.c and sqr.c.
------------------------------------------------------------------------
-r12576 | vlefevre | 2018-04-11 13:02:27 +0000 (Wed, 11 Apr 2018) | 4 lines
+r12483 | zimmerma | 2018-03-15 10:21:18 +0000 (Thu, 15 Mar 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/src/sub1sp.c
+ M /trunk/src/acosh.c
+ M /trunk/src/asinh.c
+ M /trunk/src/atanh.c
+ M /trunk/src/cos.c
+ M /trunk/src/digamma.c
+ M /trunk/src/erf.c
+ M /trunk/src/erfc.c
+ M /trunk/src/jn.c
+ M /trunk/src/lngamma.c
+ M /trunk/src/mul.c
+ M /trunk/src/pow_ui.c
+ M /trunk/src/pow_z.c
+ M /trunk/src/sin.c
+ M /trunk/src/sqr.c
+ M /trunk/src/ui_pow_ui.c
+ M /trunk/src/yn.c
+
+changed mpfr_mul (a, b, b, ...) into mpfr_sqr (a, b, ...) whenever possible
-[src/sub1sp.c] fixed bug in mpfr_sub1sp1n (corner case when a=c).
-This fixes the failures from r12288.
-(merged changeset r12285 from the trunk; note that the merge for
-the tests directory had already been done via r12288)
------------------------------------------------------------------------
-r12480 | vlefevre | 2018-03-14 10:33:01 +0000 (Wed, 14 Mar 2018) | 2 lines
+r12482 | vlefevre | 2018-03-14 15:59:35 +0000 (Wed, 14 Mar 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/src/mpfr-impl.h
+ M /trunk/tools/mpfrlint
-[src/mpfr-impl.h] Typo in a comment.
-(merged changeset r12421 from the trunk)
-------------------------------------------------------------------------
-r12475 | vlefevre | 2018-03-09 23:12:04 +0000 (Fri, 09 Mar 2018) | 2 lines
-Changed paths:
- M /branches/4.0
- M /branches/4.0/TODO
- M /branches/4.0/doc/mpfr.texi
- M /branches/4.0/src/atan.c
- M /branches/4.0/src/cache.c
- M /branches/4.0/src/fpif.c
- M /branches/4.0/src/get_flt.c
- M /branches/4.0/src/mpfr.h
- M /branches/4.0/src/sum.c
- M /branches/4.0/tests
- M /branches/4.0/tests/terandom_chisq.c
- M /branches/4.0/tests/tnrandom_chisq.c
+[tools/mpfrlint] Detect mpfr_mul with identical 2nd and 3rd arguments,
+which can be replaced by mpfr_sqr (suggestion by PZ).
+------------------------------------------------------------------------
+r12481 | zimmerma | 2018-03-14 15:06:00 +0000 (Wed, 14 Mar 2018) | 2 lines
+Changed paths:
+ M /trunk/src/const_pi.c
+
+[src/const_pi.c] added a reference, and replace mpfr_mul by mpfr_sqr
+
+------------------------------------------------------------------------
+r12478 | vlefevre | 2018-03-10 00:40:13 +0000 (Sat, 10 Mar 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tget_str.c
+
+[tests/tget_str.c] Fixed failure from r12473 when mpfr_prec_t is an int
+(missing casts for sprintf / printf).
+------------------------------------------------------------------------
+r12477 | vlefevre | 2018-03-09 23:58:15 +0000 (Fri, 09 Mar 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tget_str.c
+
+[tests/tget_str.c] C++ compatibility.
+------------------------------------------------------------------------
+r12476 | vlefevre | 2018-03-09 23:17:29 +0000 (Fri, 09 Mar 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tget_str.c
+
+[tests/tget_str.c] Use tests_allocate / tests_free.
+------------------------------------------------------------------------
+r12474 | vlefevre | 2018-03-09 23:10:41 +0000 (Fri, 09 Mar 2018) | 1 line
+Changed paths:
+ M /trunk/TODO
+ M /trunk/doc/mpfr.texi
+ M /trunk/src/atan.c
+ M /trunk/src/cache.c
+ M /trunk/src/fpif.c
+ M /trunk/src/get_flt.c
+ M /trunk/src/mpfr.h
+ M /trunk/src/sum.c
+ M /trunk/tests/terandom_chisq.c
+ M /trunk/tests/tnrandom_chisq.c
Fixed spelling mistakes found by codespell 1.12.0.
-(merged changeset r12474 from the trunk)
-------------------------------------------------------------------------
-r12470 | vlefevre | 2018-03-08 02:42:59 +0000 (Thu, 08 Mar 2018) | 6 lines
-Changed paths:
- M /branches/4.0
- A /branches/4.0/codespell.ignore (from /trunk/codespell.ignore:12469)
- M /branches/4.0/doc/README.dev
- M /branches/4.0/src/li2.c
- M /branches/4.0/src/mpfr-gmp.h
- M /branches/4.0/src/mpfr-thread.h
- M /branches/4.0/src/vasprintf.c
- M /branches/4.0/tests
- M /branches/4.0/tests/tgmpop.c
- M /branches/4.0/tests/tset_ld.c
- M /branches/4.0/tools/mpfrlint
+------------------------------------------------------------------------
+r12473 | zimmerma | 2018-03-09 16:55:48 +0000 (Fri, 09 Mar 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tget_str.c
+
+[tests/tget_str.c] added tests for corner cases of mpfr_set_str o mpfr_get_str
+
+------------------------------------------------------------------------
+r12472 | vlefevre | 2018-03-08 11:32:31 +0000 (Thu, 08 Mar 2018) | 1 line
+Changed paths:
+ M /trunk/src/Makefile.am
+
+[src/Makefile.am] In EXTRA_DIST, put the mparam.h in alphabetic order.
+------------------------------------------------------------------------
+r12471 | vlefevre | 2018-03-08 11:27:21 +0000 (Thu, 08 Mar 2018) | 1 line
+Changed paths:
+ M /trunk/src/Makefile.am
+
+[src/Makefile.am] Updated EXTRA_DIST for amd due to r12387.
+------------------------------------------------------------------------
+r12469 | vlefevre | 2018-03-08 02:33:34 +0000 (Thu, 08 Mar 2018) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+ M /trunk/src/li2.c
+ M /trunk/src/mpfr-gmp.h
+ M /trunk/src/mpfr-thread.h
+ M /trunk/src/vasprintf.c
+ M /trunk/tests/tgmpop.c
+ M /trunk/tests/tset_ld.c
+
+Fixed spelling mistakes found by codespell 1.11.0.
+------------------------------------------------------------------------
+r12468 | vlefevre | 2018-03-08 02:29:43 +0000 (Thu, 08 Mar 2018) | 1 line
+Changed paths:
+ M /trunk/codespell.ignore
+
+[codespell.ignore] Also ignore "cas".
+------------------------------------------------------------------------
+r12467 | vlefevre | 2018-03-08 02:27:22 +0000 (Thu, 08 Mar 2018) | 4 lines
+Changed paths:
+ A /trunk/codespell.ignore
+ M /trunk/tools/mpfrlint
Added codespell.ignore file with simple words to ignore with codespell
-("cas"; "iff" as used in math; "nd" as the n comes from \n in printf,
-but nd could also be a variable name; "te" as used as a variable name).
+("iff" as used in math; "nd" as the n comes from \n in printf, but nd
+could also be a variable name; "te" as used as a variable name).
Updated tools/mpfrlint to use this file with codespell.
-Fixed spelling mistakes found by codespell 1.11.0.
-(merged changesets r12467-12469 from the trunk)
------------------------------------------------------------------------
-r12465 | vlefevre | 2018-03-05 14:43:39 +0000 (Mon, 05 Mar 2018) | 1 line
+r12466 | vlefevre | 2018-03-05 14:44:44 +0000 (Mon, 05 Mar 2018) | 1 line
Changed paths:
- M /branches/4.0/doc/mpfr.texi
+ M /trunk/doc/mpfr.texi
[doc/mpfr.texi] Updated the month.
------------------------------------------------------------------------
-r12463 | vlefevre | 2018-03-05 10:46:53 +0000 (Mon, 05 Mar 2018) | 2 lines
+r12464 | zimmerma | 2018-03-05 13:04:37 +0000 (Mon, 05 Mar 2018) | 4 lines
+Changed paths:
+ M /trunk/src/get_str.c
+ M /trunk/tests/tget_str.c
+
+[tests/tget_str.c] added tests for mpfr_get_str_ndigits
+[src/get_str.c] fixed bugs in mpfr_get_str_ndigits for b=2^k (value was 1 too
+ large) and very large p (value was 1 too small)
+
+------------------------------------------------------------------------
+r12462 | vlefevre | 2018-03-05 10:40:43 +0000 (Mon, 05 Mar 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/doc/mpfr.texi
+ M /trunk/doc/mpfr.texi
[doc/mpfr.texi] Typographic corrections for mpfr_subnormalize.
-(merged changeset r12462 from the trunk)
------------------------------------------------------------------------
-r12431 | vlefevre | 2018-02-23 17:00:13 +0000 (Fri, 23 Feb 2018) | 2 lines
+r12461 | vlefevre | 2018-03-05 10:31:40 +0000 (Mon, 05 Mar 2018) | 2 lines
Changed paths:
- M /branches/4.0/src/get_sj.c
+ M /trunk/NEWS
+ M /trunk/doc/mpfr.texi
-[src/get_sj.c] And now that the incorrect assertions have been removed,
-the condition sh >= 0 needs to be fixed to sh > 0...
+[NEWS] Added mpfr_get_str_ndigits.
+[doc/mpfr.texi] Added mpfr_get_str_ndigits in "Added Functions".
------------------------------------------------------------------------
-r12428 | vlefevre | 2018-02-23 16:24:21 +0000 (Fri, 23 Feb 2018) | 2 lines
+r12460 | vlefevre | 2018-03-05 10:26:34 +0000 (Mon, 05 Mar 2018) | 1 line
Changed paths:
- M /branches/4.0/src/get_sj.c
+ M /trunk/doc/mpfr.texi
-[src/get_sj.c] Removed unnecessary condition sh < GMP_NUMB_BITS, which
-is incorrect with some C implementations. It came from r7047.
+[doc/mpfr.texi] Minor corrections concerning mpfr_get_str.
------------------------------------------------------------------------
-r12288 | vlefevre | 2018-02-17 10:50:29 +0000 (Sat, 17 Feb 2018) | 3 lines
+r12459 | vlefevre | 2018-03-05 10:05:37 +0000 (Mon, 05 Mar 2018) | 1 line
Changed paths:
- M /branches/4.0/tests
- M /branches/4.0/tests/tadd1sp.c
- M /branches/4.0/tests/tfmma.c
- M /branches/4.0/tests/tmul_2exp.c
- M /branches/4.0/tests/tsub.c
- M /branches/4.0/tests/tsub1sp.c
+ M /trunk/src/mpfr.h
-Merged the latest tests from the trunk (r12258-12287).
-tsub and tsub1sp fail (bug fixed in the trunk) with both 32-bit and
-64-bit ABI's, except when MPFR is built with "-DMPFR_GENERIC_ABI".
+[src/mpfr.h] Added a note about a mpfr_prec_t limitation.
------------------------------------------------------------------------
-r12258 | vlefevre | 2018-02-16 02:29:27 +0000 (Fri, 16 Feb 2018) | 3 lines
+r12458 | vlefevre | 2018-03-05 09:59:19 +0000 (Mon, 05 Mar 2018) | 6 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests/tsub.c
+ M /trunk/src/get_str.c
-[tests/tsub.c] Added bug20180216 test currently failing in the trunk
-in r12257.
-(merged changesets r12256-12257 from the trunk)
+[src/get_str.c] Simplified mpfr_get_str_ndigits (changes from r12455):
+ * MPFR_PREC_BITS is used to exactly do what is wanted.
+ * Removed dead code as currently, mpfr_prec_t <= unsigned long.
+ Note: if in the future we support mpfr_prec_t > unsigned long
+ (e.g. to have a 64-bit precision on MS Windows), the generic code
+ could be retrieved back from r12455.
------------------------------------------------------------------------
-r12247 | vlefevre | 2018-02-15 14:31:18 +0000 (Thu, 15 Feb 2018) | 3 lines
+r12457 | zimmerma | 2018-03-05 09:35:32 +0000 (Mon, 05 Mar 2018) | 3 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests/tsub.c
+ M /trunk/doc/mpfr.texi
+ M /trunk/src/get_str.c
+ M /trunk/src/mpfr.h
+
+[src/get_str.c,src/mpfr.h] mpfr_get_str_digits -> mpfr_get_str_ndigits
+[doc/mpfr.texi] updated documentation of mpfr_get_str
-[tests/tsub.c] Added bug20180215 test currently failing in the trunk
-in r12243.
-(merged changeset r12246 from the trunk)
------------------------------------------------------------------------
-r12224 | vlefevre | 2018-02-13 12:17:25 +0000 (Tue, 13 Feb 2018) | 2 lines
+r12456 | zimmerma | 2018-03-05 09:29:42 +0000 (Mon, 05 Mar 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests/tadd.c
+ M /trunk/src/get_str.c
+
+[src/get_str.c] fixed FIXME
-[tests/tadd.c] Added 2 tests that were failing in the trunk in r12220.
-(merged changeset r12221 from the trunk)
------------------------------------------------------------------------
-r12216 | vlefevre | 2018-02-08 02:11:23 +0000 (Thu, 08 Feb 2018) | 5 lines
+r12455 | vlefevre | 2018-03-05 09:19:42 +0000 (Mon, 05 Mar 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests/tfits.c
- M /branches/4.0/tests/tfprintf.c
- M /branches/4.0/tests/tget_set_d64.c
- M /branches/4.0/tests/tget_sj.c
- M /branches/4.0/tests/tprintf.c
- M /branches/4.0/tests/tset_float128.c
- M /branches/4.0/tests/tset_ld.c
- M /branches/4.0/tests/tset_sj.c
- M /branches/4.0/tests/tsprintf.c
- M /branches/4.0/tests/tversion.c
+ M /trunk/src/get_str.c
-[tests]
- * tset_float128.c, tset_ld.c: removed obsolete WITH_FPU_CONTROL
- related code.
- * Added/updated comments about the config.h inclusion.
-(merged changesets r12214-12215 from the trunk)
+[src/get_str.c] Portability corrections in mpfr_get_str_digits.
------------------------------------------------------------------------
-r12213 | vlefevre | 2018-02-07 23:39:15 +0000 (Wed, 07 Feb 2018) | 2 lines
+r12454 | zimmerma | 2018-03-05 08:22:18 +0000 (Mon, 05 Mar 2018) | 3 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/INSTALL
+ M /trunk/doc/mpfr.texi
+ M /trunk/src/get_str.c
+ M /trunk/src/mpfr.h
+
+[src/get_str.c] new function mpfr_get_str_digits
+[doc/mpfr.texi] added documentation for mpfr_get_str_digits
-[INSTALL] Updated GMP URL.
-(merged changeset r12212 from the trunk)
------------------------------------------------------------------------
-r12211 | vlefevre | 2018-02-07 23:34:18 +0000 (Wed, 07 Feb 2018) | 1 line
+r12453 | vlefevre | 2018-03-03 01:19:24 +0000 (Sat, 03 Mar 2018) | 2 lines
Changed paths:
- M /branches/4.0/NEWS
+ M /trunk/tests/tfma.c
-[NEWS] Update for GNU MPFR 4.0.2.
+[tests/tfma.c] Fixed bug from r12407 with 32-bit long and 64-bit limbs
+(e.g. as under 64-bit MS Windows).
------------------------------------------------------------------------
-r12209 | vlefevre | 2018-02-07 23:31:36 +0000 (Wed, 07 Feb 2018) | 3 lines
+r12452 | vlefevre | 2018-02-26 23:52:34 +0000 (Mon, 26 Feb 2018) | 3 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/doc/mpfr.texi
- M /branches/4.0/tools/mpfrlint
+ M /trunk/acinclude.m4
-[doc/mpfr.texi] Corrected minimal GMP version.
-[tools/mpfrlint] Updated test to detect minimal GMP version mismatch.
-(merged changeset r12208 from the trunk)
+[acinclude.m4] Correction for test of the fallback to __float128:
+in the test program, define the variable outside main() in order to
+avoid an error when the -Werror=unused-variable GCC option is used.
------------------------------------------------------------------------
-r12207 | vlefevre | 2018-02-07 23:22:44 +0000 (Wed, 07 Feb 2018) | 3 lines
+r12451 | vlefevre | 2018-02-26 19:17:17 +0000 (Mon, 26 Feb 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/INSTALL
- M /branches/4.0/tools/mpfrlint
+ M /trunk/src/get_sj.c
-[INSTALL] Corrected minimal GMP version (thanks to David Edelsohn).
-[tools/mpfrlint] Added a test to detect minimal GMP version mismatch.
-(merged changeset r12206 from the trunk)
+[src/get_sj.c] Avoid an unused variable.
------------------------------------------------------------------------
-r12203 | vlefevre | 2018-02-07 16:18:16 +0000 (Wed, 07 Feb 2018) | 1 line
+r12450 | vlefevre | 2018-02-26 18:00:38 +0000 (Mon, 26 Feb 2018) | 1 line
Changed paths:
- M /branches/4.0/INSTALL
- M /branches/4.0/VERSION
- M /branches/4.0/configure.ac
- M /branches/4.0/doc/mpfr.texi
- M /branches/4.0/src/mpfr.h
- M /branches/4.0/src/version.c
+ M /trunk/doc/README.dev
-Updated version to 4.0.2-dev.
+[doc/README.dev] Updated description of MPFR_WANT_FLOAT128.
------------------------------------------------------------------------
-r12201 | vlefevre | 2018-02-07 12:52:40 +0000 (Wed, 07 Feb 2018) | 1 line
+r12449 | vlefevre | 2018-02-26 17:56:40 +0000 (Mon, 26 Feb 2018) | 2 lines
Changed paths:
- M /branches/4.0/ChangeLog
+ M /trunk/doc/README.dev
-ChangeLog update with "TZ=UTC svn log -rHEAD:0 -v" (in UTF-8 locales).
+[doc/README.dev] Recommend AC_LINK_IFELSE rather than AC_COMPILE_IFELSE
+(see r12448 as an example of an issue with AC_COMPILE_IFELSE).
------------------------------------------------------------------------
-r12200 | vlefevre | 2018-02-07 12:50:31 +0000 (Wed, 07 Feb 2018) | 1 line
+r12448 | vlefevre | 2018-02-26 17:55:14 +0000 (Mon, 26 Feb 2018) | 4 lines
Changed paths:
- M /branches/4.0/VERSION
- M /branches/4.0/configure.ac
- M /branches/4.0/doc/mpfr.texi
- M /branches/4.0/src/mpfr.h
- M /branches/4.0/src/version.c
+ M /trunk/acinclude.m4
-Updated version to 4.0.1.
+[acinclude.m4] Fixed a test, which could define MPFR_INTMAX_WITHIN_LIMB
+even when not true (MPFR_STAT_STATIC_ASSERT() was just regarded as a
+function call since the macro was not defined, thus did not yield an
+error).
------------------------------------------------------------------------
-r12199 | vlefevre | 2018-02-07 12:02:41 +0000 (Wed, 07 Feb 2018) | 3 lines
+r12447 | vlefevre | 2018-02-26 17:31:19 +0000 (Mon, 26 Feb 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/doc/README.dev
- M /branches/4.0/tools/announce-text
+ M /trunk/tests/tversion.c
+
+[tests/tversion.c] Output the sizes of long and intmax_t.
+------------------------------------------------------------------------
+r12446 | vlefevre | 2018-02-26 16:36:42 +0000 (Mon, 26 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Fixed incorrect test from r12426.
+------------------------------------------------------------------------
+r12445 | vlefevre | 2018-02-26 15:08:10 +0000 (Mon, 26 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/mulders.c
+ M /trunk/tests/tfma.c
+ M /trunk/tune/tuneup.c
+
+Removed trailing spaces.
+------------------------------------------------------------------------
+r12444 | vlefevre | 2018-02-26 12:43:22 +0000 (Mon, 26 Feb 2018) | 18 lines
+Changed paths:
+ M /trunk/NEWS
+ M /trunk/acinclude.m4
+ M /trunk/src/set_float128.c
+
+Updated support for binary128:
+ * __float128 was changed to _Float128 (ISO/IEC TS 18661) in r12391;
+ also changed the suffix of the constants from "q" to "f128".
+ * Use __float128 with the "q" suffix as a fallback in order to avoid
+ regressions with GCC 6- and with C++ mode (g++).
+ As documented in the GCC manual, this is entirely compatible on most
+ platforms where both are supported: _Float128 and __float128 are the
+ same type, and it could be checked that the following prototypes are
+ equivalent (as expected):
+ _Float128 f (__float128)
+ __float128 f (_Float128)
+ The only potential issues would be on hppa and IA-64 HP-UX, where
+ __float128 is an alias for "long double" instead of _Float128, in
+ case the ABI would be different (I have no information about this)
+ and both would be mixed up with software using the MPFR conversion
+ functions for binary128 via __float128 or "long double". The worst
+ thing that could happen is a link error. If the link is accepted,
+ everything should be fine as the representation doesn't change.
+------------------------------------------------------------------------
+r12443 | vlefevre | 2018-02-26 11:41:08 +0000 (Mon, 26 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/set_float128.c
+
+[src/set_float128.c] Removed a useless #include and corrected a comment.
+------------------------------------------------------------------------
+r12442 | vlefevre | 2018-02-25 01:53:11 +0000 (Sun, 25 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/get_z_exp.c
+
+[src/get_z_exp.c] Portability.
+------------------------------------------------------------------------
+r12441 | vlefevre | 2018-02-25 01:19:07 +0000 (Sun, 25 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tdiv_ui.c
+
+[tests/tdiv_ui.c] Avoid a compilation error with
+gcc -std=c90 -pedantic -Werror in 32-bit ABI.
+------------------------------------------------------------------------
+r12440 | vlefevre | 2018-02-25 01:02:44 +0000 (Sun, 25 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tget_str.c
+
+[tests/tget_str.c] Fixed a return type.
+------------------------------------------------------------------------
+r12439 | zimmerma | 2018-02-24 10:02:40 +0000 (Sat, 24 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/get_z_exp.c
+
+[src/get_z_exp.c] new try for r12437. If that still does not work, we should
+ define macros BITS_PER_EXP_T, BITS_PER_PREC_T, ...
+
+------------------------------------------------------------------------
+r12438 | vlefevre | 2018-02-23 22:13:53 +0000 (Fri, 23 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/get_z_exp.c
+
+[src/get_z_exp.c] Reverted r12437: the size of mpfr_exp_t is not
+always related to the size of mp_limb_t.
+------------------------------------------------------------------------
+r12437 | zimmerma | 2018-02-23 22:04:30 +0000 (Fri, 23 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/get_z_exp.c
+
+[src/get_z_exp.c] removed dead code on 64-bit computer
+
+------------------------------------------------------------------------
+r12436 | zimmerma | 2018-02-23 20:45:32 +0000 (Fri, 23 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/get_str.c
+ M /trunk/tests/tget_str.c
+
+[src/get_str.c] improved case m < g
+[tests/tget_str.c] improve coverage
+
+------------------------------------------------------------------------
+r12435 | vlefevre | 2018-02-23 18:15:42 +0000 (Fri, 23 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Correction: for AC_COMPILE_IFELSE, there are only
+2 cases: TRUE and FALSE.
+------------------------------------------------------------------------
+r12434 | zimmerma | 2018-02-23 17:59:56 +0000 (Fri, 23 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tget_str.c
+
+[tests/tget_str.c] fixed not enough allocation issue
+
+------------------------------------------------------------------------
+r12433 | vlefevre | 2018-02-23 17:36:49 +0000 (Fri, 23 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Correction: for AC_COMPILE_IFELSE, there are only
+2 cases: TRUE and FALSE.
+------------------------------------------------------------------------
+r12432 | zimmerma | 2018-02-23 17:02:14 +0000 (Fri, 23 Feb 2018) | 4 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+ M /trunk/src/get_str.c
+ M /trunk/tests/tget_str.c
+
+[doc/mpfr.texi] m=1 is now valid in get_str
+[src/get_str.c] allow m=1 for b=2^k
+[tests/tget_str.c] added test for m=1 and b=2
+
+------------------------------------------------------------------------
+r12430 | zimmerma | 2018-02-23 16:40:33 +0000 (Fri, 23 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/get_str.c
+ M /trunk/tests/tget_str.c
+
+[src/get_str.c] added a comment
+[tests/tget_str.c] improved coverage (finding this example was quite hard!)
+
+------------------------------------------------------------------------
+r12429 | vlefevre | 2018-02-23 16:34:06 +0000 (Fri, 23 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/get_sj.c
+
+[src/get_sj.c] Removed two assertions, including an incorrect one.
+Added an assertion.
+------------------------------------------------------------------------
+r12427 | vlefevre | 2018-02-23 15:37:08 +0000 (Fri, 23 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Correction: if we cannot test, the portable code must be
+selected.
+------------------------------------------------------------------------
+r12426 | zimmerma | 2018-02-23 15:24:59 +0000 (Fri, 23 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/acinclude.m4
+ M /trunk/configure.ac
+ M /trunk/src/get_sj.c
+
+[configure.ac,acinclude.m4] added new macro MPFR_INTMAX_WITHIN_LIMB
+[src/get_sj.c] optimized the code when MPFR_INTMAX_WITHIN_LIMB=1
+
+------------------------------------------------------------------------
+r12425 | vlefevre | 2018-02-23 15:19:12 +0000 (Fri, 23 Feb 2018) | 6 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+ M /trunk/src/set_ld.c
+
+[src/mpfr-impl.h] Removed MPFR_LIMBS_PER_LONG_DOUBLE as it was not
+ properly specified in the general case and was actually used only
+ in src/set_ld.c with HAVE_LDOUBLE_IEEE_EXT_LITTLE.
+[src/set_ld.c] Simplified code. Moreover, the hypothetical case
+ GMP_NUMB_BITS == 16 will trigger a compilation error instead of
+ yielding incorrect code.
+------------------------------------------------------------------------
+r12424 | vlefevre | 2018-02-23 15:08:54 +0000 (Fri, 23 Feb 2018) | 4 lines
+Changed paths:
+ M /trunk/tests/tbuildopt.c
+
+[tests/tbuildopt.c]
+ * Added missing const.
+ * Use the variable s to avoid a warning and also to detect potential
+ undefined behavior with debugging tools if s is not a string.
+------------------------------------------------------------------------
+r12423 | zimmerma | 2018-02-23 15:00:55 +0000 (Fri, 23 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/get_sj.c
+
+[src/get_sj.c] fixed typo
+
+------------------------------------------------------------------------
+r12422 | zimmerma | 2018-02-23 14:48:40 +0000 (Fri, 23 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/get_sj.c
+
+[src/get_sj.c] added comments and simplified the code
+
+------------------------------------------------------------------------
+r12421 | vlefevre | 2018-02-23 14:31:59 +0000 (Fri, 23 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Typo in a comment.
+------------------------------------------------------------------------
+r12420 | zimmerma | 2018-02-23 14:12:09 +0000 (Fri, 23 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tget_q.c
+
+[tests/tget_q.c] improved coverage
+
+------------------------------------------------------------------------
+r12419 | vlefevre | 2018-02-23 13:59:02 +0000 (Fri, 23 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/get_d64.c
+
+[src/get_d64.c] Parsing in the portable version of string_to_Decimal64:
+similar changes as in r12416 for the _MPFR_IEEE_FLOATS version.
+------------------------------------------------------------------------
+r12418 | zimmerma | 2018-02-23 13:37:33 +0000 (Fri, 23 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/get_ld.c
+
+[src/get_ld.c] removed dead code (as in r12413 for mpfr_get_d)
+
+------------------------------------------------------------------------
+r12417 | zimmerma | 2018-02-23 13:35:35 +0000 (Fri, 23 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/get_flt.c
+ M /trunk/tests/tget_flt.c
+
+[src/get_flt.c] optimized code when MPFR_LIMBS_PER_FLT=1
+[tests/tget_flt.c] improved coverage
+
+------------------------------------------------------------------------
+r12416 | zimmerma | 2018-02-23 12:02:51 +0000 (Fri, 23 Feb 2018) | 4 lines
+Changed paths:
+ M /trunk/src/get_d64.c
+ M /trunk/src/mpfr-impl.h
+ M /trunk/tests/tget_set_d64.c
+
+[src/get_d64.c] simplified code, and removed dead code
+[src/mpfr-impl.h] added comment
+[tests/tget_set_d64.c] improve coverage
+
+------------------------------------------------------------------------
+r12415 | vlefevre | 2018-02-23 09:50:25 +0000 (Fri, 23 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/set_q.c
+
+[src/set_q.c] Simplified code.
+------------------------------------------------------------------------
+r12414 | zimmerma | 2018-02-23 08:59:39 +0000 (Fri, 23 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/get_d.c
+
+[src/get_d.c] removed dead code
+
+------------------------------------------------------------------------
+r12413 | zimmerma | 2018-02-23 08:56:52 +0000 (Fri, 23 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/get_d.c
+
+[src/get_d.c] optimized for common case MPFR_LIMBS_PER_DOUBLE=1
+
+------------------------------------------------------------------------
+r12412 | zimmerma | 2018-02-23 08:38:33 +0000 (Fri, 23 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tset_z_exp.c
+
+[tests/tset_z_exp.c] improved coverage
+
+------------------------------------------------------------------------
+r12411 | zimmerma | 2018-02-23 08:28:09 +0000 (Fri, 23 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/set_q.c
+
+[src/set_q.c] removed dead code on 64-bit processor
+
+------------------------------------------------------------------------
+r12410 | zimmerma | 2018-02-23 07:40:36 +0000 (Fri, 23 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+ M /trunk/src/set_ld.c
+
+[src/set_ld.c] improve code when HAVE_LDOUBLE_IEEE_EXT_LITTLE is defined
+
+------------------------------------------------------------------------
+r12409 | vlefevre | 2018-02-22 22:45:19 +0000 (Thu, 22 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/set_ld.c
+
+[src/set_ld.c] Reverted r12408: MPFR_LIMBS_PER_LONG_DOUBLE cannot be
+used with the preprocessor due to the use of "sizeof".
+------------------------------------------------------------------------
+r12408 | zimmerma | 2018-02-22 19:24:40 +0000 (Thu, 22 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/set_ld.c
+
+[src/set_ld.c] improve code for MPFR_LIMBS_PER_LONG_DOUBLE=1
+
+------------------------------------------------------------------------
+r12407 | zimmerma | 2018-02-22 19:06:22 +0000 (Thu, 22 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tfma.c
+
+[tests/tfma.c] improved coverage of mpfr_set_1_2
+
+------------------------------------------------------------------------
+r12406 | zimmerma | 2018-02-22 18:11:44 +0000 (Thu, 22 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tbuildopt.c
+
+[tests/tbuildopt.c] improve coverage
+
+------------------------------------------------------------------------
+r12405 | vlefevre | 2018-02-22 16:11:57 +0000 (Thu, 22 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tfma.c
+
+[tests/tfma.c] Corrected a comment.
+------------------------------------------------------------------------
+r12404 | vlefevre | 2018-02-22 16:08:46 +0000 (Thu, 22 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/tests/tfma.c
+
+[tests/tfma.c] Joined test_overflow3 and test_overflow4 by using a loop.
+Improved the corresponding test and error message. Also run this test
+with the default exponent range.
+------------------------------------------------------------------------
+r12403 | vlefevre | 2018-02-22 15:49:53 +0000 (Thu, 22 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/fma.c
+
+[src/fma.c] Added FIXME for r12396, which still seems incorrect.
+------------------------------------------------------------------------
+r12402 | vlefevre | 2018-02-22 13:30:11 +0000 (Thu, 22 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Typo in a comment.
+------------------------------------------------------------------------
+r12401 | vlefevre | 2018-02-22 13:25:25 +0000 (Thu, 22 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/NEWS
+
+[NEWS] Update about the change of __float128 to _Float128: clarification
+that it is from ISO/IEC TS 18661 ("standard" was too vague); added FIXME
+on a possible fallback to __float128 and ABI considerations.
+------------------------------------------------------------------------
+r12400 | vlefevre | 2018-02-22 13:08:15 +0000 (Thu, 22 Feb 2018) | 4 lines
+Changed paths:
+ M /trunk/configure.ac
+
+[configure.ac] For --enable-float128, this is still autodetect, e.g.:
+ checking if compiler knows _Float128 with C99 constants... no
+Added a FIXME: a fallback to __float128 is necessary to avoid
+regressions.
+------------------------------------------------------------------------
+r12399 | zimmerma | 2018-02-22 13:07:01 +0000 (Thu, 22 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/sqr.c
+ M /trunk/tests/tsqr.c
+
+[src/sqr.c] added comments
+[tests/tsqr.c] improve coverage of sqr.c to 100%
+
+------------------------------------------------------------------------
+r12398 | zimmerma | 2018-02-22 12:48:52 +0000 (Thu, 22 Feb 2018) | 6 lines
+Changed paths:
+ M /trunk/src/sqr.c
+ M /trunk/tests/tsqr.c
+
+[src/sqr.c] fixed a bug in mpfr_sqr_1n in a rare case near underflow,
+ only use mpfr_sqr_1, mpfr_sqr_1n, mpfr_sqr_2, mpfr_sqr_3
+ when all numbers have same precision (like for mpfr_mul),
+ and added comments
+[tests/tsqr.c] added tests, including non-regression for above bug
+
+------------------------------------------------------------------------
+r12397 | zimmerma | 2018-02-22 10:45:53 +0000 (Thu, 22 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/fma.c
+
+[src/fma.c] added comments and a FIXME
+
+------------------------------------------------------------------------
+r12396 | zimmerma | 2018-02-22 10:30:25 +0000 (Thu, 22 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/fma.c
+ M /trunk/tests/tfma.c
+
+[src/fma.c] fixed last failure
+[tests/tfma.c] removed debug stuff
+
+------------------------------------------------------------------------
+r12395 | zimmerma | 2018-02-22 10:27:29 +0000 (Thu, 22 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tfma.c
+
+[tests/tfma.c] added new failing test
+
+------------------------------------------------------------------------
+r12394 | zimmerma | 2018-02-22 10:23:39 +0000 (Thu, 22 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/fma.c
+
+[src/fma.c] fix failure from last test
+
+------------------------------------------------------------------------
+r12393 | zimmerma | 2018-02-22 10:19:52 +0000 (Thu, 22 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/fma.c
+ M /trunk/tests/tfma.c
+
+[src/fma.c] added comments
+[tests/tfma.c] added a test (currently failing)
+
+------------------------------------------------------------------------
+r12392 | zimmerma | 2018-02-22 10:01:46 +0000 (Thu, 22 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mips/mparam.h
+
+[mips/mparam.h] updated
+
+------------------------------------------------------------------------
+r12391 | zimmerma | 2018-02-22 09:18:55 +0000 (Thu, 22 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/NEWS
+ M /trunk/acinclude.m4
+ M /trunk/configure.ac
+ M /trunk/doc/README.dev
+ M /trunk/doc/mpfr.texi
+ M /trunk/src/get_float128.c
+ M /trunk/src/mpfr-impl.h
+ M /trunk/src/mpfr.h
+ M /trunk/src/set_float128.c
+ M /trunk/tests/tset_float128.c
+
+changed __float128 (gcc specific) into the standard type _Float128
+
+------------------------------------------------------------------------
+r12390 | zimmerma | 2018-02-22 08:50:12 +0000 (Thu, 22 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/arm/mparam.h
+
+[arm/mparam.h] updated
+
+------------------------------------------------------------------------
+r12389 | zimmerma | 2018-02-22 08:27:54 +0000 (Thu, 22 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/x86/mparam.h
+
+[x86/mparam.h] updated
+
+------------------------------------------------------------------------
+r12388 | zimmerma | 2018-02-22 08:14:41 +0000 (Thu, 22 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mparam_h.in
+
+[src/mparam_h.in] amd/k8/mparam.h -> amd/mparam.h
+
+------------------------------------------------------------------------
+r12387 | zimmerma | 2018-02-22 08:14:07 +0000 (Thu, 22 Feb 2018) | 2 lines
+Changed paths:
+ D /trunk/src/amd/amdfam10
+ D /trunk/src/amd/k8
+ A /trunk/src/amd/mparam.h (from /trunk/src/amd/k8/mparam.h:12386)
+
+[amd/mparam.h] updated
+
+------------------------------------------------------------------------
+r12386 | zimmerma | 2018-02-22 08:06:23 +0000 (Thu, 22 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sparc64/mparam.h
+
+[sparc64/mparam.h] updated
+
+------------------------------------------------------------------------
+r12385 | zimmerma | 2018-02-22 08:04:27 +0000 (Thu, 22 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/x86_64/core2/mparam.h
+
+[x86_64/core2/mparam.h] updated
+
+------------------------------------------------------------------------
+r12384 | zimmerma | 2018-02-22 08:02:12 +0000 (Thu, 22 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/powerpc64/mparam.h
+
+[powerpc64/mparam.h] updated
+
+------------------------------------------------------------------------
+r12383 | zimmerma | 2018-02-22 07:42:49 +0000 (Thu, 22 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/x86_64/mparam.h
+
+[x86_64/mparam.h] updated
+
+------------------------------------------------------------------------
+r12382 | zimmerma | 2018-02-22 07:36:02 +0000 (Thu, 22 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mulders.c
+
+[src/mulders.c] removed dead code
+
+------------------------------------------------------------------------
+r12381 | zimmerma | 2018-02-21 20:52:31 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tune/tuneup.c
+
+[tune/tuneup.c] ensure k < n in mpfr_divhigh_n[]
+
+------------------------------------------------------------------------
+r12380 | zimmerma | 2018-02-21 17:01:07 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mparam_h.in
+
+[src/mparam_h.in] added __tune_znver1__ for AMD64 (e.g., gcc67.fsffrance.org)
+
+------------------------------------------------------------------------
+r12379 | zimmerma | 2018-02-21 16:08:54 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mips/mparam.h
+
+[src/mips/mparam.h] updated on gcc22
+
+------------------------------------------------------------------------
+r12378 | zimmerma | 2018-02-21 15:07:41 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/NEWS
+
+[NEWS] added item
+
+------------------------------------------------------------------------
+r12377 | zimmerma | 2018-02-21 15:03:32 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/Makefile.am
+ M /trunk/src/mparam_h.in
+ D /trunk/src/x86/core2
+ M /trunk/src/x86/mparam.h
+
+removed tuning for x86/core2, updated tuning for generic x86
+
+------------------------------------------------------------------------
+r12376 | zimmerma | 2018-02-21 14:57:59 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/arm/mparam.h
+ M /trunk/src/mparam_h.in
+ M /trunk/src/sparc64/mparam.h
+
+[src/sparc64/mparam.h] updated tuning parameters for sparc64
+
+------------------------------------------------------------------------
+r12375 | vlefevre | 2018-02-21 14:32:43 +0000 (Wed, 21 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/mparam_h.in
+
+[src/mparam_h.in] Use the generic parameters for x86_64 with Clang.
+------------------------------------------------------------------------
+r12374 | zimmerma | 2018-02-21 14:24:44 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/Makefile.am
+ A /trunk/src/arm
+ A /trunk/src/arm/mparam.h
+ M /trunk/src/mparam_h.in
+
+added tuning for ARM
+
+------------------------------------------------------------------------
+r12373 | vlefevre | 2018-02-21 14:13:28 +0000 (Wed, 21 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/Makefile.am
+ M /trunk/src/mparam_h.in
+ A /trunk/src/sparc64 (from /trunk/src/sparc64:12367)
+
+Reverted r12368: sparc64 tuning should be updated on gcc202.
+------------------------------------------------------------------------
+r12372 | zimmerma | 2018-02-21 14:09:31 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mparam_h.in
+
+[src/mparam_h.in] generic case for all remaining i386's
+
+------------------------------------------------------------------------
+r12371 | zimmerma | 2018-02-21 13:58:35 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mparam_h.in
+
+[src/mparam_h.in] put back __tune_k8__
+
+------------------------------------------------------------------------
+r12370 | zimmerma | 2018-02-21 13:48:37 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mparam_h.in
+
+[src/mparam_h.in] check __amd64__ before generic __x86_64__
+
+------------------------------------------------------------------------
+r12369 | zimmerma | 2018-02-21 13:25:44 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/Makefile.am
+ D /trunk/src/hppa
+ M /trunk/src/mparam_h.in
+
+removed tuning for hppa (gcc61 is offline)
+
+------------------------------------------------------------------------
+r12368 | zimmerma | 2018-02-21 13:24:22 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/Makefile.am
+ M /trunk/src/mparam_h.in
+ D /trunk/src/sparc64
+
+removed tuning parameters for sparc64 (gcc64, gcc200 and gcc201 are offline)
+
+------------------------------------------------------------------------
+r12367 | zimmerma | 2018-02-21 13:23:16 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tune/tuneup.c
+
+[tune/tuneup.c] for mpfr_div_threshold, start from 3 limbs again
+
+------------------------------------------------------------------------
+r12366 | zimmerma | 2018-02-21 13:06:31 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/Makefile.am
+ M /trunk/src/mparam_h.in
+ D /trunk/src/powerpc32
+
+removed tuning for powerpc32 (no such machine available any more)
+
+------------------------------------------------------------------------
+r12365 | zimmerma | 2018-02-21 12:55:42 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/powerpc64/mparam.h
+
+[src/powerpc64/mparam.h] updated tuning parameters for powerpc64
+
+------------------------------------------------------------------------
+r12364 | zimmerma | 2018-02-21 11:17:39 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/amd/k8/mparam.h
+
+[src/amd/k8/mparam.h] fixed MPFR_DIV_THRESHOLD
+
+------------------------------------------------------------------------
+r12363 | zimmerma | 2018-02-21 11:16:20 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/amd/k8/mparam.h
+ M /trunk/src/x86/core2/mparam.h
+
+updated tuning parameters for amd/k8 and x86/core2
+
+------------------------------------------------------------------------
+r12362 | vlefevre | 2018-02-21 11:14:29 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/Makefile.am
+ M /trunk/src/mparam_h.in
+ A /trunk/src/x86/mparam.h (from /trunk/src/x86/mparam.h:12358)
+
+Reverted r12359 and added a comment: tuning for x86 is used when
+building GMP/MPFR with a 32-bit ABI (ABI=32 / -m32).
+------------------------------------------------------------------------
+r12361 | zimmerma | 2018-02-21 11:14:27 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tune/tuneup.c
+
+[tuneup.c] start from 4 limbs for mpfr_div_threshold
+
+------------------------------------------------------------------------
+r12360 | zimmerma | 2018-02-21 10:45:20 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/Makefile.am
+ D /trunk/src/ia64
+ M /trunk/src/mparam_h.in
+
+removed tuning for ia64 (gcc60.fsffrance.org is now offline)
+
+------------------------------------------------------------------------
+r12359 | zimmerma | 2018-02-21 10:42:40 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/Makefile.am
+ M /trunk/src/mparam_h.in
+ D /trunk/src/x86/mparam.h
+
+removed tuning for x86 (no more access to such machine)
+
+------------------------------------------------------------------------
+r12358 | zimmerma | 2018-02-21 10:35:31 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tune/tuneup.c
+
+[tune/tuneup.c] make tune_simple_func more robust for small precisions
+
+------------------------------------------------------------------------
+r12357 | zimmerma | 2018-02-21 10:32:43 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/x86_64/mparam.h
+
+[src/x86_64/mparam.h] fixed MPFR_DIV_THRESHOLD
+
+------------------------------------------------------------------------
+r12356 | zimmerma | 2018-02-21 10:29:58 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/x86_64/core2/mparam.h
+
+[x86_64/core2/mparam.h] updated on gcc14
+
+------------------------------------------------------------------------
+r12355 | vlefevre | 2018-02-21 09:47:29 +0000 (Wed, 21 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] In the "long double" format recognition, added
+size information for IEEE extended (not used by MPFR, but this
+may be useful information for the user).
+------------------------------------------------------------------------
+r12354 | zimmerma | 2018-02-21 09:44:15 +0000 (Wed, 21 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/Makefile.am
+ D /trunk/src/amd/athlon
+ M /trunk/src/mparam_h.in
+
+removed tuning parameters for amd/athlon (we have no access to such machine
+any more)
+
+------------------------------------------------------------------------
+r12353 | zimmerma | 2018-02-21 09:32:10 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/Makefile.am
+ M /trunk/src/mparam_h.in
+ D /trunk/src/x86_64/pentium4
+
+removed tuning for pentium4
+
+------------------------------------------------------------------------
+r12352 | zimmerma | 2018-02-21 09:16:47 +0000 (Wed, 21 Feb 2018) | 2 lines
+Changed paths:
+ D /trunk/src/x86_64/corei5
+
+removed tuning for corei5 (was not used)
+
+------------------------------------------------------------------------
+r12351 | zimmerma | 2018-02-21 09:09:32 +0000 (Wed, 21 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/Makefile.am
+ M /trunk/src/mparam_h.in
+ A /trunk/src/x86_64/mparam.h
+ M /trunk/tune/tuneup.c
+
+[src/x86_64/mparam.h] added tuning for generic x86_64
+[tune/tuneup.c] mpfr_divhigh now wants n >= 2
+
+------------------------------------------------------------------------
+r12350 | zimmerma | 2018-02-21 07:19:56 +0000 (Wed, 21 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/Makefile.am
+ D /trunk/src/arm
+ M /trunk/src/mparam_h.in
+
+removed thresholds for arm since gcc57 is no longer available, thus we cannot
+tune on an ARM machine
+
+------------------------------------------------------------------------
+r12349 | vlefevre | 2018-02-21 02:34:18 +0000 (Wed, 21 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/mulders.c
+
+[src/mulders.c] Removed unused variable dinv.
+------------------------------------------------------------------------
+r12348 | zimmerma | 2018-02-20 17:11:58 +0000 (Tue, 20 Feb 2018) | 6 lines
+Changed paths:
+ M /trunk/src/div.c
+ M /trunk/src/mpfr-gmp.h
+ M /trunk/src/mulders.c
+ M /trunk/tests/tmul.c
+ M /trunk/tune/tuneup.c
+
+[src/div.c] added comment
+[src/mpfr-gmp.h] moved definition of MUL_FFT_THRESHOLD
+[src/mulders.c] removed unused code, and force n>=2 in mpfr_divhigh_n_basecase
+[tests/tmul.c] improve coverage
+[tune/tuneup.c] forbid k = n-1 in divhigh_ktab[]
+
+------------------------------------------------------------------------
+r12347 | zimmerma | 2018-02-20 16:37:55 +0000 (Tue, 20 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tdiv.c
+
+[tests/tdiv.c] improve coverage, now 100% for div.c
+
+------------------------------------------------------------------------
+r12346 | zimmerma | 2018-02-20 16:16:40 +0000 (Tue, 20 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/ai.c
+ M /trunk/tests/tai.c
+
+[src/ai.c] revert part of r12312
+[tests/tai.c] added coverage test provided by Sylvain Chevillard
+
+------------------------------------------------------------------------
+r12345 | zimmerma | 2018-02-20 15:36:05 +0000 (Tue, 20 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/sub1.c
+
+[src/sub1.c] revert r12317 since it did not consider UBFs. For the record,
+ tfmma was failing with GMP_CHECK_RANDOMIZE=1519138438006416.
+
+------------------------------------------------------------------------
+r12344 | zimmerma | 2018-02-20 15:19:40 +0000 (Tue, 20 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/div.c
+ M /trunk/tests/tdiv.c
+
+[src/div.c] get rid of mpfr_div_with_mpz_tdiv_q
+
+------------------------------------------------------------------------
+r12343 | vlefevre | 2018-02-20 14:54:05 +0000 (Tue, 20 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/gmp_op.c
+
+[src/gmp_op.c] Fixed a bug in mpfr_cmp_q on NaN rational: the NaN flag
+was set by mpfr_set_q, but the flags were not restored just after.
+------------------------------------------------------------------------
+r12342 | vlefevre | 2018-02-20 14:45:35 +0000 (Tue, 20 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/gmp_op.c
+
+[src/gmp_op.c] Reverted incorrect change in r12337 for mpfr_cmp_q.
+Explanation in comment. If the code was not tested, it should be by
+using mpq_set_num and mpq_set_den to construct such rationals.
+------------------------------------------------------------------------
+r12341 | zimmerma | 2018-02-20 14:27:22 +0000 (Tue, 20 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tdiv.c
+
+[tests/tdiv.c] improve coverage
+
+------------------------------------------------------------------------
+r12340 | zimmerma | 2018-02-20 14:08:20 +0000 (Tue, 20 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tdiv.c
+
+[tests/tdiv.c] improve coverage of mpfr_div_2
+
+------------------------------------------------------------------------
+r12339 | vlefevre | 2018-02-20 13:55:40 +0000 (Tue, 20 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/add1sp.c
+ M /trunk/src/sub1sp.c
+
+[src/{add,sub}1sp.c] Updated/added comments for MPFR_WANT_ASSERT >= 2.
+------------------------------------------------------------------------
+r12338 | zimmerma | 2018-02-20 13:53:51 +0000 (Tue, 20 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/div.c
+
+[src/div.c] removed dead code
+
+------------------------------------------------------------------------
+r12337 | zimmerma | 2018-02-20 13:45:08 +0000 (Tue, 20 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/gmp_op.c
+ M /trunk/tests/tgmpop.c
+
+[src/gmp_op.c] removed dead code
+[tests/tgmpop.c] improve coverage of gmp_op.c to 100%
+
+------------------------------------------------------------------------
+r12336 | vlefevre | 2018-02-20 12:33:38 +0000 (Tue, 20 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Added missing ";;" before "esac" for code robustness.
+------------------------------------------------------------------------
+r12335 | vlefevre | 2018-02-20 12:31:34 +0000 (Tue, 20 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Added a FIXME. Added a ";;" for safety.
+------------------------------------------------------------------------
+r12334 | zimmerma | 2018-02-20 11:48:29 +0000 (Tue, 20 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] added comment, and define MPFR_LONG_WITHIN_LIMB when cannot test
+
+------------------------------------------------------------------------
+r12333 | vlefevre | 2018-02-20 09:33:38 +0000 (Tue, 20 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/random_deviate.c
+
+[src/random_deviate.c] Improved highest_bit_idx in the case where
+MPFR_LONG_WITHIN_LIMB is not defined (tested with GCC).
+------------------------------------------------------------------------
+r12332 | zimmerma | 2018-02-20 09:17:15 +0000 (Tue, 20 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mul.c
+
+[src/mul.c] resolved FIXME and removed dead code
+
+------------------------------------------------------------------------
+r12331 | zimmerma | 2018-02-20 08:45:20 +0000 (Tue, 20 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tmul.c
+
+[tests/tmul.c] improve coverage
+
+------------------------------------------------------------------------
+r12330 | zimmerma | 2018-02-20 08:31:14 +0000 (Tue, 20 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/random_deviate.c
+
+[src/random_deviate.c] highest_bit_idx() assumes x > 0
+
+------------------------------------------------------------------------
+r12329 | zimmerma | 2018-02-20 08:27:35 +0000 (Tue, 20 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/random_deviate.c
+
+[src/random_deviate.c] fixed comment
+
+------------------------------------------------------------------------
+r12328 | zimmerma | 2018-02-20 08:24:24 +0000 (Tue, 20 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/random_deviate.c
+
+[src/random_deviate.c] redo change r12315 using MPFR_LONG_WITHIN_LIMB
+
+------------------------------------------------------------------------
+r12327 | zimmerma | 2018-02-20 08:09:46 +0000 (Tue, 20 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sub1.c
+
+[src/sub1.c] added 2 FIXME
+
+------------------------------------------------------------------------
+r12326 | vlefevre | 2018-02-19 23:32:38 +0000 (Mon, 19 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tai.c
+
+[tests/tai.c] Renamed test_near_zero to test_near_m2e, since this is
+"exercise mpfr_ai near m*2^e", as documented. Corrected comments.
+------------------------------------------------------------------------
+r12325 | vlefevre | 2018-02-19 23:29:35 +0000 (Mon, 19 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tai.c
+
+[tests/tai.c] For test_near_zero(), check that the NaN flag was not set
+(useful since such tests don't really check that the result is not NaN).
+------------------------------------------------------------------------
+r12324 | zimmerma | 2018-02-19 20:53:27 +0000 (Mon, 19 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tmul.c
+
+[tests/tmul.c] improve coverage
+
+------------------------------------------------------------------------
+r12323 | zimmerma | 2018-02-19 18:22:00 +0000 (Mon, 19 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tmul.c
+
+[tests/tmul.c] improve coverage
+
+------------------------------------------------------------------------
+r12322 | vlefevre | 2018-02-19 17:35:09 +0000 (Mon, 19 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/random_deviate.c
+
+[src/random_deviate.c] Reverted incorrect change r12315: MPFR_LIMB_MAX
+cannot be used with the preprocessor due to the cast. The test should
+be done in "pure" C and the middle-end of the compiler should optimize.
+------------------------------------------------------------------------
+r12321 | vlefevre | 2018-02-19 17:27:03 +0000 (Mon, 19 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/sub1.c
+
+[src/sub1.c] Removed an unused label.
+------------------------------------------------------------------------
+r12320 | vlefevre | 2018-02-19 16:36:39 +0000 (Mon, 19 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/tests/tzeta.c
+
+[tests/tzeta.c] Check that the NaN flag was not set in some tests
+that do not involve NaN (useful since such tests don't really check
+that the result is not NaN).
+------------------------------------------------------------------------
+r12319 | zimmerma | 2018-02-19 16:28:34 +0000 (Mon, 19 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sub1.c
+
+[src/sub1.c] removed dead code, now coverage should be 100%
+
+------------------------------------------------------------------------
+r12318 | vlefevre | 2018-02-19 16:26:51 +0000 (Mon, 19 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/ai.c
+
+[src/ai.c] Avoid more integer overflows.
+------------------------------------------------------------------------
+r12317 | zimmerma | 2018-02-19 16:24:11 +0000 (Mon, 19 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/sub1.c
+ M /trunk/tests/tsub.c
+
+[src/sub1.c] removed dead code
+[tests/tsub.c] added coverage test
+
+------------------------------------------------------------------------
+r12316 | vlefevre | 2018-02-19 16:17:03 +0000 (Mon, 19 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/ai.c
+
+[src/ai.c] Detect some potential integer overflows.
+------------------------------------------------------------------------
+r12315 | zimmerma | 2018-02-19 16:02:44 +0000 (Mon, 19 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/random_deviate.c
+
+[src/random_deviate.c] don't compile alternate code if not needed
+
+------------------------------------------------------------------------
+r12314 | vlefevre | 2018-02-19 16:00:44 +0000 (Mon, 19 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/ai.c
+
+[src/ai.c] Coding style. Corrected comments.
+------------------------------------------------------------------------
+r12313 | zimmerma | 2018-02-19 15:52:02 +0000 (Mon, 19 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tzeta.c
+
+[tests/tzeta.c] improve coverage (and also uceil_exp2.c)
+
+------------------------------------------------------------------------
+r12312 | zimmerma | 2018-02-19 14:37:07 +0000 (Mon, 19 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/ai.c
+ M /trunk/tests/tai.c
+
+[src/ai.c] removed dead code, and improved coverage
+[tests/tai.c] exercise mpfr_ai near (negative) zeroes
+
+------------------------------------------------------------------------
+r12311 | zimmerma | 2018-02-19 10:38:48 +0000 (Mon, 19 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/ai.c
+
+[src/ai.c] fixed recomputation of wprec (to be confirmed)
+
+------------------------------------------------------------------------
+r12310 | zimmerma | 2018-02-19 07:10:52 +0000 (Mon, 19 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/ai.c
+
+[src/ai.c] removed dead code
+
+------------------------------------------------------------------------
+r12309 | vlefevre | 2018-02-19 03:01:53 +0000 (Mon, 19 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] Fixed indentation.
+------------------------------------------------------------------------
+r12308 | vlefevre | 2018-02-19 02:55:05 +0000 (Mon, 19 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tsqrt.c
+
+Removed trailing whitespace.
+------------------------------------------------------------------------
+r12307 | vlefevre | 2018-02-19 02:54:12 +0000 (Mon, 19 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/sqrt.c
+
+[src/sqrt.c] Coding style.
+------------------------------------------------------------------------
+r12306 | vlefevre | 2018-02-19 02:46:30 +0000 (Mon, 19 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/expm1.c
+
+[src/expm1.c] Avoid a potential integer overflow in a type conversion
+for 32-bit mpfr_exp_t and 64-bit long (e.g. with -D_MPFR_PREC_FORMAT=2
+on a 64-bit Linux machine).
+------------------------------------------------------------------------
+r12305 | vlefevre | 2018-02-19 02:19:29 +0000 (Mon, 19 Feb 2018) | 4 lines
+Changed paths:
+ M /trunk/src/div_2ui.c
+ M /trunk/tests/tmul_2exp.c
+
+[src/div_2ui.c] Reverted incorrect change in r12272 and added comments
+ and assertions.
+[tests/tmul_2exp.c] Improved a test to trigger the bug in r12272 also
+ when mpfr_exp_t > 32 bits (e.g. on 64-bit Linux machines).
+------------------------------------------------------------------------
+r12304 | vlefevre | 2018-02-19 01:46:30 +0000 (Mon, 19 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tmul_2exp.c
+
+[tests/tmul_2exp.c] Improved output if mpfr_exp_t > long (for positive).
+------------------------------------------------------------------------
+r12303 | vlefevre | 2018-02-19 01:43:20 +0000 (Mon, 19 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tmul_2exp.c
+
+[tests/tmul_2exp.c] Improved output if mpfr_exp_t > long (for negative).
+------------------------------------------------------------------------
+r12302 | vlefevre | 2018-02-19 01:10:13 +0000 (Mon, 19 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tset_ld.c
+ M /trunk/tests/tsub1sp.c
+
+[tests] Fixed type errors with -D_MPFR_PREC_FORMAT=2 in CFLAGS and the
+--enable-assert=full configure option (signaled by GCC's -Wformat).
+------------------------------------------------------------------------
+r12301 | vlefevre | 2018-02-19 01:00:48 +0000 (Mon, 19 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/mul.c
+
+[src/mul.c] Fixed type error with -D_MPFR_PREC_FORMAT=2 in CFLAGS and
+the --enable-assert=full configure option (signaled by GCC's -Wformat).
+------------------------------------------------------------------------
+r12300 | vlefevre | 2018-02-19 00:38:01 +0000 (Mon, 19 Feb 2018) | 6 lines
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Removed the mention of MPFR_EXT_EMIN and MPFR_EXT_EMAX,
+replacing them by MPFR_EMIN_MIN and MPFR_EMAX_MAX, as done in r12298.
+Note: These old macros had been introduced in r7863 so that one could
+choose different values for the extended exponent range for debugging
+purpose, but they were not used in practice and were adding complexity
+(and potential inconsistency) for no really good reason.
+------------------------------------------------------------------------
+r12299 | zimmerma | 2018-02-18 17:53:00 +0000 (Sun, 18 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/agm.c
+ M /trunk/tests/tagm.c
+
+[src/agm.c] added comment about line of code impossible to cover
+
+------------------------------------------------------------------------
+r12298 | zimmerma | 2018-02-18 14:23:01 +0000 (Sun, 18 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/agm.c
+ M /trunk/src/div.c
+ M /trunk/src/mpfr-impl.h
+
+[src/agm.c,src/div.c,src/mpfr-impl.h] replaced MPFR_EXT_EMIN by MPFR_EMIN_MIN,
+ and MPFR_EXT_EMAX by MPFR_EMAX_MAX
+
+------------------------------------------------------------------------
+r12297 | zimmerma | 2018-02-18 14:09:55 +0000 (Sun, 18 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/sqrt.c
+ M /trunk/tests/tsqrt.c
+
+[src/sqrt.c] removed dead code
+[tests/tsqrt.c] improve coverage of mpfr_sqrt, now at 100%
+
+------------------------------------------------------------------------
+r12296 | zimmerma | 2018-02-18 12:48:51 +0000 (Sun, 18 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tsqrt.c
+
+[tests/tsqrt.c] improve coverage
+
+------------------------------------------------------------------------
+r12295 | zimmerma | 2018-02-18 12:31:53 +0000 (Sun, 18 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tsqrt.c
+
+[tests/tsqrt.c] improve coverage
+
+------------------------------------------------------------------------
+r12294 | zimmerma | 2018-02-17 19:30:39 +0000 (Sat, 17 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sqrt.c
+
+[src/sqrt.c] removed dead code
+
+------------------------------------------------------------------------
+r12293 | zimmerma | 2018-02-17 16:53:57 +0000 (Sat, 17 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tsqrt.c
+
+[tests/tsqrt.c] improve coverage
+
+------------------------------------------------------------------------
+r12292 | zimmerma | 2018-02-17 12:53:46 +0000 (Sat, 17 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/sqrt.c
+ M /trunk/tests/tsqrt.c
+
+[tests/tsqrt.c] improved coverage
+[src/sqrt.c] added comments
+
+------------------------------------------------------------------------
+r12291 | vlefevre | 2018-02-17 12:26:01 +0000 (Sat, 17 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/expm1.c
+
+[src/expm1.c] Added a FIXME comment.
+------------------------------------------------------------------------
+r12290 | zimmerma | 2018-02-17 11:53:07 +0000 (Sat, 17 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tsqrt.c
+
+[tests/tsqrt.c] improve coverage
+
+------------------------------------------------------------------------
+r12289 | zimmerma | 2018-02-17 11:01:10 +0000 (Sat, 17 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sqrt.c
+
+[src/sqrt.c] removed dead code
+
+------------------------------------------------------------------------
+r12287 | vlefevre | 2018-02-17 10:28:33 +0000 (Sat, 17 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tsub.c
+
+[tests/tsub.c] Improved a comment.
+------------------------------------------------------------------------
+r12286 | vlefevre | 2018-02-17 10:27:19 +0000 (Sat, 17 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tsub.c
+
+[tests/tsub.c] Check reuse of arguments for all mpfr_sub tests, when
+possible.
+------------------------------------------------------------------------
+r12285 | zimmerma | 2018-02-17 09:39:57 +0000 (Sat, 17 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+ M /trunk/tests/tsub1sp.c
+
+[src/sub1sp.c] fixed bug in mpfr_sub1sp1n (corner case when a=c)
+[tests/tsub1sp.c] added non-regression test
+
+------------------------------------------------------------------------
+r12284 | zimmerma | 2018-02-17 08:52:47 +0000 (Sat, 17 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] fixed case 2e
+
+------------------------------------------------------------------------
+r12283 | vlefevre | 2018-02-17 03:25:38 +0000 (Sat, 17 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tsub.c
+
+[tests/tsub.c] Updated bug20180217 to trigger the bug: one needs to
+reuse the smallest input variable as the output variable.
+------------------------------------------------------------------------
+r12282 | vlefevre | 2018-02-17 03:03:09 +0000 (Sat, 17 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tsub.c
+
+[tests/tsub.c] Added a test.
+------------------------------------------------------------------------
+r12281 | vlefevre | 2018-02-17 01:36:28 +0000 (Sat, 17 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/expm1.c
+
+[src/expm1.c] Updated a comment.
+------------------------------------------------------------------------
+r12280 | vlefevre | 2018-02-17 01:29:43 +0000 (Sat, 17 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/expm1.c
+
+[src/expm1.c] Fixed an integer overflow from r12276.
+------------------------------------------------------------------------
+r12279 | vlefevre | 2018-02-17 01:12:49 +0000 (Sat, 17 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/expm1.c
+
+[src/expm1.c] Added a log message.
+------------------------------------------------------------------------
+r12278 | zimmerma | 2018-02-16 19:10:57 +0000 (Fri, 16 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tfmma.c
+
+[tests/tfmma.c] added coverage test
+
+------------------------------------------------------------------------
+r12277 | zimmerma | 2018-02-16 16:30:09 +0000 (Fri, 16 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tfmma.c
+
+[tests/tfmma.c] improve coverage of add.c (ubf case)
+
+------------------------------------------------------------------------
+r12276 | vlefevre | 2018-02-16 16:11:17 +0000 (Fri, 16 Feb 2018) | 9 lines
+Changed paths:
+ M /trunk/src/expm1.c
+
+[src/expm1.c] It seems that code removed in r12273 wasn't necessarily
+dead code with mpfr_exp_t > long (-D_MPFR_EXP_FORMAT=4 needed) because
+for MPFR_SMALL_INPUT_AFTER_SAVE_EXPO, err would be limited to -LONG_MAX
+and precisions larger than LONG_MAX could be problems. The -LONG_MAX
+bound from r4127 was arbitrary and only used to simplify the code due
+to the fact that mpfr_cmp_si compares to a "long" argument. But now we
+have the internal mpfr_get_exp_t function, allowing us to avoid this
+arbitrary bound (fixing the code and making it more efficient for these
+extreme cases) and simplify the code even more.
+------------------------------------------------------------------------
+r12275 | zimmerma | 2018-02-16 15:54:26 +0000 (Fri, 16 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tools/mbench/mfv5.cc
+ M /trunk/tools/mbench/mfv5.h
+
+[mbench] added new option to usage
+
+------------------------------------------------------------------------
+r12274 | zimmerma | 2018-02-16 15:39:59 +0000 (Fri, 16 Feb 2018) | 4 lines
+Changed paths:
+ M /trunk/tools/mbench/mfv5.cc
+ M /trunk/tools/mbench/mfv5.h
+
+[mbench] added option -d to fix the exponent difference between operands
+ (useful for mpfr_add and mpfr_sub, for example use -d0 for operands
+ with same exponent, -d1 for operands differing by 1, ...)
+
+------------------------------------------------------------------------
+r12273 | zimmerma | 2018-02-16 15:09:38 +0000 (Fri, 16 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/expm1.c
+
+[src/expm1.c] improve coverage (by removing dead code)
+
+------------------------------------------------------------------------
+r12272 | vlefevre | 2018-02-16 14:35:38 +0000 (Fri, 16 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/div_2ui.c
+
+[src/div_2ui.c] No need for mpfr_uexp_t, due to the constraints on
+the valid exponents.
+------------------------------------------------------------------------
+r12271 | vlefevre | 2018-02-16 14:32:58 +0000 (Fri, 16 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Update about mpfr_exp_t.
+------------------------------------------------------------------------
+r12270 | vlefevre | 2018-02-16 14:13:15 +0000 (Fri, 16 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/mul_2ui.c
+
+[src/mul_2ui.c] Simplified mpfr_mul_2ui (like mpfr_div_2ui).
+------------------------------------------------------------------------
+r12269 | vlefevre | 2018-02-16 14:09:39 +0000 (Fri, 16 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/div_2ui.c
+
+[src/div_2ui.c] Simplified justification.
+------------------------------------------------------------------------
+r12268 | vlefevre | 2018-02-16 13:50:07 +0000 (Fri, 16 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/div_2ui.c
+
+[src/div_2ui.c] Simplified code as suggested by PZ; added justification.
+------------------------------------------------------------------------
+r12267 | zimmerma | 2018-02-16 12:37:56 +0000 (Fri, 16 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/add1.c
+ M /trunk/src/div_ui.c
+ M /trunk/src/sub1sp.c
+
+GNU style: https://www.gnu.org/prep/standards/standards.html#Formatting
+
+------------------------------------------------------------------------
+r12266 | zimmerma | 2018-02-16 12:35:19 +0000 (Fri, 16 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/div_2ui.c
+ M /trunk/tests/tmul_2exp.c
+
+[src/div_2ui.c] added comment
+[tests/tmul_2exp.c] added coverage test
+
+------------------------------------------------------------------------
+r12265 | vlefevre | 2018-02-16 11:31:31 +0000 (Fri, 16 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/div_2ui.c
+
+[src/div_2ui.c] Replaced FIXME by an explanation.
+------------------------------------------------------------------------
+r12264 | zimmerma | 2018-02-16 10:55:46 +0000 (Fri, 16 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/div_2ui.c
+
+[src/div_2ui.c] added FIXME
+
+------------------------------------------------------------------------
+r12263 | zimmerma | 2018-02-16 10:43:49 +0000 (Fri, 16 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/cmp_ld.c
+
+[src/cmp_ld.c] simplified code (and avoid useless test when long double is not
+ double-double)
+
+------------------------------------------------------------------------
+r12262 | zimmerma | 2018-02-16 10:32:47 +0000 (Fri, 16 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tsub1sp.c
+
+[tests/tsub1sp.c] improve coverage
+
+------------------------------------------------------------------------
+r12261 | zimmerma | 2018-02-16 09:31:31 +0000 (Fri, 16 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tadd1sp.c
+
+[tests/tadd1sp.c] improve coverage of add1sp
+
+------------------------------------------------------------------------
+r12260 | zimmerma | 2018-02-16 08:23:06 +0000 (Fri, 16 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] fixed bug20180216
+
+------------------------------------------------------------------------
+r12259 | zimmerma | 2018-02-16 07:53:26 +0000 (Fri, 16 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tadd1sp.c
+
+[tests/tadd1sp.c] added coverage test
+
+------------------------------------------------------------------------
+r12257 | vlefevre | 2018-02-16 02:22:30 +0000 (Fri, 16 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tsub.c
+
+[tests/tsub.c] More tests in bug20180216.
+------------------------------------------------------------------------
+r12256 | vlefevre | 2018-02-16 02:08:03 +0000 (Fri, 16 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/tests/tsub.c
+
+[tests/tsub.c] Added bug20180216 test currently failing (corresponding
+to the failure mentioned in r12253, r12254 and r12255, but reproducible
+with a simple "./configure").
+------------------------------------------------------------------------
+r12255 | vlefevre | 2018-02-16 01:39:57 +0000 (Fri, 16 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/exp_2.c
+
+[src/exp_2.c] Note that the internal behavior depends on whether
+MPFR_LONG_WITHIN_LIMB is defined or not (see also r12253). This
+should not matter, possibly except in case of bug, like currently.
+------------------------------------------------------------------------
+r12254 | vlefevre | 2018-02-16 01:29:24 +0000 (Fri, 16 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Updated FIXME for MPFR_CHECK_MP_LIMB_T_VS_LONG.
+------------------------------------------------------------------------
+r12253 | vlefevre | 2018-02-16 01:23:07 +0000 (Fri, 16 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/acinclude.m4
+
+[acinclude.m4] Added a FIXME for MPFR_CHECK_MP_LIMB_T_VS_LONG.
+------------------------------------------------------------------------
+r12252 | vlefevre | 2018-02-16 00:00:13 +0000 (Fri, 16 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] Squeezed useless double-space.
+------------------------------------------------------------------------
+r12251 | zimmerma | 2018-02-15 18:42:18 +0000 (Thu, 15 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] fixed bug20180215()
+
+------------------------------------------------------------------------
+r12250 | vlefevre | 2018-02-15 15:10:10 +0000 (Thu, 15 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tsub.c
+
+[tests/tsub.c] Updated comment for bug20180215.
+------------------------------------------------------------------------
+r12249 | vlefevre | 2018-02-15 14:51:02 +0000 (Thu, 15 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] Use "else" for symmetry with above code.
+------------------------------------------------------------------------
+r12248 | vlefevre | 2018-02-15 14:39:54 +0000 (Thu, 15 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tsub.c
+
+[tests/tsub.c] Added a comment for bug20180215 (bug in the case
+2 <= d < p in generic code mpfr_sub1sp() introduced in r12242).
+------------------------------------------------------------------------
+r12246 | vlefevre | 2018-02-15 14:27:08 +0000 (Thu, 15 Feb 2018) | 5 lines
+Changed paths:
+ M /trunk/tests/tsub.c
+
+[tests/tsub.c] Added bug20180215 test currently failing, found from a
+failure using -DMPFR_GENERIC_ABI in CFLAGS and the --enable-assert=full
+configure option; but the test had to be extended so that it also fails
+with a simple "configure", i.e. without -DMPFR_GENERIC_ABI in CFLAGS
+and without the --enable-assert=full configure option.
+------------------------------------------------------------------------
+r12245 | vlefevre | 2018-02-15 14:13:52 +0000 (Thu, 15 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+Removed trailing whitespace.
+------------------------------------------------------------------------
+r12243 | zimmerma | 2018-02-14 16:11:04 +0000 (Wed, 14 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] review of case 2 <= d < p in generic code mpfr_sub1sp()
+
+------------------------------------------------------------------------
+r12242 | zimmerma | 2018-02-14 14:41:48 +0000 (Wed, 14 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/div_ui.c
+ M /trunk/src/sub1sp.c
+
+[src/div_ui.c] GNU style
+[src/sub1sp.c] reviewed the code for d>=p in mpfr_sub1sp()
+
+------------------------------------------------------------------------
+r12241 | vlefevre | 2018-02-14 11:10:09 +0000 (Wed, 14 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/tools/mpfrlint
+
+[tools/mpfrlint] Much improved the check of the use of GMP internals.
+------------------------------------------------------------------------
+r12240 | zimmerma | 2018-02-14 10:06:46 +0000 (Wed, 14 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] fixed a FIXME
+
+------------------------------------------------------------------------
+r12239 | zimmerma | 2018-02-14 09:50:02 +0000 (Wed, 14 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/src/mpfr-gmp.h
+ M /trunk/src/sub1sp.c
+
+[src/mpfr-gmp.h] define prototype of __gmpn_rsblsh1_n
+[src/sub1sp.c] changed names of variables to something more readable
+
+------------------------------------------------------------------------
+r12238 | zimmerma | 2018-02-14 09:36:58 +0000 (Wed, 14 Feb 2018) | 3 lines
+Changed paths:
+ M /trunk/configure.ac
+ M /trunk/src/sub1sp.c
+
+[configure.ac] detect mpn_rsblsh1_n instead of mpn_rsblsh_n
+[src/sub1sp.c] use mpn_rsblsh1_n instead of mpn_rsblsh_n with k=1
+
+------------------------------------------------------------------------
+r12237 | vlefevre | 2018-02-14 03:17:10 +0000 (Wed, 14 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] Added 2 FIXME's.
+------------------------------------------------------------------------
+r12236 | vlefevre | 2018-02-14 03:03:16 +0000 (Wed, 14 Feb 2018) | 4 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] In mpfr_sub1sp, initialize k only once. This slightly
+simplifies the code and avoids a -Wmaybe-uninitialized warning from
+GCC. The only failure on a 64-bit Linux machine is tsub1sp, due to
+an assertion failure in mpfr_sub1sp, as before this change.
+------------------------------------------------------------------------
+r12235 | vlefevre | 2018-02-14 02:49:07 +0000 (Wed, 14 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] Avoid the swapping of the exponents when they are equal.
+------------------------------------------------------------------------
+r12234 | zimmerma | 2018-02-13 16:06:18 +0000 (Tue, 13 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] review of case d=1 in generic code
+
+------------------------------------------------------------------------
+r12233 | zimmerma | 2018-02-13 15:42:28 +0000 (Tue, 13 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/add1sp.c
+
+[src/add1sp.c] no need of MPFR_TMP_MARK any more
+
+------------------------------------------------------------------------
+r12232 | zimmerma | 2018-02-13 15:19:27 +0000 (Tue, 13 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] end of review of case d=0 in generic code
+
+------------------------------------------------------------------------
+r12231 | zimmerma | 2018-02-13 15:01:34 +0000 (Tue, 13 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] work in progress
+
+------------------------------------------------------------------------
+r12230 | vlefevre | 2018-02-13 14:49:52 +0000 (Tue, 13 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/add1sp.c
+
+[src/add1sp.c] Moved a MPFR_ASSERTD to the right place.
+------------------------------------------------------------------------
+r12229 | zimmerma | 2018-02-13 14:26:57 +0000 (Tue, 13 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] re-enable __gmpn_rsblsh_n (with WANT_GMP_INTERNALS)
+
+------------------------------------------------------------------------
+r12228 | zimmerma | 2018-02-13 14:13:23 +0000 (Tue, 13 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/sub1sp.c
+
+[src/sub1sp.c] small improvement
+
+------------------------------------------------------------------------
+r12227 | zimmerma | 2018-02-13 13:59:18 +0000 (Tue, 13 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tools/cfarm.sh
+
+[tools/cfarm.sh] updated for 4.0.1-rc2
+
+------------------------------------------------------------------------
+r12226 | zimmerma | 2018-02-13 13:53:19 +0000 (Tue, 13 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/add1sp.c
+
+[src/add1sp.c] mp_ptr -> mp_limb_t*
+
+------------------------------------------------------------------------
+r12225 | zimmerma | 2018-02-13 13:49:43 +0000 (Tue, 13 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/add1sp.c
+
+[src/add1sp.c] get rid of MPN_COPY/MPN_ZERO in generic code
+
+------------------------------------------------------------------------
+r12223 | vlefevre | 2018-02-13 02:48:00 +0000 (Tue, 13 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/src/add1sp.c
+
+[src/add1sp.c] Improved comments and other minor changes.
+------------------------------------------------------------------------
+r12222 | vlefevre | 2018-02-13 02:39:54 +0000 (Tue, 13 Feb 2018) | 6 lines
+Changed paths:
+ M /trunk/src/add1sp.c
+
+[src/add1sp.c] In the generic code of mpfr_add1sp, fixed the computation
+of the round and sticky bits from r12220. At the same time, improved the
+handling of MPFR_RNDF in this part of the code:
+ * The "while" loop to compute the sticky bit is no longer done in this
+ case (the sticky bit does not matter).
+ * The "goto" is avoided.
+------------------------------------------------------------------------
+r12221 | vlefevre | 2018-02-13 01:22:50 +0000 (Tue, 13 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tadd.c
+
+[tests/tadd.c] Added 2 tests that fail starting with r12220.
+------------------------------------------------------------------------
+r12220 | zimmerma | 2018-02-12 15:40:42 +0000 (Mon, 12 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/src/add1sp.c
+
+[src/add1sp.c] cleanup generic code mpfr_add1sp()
+
+------------------------------------------------------------------------
+r12219 | vlefevre | 2018-02-09 14:17:18 +0000 (Fri, 09 Feb 2018) | 7 lines
+Changed paths:
+ M /trunk/src/fma.c
+ M /trunk/src/hypot.c
+
+[src/fma.c] Added a FIXME comment about overflow/underflow issues in
+ corner cases (already caught with MPFR_ASSERTN), fixable with UBF
+ like in mpfr_fmma.
+[src/hypot.c] Updated a comment: The problem that would come from an
+ underflow in y^2, in particular because x was scaled in order to
+ avoid an overflow in x^2, has been avoided by using a FMA (though
+ still buggy for these cases, as mentioned just above).
+------------------------------------------------------------------------
+r12215 | vlefevre | 2018-02-08 01:20:13 +0000 (Thu, 08 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tfits.c
+ M /trunk/tests/tfprintf.c
+ M /trunk/tests/tget_set_d64.c
+ M /trunk/tests/tget_sj.c
+ M /trunk/tests/tprintf.c
+ M /trunk/tests/tset_float128.c
+ M /trunk/tests/tset_sj.c
+ M /trunk/tests/tsprintf.c
+ M /trunk/tests/tversion.c
+
+[tests] Added/updated comments about the config.h inclusion.
+------------------------------------------------------------------------
+r12214 | vlefevre | 2018-02-08 01:07:46 +0000 (Thu, 08 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tset_float128.c
+ M /trunk/tests/tset_ld.c
+
+[tests/{tset_float128.c,tset_ld.c}] Removed obsolete WITH_FPU_CONTROL
+related code (this should have been done in r12185).
+------------------------------------------------------------------------
+r12212 | vlefevre | 2018-02-07 23:37:29 +0000 (Wed, 07 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/INSTALL
+
+[INSTALL] Updated GMP URL.
+------------------------------------------------------------------------
+r12210 | vlefevre | 2018-02-07 23:32:29 +0000 (Wed, 07 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Updated the month.
+------------------------------------------------------------------------
+r12208 | vlefevre | 2018-02-07 23:30:03 +0000 (Wed, 07 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+ M /trunk/tools/mpfrlint
+
+[doc/mpfr.texi] Corrected minimal GMP version.
+[tools/mpfrlint] Updated test to detect minimal GMP version mismatch.
+------------------------------------------------------------------------
+r12206 | vlefevre | 2018-02-07 23:21:02 +0000 (Wed, 07 Feb 2018) | 2 lines
+Changed paths:
+ M /trunk/INSTALL
+ M /trunk/tools/mpfrlint
+
+[INSTALL] Corrected minimal GMP version (thanks to David Edelsohn).
+[tools/mpfrlint] Added a test to detect minimal GMP version mismatch.
+------------------------------------------------------------------------
+r12198 | vlefevre | 2018-02-07 11:59:15 +0000 (Wed, 07 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/tools/announce-text
-[doc/README.dev] "To make a release": moved a sentence.
[tools/announce-text] For releases, check the VERSION file of the tag.
-(merged changesets r12197-12198 from the trunk)
------------------------------------------------------------------------
-r12195 | vlefevre | 2018-02-02 13:17:33 +0000 (Fri, 02 Feb 2018) | 4 lines
+r12197 | vlefevre | 2018-02-07 11:39:23 +0000 (Wed, 07 Feb 2018) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] "To make a release": moved a sentence.
+------------------------------------------------------------------------
+r12194 | vlefevre | 2018-02-02 13:06:29 +0000 (Fri, 02 Feb 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests/tdiv_ui.c
+ M /trunk/tests/tdiv_ui.c
[tests/tdiv_ui.c] Forcibly disable value coverage checking if
mp_limb_t > unsigned long (e.g. on mips64 with the n32 ABI).
-Corrected comments.
-(merged changesets r12193-12194 from the trunk)
------------------------------------------------------------------------
-r12192 | vlefevre | 2018-02-02 12:34:56 +0000 (Fri, 02 Feb 2018) | 1 line
+r12193 | vlefevre | 2018-02-02 12:46:28 +0000 (Fri, 02 Feb 2018) | 1 line
Changed paths:
- M /branches/4.0/ChangeLog
+ M /trunk/tests/tdiv_ui.c
-ChangeLog update with "TZ=UTC svn log -rHEAD:0 -v" (in UTF-8 locales).
+[tests/tdiv_ui.c] Corrected comments.
------------------------------------------------------------------------
-r12191 | vlefevre | 2018-02-02 12:32:02 +0000 (Fri, 02 Feb 2018) | 6 lines
+r12190 | vlefevre | 2018-02-02 11:47:35 +0000 (Fri, 02 Feb 2018) | 3 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests/terandom.c
- M /branches/4.0/tests/terandom_chisq.c
- M /branches/4.0/tests/tgrandom.c
- M /branches/4.0/tests/tnrandom.c
- M /branches/4.0/tests/tnrandom_chisq.c
- M /branches/4.0/tests/trandom.c
- M /branches/4.0/tests/trandom_deviate.c
- M /branches/4.0/tests/tset_ld.c
- M /branches/4.0/tests/tsub_d.c
- M /branches/4.0/tests/turandom.c
+ M /trunk/tests/terandom_chisq.c
+ M /trunk/tests/tnrandom_chisq.c
+ M /trunk/tests/trandom.c
+ M /trunk/tests/turandom.c
-[tests]
+[tests/t*random*.c]
* Replaced calloc + free by tests_allocate + tests_free as usual.
- * Replaced some fprintf with stderr by printf.
+ * trandom.c, turandom.c: do bitwise operations in unsigned arithmetic.
+------------------------------------------------------------------------
+r12189 | vlefevre | 2018-02-02 11:27:03 +0000 (Fri, 02 Feb 2018) | 5 lines
+Changed paths:
+ M /trunk/tests/terandom.c
+ M /trunk/tests/terandom_chisq.c
+ M /trunk/tests/tgrandom.c
+ M /trunk/tests/tnrandom.c
+ M /trunk/tests/tnrandom_chisq.c
+ M /trunk/tests/trandom.c
+ M /trunk/tests/trandom_deviate.c
+
+[tests/t*random*.c]
+ * Replaced some fprintf with stderr by printf (but not those
+ concerning memory allocation errors).
* Do bitwise operations in unsigned arithmetic.
* Formatting.
-(merged changesets r12188-12190 from the trunk)
------------------------------------------------------------------------
-r12187 | vlefevre | 2018-02-02 10:57:17 +0000 (Fri, 02 Feb 2018) | 16 lines
+r12188 | vlefevre | 2018-02-02 11:08:16 +0000 (Fri, 02 Feb 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests/tests.c
- M /branches/4.0/tests/tremquo.c
- M /branches/4.0/tests/tset_float128.c
- M /branches/4.0/tests/tset_ld.c
+ M /trunk/tests/tset_ld.c
+ M /trunk/tests/tsub_d.c
-[tests] Fixed the cases where tests_start_mpfr was called too late,
-i.e. after potential output (to stdout).
- * tremquo.c: moved the call to tests_start_mpfr to the beginning.
- * tset_float128.c, tset_ld.c: removed the optional, obsolete code
- setting the FPU control word; MPFR_FPU_PREC can be used instead
- (see tests.c).
+[tests] Formatting.
+------------------------------------------------------------------------
+r12186 | vlefevre | 2018-02-02 10:53:26 +0000 (Fri, 02 Feb 2018) | 7 lines
+Changed paths:
+ M /trunk/tests/tests.c
[tests/tests.c] Make stderr unbuffered again.
Note for the history: both stdout and stderr were made unbuffered in
@@ -2282,896 +12989,1238 @@ setbuf on stderr removed) in r2449 for consistency, but stderr was
used later for specific cases (e.g. memory allocation errors or when
stdout is already used for something else), and it is also used for
assertion failures. Thus the setbuf on stderr is still needed.
+------------------------------------------------------------------------
+r12185 | vlefevre | 2018-02-02 10:36:50 +0000 (Fri, 02 Feb 2018) | 6 lines
+Changed paths:
+ M /trunk/tests/tremquo.c
+ M /trunk/tests/tset_float128.c
+ M /trunk/tests/tset_ld.c
-(merged changesets r12185-12186 from the trunk)
+[tests] Fixed the cases where tests_start_mpfr was called too late,
+i.e. after potential output (to stdout).
+ * tremquo.c: moved the call to tests_start_mpfr to the beginning.
+ * tset_float128.c, tset_ld.c: removed the optional, obsolete code
+ setting the FPU control word; MPFR_FPU_PREC can be used instead
+ (see tests.c).
------------------------------------------------------------------------
-r12184 | vlefevre | 2018-02-02 10:14:04 +0000 (Fri, 02 Feb 2018) | 3 lines
+r12183 | vlefevre | 2018-02-02 10:12:38 +0000 (Fri, 02 Feb 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests/tabort_defalloc1.c
- M /branches/4.0/tests/tabort_defalloc2.c
- M /branches/4.0/tests/tabort_prec_max.c
+ M /trunk/tests/tabort_defalloc1.c
+ M /trunk/tests/tabort_defalloc2.c
+ M /trunk/tests/tabort_prec_max.c
-Reverse-merged r12182 since tests_start_mpfr disables stdout buffering,
+Reverse-merged r12181 since tests_start_mpfr disables stdout buffering,
so that the fflush() are unnecessary.
-(merged changeset r12183 from the trunk)
------------------------------------------------------------------------
-r12182 | vlefevre | 2018-02-02 09:55:12 +0000 (Fri, 02 Feb 2018) | 4 lines
+r12181 | vlefevre | 2018-02-02 09:52:45 +0000 (Fri, 02 Feb 2018) | 3 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests/tabort_defalloc1.c
- M /branches/4.0/tests/tabort_defalloc2.c
- M /branches/4.0/tests/tabort_prec_max.c
+ M /trunk/tests/tabort_defalloc1.c
+ M /trunk/tests/tabort_defalloc2.c
+ M /trunk/tests/tabort_prec_max.c
[tests/tabort_*.c] Flush stdout after a printf(), as an abort() is
expected. This is needed on platforms where abort() does not flush
the stdio streams, such as with the GNU C Library (glibc) 2.27.
-(merged changeset r12181 from the trunk)
------------------------------------------------------------------------
-r12180 | vlefevre | 2018-02-01 14:31:06 +0000 (Thu, 01 Feb 2018) | 1 line
+r12178 | vlefevre | 2018-02-01 14:27:11 +0000 (Thu, 01 Feb 2018) | 1 line
Changed paths:
- M /branches/4.0/ChangeLog
+ M /trunk/NEWS
-ChangeLog update with "TZ=UTC svn log -rHEAD:0 -v" (in UTF-8 locales).
+[NEWS] Mention "make check-exported-symbols" (experimental).
------------------------------------------------------------------------
-r12179 | vlefevre | 2018-02-01 14:28:02 +0000 (Thu, 01 Feb 2018) | 1 line
+r12172 | vlefevre | 2018-02-01 13:28:12 +0000 (Thu, 01 Feb 2018) | 1 line
Changed paths:
- M /branches/4.0/NEWS
+ M /trunk/tests/tdiv_ui.c
-[NEWS] Mention "make check-exported-symbols" (experimental).
+[tests/tdiv_ui.c] Portability update, in case MPFR_PREC_MIN > 1.
------------------------------------------------------------------------
-r12177 | vlefevre | 2018-02-01 14:22:32 +0000 (Thu, 01 Feb 2018) | 1 line
+r12169 | vlefevre | 2018-01-31 15:15:01 +0000 (Wed, 31 Jan 2018) | 3 lines
Changed paths:
- M /branches/4.0/VERSION
- M /branches/4.0/configure.ac
- M /branches/4.0/doc/mpfr.texi
- M /branches/4.0/src/mpfr.h
- M /branches/4.0/src/version.c
+ M /trunk/tests/tdiv_ui.c
-Updated version to 4.0.1-rc2.
+[tests/tdiv_ui.c] In corner_cases, test larger values for xn,
+as suggested by Paul, allowing one to cover case 2 for both
+sb=0 and sb=1. Value coverage is now complete.
------------------------------------------------------------------------
-r12176 | vlefevre | 2018-02-01 14:21:13 +0000 (Thu, 01 Feb 2018) | 1 line
+r12168 | vlefevre | 2018-01-31 15:02:18 +0000 (Wed, 31 Jan 2018) | 2 lines
Changed paths:
- M /branches/4.0/doc/mpfr.texi
+ M /trunk/tests/tdiv_ui.c
-[doc/mpfr.texi] Updated the month.
+[tests/tdiv_ui.c] Updated midpoint_exact to also test the divisor
+ULONG_MAX, allowing one to cover cases 3 and 4.
------------------------------------------------------------------------
-r12175 | vlefevre | 2018-02-01 13:47:27 +0000 (Thu, 01 Feb 2018) | 1 line
+r12167 | vlefevre | 2018-01-31 14:55:17 +0000 (Wed, 31 Jan 2018) | 2 lines
Changed paths:
- M /branches/4.0/NEWS
+ M /trunk/tests/tdiv_ui.c
-[NEWS] Mention the mpfr_div_ui bug.
+[tests/tdiv_ui.c] Added tests with simple midpoint and exact cases.
+This covers case 9, sb=0.
------------------------------------------------------------------------
-r12170 | vlefevre | 2018-01-31 16:21:15 +0000 (Wed, 31 Jan 2018) | 3 lines
+r12166 | vlefevre | 2018-01-31 13:45:02 +0000 (Wed, 31 Jan 2018) | 7 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/src/div_ui.c
- M /branches/4.0/src/mpfr-impl.h
- M /branches/4.0/tests/tdiv_ui.c
+ M /trunk/src/div_ui.c
+ M /trunk/src/mpfr-impl.h
+
+Added a case for the value coverage for tdiv_ui.
+→ Now, on a 64-bit Linux machine:
+ mpfr_div_ui not tested on case 2, sb=0
+ mpfr_div_ui not tested on case 2, sb=1
+ mpfr_div_ui not tested on case 3, sb=0
+ mpfr_div_ui not tested on case 4, sb=0
+ mpfr_div_ui not tested on case 9, sb=0
+------------------------------------------------------------------------
+r12165 | vlefevre | 2018-01-31 13:34:35 +0000 (Wed, 31 Jan 2018) | 6 lines
+Changed paths:
+ M /trunk/src/div_ui.c
+ M /trunk/src/mpfr-impl.h
+ M /trunk/tests/tdiv_ui.c
Added value coverage for tdiv_ui (combinations of rb and sb in the
-different cases of the mpfr_div_ui code) and other tests.
-(merged changesets r12164-12169 from the trunk)
+different cases of the mpfr_div_ui code).
+→ Currently on a 64-bit Linux machine:
+ mpfr_div_ui not tested on case 2, sb=0
+ mpfr_div_ui not tested on case 3, sb=0
+ mpfr_div_ui not tested on case 8, sb=0
+------------------------------------------------------------------------
+r12163 | vlefevre | 2018-01-31 02:37:05 +0000 (Wed, 31 Jan 2018) | 1 line
+Changed paths:
+ M /trunk/src/div_ui.c
+
+[src/div_ui.c] Case tmp[yn] != 0: simplified code since u ≥ 2.
+------------------------------------------------------------------------
+r12162 | vlefevre | 2018-01-31 02:30:02 +0000 (Wed, 31 Jan 2018) | 5 lines
+Changed paths:
+ M /trunk/src/div_ui.c
+
+[src/div_ui.c] Case tmp[yn] == 0:
+ * corrected/improved comments;
+ * simplified condition rb && sb to rb (since if rb ≠ 0, then r ≠ 0,
+ so that the current sb ≠ 0);
+ * replaced "& (~MPFR_LIMB_HIGHBIT)" by "<< 1" (should be simpler).
------------------------------------------------------------------------
-r12164 | vlefevre | 2018-01-31 09:57:51 +0000 (Wed, 31 Jan 2018) | 5 lines
+r12161 | zimmerma | 2018-01-30 20:31:58 +0000 (Tue, 30 Jan 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/src/div_ui.c
- M /branches/4.0/tests/tdiv.c
- M /branches/4.0/tests/tdiv_ui.c
- M /branches/4.0/tools/mpfrlint
+ M /trunk/src/div_ui.c
+
+[src/div_ui.c] fixed corner case (hopefully)
+
+------------------------------------------------------------------------
+r12160 | vlefevre | 2018-01-30 17:17:11 +0000 (Tue, 30 Jan 2018) | 1 line
+Changed paths:
+ M /trunk/tools/mpfrlint
-[src/div_ui.c] Major rewrite to fix a mpfr_div_ui bug.
-[tests/tdiv.c] Updated comment for bug20180126.
-[tests/tdiv_ui.c] Added tests triggering the bug just fixed.
[tools/mpfrlint] Improved a regexp (avoiding false positives).
-(merged the remaining changesets starting at r12123 from the trunk)
------------------------------------------------------------------------
-r12138 | vlefevre | 2018-01-27 03:52:35 +0000 (Sat, 27 Jan 2018) | 2 lines
+r12159 | vlefevre | 2018-01-30 16:57:55 +0000 (Tue, 30 Jan 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests/tdiv.c
+ M /trunk/tests/tdiv_ui.c
-[tests/tdiv.c] mpfr_div bug bug20180126: also test negative values.
-(merged changeset r12137 from the trunk)
+[tests/tdiv_ui.c] corner_cases() requires limbs to fit in unsigned long.
------------------------------------------------------------------------
-r12135 | vlefevre | 2018-01-27 03:21:15 +0000 (Sat, 27 Jan 2018) | 2 lines
+r12158 | vlefevre | 2018-01-30 16:52:57 +0000 (Tue, 30 Jan 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests/tdiv.c
+ M /trunk/tests/tdiv_ui.c
-[tests/tdiv.c] mpfr_div bug bug20180126 was introduced by r9086.
-(merged changeset r12134 from the trunk)
+[tests/tdiv_ui.c] Back to a decimal constant (the UL suffix was
+incorrect, but just a U is OK).
------------------------------------------------------------------------
-r12133 | vlefevre | 2018-01-26 17:04:38 +0000 (Fri, 26 Jan 2018) | 2 lines
+r12157 | zimmerma | 2018-01-30 16:38:20 +0000 (Tue, 30 Jan 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests/tdiv.c
+ M /trunk/tests/tdiv_ui.c
+
+[tests/tdiv_ui.c] added test for corner case (currently fails)
-[tests/tdiv.c] Completed r12128 test with new comments and an assert.
-(merged changeset r12132 from the trunk)
------------------------------------------------------------------------
-r12130 | vlefevre | 2018-01-26 15:29:25 +0000 (Fri, 26 Jan 2018) | 1 line
+r12156 | vlefevre | 2018-01-30 16:25:08 +0000 (Tue, 30 Jan 2018) | 1 line
Changed paths:
- M /branches/4.0/VERSION
- M /branches/4.0/configure.ac
- M /branches/4.0/doc/mpfr.texi
- M /branches/4.0/src/mpfr.h
- M /branches/4.0/src/version.c
+ M /trunk/tests/tdiv_ui.c
-Updated version to 4.0.1-dev.
+[tests/tdiv_ui.c] Fixed a value (from a zsh bug).
------------------------------------------------------------------------
-r12129 | vlefevre | 2018-01-26 15:28:39 +0000 (Fri, 26 Jan 2018) | 2 lines
+r12155 | vlefevre | 2018-01-30 16:21:13 +0000 (Tue, 30 Jan 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests/tdiv.c
+ M /trunk/src/div_ui.c
-[tests/tdiv.c] Added test case for a mpfr_div bug of MPFR 4.
-(merged changeset r12128 from the trunk)
+[src/div_ui.c] Comment: now, "i.e." is correct.
------------------------------------------------------------------------
-r12127 | vlefevre | 2018-01-25 15:19:15 +0000 (Thu, 25 Jan 2018) | 2 lines
+r12154 | vlefevre | 2018-01-30 16:17:53 +0000 (Tue, 30 Jan 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/doc/README.dev
+ M /trunk/tests/tdiv_ui.c
-[doc/README.dev] Added information about symbol checking.
-(merged changeset r12126 from the trunk)
+[tests/tdiv_ui.c] Added ABI-independent bug20180126 tests.
------------------------------------------------------------------------
-r12125 | vlefevre | 2018-01-25 14:46:21 +0000 (Thu, 25 Jan 2018) | 8 lines
+r12153 | zimmerma | 2018-01-30 15:55:58 +0000 (Tue, 30 Jan 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/Makefile.am
- M /branches/4.0/doc/README.dev
- M /branches/4.0/src/Makefile.am
+ M /trunk/src/div_ui.c
+
+[src/div_ui.c] fixed a comment
-* Added check-exported-symbols make rule to check that MPFR does not
- define symbols with a GMP reserved prefix.
-* For the check-gmp-symbols and check-exported-symbols make rules, if
- the library is not $(top_builddir)/src/.libs/libmpfr.so, these rules
- do nothing instead of potentially failing.
-* doc/README.dev, "To make a release": mention "make check-gmp-symbols"
- and "make check-exported-symbols".
-(merged changesets r12111-12114 from the trunk)
------------------------------------------------------------------------
-r12123 | vlefevre | 2018-01-23 09:41:27 +0000 (Tue, 23 Jan 2018) | 4 lines
+r12152 | vlefevre | 2018-01-30 13:22:48 +0000 (Tue, 30 Jan 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests/tests.c
+ M /trunk/src/div_ui.c
+
+[src/div_ui.c] Typo in a comment.
+------------------------------------------------------------------------
+r12151 | vlefevre | 2018-01-30 13:14:13 +0000 (Tue, 30 Jan 2018) | 1 line
+Changed paths:
+ M /trunk/src/div_ui.c
+
+[src/div_ui.c] Updated a comment.
+------------------------------------------------------------------------
+r12150 | vlefevre | 2018-01-30 13:05:10 +0000 (Tue, 30 Jan 2018) | 2 lines
+Changed paths:
+ M /trunk/src/div_ui.c
+
+[src/div_ui.c] Clarified the notation (this was ambiguous, with two
+possible interpretations). Added comments about mpn_divrem_1.
+------------------------------------------------------------------------
+r12149 | vlefevre | 2018-01-30 09:15:21 +0000 (Tue, 30 Jan 2018) | 1 line
+Changed paths:
+ M /trunk/src/div_ui.c
+
+[src/div_ui.c] Added a FIXME.
+------------------------------------------------------------------------
+r12148 | zimmerma | 2018-01-30 06:35:31 +0000 (Tue, 30 Jan 2018) | 2 lines
+Changed paths:
+ M /trunk/src/div_ui.c
+
+[src/div_ui.c] fixed a comment, and added a FIXME
+
+------------------------------------------------------------------------
+r12146 | vlefevre | 2018-01-29 14:11:54 +0000 (Mon, 29 Jan 2018) | 1 line
+Changed paths:
+ M /trunk/src/div_ui.c
+
+[src/div_ui.c] Clarified a comment.
+------------------------------------------------------------------------
+r12145 | vlefevre | 2018-01-29 14:05:24 +0000 (Mon, 29 Jan 2018) | 1 line
+Changed paths:
+ M /trunk/src/div_ui.c
+
+[src/div_ui.c] Started to review the code; minor changes.
+------------------------------------------------------------------------
+r12142 | vlefevre | 2018-01-29 01:23:41 +0000 (Mon, 29 Jan 2018) | 1 line
+Changed paths:
+ M /trunk/src/div_ui.c
+
+[src/div_ui.c] Minor update of comments.
+------------------------------------------------------------------------
+r12141 | vlefevre | 2018-01-29 01:06:44 +0000 (Mon, 29 Jan 2018) | 1 line
+Changed paths:
+ M /trunk/src/div_ui.c
+
+[src/div_ui.c] Fixed the exact case, which used nexttoinf uninitialized.
+------------------------------------------------------------------------
+r12140 | vlefevre | 2018-01-29 01:03:34 +0000 (Mon, 29 Jan 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tdiv_ui.c
+
+[tests/tdiv_ui.c] bug20180126: enable the test only when a limb fits in
+an unsigned long; clarified a comment.
+------------------------------------------------------------------------
+r12139 | zimmerma | 2018-01-28 09:05:30 +0000 (Sun, 28 Jan 2018) | 4 lines
+Changed paths:
+ M /trunk/src/div_ui.c
+ M /trunk/tests/tdiv_ui.c
+
+[src/div_ui.c] fixed bug20180126 (from tdiv.c), with a complete rewrite of
+ mpfr_div_ui using the round and sticky bits
+[tests/tdiv_ui.c] added more tests
-[tests/tests.c] Mention a libtool 2.4.6 bug concerning Solaris, yielding
-potential failures if a compatible MPFR version is already installed:
-this MPFR library is tested instead of the one that has just been built.
-(merged changeset r12122 from the trunk)
------------------------------------------------------------------------
-r12121 | vlefevre | 2018-01-22 13:58:27 +0000 (Mon, 22 Jan 2018) | 1 line
+r12137 | vlefevre | 2018-01-27 03:50:48 +0000 (Sat, 27 Jan 2018) | 1 line
Changed paths:
- M /branches/4.0/ChangeLog
+ M /trunk/tests/tdiv.c
-ChangeLog update with "TZ=UTC svn log -rHEAD:0 -v" (in UTF-8 locales).
+[tests/tdiv.c] mpfr_div bug bug20180126: also test negative values.
------------------------------------------------------------------------
-r12120 | vlefevre | 2018-01-22 13:56:18 +0000 (Mon, 22 Jan 2018) | 1 line
+r12136 | vlefevre | 2018-01-27 03:40:19 +0000 (Sat, 27 Jan 2018) | 1 line
Changed paths:
- M /branches/4.0/src/Makefile.am
+ M /trunk/tests/tdiv.c
-[src/Makefile.am] Updated libmpfr_la_LDFLAGS for MPFR 4.0.1.
+[tests/tdiv.c] Updated comment about mpfr_div bug bug20180126.
------------------------------------------------------------------------
-r12119 | vlefevre | 2018-01-22 13:53:01 +0000 (Mon, 22 Jan 2018) | 1 line
+r12134 | vlefevre | 2018-01-27 03:19:43 +0000 (Sat, 27 Jan 2018) | 1 line
Changed paths:
- M /branches/4.0/VERSION
- M /branches/4.0/configure.ac
- M /branches/4.0/doc/mpfr.texi
- M /branches/4.0/src/mpfr.h
- M /branches/4.0/src/version.c
+ M /trunk/tests/tdiv.c
-Updated version to 4.0.1-rc1.
+[tests/tdiv.c] mpfr_div bug bug20180126 was introduced by r9086.
------------------------------------------------------------------------
-r12118 | vlefevre | 2018-01-22 12:21:10 +0000 (Mon, 22 Jan 2018) | 1 line
+r12132 | vlefevre | 2018-01-26 17:03:19 +0000 (Fri, 26 Jan 2018) | 1 line
Changed paths:
- M /branches/4.0/NEWS
+ M /trunk/tests/tdiv.c
+
+[tests/tdiv.c] Completed r12128 test with new comments and an assert.
+------------------------------------------------------------------------
+r12128 | vlefevre | 2018-01-26 15:23:39 +0000 (Fri, 26 Jan 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tdiv.c
+
+[tests/tdiv.c] Added test case for a mpfr_div bug of MPFR 4.
+------------------------------------------------------------------------
+r12126 | vlefevre | 2018-01-25 15:17:55 +0000 (Thu, 25 Jan 2018) | 1 line
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] Added information about symbol checking.
+------------------------------------------------------------------------
+r12122 | vlefevre | 2018-01-23 09:40:06 +0000 (Tue, 23 Jan 2018) | 3 lines
+Changed paths:
+ M /trunk/tests/tests.c
+
+[tests/tests.c] Mention a libtool 2.4.6 bug concerning Solaris, yielding
+potential failures if a compatible MPFR version is already installed:
+this MPFR library is tested instead of the one that has just been built.
+------------------------------------------------------------------------
+r12117 | vlefevre | 2018-01-22 12:20:14 +0000 (Mon, 22 Jan 2018) | 1 line
+Changed paths:
+ M /trunk/NEWS
[NEWS] + Improved __GMP_CC and __GMP_CFLAGS retrieval.
------------------------------------------------------------------------
-r12116 | vlefevre | 2018-01-22 01:51:10 +0000 (Mon, 22 Jan 2018) | 4 lines
+r12115 | vlefevre | 2018-01-22 01:48:07 +0000 (Mon, 22 Jan 2018) | 3 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/configure.ac
+ M /trunk/configure.ac
[configure.ac] In the CC and CFLAGS setup from gmp.h, added to the
cpp list: "clang -E"; "cl -E" and "icl -E" for Windows ICC and MSVC
(suggested by Alexander).
-(merged changeset r12115 from the trunk)
------------------------------------------------------------------------
-r12110 | vlefevre | 2018-01-19 11:36:10 +0000 (Fri, 19 Jan 2018) | 1 line
+r12114 | vlefevre | 2018-01-20 13:15:43 +0000 (Sat, 20 Jan 2018) | 2 lines
+Changed paths:
+ M /trunk/doc/README.dev
+
+[doc/README.dev] "To make a release": mention "make check-gmp-symbols"
+and "make check-exported-symbols".
+------------------------------------------------------------------------
+r12113 | vlefevre | 2018-01-20 13:11:23 +0000 (Sat, 20 Jan 2018) | 1 line
+Changed paths:
+ M /trunk/Makefile.am
+
+[Makefile.am] Updated comments.
+------------------------------------------------------------------------
+r12112 | vlefevre | 2018-01-20 12:59:47 +0000 (Sat, 20 Jan 2018) | 3 lines
+Changed paths:
+ M /trunk/src/Makefile.am
+
+[src/Makefile.am] For check-gmp-symbols and check-exported-symbols, if
+the library is not $(top_builddir)/src/.libs/libmpfr.so, these rules
+do nothing instead of potentially failing.
+------------------------------------------------------------------------
+r12111 | vlefevre | 2018-01-20 12:38:52 +0000 (Sat, 20 Jan 2018) | 2 lines
+Changed paths:
+ M /trunk/Makefile.am
+ M /trunk/src/Makefile.am
+
+Added check-exported-symbols make rule to check that MPFR does not
+define symbols with a GMP reserved prefix.
+------------------------------------------------------------------------
+r12108 | vlefevre | 2018-01-18 12:29:58 +0000 (Thu, 18 Jan 2018) | 1 line
+Changed paths:
+ M /trunk/src/mp_clz_tab.c
+
+[src/mp_clz_tab.c] Fixed a condition (see bug mentioned at r12107).
+------------------------------------------------------------------------
+r12107 | vlefevre | 2018-01-18 12:27:19 +0000 (Thu, 18 Jan 2018) | 11 lines
+Changed paths:
+ M /trunk/src/mpfr-gmp.h
+
+[src/mpfr-gmp.h] Reverse-merged r11969, which yields a build failure
+under MinGW when GMP is built with "--disable-shared --enable-static
+--enable-assert --disable-assembly" and MPFR is built using the GMP
+build. Indeed, this commit was incorrect, as if the GMP build is used,
+then this is GMP's longlong.h that is used and GMP's __clz_tab version
+that should be used.
+The real cause of the "multiple definition of `__gmpn_clz_tab'" error
+reported at
+ https://sympa.inria.fr/sympa/arc/mpfr/2017-12/msg00061.html
+is that MPFR defines its own __gmpn_clz_tab while this is not needed
+(and must not be done) when the GMP build is used.
+------------------------------------------------------------------------
+r12104 | vlefevre | 2018-01-16 11:12:30 +0000 (Tue, 16 Jan 2018) | 2 lines
+Changed paths:
+ M /trunk/doc/texinfo.tex
+
+Eliding mergeinfo from 'doc/texinfo.tex' (as done after a
+"svn merge -c -12102 .", though this was an unrelated commit).
+------------------------------------------------------------------------
+r12103 | vlefevre | 2018-01-16 11:09:03 +0000 (Tue, 16 Jan 2018) | 1 line
+Changed paths:
+ M /trunk/TODO
+
+[TODO] - Decide whether multiple calls to mpfr_clear should be allowed.
+------------------------------------------------------------------------
+r12102 | vlefevre | 2018-01-16 08:58:00 +0000 (Tue, 16 Jan 2018) | 1 line
Changed paths:
- M /branches/4.0/NEWS
+ M /trunk/TODO
-[NEWS] Mention the bug fix r12109.
+[TODO] + Decide whether multiple calls to mpfr_clear should be allowed.
------------------------------------------------------------------------
-r12109 | vlefevre | 2018-01-19 00:27:24 +0000 (Fri, 19 Jan 2018) | 6 lines
+r12101 | vlefevre | 2018-01-13 13:57:53 +0000 (Sat, 13 Jan 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/src/mp_clz_tab.c
- M /branches/4.0/src/mpfr-gmp.h
+ M /trunk/ChangeLog
+
+ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v".
+------------------------------------------------------------------------
+r12100 | vlefevre | 2018-01-13 13:50:28 +0000 (Sat, 13 Jan 2018) | 1 line
+Changed paths:
+ M /trunk/NEWS
-Correct fix for the use of __clz_tab when the GMP build is used.
- * src/mpfr-gmp.h: reverse-merged r11969, which is incorrect and
- yields a build failure under some conditions.
- * src/mp_clz_tab.c: fixed the condition that tests whether the
- GMP build is used.
-(merged changesets r12107-12108 from the trunk)
+[NEWS] Update. Prepare for new version 4.1.0.
------------------------------------------------------------------------
-r12106 | vlefevre | 2018-01-18 10:52:25 +0000 (Thu, 18 Jan 2018) | 1 line
+r12099 | vlefevre | 2018-01-13 13:43:02 +0000 (Sat, 13 Jan 2018) | 1 line
Changed paths:
- M /branches/4.0/NEWS
+ M /trunk/doc/FAQ.html
-[NEWS] Update for GNU MPFR 4.0.1.
+[doc] Updated FAQ.html with update-faq.
------------------------------------------------------------------------
-r12096 | vlefevre | 2018-01-10 17:03:36 +0000 (Wed, 10 Jan 2018) | 1 line
+r12092 | vlefevre | 2018-01-10 13:40:31 +0000 (Wed, 10 Jan 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/src/check.c
+ M /trunk/tests/tlgamma.c
-Typo in a comment (cherry-picked everything from r12073 of the trunk).
+[tests/tlgamma.c] bug20180110: test the ternary value and the flags.
------------------------------------------------------------------------
-r12095 | vlefevre | 2018-01-10 16:58:10 +0000 (Wed, 10 Jan 2018) | 4 lines
+r12091 | vlefevre | 2018-01-10 13:32:58 +0000 (Wed, 10 Jan 2018) | 3 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/src/lngamma.c
- M /branches/4.0/tests/tlgamma.c
+ M /trunk/src/lngamma.c
-[src/lngamma.c] Fixed handling of reduced exponent range in mpfr_lgamma
- (also removed a useless cast).
-[tests/tlgamma.c] Added a corresponding test case.
-(merged changesets r12089-12092 from the trunk)
+[src/lngamma.c] Fixed mpfr_lgamma bug for tiny negative x, in case
+emax < exponent of the result (the issue was an overflow in the "fast"
+algorithm, which made it loop with more and more working precision).
------------------------------------------------------------------------
-r12094 | vlefevre | 2018-01-10 16:48:57 +0000 (Wed, 10 Jan 2018) | 4 lines
+r12090 | vlefevre | 2018-01-10 13:24:29 +0000 (Wed, 10 Jan 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/src/ai.c
- M /branches/4.0/tests/tai.c
+ M /trunk/src/lngamma.c
-[src/ai.c] Fixed handling of reduced exponent range.
-[tests/tai.c] Added corresponding test cases (in addition to what
- has been done in tgeneric.c).
-(merged changesets r12070-12072,12074-12075 from the trunk)
+[src/lngamma.c] Removed a useless cast.
------------------------------------------------------------------------
-r12093 | vlefevre | 2018-01-10 16:38:44 +0000 (Wed, 10 Jan 2018) | 8 lines
+r12089 | vlefevre | 2018-01-10 13:17:50 +0000 (Wed, 10 Jan 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests/tgeneric.c
+ M /trunk/tests/tlgamma.c
-[tests/tgeneric.c] Tests in a reduced exponent range:
- * Do several overflow/underflow tests instead of 1, and this for each
- precision. This allows one to detect 2 bugs (fixed in the trunk)
- that did not handle reduced exponent ranges correctly:
- - in mpfr_ai, making tai fail;
- - in mpfr_lgamma, making tlgamma hang with a 32-bit ABI.
- * Added some comments.
-(merged changesets r12087-12088 from the trunk)
+[tests/tlgamma.c] Added a test case for a bug found from the tgeneric
+change done in r12088.
------------------------------------------------------------------------
-r12086 | vlefevre | 2018-01-10 10:15:30 +0000 (Wed, 10 Jan 2018) | 4 lines
+r12088 | vlefevre | 2018-01-10 12:22:11 +0000 (Wed, 10 Jan 2018) | 5 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/tests/tsprintf.c
+ M /trunk/tests/tgeneric.c
-[tests/tsprintf.c] Fixed/simplified code with incorrect strncpy
-usage (bug detected by gcc-snapshot 20180107-1 under Debian with
--Werror=stringop-truncation).
-(merged changesets r12084-12085 from the trunk)
+[tests/tgeneric.c] Do several overflow/underflow tests instead of 1, and
+this for each precision. This allows one to detect the mpfr_ai bug found
+and fixed on 2018-01-07 (with 32-bit *and* 64-bit ABI):
+ https://sympa.inria.fr/sympa/arc/mpfr/2018-01/msg00001.html
+Moreover, this makes tlgamma loop with a 32-bit ABI (x86). To be fixed.
------------------------------------------------------------------------
-r12083 | vlefevre | 2018-01-09 15:17:48 +0000 (Tue, 09 Jan 2018) | 6 lines
+r12087 | vlefevre | 2018-01-10 11:49:52 +0000 (Wed, 10 Jan 2018) | 1 line
Changed paths:
- M /branches/4.0
- M /branches/4.0/doc/mpfr.texi
+ M /trunk/tests/tgeneric.c
-[doc/mpfr.texi] Misc improvements and corrections affecting the
-description of the following functions:
- * mpfr_ai: fixed font encoding issue for PDF/DVI/PS (—x— → |x|).
- * mpfr_custom_init_set: fixed typography; improved text.
- * mpfr_custom_get_exp: improved text.
-(merged changesets r12077-12082 from the trunk)
+[tests/tgeneric.c] Added comments for tests in a reduced exponent range.
------------------------------------------------------------------------
-r12078 | vlefevre | 2018-01-09 12:34:03 +0000 (Tue, 09 Jan 2018) | 5 lines
+r12085 | vlefevre | 2018-01-10 10:12:19 +0000 (Wed, 10 Jan 2018) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/doc/mpfr.texi
- M /branches/4.0/doc/texinfo.tex
+ M /trunk/tests/tsprintf.c
+
+[tests/tsprintf.c] About r12084, simplified the code, without needing
+strncpy.
+------------------------------------------------------------------------
+r12084 | vlefevre | 2018-01-10 09:59:30 +0000 (Wed, 10 Jan 2018) | 3 lines
+Changed paths:
+ M /trunk/tests/tsprintf.c
+
+[tests/tsprintf.c] Fixed strncpy usage, in particular to ensure a
+null-terminated string (bug detected by gcc-snapshot 20180107-1 under
+Debian with -Werror=stringop-truncation).
+------------------------------------------------------------------------
+r12082 | vlefevre | 2018-01-09 14:44:43 +0000 (Tue, 09 Jan 2018) | 2 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Fixed the @GMPabs macro in tex mode: due to the use of
+the OT1 encoding, the pipe character "|" was giving a wide dash.
+------------------------------------------------------------------------
+r12081 | vlefevre | 2018-01-09 14:06:43 +0000 (Tue, 09 Jan 2018) | 2 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] For mpfr_custom_get_exp, restored the spec for NaN,
+infinity and zero, with more details.
+------------------------------------------------------------------------
+r12080 | vlefevre | 2018-01-09 13:51:51 +0000 (Tue, 09 Jan 2018) | 5 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Improved description of mpfr_custom_init_set.
+Note: For the versions of the manual generated with TeX (PDF/DVI/PS),
+"|kind|" appears as "—kind—", and the description of mpfr_ai has
+the same issue (since its introduction in MPFR 3.0.0). The cause
+is unclear, and this will be fixed later.
+------------------------------------------------------------------------
+r12079 | zimmerma | 2018-01-09 13:28:21 +0000 (Tue, 09 Jan 2018) | 3 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] for mpfr_custom_get_exp, explain the significand is considered
+ in [1/2,1) as for mpfr_get_exp
+
+------------------------------------------------------------------------
+r12076 | vlefevre | 2018-01-09 12:19:03 +0000 (Tue, 09 Jan 2018) | 4 lines
+Changed paths:
+ M /trunk/doc/mpfr.texi
+ M /trunk/doc/texinfo.tex
[doc]
* texinfo.tex: update to the latest version 2018-01-09.11, which
supports @var with script font size without any drawback.
* mpfr.texi: replaced the now useless @svar by @var.
-(merged changeset r12076 from the trunk)
-------------------------------------------------------------------------
-r12077 | vlefevre | 2018-01-09 12:30:58 +0000 (Tue, 09 Jan 2018) | 6 lines
-Changed paths:
- M /branches/4.0
- M /branches/4.0/BUGS
- M /branches/4.0/INSTALL
- M /branches/4.0/Makefile.am
- M /branches/4.0/NEWS
- M /branches/4.0/README
- M /branches/4.0/TODO
- M /branches/4.0/acinclude.m4
- M /branches/4.0/configure.ac
- M /branches/4.0/doc/FAQ.html
- M /branches/4.0/doc/Makefile.am
- M /branches/4.0/doc/README.dev
- M /branches/4.0/doc/check-typography
- M /branches/4.0/doc/faq.xsl
- M /branches/4.0/doc/mpfr.texi
- M /branches/4.0/examples/can_round.c
- M /branches/4.0/examples/divworst.c
- M /branches/4.0/examples/rndo-add.c
- M /branches/4.0/examples/sample.c
- M /branches/4.0/examples/version.c
- M /branches/4.0/src/Makefile.am
- M /branches/4.0/src/abort_prec_max.c
- M /branches/4.0/src/acos.c
- M /branches/4.0/src/acosh.c
- M /branches/4.0/src/add.c
- M /branches/4.0/src/add1.c
- M /branches/4.0/src/add1sp.c
- M /branches/4.0/src/add_d.c
- M /branches/4.0/src/add_ui.c
- M /branches/4.0/src/agm.c
- M /branches/4.0/src/ai.c
- M /branches/4.0/src/amd/amdfam10/mparam.h
- M /branches/4.0/src/amd/athlon/mparam.h
- M /branches/4.0/src/amd/k8/mparam.h
- M /branches/4.0/src/arm/mparam.h
- M /branches/4.0/src/asin.c
- M /branches/4.0/src/asinh.c
- M /branches/4.0/src/atan.c
- M /branches/4.0/src/atan2.c
- M /branches/4.0/src/atanh.c
- M /branches/4.0/src/bernoulli.c
- M /branches/4.0/src/beta.c
- M /branches/4.0/src/buildopt.c
- M /branches/4.0/src/cache.c
- M /branches/4.0/src/cbrt.c
- M /branches/4.0/src/check.c
- M /branches/4.0/src/clear.c
- M /branches/4.0/src/clears.c
- M /branches/4.0/src/cmp.c
- M /branches/4.0/src/cmp2.c
- M /branches/4.0/src/cmp_abs.c
- M /branches/4.0/src/cmp_d.c
- M /branches/4.0/src/cmp_ld.c
- M /branches/4.0/src/cmp_si.c
- M /branches/4.0/src/cmp_ui.c
- M /branches/4.0/src/comparisons.c
- M /branches/4.0/src/const_catalan.c
- M /branches/4.0/src/const_euler.c
- M /branches/4.0/src/const_log2.c
- M /branches/4.0/src/const_pi.c
- M /branches/4.0/src/constant.c
- M /branches/4.0/src/copysign.c
- M /branches/4.0/src/cos.c
- M /branches/4.0/src/cosh.c
- M /branches/4.0/src/cot.c
- M /branches/4.0/src/coth.c
- M /branches/4.0/src/csc.c
- M /branches/4.0/src/csch.c
- M /branches/4.0/src/d_div.c
- M /branches/4.0/src/d_sub.c
- M /branches/4.0/src/digamma.c
- M /branches/4.0/src/dim.c
- M /branches/4.0/src/div.c
- M /branches/4.0/src/div_2exp.c
- M /branches/4.0/src/div_2si.c
- M /branches/4.0/src/div_2ui.c
- M /branches/4.0/src/div_d.c
- M /branches/4.0/src/div_ui.c
- M /branches/4.0/src/dump.c
- M /branches/4.0/src/eint.c
- M /branches/4.0/src/eq.c
- M /branches/4.0/src/erandom.c
- M /branches/4.0/src/erf.c
- M /branches/4.0/src/erfc.c
- M /branches/4.0/src/exceptions.c
- M /branches/4.0/src/exp.c
- M /branches/4.0/src/exp10.c
- M /branches/4.0/src/exp2.c
- M /branches/4.0/src/exp3.c
- M /branches/4.0/src/exp_2.c
- M /branches/4.0/src/expm1.c
- M /branches/4.0/src/extract.c
- M /branches/4.0/src/factorial.c
- M /branches/4.0/src/fits_intmax.c
- M /branches/4.0/src/fits_s.h
- M /branches/4.0/src/fits_sint.c
- M /branches/4.0/src/fits_slong.c
- M /branches/4.0/src/fits_sshort.c
- M /branches/4.0/src/fits_u.h
- M /branches/4.0/src/fits_uint.c
- M /branches/4.0/src/fits_uintmax.c
- M /branches/4.0/src/fits_ulong.c
- M /branches/4.0/src/fits_ushort.c
- M /branches/4.0/src/fma.c
- M /branches/4.0/src/fmma.c
- M /branches/4.0/src/fms.c
- M /branches/4.0/src/fpif.c
- M /branches/4.0/src/frac.c
- M /branches/4.0/src/free_cache.c
- M /branches/4.0/src/frexp.c
- M /branches/4.0/src/gamma.c
- M /branches/4.0/src/gamma_inc.c
- M /branches/4.0/src/gammaonethird.c
- M /branches/4.0/src/gen_inverse.h
- M /branches/4.0/src/generic/coverage/mparam.h
- M /branches/4.0/src/generic/mparam.h
- M /branches/4.0/src/get_d.c
- M /branches/4.0/src/get_d64.c
- M /branches/4.0/src/get_exp.c
- M /branches/4.0/src/get_f.c
- M /branches/4.0/src/get_float128.c
- M /branches/4.0/src/get_flt.c
- M /branches/4.0/src/get_ld.c
- M /branches/4.0/src/get_q.c
- M /branches/4.0/src/get_si.c
- M /branches/4.0/src/get_sj.c
- M /branches/4.0/src/get_str.c
- M /branches/4.0/src/get_ui.c
- M /branches/4.0/src/get_uj.c
- M /branches/4.0/src/get_z.c
- M /branches/4.0/src/get_z_exp.c
- M /branches/4.0/src/gmp_op.c
- M /branches/4.0/src/grandom.c
- M /branches/4.0/src/hppa/mparam.h
- M /branches/4.0/src/hypot.c
- M /branches/4.0/src/ia64/mparam.h
- M /branches/4.0/src/ieee_floats.h
- M /branches/4.0/src/init.c
- M /branches/4.0/src/init2.c
- M /branches/4.0/src/inits.c
- M /branches/4.0/src/inits2.c
- M /branches/4.0/src/inp_str.c
- M /branches/4.0/src/int_ceil_log2.c
- M /branches/4.0/src/invert_limb.h
- M /branches/4.0/src/invsqrt_limb.h
- M /branches/4.0/src/isinf.c
- M /branches/4.0/src/isinteger.c
- M /branches/4.0/src/isnan.c
- M /branches/4.0/src/isnum.c
- M /branches/4.0/src/isqrt.c
- M /branches/4.0/src/isregular.c
- M /branches/4.0/src/iszero.c
- M /branches/4.0/src/jn.c
- M /branches/4.0/src/jyn_asympt.c
- M /branches/4.0/src/li2.c
- M /branches/4.0/src/lngamma.c
- M /branches/4.0/src/log.c
- M /branches/4.0/src/log10.c
- M /branches/4.0/src/log1p.c
- M /branches/4.0/src/log2.c
- M /branches/4.0/src/log_ui.c
- M /branches/4.0/src/logging.c
- M /branches/4.0/src/min_prec.c
- M /branches/4.0/src/minmax.c
- M /branches/4.0/src/mips/mparam.h
- M /branches/4.0/src/modf.c
- M /branches/4.0/src/mp_clz_tab.c
- M /branches/4.0/src/mparam_h.in
- M /branches/4.0/src/mpf2mpfr.h
- M /branches/4.0/src/mpfr-cvers.h
- M /branches/4.0/src/mpfr-gmp.c
- M /branches/4.0/src/mpfr-gmp.h
- M /branches/4.0/src/mpfr-impl.h
- M /branches/4.0/src/mpfr-intmax.h
- M /branches/4.0/src/mpfr-longlong.h
- M /branches/4.0/src/mpfr-mini-gmp.c
- M /branches/4.0/src/mpfr-mini-gmp.h
- M /branches/4.0/src/mpfr-sassert.h
- M /branches/4.0/src/mpfr-thread.h
- M /branches/4.0/src/mpfr.h
- M /branches/4.0/src/mpn_exp.c
- M /branches/4.0/src/mul.c
- M /branches/4.0/src/mul_2exp.c
- M /branches/4.0/src/mul_2si.c
- M /branches/4.0/src/mul_2ui.c
- M /branches/4.0/src/mul_d.c
- M /branches/4.0/src/mul_ui.c
- M /branches/4.0/src/mulders.c
- M /branches/4.0/src/neg.c
- M /branches/4.0/src/next.c
- M /branches/4.0/src/nrandom.c
- M /branches/4.0/src/odd_p.c
- M /branches/4.0/src/out_str.c
- M /branches/4.0/src/pool.c
- M /branches/4.0/src/pow.c
- M /branches/4.0/src/pow_si.c
- M /branches/4.0/src/pow_ui.c
- M /branches/4.0/src/pow_z.c
- M /branches/4.0/src/powerof2.c
- M /branches/4.0/src/powerpc32/mparam.h
- M /branches/4.0/src/powerpc64/mparam.h
- M /branches/4.0/src/print_raw.c
- M /branches/4.0/src/print_rnd_mode.c
- M /branches/4.0/src/printf.c
- M /branches/4.0/src/random_deviate.c
- M /branches/4.0/src/random_deviate.h
- M /branches/4.0/src/rec_sqrt.c
- M /branches/4.0/src/reldiff.c
- M /branches/4.0/src/rem1.c
- M /branches/4.0/src/rint.c
- M /branches/4.0/src/rndna.c
- M /branches/4.0/src/root.c
- M /branches/4.0/src/round_near_x.c
- M /branches/4.0/src/round_p.c
- M /branches/4.0/src/round_prec.c
- M /branches/4.0/src/round_raw_generic.c
- M /branches/4.0/src/scale2.c
- M /branches/4.0/src/sec.c
- M /branches/4.0/src/sech.c
- M /branches/4.0/src/set.c
- M /branches/4.0/src/set_d.c
- M /branches/4.0/src/set_d64.c
- M /branches/4.0/src/set_dfl_prec.c
- M /branches/4.0/src/set_exp.c
- M /branches/4.0/src/set_f.c
- M /branches/4.0/src/set_float128.c
- M /branches/4.0/src/set_flt.c
- M /branches/4.0/src/set_inf.c
- M /branches/4.0/src/set_ld.c
- M /branches/4.0/src/set_nan.c
- M /branches/4.0/src/set_prc_raw.c
- M /branches/4.0/src/set_prec.c
- M /branches/4.0/src/set_q.c
- M /branches/4.0/src/set_rnd.c
- M /branches/4.0/src/set_si.c
- M /branches/4.0/src/set_si_2exp.c
- M /branches/4.0/src/set_sj.c
- M /branches/4.0/src/set_str.c
- M /branches/4.0/src/set_str_raw.c
- M /branches/4.0/src/set_ui.c
- M /branches/4.0/src/set_ui_2exp.c
- M /branches/4.0/src/set_uj.c
- M /branches/4.0/src/set_z.c
- M /branches/4.0/src/set_z_exp.c
- M /branches/4.0/src/set_zero.c
- M /branches/4.0/src/setmax.c
- M /branches/4.0/src/setmin.c
- M /branches/4.0/src/setsign.c
- M /branches/4.0/src/sgn.c
- M /branches/4.0/src/si_op.c
- M /branches/4.0/src/signbit.c
- M /branches/4.0/src/sin.c
- M /branches/4.0/src/sin_cos.c
- M /branches/4.0/src/sinh.c
- M /branches/4.0/src/sinh_cosh.c
- M /branches/4.0/src/sparc64/mparam.h
- M /branches/4.0/src/sqr.c
- M /branches/4.0/src/sqrt.c
- M /branches/4.0/src/sqrt_ui.c
- M /branches/4.0/src/stack_interface.c
- M /branches/4.0/src/strtofr.c
- M /branches/4.0/src/sub.c
- M /branches/4.0/src/sub1.c
- M /branches/4.0/src/sub1sp.c
- M /branches/4.0/src/sub_d.c
- M /branches/4.0/src/sub_ui.c
- M /branches/4.0/src/subnormal.c
- M /branches/4.0/src/sum.c
- M /branches/4.0/src/swap.c
- M /branches/4.0/src/tan.c
- M /branches/4.0/src/tanh.c
- M /branches/4.0/src/ubf.c
- M /branches/4.0/src/uceil_exp2.c
- M /branches/4.0/src/uceil_log2.c
- M /branches/4.0/src/ufloor_log2.c
- M /branches/4.0/src/ui_div.c
- M /branches/4.0/src/ui_pow.c
- M /branches/4.0/src/ui_pow_ui.c
- M /branches/4.0/src/ui_sub.c
- M /branches/4.0/src/urandom.c
- M /branches/4.0/src/urandomb.c
- M /branches/4.0/src/vasprintf.c
- M /branches/4.0/src/version.c
- M /branches/4.0/src/volatile.c
- M /branches/4.0/src/x86/core2/mparam.h
- M /branches/4.0/src/x86/mparam.h
- M /branches/4.0/src/x86_64/core2/mparam.h
- M /branches/4.0/src/x86_64/corei5/mparam.h
- M /branches/4.0/src/x86_64/pentium4/mparam.h
- M /branches/4.0/src/yn.c
- M /branches/4.0/src/zeta.c
- M /branches/4.0/src/zeta_ui.c
- M /branches/4.0/tests/Makefile.am
- M /branches/4.0/tests/cmp_str.c
- M /branches/4.0/tests/data/digamma
- M /branches/4.0/tests/data/li2
- M /branches/4.0/tests/memory.c
- M /branches/4.0/tests/mpf_compat.c
- M /branches/4.0/tests/mpf_compat.h
- M /branches/4.0/tests/mpfr-test.h
- M /branches/4.0/tests/mpfr_compat.c
- M /branches/4.0/tests/random2.c
- M /branches/4.0/tests/reuse.c
- M /branches/4.0/tests/rnd_mode.c
- M /branches/4.0/tests/tabort_defalloc1.c
- M /branches/4.0/tests/tabort_defalloc2.c
- M /branches/4.0/tests/tabort_prec_max.c
- M /branches/4.0/tests/tabs.c
- M /branches/4.0/tests/tacos.c
- M /branches/4.0/tests/tacosh.c
- M /branches/4.0/tests/tadd.c
- M /branches/4.0/tests/tadd1sp.c
- M /branches/4.0/tests/tadd_d.c
- M /branches/4.0/tests/tadd_ui.c
- M /branches/4.0/tests/tagm.c
- M /branches/4.0/tests/tai.c
- M /branches/4.0/tests/talloc-cache.c
- M /branches/4.0/tests/talloc.c
- M /branches/4.0/tests/tasin.c
- M /branches/4.0/tests/tasinh.c
- M /branches/4.0/tests/tassert.c
- M /branches/4.0/tests/tatan.c
- M /branches/4.0/tests/tatanh.c
- M /branches/4.0/tests/taway.c
- M /branches/4.0/tests/tbeta.c
- M /branches/4.0/tests/tbuildopt.c
- M /branches/4.0/tests/tcan_round.c
- M /branches/4.0/tests/tcbrt.c
- M /branches/4.0/tests/tcheck.c
- M /branches/4.0/tests/tcmp.c
- M /branches/4.0/tests/tcmp2.c
- M /branches/4.0/tests/tcmp_d.c
- M /branches/4.0/tests/tcmp_ld.c
- M /branches/4.0/tests/tcmp_ui.c
- M /branches/4.0/tests/tcmpabs.c
- M /branches/4.0/tests/tcomparisons.c
- M /branches/4.0/tests/tconst_catalan.c
- M /branches/4.0/tests/tconst_euler.c
- M /branches/4.0/tests/tconst_log2.c
- M /branches/4.0/tests/tconst_pi.c
- M /branches/4.0/tests/tcopysign.c
- M /branches/4.0/tests/tcos.c
- M /branches/4.0/tests/tcosh.c
- M /branches/4.0/tests/tcot.c
- M /branches/4.0/tests/tcoth.c
- M /branches/4.0/tests/tcsc.c
- M /branches/4.0/tests/tcsch.c
- M /branches/4.0/tests/td_div.c
- M /branches/4.0/tests/td_sub.c
- M /branches/4.0/tests/tdigamma.c
- M /branches/4.0/tests/tdim.c
- M /branches/4.0/tests/tdiv.c
- M /branches/4.0/tests/tdiv_d.c
- M /branches/4.0/tests/tdiv_ui.c
- M /branches/4.0/tests/teint.c
- M /branches/4.0/tests/teq.c
- M /branches/4.0/tests/terandom.c
- M /branches/4.0/tests/terandom_chisq.c
- M /branches/4.0/tests/terf.c
- M /branches/4.0/tests/tests.c
- M /branches/4.0/tests/texceptions.c
- M /branches/4.0/tests/texp.c
- M /branches/4.0/tests/texp10.c
- M /branches/4.0/tests/texp2.c
- M /branches/4.0/tests/texpm1.c
- M /branches/4.0/tests/tfactorial.c
- M /branches/4.0/tests/tfits.c
- M /branches/4.0/tests/tfma.c
- M /branches/4.0/tests/tfmma.c
- M /branches/4.0/tests/tfmod.c
- M /branches/4.0/tests/tfms.c
- M /branches/4.0/tests/tfpif.c
- M /branches/4.0/tests/tfprintf.c
- M /branches/4.0/tests/tfrac.c
- M /branches/4.0/tests/tfrexp.c
- M /branches/4.0/tests/tgamma.c
- M /branches/4.0/tests/tgamma_inc.c
- M /branches/4.0/tests/tgeneric.c
- M /branches/4.0/tests/tgeneric_ui.c
- M /branches/4.0/tests/tget_d.c
- M /branches/4.0/tests/tget_d_2exp.c
- M /branches/4.0/tests/tget_f.c
- M /branches/4.0/tests/tget_flt.c
- M /branches/4.0/tests/tget_ld_2exp.c
- M /branches/4.0/tests/tget_q.c
- M /branches/4.0/tests/tget_set_d64.c
- M /branches/4.0/tests/tget_sj.c
- M /branches/4.0/tests/tget_str.c
- M /branches/4.0/tests/tget_z.c
- M /branches/4.0/tests/tgmpop.c
- M /branches/4.0/tests/tgrandom.c
- M /branches/4.0/tests/thyperbolic.c
- M /branches/4.0/tests/thypot.c
- M /branches/4.0/tests/tinits.c
- M /branches/4.0/tests/tinp_str.c
- M /branches/4.0/tests/tinternals.c
- M /branches/4.0/tests/tisnan.c
- M /branches/4.0/tests/tisqrt.c
- M /branches/4.0/tests/tj0.c
- M /branches/4.0/tests/tj1.c
- M /branches/4.0/tests/tjn.c
- M /branches/4.0/tests/tl2b.c
- M /branches/4.0/tests/tlgamma.c
- M /branches/4.0/tests/tli2.c
- M /branches/4.0/tests/tlngamma.c
- M /branches/4.0/tests/tlog.c
- M /branches/4.0/tests/tlog10.c
- M /branches/4.0/tests/tlog1p.c
- M /branches/4.0/tests/tlog2.c
- M /branches/4.0/tests/tlog_ui.c
- M /branches/4.0/tests/tmin_prec.c
- M /branches/4.0/tests/tminmax.c
- M /branches/4.0/tests/tmodf.c
- M /branches/4.0/tests/tmul.c
- M /branches/4.0/tests/tmul_2exp.c
- M /branches/4.0/tests/tmul_d.c
- M /branches/4.0/tests/tmul_ui.c
- M /branches/4.0/tests/tnext.c
- M /branches/4.0/tests/tnrandom.c
- M /branches/4.0/tests/tnrandom_chisq.c
- M /branches/4.0/tests/tout_str.c
- M /branches/4.0/tests/toutimpl.c
- M /branches/4.0/tests/tpow.c
- M /branches/4.0/tests/tpow3.c
- M /branches/4.0/tests/tpow_all.c
- M /branches/4.0/tests/tpow_z.c
- M /branches/4.0/tests/tprintf.c
- M /branches/4.0/tests/trandom.c
- M /branches/4.0/tests/trandom_deviate.c
- M /branches/4.0/tests/trec_sqrt.c
- M /branches/4.0/tests/tremquo.c
- M /branches/4.0/tests/trint.c
- M /branches/4.0/tests/trndna.c
- M /branches/4.0/tests/troot.c
- M /branches/4.0/tests/trootn_ui.c
- M /branches/4.0/tests/tround_prec.c
- M /branches/4.0/tests/tsec.c
- M /branches/4.0/tests/tsech.c
- M /branches/4.0/tests/tset.c
- M /branches/4.0/tests/tset_d.c
- M /branches/4.0/tests/tset_exp.c
- M /branches/4.0/tests/tset_f.c
- M /branches/4.0/tests/tset_float128.c
- M /branches/4.0/tests/tset_ld.c
- M /branches/4.0/tests/tset_q.c
- M /branches/4.0/tests/tset_si.c
- M /branches/4.0/tests/tset_sj.c
- M /branches/4.0/tests/tset_str.c
- M /branches/4.0/tests/tset_z.c
- M /branches/4.0/tests/tset_z_exp.c
- M /branches/4.0/tests/tsgn.c
- M /branches/4.0/tests/tsi_op.c
- M /branches/4.0/tests/tsin.c
- M /branches/4.0/tests/tsin_cos.c
- M /branches/4.0/tests/tsinh.c
- M /branches/4.0/tests/tsinh_cosh.c
- M /branches/4.0/tests/tsprintf.c
- M /branches/4.0/tests/tsqr.c
- M /branches/4.0/tests/tsqrt.c
- M /branches/4.0/tests/tsqrt_ui.c
- M /branches/4.0/tests/tstckintc.c
- M /branches/4.0/tests/tstdint.c
- M /branches/4.0/tests/tstrtofr.c
- M /branches/4.0/tests/tsub.c
- M /branches/4.0/tests/tsub1sp.c
- M /branches/4.0/tests/tsub_d.c
- M /branches/4.0/tests/tsub_ui.c
- M /branches/4.0/tests/tsubnormal.c
- M /branches/4.0/tests/tsum.c
- M /branches/4.0/tests/tswap.c
- M /branches/4.0/tests/ttan.c
- M /branches/4.0/tests/ttanh.c
- M /branches/4.0/tests/ttrunc.c
- M /branches/4.0/tests/tui_div.c
- M /branches/4.0/tests/tui_pow.c
- M /branches/4.0/tests/tui_sub.c
- M /branches/4.0/tests/turandom.c
- M /branches/4.0/tests/tvalist.c
- M /branches/4.0/tests/tversion.c
- M /branches/4.0/tests/ty0.c
- M /branches/4.0/tests/ty1.c
- M /branches/4.0/tests/tyn.c
- M /branches/4.0/tests/tzeta.c
- M /branches/4.0/tests/tzeta_ui.c
- M /branches/4.0/tools/bench/Makefile.am
- M /branches/4.0/tools/bench/benchtime.h
- M /branches/4.0/tools/bench/mpfrbench.c
- M /branches/4.0/tools/ck-clz_tab
- M /branches/4.0/tools/ck-copyright-notice
- M /branches/4.0/tools/ck-mparam
- M /branches/4.0/tools/ck-news
- M /branches/4.0/tools/ck-version-info
- M /branches/4.0/tools/get_patches.sh
- M /branches/4.0/tune/Makefile.am
- M /branches/4.0/tune/bidimensional_sample.c
- M /branches/4.0/tune/speed.c
- M /branches/4.0/tune/tuneup.c
-
-Minor date-related changes as in the trunk:
-* Copyright notice update in most files: added 2018.
-* tools/ck-mparam: in the copyright notice, just keep the year 2011
- since this file is not part of the tarball (just used by mpfrlint).
-* doc/mpfr.texi: updated the month.
-(merged changesets r12067-12069 from the trunk)
-------------------------------------------------------------------------
-r12060 | vlefevre | 2017-12-25 15:04:55 +0000 (Mon, 25 Dec 2017) | 1 line
-Changed paths:
- M /branches/4.0/INSTALL
- M /branches/4.0/VERSION
- M /branches/4.0/configure.ac
- M /branches/4.0/doc/mpfr.texi
- M /branches/4.0/src/mpfr.h
- M /branches/4.0/src/version.c
-
-Updated version to 4.0.1-dev.
-------------------------------------------------------------------------
-r12057 | vlefevre | 2017-12-25 11:17:31 +0000 (Mon, 25 Dec 2017) | 2 lines
-Changed paths:
- M /branches/4.0
- M /branches/4.0/NEWS
+------------------------------------------------------------------------
+r12075 | vlefevre | 2018-01-07 20:45:25 +0000 (Sun, 07 Jan 2018) | 1 line
+Changed paths:
+ M /trunk/tests/tai.c
+
+[tests/tai.c] In bug20180107, also check the flags.
+------------------------------------------------------------------------
+r12074 | vlefevre | 2018-01-07 20:06:18 +0000 (Sun, 07 Jan 2018) | 1 line
+Changed paths:
+ M /trunk/src/ai.c
+
+[src/ai.c] Really fixed the bug.
+------------------------------------------------------------------------
+r12073 | vlefevre | 2018-01-07 19:51:21 +0000 (Sun, 07 Jan 2018) | 1 line
+Changed paths:
+ M /trunk/src/check.c
+
+[src/check.c] Typo.
+------------------------------------------------------------------------
+r12072 | zimmerma | 2018-01-07 19:51:20 +0000 (Sun, 07 Jan 2018) | 2 lines
+Changed paths:
+ M /trunk/src/ai.c
+
+[src/ai.c] missing call to mpfr_check_range
+
+------------------------------------------------------------------------
+r12071 | zimmerma | 2018-01-07 19:47:02 +0000 (Sun, 07 Jan 2018) | 2 lines
+Changed paths:
+ M /trunk/tests/tai.c
+
+[tests/tai.c] added test that fails on x86_64
+
+------------------------------------------------------------------------
+r12070 | zimmerma | 2018-01-07 18:51:13 +0000 (Sun, 07 Jan 2018) | 3 lines
+Changed paths:
+ M /trunk/tests/tai.c
+
+[tests/tai.c] added test for bug in mpfr_ai (see thread
+https://sympa.inria.fr/sympa/arc/mpfr/2018-01/msg00001.html)
+
+------------------------------------------------------------------------
+r12069 | vlefevre | 2018-01-03 10:58:06 +0000 (Wed, 03 Jan 2018) | 1 line
+Changed paths:
+ M /trunk/doc/mpfr.texi
+
+[doc/mpfr.texi] Updated the month.
+------------------------------------------------------------------------
+r12068 | vlefevre | 2018-01-03 10:56:21 +0000 (Wed, 03 Jan 2018) | 2 lines
+Changed paths:
+ M /trunk/tools/ck-mparam
+
+[tools/ck-mparam] In the copyright notice, just keep the year 2011
+since this file is not part of the tarball (just used by mpfrlint).
+------------------------------------------------------------------------
+r12067 | vlefevre | 2018-01-03 10:53:21 +0000 (Wed, 03 Jan 2018) | 6 lines
+Changed paths:
+ M /trunk/BUGS
+ M /trunk/INSTALL
+ M /trunk/Makefile.am
+ M /trunk/NEWS
+ M /trunk/README
+ M /trunk/TODO
+ M /trunk/acinclude.m4
+ M /trunk/configure.ac
+ M /trunk/doc/FAQ.html
+ M /trunk/doc/Makefile.am
+ M /trunk/doc/README.dev
+ M /trunk/doc/check-typography
+ M /trunk/doc/faq.xsl
+ M /trunk/doc/mpfr.texi
+ M /trunk/examples/can_round.c
+ M /trunk/examples/divworst.c
+ M /trunk/examples/rndo-add.c
+ M /trunk/examples/sample.c
+ M /trunk/examples/version.c
+ M /trunk/src/Makefile.am
+ M /trunk/src/abort_prec_max.c
+ M /trunk/src/acos.c
+ M /trunk/src/acosh.c
+ M /trunk/src/add.c
+ M /trunk/src/add1.c
+ M /trunk/src/add1sp.c
+ M /trunk/src/add_d.c
+ M /trunk/src/add_ui.c
+ M /trunk/src/agm.c
+ M /trunk/src/ai.c
+ M /trunk/src/amd/amdfam10/mparam.h
+ M /trunk/src/amd/athlon/mparam.h
+ M /trunk/src/amd/k8/mparam.h
+ M /trunk/src/arm/mparam.h
+ M /trunk/src/asin.c
+ M /trunk/src/asinh.c
+ M /trunk/src/atan.c
+ M /trunk/src/atan2.c
+ M /trunk/src/atanh.c
+ M /trunk/src/bernoulli.c
+ M /trunk/src/beta.c
+ M /trunk/src/buildopt.c
+ M /trunk/src/cache.c
+ M /trunk/src/cbrt.c
+ M /trunk/src/check.c
+ M /trunk/src/clear.c
+ M /trunk/src/clears.c
+ M /trunk/src/cmp.c
+ M /trunk/src/cmp2.c
+ M /trunk/src/cmp_abs.c
+ M /trunk/src/cmp_d.c
+ M /trunk/src/cmp_ld.c
+ M /trunk/src/cmp_si.c
+ M /trunk/src/cmp_ui.c
+ M /trunk/src/comparisons.c
+ M /trunk/src/const_catalan.c
+ M /trunk/src/const_euler.c
+ M /trunk/src/const_log2.c
+ M /trunk/src/const_pi.c
+ M /trunk/src/constant.c
+ M /trunk/src/copysign.c
+ M /trunk/src/cos.c
+ M /trunk/src/cosh.c
+ M /trunk/src/cot.c
+ M /trunk/src/coth.c
+ M /trunk/src/csc.c
+ M /trunk/src/csch.c
+ M /trunk/src/d_div.c
+ M /trunk/src/d_sub.c
+ M /trunk/src/digamma.c
+ M /trunk/src/dim.c
+ M /trunk/src/div.c
+ M /trunk/src/div_2exp.c
+ M /trunk/src/div_2si.c
+ M /trunk/src/div_2ui.c
+ M /trunk/src/div_d.c
+ M /trunk/src/div_ui.c
+ M /trunk/src/dump.c
+ M /trunk/src/eint.c
+ M /trunk/src/eq.c
+ M /trunk/src/erandom.c
+ M /trunk/src/erf.c
+ M /trunk/src/erfc.c
+ M /trunk/src/exceptions.c
+ M /trunk/src/exp.c
+ M /trunk/src/exp10.c
+ M /trunk/src/exp2.c
+ M /trunk/src/exp3.c
+ M /trunk/src/exp_2.c
+ M /trunk/src/expm1.c
+ M /trunk/src/extract.c
+ M /trunk/src/factorial.c
+ M /trunk/src/fits_intmax.c
+ M /trunk/src/fits_s.h
+ M /trunk/src/fits_sint.c
+ M /trunk/src/fits_slong.c
+ M /trunk/src/fits_sshort.c
+ M /trunk/src/fits_u.h
+ M /trunk/src/fits_uint.c
+ M /trunk/src/fits_uintmax.c
+ M /trunk/src/fits_ulong.c
+ M /trunk/src/fits_ushort.c
+ M /trunk/src/fma.c
+ M /trunk/src/fmma.c
+ M /trunk/src/fms.c
+ M /trunk/src/fpif.c
+ M /trunk/src/frac.c
+ M /trunk/src/free_cache.c
+ M /trunk/src/frexp.c
+ M /trunk/src/gamma.c
+ M /trunk/src/gamma_inc.c
+ M /trunk/src/gammaonethird.c
+ M /trunk/src/gen_inverse.h
+ M /trunk/src/generic/coverage/mparam.h
+ M /trunk/src/generic/mparam.h
+ M /trunk/src/get_d.c
+ M /trunk/src/get_d64.c
+ M /trunk/src/get_exp.c
+ M /trunk/src/get_f.c
+ M /trunk/src/get_float128.c
+ M /trunk/src/get_flt.c
+ M /trunk/src/get_ld.c
+ M /trunk/src/get_q.c
+ M /trunk/src/get_si.c
+ M /trunk/src/get_sj.c
+ M /trunk/src/get_str.c
+ M /trunk/src/get_ui.c
+ M /trunk/src/get_uj.c
+ M /trunk/src/get_z.c
+ M /trunk/src/get_z_exp.c
+ M /trunk/src/gmp_op.c
+ M /trunk/src/grandom.c
+ M /trunk/src/hppa/mparam.h
+ M /trunk/src/hypot.c
+ M /trunk/src/ia64/mparam.h
+ M /trunk/src/ieee_floats.h
+ M /trunk/src/init.c
+ M /trunk/src/init2.c
+ M /trunk/src/inits.c
+ M /trunk/src/inits2.c
+ M /trunk/src/inp_str.c
+ M /trunk/src/int_ceil_log2.c
+ M /trunk/src/invert_limb.h
+ M /trunk/src/invsqrt_limb.h
+ M /trunk/src/isinf.c
+ M /trunk/src/isinteger.c
+ M /trunk/src/isnan.c
+ M /trunk/src/isnum.c
+ M /trunk/src/isqrt.c
+ M /trunk/src/isregular.c
+ M /trunk/src/iszero.c
+ M /trunk/src/jn.c
+ M /trunk/src/jyn_asympt.c
+ M /trunk/src/li2.c
+ M /trunk/src/lngamma.c
+ M /trunk/src/log.c
+ M /trunk/src/log10.c
+ M /trunk/src/log1p.c
+ M /trunk/src/log2.c
+ M /trunk/src/log_ui.c
+ M /trunk/src/logging.c
+ M /trunk/src/min_prec.c
+ M /trunk/src/minmax.c
+ M /trunk/src/mips/mparam.h
+ M /trunk/src/modf.c
+ M /trunk/src/mp_clz_tab.c
+ M /trunk/src/mparam_h.in
+ M /trunk/src/mpf2mpfr.h
+ M /trunk/src/mpfr-cvers.h
+ M /trunk/src/mpfr-gmp.c
+ M /trunk/src/mpfr-gmp.h
+ M /trunk/src/mpfr-impl.h
+ M /trunk/src/mpfr-intmax.h
+ M /trunk/src/mpfr-longlong.h
+ M /trunk/src/mpfr-mini-gmp.c
+ M /trunk/src/mpfr-mini-gmp.h
+ M /trunk/src/mpfr-sassert.h
+ M /trunk/src/mpfr-thread.h
+ M /trunk/src/mpfr.h
+ M /trunk/src/mpn_exp.c
+ M /trunk/src/mul.c
+ M /trunk/src/mul_2exp.c
+ M /trunk/src/mul_2si.c
+ M /trunk/src/mul_2ui.c
+ M /trunk/src/mul_d.c
+ M /trunk/src/mul_ui.c
+ M /trunk/src/mulders.c
+ M /trunk/src/neg.c
+ M /trunk/src/next.c
+ M /trunk/src/nrandom.c
+ M /trunk/src/odd_p.c
+ M /trunk/src/out_str.c
+ M /trunk/src/pool.c
+ M /trunk/src/pow.c
+ M /trunk/src/pow_si.c
+ M /trunk/src/pow_ui.c
+ M /trunk/src/pow_z.c
+ M /trunk/src/powerof2.c
+ M /trunk/src/powerpc32/mparam.h
+ M /trunk/src/powerpc64/mparam.h
+ M /trunk/src/print_raw.c
+ M /trunk/src/print_rnd_mode.c
+ M /trunk/src/printf.c
+ M /trunk/src/random_deviate.c
+ M /trunk/src/random_deviate.h
+ M /trunk/src/rec_sqrt.c
+ M /trunk/src/reldiff.c
+ M /trunk/src/rem1.c
+ M /trunk/src/rint.c
+ M /trunk/src/rndna.c
+ M /trunk/src/root.c
+ M /trunk/src/round_near_x.c
+ M /trunk/src/round_p.c
+ M /trunk/src/round_prec.c
+ M /trunk/src/round_raw_generic.c
+ M /trunk/src/scale2.c
+ M /trunk/src/sec.c
+ M /trunk/src/sech.c
+ M /trunk/src/set.c
+ M /trunk/src/set_d.c
+ M /trunk/src/set_d64.c
+ M /trunk/src/set_dfl_prec.c
+ M /trunk/src/set_exp.c
+ M /trunk/src/set_f.c
+ M /trunk/src/set_float128.c
+ M /trunk/src/set_flt.c
+ M /trunk/src/set_inf.c
+ M /trunk/src/set_ld.c
+ M /trunk/src/set_nan.c
+ M /trunk/src/set_prc_raw.c
+ M /trunk/src/set_prec.c
+ M /trunk/src/set_q.c
+ M /trunk/src/set_rnd.c
+ M /trunk/src/set_si.c
+ M /trunk/src/set_si_2exp.c
+ M /trunk/src/set_sj.c
+ M /trunk/src/set_str.c
+ M /trunk/src/set_str_raw.c
+ M /trunk/src/set_ui.c
+ M /trunk/src/set_ui_2exp.c
+ M /trunk/src/set_uj.c
+ M /trunk/src/set_z.c
+ M /trunk/src/set_z_exp.c
+ M /trunk/src/set_zero.c
+ M /trunk/src/setmax.c
+ M /trunk/src/setmin.c
+ M /trunk/src/setsign.c
+ M /trunk/src/sgn.c
+ M /trunk/src/si_op.c
+ M /trunk/src/signbit.c
+ M /trunk/src/sin.c
+ M /trunk/src/sin_cos.c
+ M /trunk/src/sinh.c
+ M /trunk/src/sinh_cosh.c
+ M /trunk/src/sparc64/mparam.h
+ M /trunk/src/sqr.c
+ M /trunk/src/sqrt.c
+ M /trunk/src/sqrt_ui.c
+ M /trunk/src/stack_interface.c
+ M /trunk/src/strtofr.c
+ M /trunk/src/sub.c
+ M /trunk/src/sub1.c
+ M /trunk/src/sub1sp.c
+ M /trunk/src/sub_d.c
+ M /trunk/src/sub_ui.c
+ M /trunk/src/subnormal.c
+ M /trunk/src/sum.c
+ M /trunk/src/swap.c
+ M /trunk/src/tan.c
+ M /trunk/src/tanh.c
+ M /trunk/src/ubf.c
+ M /trunk/src/uceil_exp2.c
+ M /trunk/src/uceil_log2.c
+ M /trunk/src/ufloor_log2.c
+ M /trunk/src/ui_div.c
+ M /trunk/src/ui_pow.c
+ M /trunk/src/ui_pow_ui.c
+ M /trunk/src/ui_sub.c
+ M /trunk/src/urandom.c
+ M /trunk/src/urandomb.c
+ M /trunk/src/vasprintf.c
+ M /trunk/src/version.c
+ M /trunk/src/volatile.c
+ M /trunk/src/x86/core2/mparam.h
+ M /trunk/src/x86/mparam.h
+ M /trunk/src/x86_64/core2/mparam.h
+ M /trunk/src/x86_64/corei5/mparam.h
+ M /trunk/src/x86_64/pentium4/mparam.h
+ M /trunk/src/yn.c
+ M /trunk/src/zeta.c
+ M /trunk/src/zeta_ui.c
+ M /trunk/tests/Makefile.am
+ M /trunk/tests/cmp_str.c
+ M /trunk/tests/data/digamma
+ M /trunk/tests/data/li2
+ M /trunk/tests/memory.c
+ M /trunk/tests/mpf_compat.c
+ M /trunk/tests/mpf_compat.h
+ M /trunk/tests/mpfr-test.h
+ M /trunk/tests/mpfr_compat.c
+ M /trunk/tests/random2.c
+ M /trunk/tests/reuse.c
+ M /trunk/tests/rnd_mode.c
+ M /trunk/tests/tabort_defalloc1.c
+ M /trunk/tests/tabort_defalloc2.c
+ M /trunk/tests/tabort_prec_max.c
+ M /trunk/tests/tabs.c
+ M /trunk/tests/tacos.c
+ M /trunk/tests/tacosh.c
+ M /trunk/tests/tadd.c
+ M /trunk/tests/tadd1sp.c
+ M /trunk/tests/tadd_d.c
+ M /trunk/tests/tadd_ui.c
+ M /trunk/tests/tagm.c
+ M /trunk/tests/tai.c
+ M /trunk/tests/talloc-cache.c
+ M /trunk/tests/talloc.c
+ M /trunk/tests/tasin.c
+ M /trunk/tests/tasinh.c
+ M /trunk/tests/tassert.c
+ M /trunk/tests/tatan.c
+ M /trunk/tests/tatanh.c
+ M /trunk/tests/taway.c
+ M /trunk/tests/tbeta.c
+ M /trunk/tests/tbuildopt.c
+ M /trunk/tests/tcan_round.c
+ M /trunk/tests/tcbrt.c
+ M /trunk/tests/tcheck.c
+ M /trunk/tests/tcmp.c
+ M /trunk/tests/tcmp2.c
+ M /trunk/tests/tcmp_d.c
+ M /trunk/tests/tcmp_ld.c
+ M /trunk/tests/tcmp_ui.c
+ M /trunk/tests/tcmpabs.c
+ M /trunk/tests/tcomparisons.c
+ M /trunk/tests/tconst_catalan.c
+ M /trunk/tests/tconst_euler.c
+ M /trunk/tests/tconst_log2.c
+ M /trunk/tests/tconst_pi.c
+ M /trunk/tests/tcopysign.c
+ M /trunk/tests/tcos.c
+ M /trunk/tests/tcosh.c
+ M /trunk/tests/tcot.c
+ M /trunk/tests/tcoth.c
+ M /trunk/tests/tcsc.c
+ M /trunk/tests/tcsch.c
+ M /trunk/tests/td_div.c
+ M /trunk/tests/td_sub.c
+ M /trunk/tests/tdigamma.c
+ M /trunk/tests/tdim.c
+ M /trunk/tests/tdiv.c
+ M /trunk/tests/tdiv_d.c
+ M /trunk/tests/tdiv_ui.c
+ M /trunk/tests/teint.c
+ M /trunk/tests/teq.c
+ M /trunk/tests/terandom.c
+ M /trunk/tests/terandom_chisq.c
+ M /trunk/tests/terf.c
+ M /trunk/tests/tests.c
+ M /trunk/tests/texceptions.c
+ M /trunk/tests/texp.c
+ M /trunk/tests/texp10.c
+ M /trunk/tests/texp2.c
+ M /trunk/tests/texpm1.c
+ M /trunk/tests/tfactorial.c
+ M /trunk/tests/tfits.c
+ M /trunk/tests/tfma.c
+ M /trunk/tests/tfmma.c
+ M /trunk/tests/tfmod.c
+ M /trunk/tests/tfms.c
+ M /trunk/tests/tfpif.c
+ M /trunk/tests/tfprintf.c
+ M /trunk/tests/tfrac.c
+ M /trunk/tests/tfrexp.c
+ M /trunk/tests/tgamma.c
+ M /trunk/tests/tgamma_inc.c
+ M /trunk/tests/tgeneric.c
+ M /trunk/tests/tgeneric_ui.c
+ M /trunk/tests/tget_d.c
+ M /trunk/tests/tget_d_2exp.c
+ M /trunk/tests/tget_f.c
+ M /trunk/tests/tget_flt.c
+ M /trunk/tests/tget_ld_2exp.c
+ M /trunk/tests/tget_q.c
+ M /trunk/tests/tget_set_d64.c
+ M /trunk/tests/tget_sj.c
+ M /trunk/tests/tget_str.c
+ M /trunk/tests/tget_z.c
+ M /trunk/tests/tgmpop.c
+ M /trunk/tests/tgrandom.c
+ M /trunk/tests/thyperbolic.c
+ M /trunk/tests/thypot.c
+ M /trunk/tests/tinits.c
+ M /trunk/tests/tinp_str.c
+ M /trunk/tests/tinternals.c
+ M /trunk/tests/tisnan.c
+ M /trunk/tests/tisqrt.c
+ M /trunk/tests/tj0.c
+ M /trunk/tests/tj1.c
+ M /trunk/tests/tjn.c
+ M /trunk/tests/tl2b.c
+ M /trunk/tests/tlgamma.c
+ M /trunk/tests/tli2.c
+ M /trunk/tests/tlngamma.c
+ M /trunk/tests/tlog.c
+ M /trunk/tests/tlog10.c
+ M /trunk/tests/tlog1p.c
+ M /trunk/tests/tlog2.c
+ M /trunk/tests/tlog_ui.c
+ M /trunk/tests/tmin_prec.c
+ M /trunk/tests/tminmax.c
+ M /trunk/tests/tmodf.c
+ M /trunk/tests/tmul.c
+ M /trunk/tests/tmul_2exp.c
+ M /trunk/tests/tmul_d.c
+ M /trunk/tests/tmul_ui.c
+ M /trunk/tests/tnext.c
+ M /trunk/tests/tnrandom.c
+ M /trunk/tests/tnrandom_chisq.c
+ M /trunk/tests/tout_str.c
+ M /trunk/tests/toutimpl.c
+ M /trunk/tests/tpow.c
+ M /trunk/tests/tpow3.c
+ M /trunk/tests/tpow_all.c
+ M /trunk/tests/tpow_z.c
+ M /trunk/tests/tprintf.c
+ M /trunk/tests/trandom.c
+ M /trunk/tests/trandom_deviate.c
+ M /trunk/tests/trec_sqrt.c
+ M /trunk/tests/tremquo.c
+ M /trunk/tests/trint.c
+ M /trunk/tests/trndna.c
+ M /trunk/tests/troot.c
+ M /trunk/tests/trootn_ui.c
+ M /trunk/tests/tround_prec.c
+ M /trunk/tests/tsec.c
+ M /trunk/tests/tsech.c
+ M /trunk/tests/tset.c
+ M /trunk/tests/tset_d.c
+ M /trunk/tests/tset_exp.c
+ M /trunk/tests/tset_f.c
+ M /trunk/tests/tset_float128.c
+ M /trunk/tests/tset_ld.c
+ M /trunk/tests/tset_q.c
+ M /trunk/tests/tset_si.c
+ M /trunk/tests/tset_sj.c
+ M /trunk/tests/tset_str.c
+ M /trunk/tests/tset_z.c
+ M /trunk/tests/tset_z_exp.c
+ M /trunk/tests/tsgn.c
+ M /trunk/tests/tsi_op.c
+ M /trunk/tests/tsin.c
+ M /trunk/tests/tsin_cos.c
+ M /trunk/tests/tsinh.c
+ M /trunk/tests/tsinh_cosh.c
+ M /trunk/tests/tsprintf.c
+ M /trunk/tests/tsqr.c
+ M /trunk/tests/tsqrt.c
+ M /trunk/tests/tsqrt_ui.c
+ M /trunk/tests/tstckintc.c
+ M /trunk/tests/tstdint.c
+ M /trunk/tests/tstrtofr.c
+ M /trunk/tests/tsub.c
+ M /trunk/tests/tsub1sp.c
+ M /trunk/tests/tsub_d.c
+ M /trunk/tests/tsub_ui.c
+ M /trunk/tests/tsubnormal.c
+ M /trunk/tests/tsum.c
+ M /trunk/tests/tswap.c
+ M /trunk/tests/ttan.c
+ M /trunk/tests/ttanh.c
+ M /trunk/tests/ttrunc.c
+ M /trunk/tests/tui_div.c
+ M /trunk/tests/tui_pow.c
+ M /trunk/tests/tui_sub.c
+ M /trunk/tests/turandom.c
+ M /trunk/tests/tvalist.c
+ M /trunk/tests/tversion.c
+ M /trunk/tests/ty0.c
+ M /trunk/tests/ty1.c
+ M /trunk/tests/tyn.c
+ M /trunk/tests/tzeta.c
+ M /trunk/tests/tzeta_ui.c
+ M /trunk/tools/bench/Makefile.am
+ M /trunk/tools/bench/benchtime.h
+ M /trunk/tools/bench/mpfrbench.c
+ M /trunk/tools/ck-clz_tab
+ M /trunk/tools/ck-copyright-notice
+ M /trunk/tools/ck-news
+ M /trunk/tools/ck-version-info
+ M /trunk/tools/get_patches.sh
+ M /trunk/tune/Makefile.am
+ M /trunk/tune/bidimensional_sample.c
+ M /trunk/tune/speed.c
+ M /trunk/tune/tuneup.c
+
+Copyright notice update: added 2018 with
+ perl -pi -e 's/ (\d{4}-)?(2017)(?= Free Software)/
+ " ".($1||"$2-").($2+1)/e' **/*(^/)
+under zsh, reverting the ck-mparam and timings-mpfr.c files and
+the mbench directory under "tools" (not distributed with MPFR).
+Removed 2017 from the example in the doc/README.dev file.
+------------------------------------------------------------------------
+r12066 | zimmerma | 2018-01-03 10:20:46 +0000 (Wed, 03 Jan 2018) | 3 lines
+Changed paths:
+ M /trunk/src/zeta.c
+
+[src/zeta.c] added comments and FIXME
+
+Note (2019-04-30): a bug has also been introduced (fixed in r13485).
+------------------------------------------------------------------------
+r12056 | vlefevre | 2017-12-25 11:15:53 +0000 (Mon, 25 Dec 2017) | 1 line
+Changed paths:
+ M /trunk/NEWS
[NEWS] Minor corrections for GNU MPFR 4.0.0.
-(merged changeset r12056 from the trunk)
------------------------------------------------------------------------
-r12051 | vlefevre | 2017-12-23 10:19:32 +0000 (Sat, 23 Dec 2017) | 1 line
+r12055 | vlefevre | 2017-12-23 21:38:16 +0000 (Sat, 23 Dec 2017) | 1 line
Changed paths:
- M /branches/4.0/ChangeLog
+ M /trunk/tests/tests.c
-ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v".
+[tests/tests.c] Added a note about gettimeofday() and a cast.
------------------------------------------------------------------------
-r12050 | vlefevre | 2017-12-23 10:17:50 +0000 (Sat, 23 Dec 2017) | 1 line
+r12054 | vlefevre | 2017-12-23 21:17:25 +0000 (Sat, 23 Dec 2017) | 2 lines
Changed paths:
- M /branches/4.0/VERSION
- M /branches/4.0/configure.ac
- M /branches/4.0/doc/mpfr.texi
- M /branches/4.0/src/mpfr.h
- M /branches/4.0/src/version.c
+ M /trunk/tests/tests.c
-Updated version to 4.0.0.
+[tests/tests.c] Fixed a potential integer overflow from r12053 with
+GMP_CHECK_RANDOMIZE=1, in particular under a 32-bit Linux.
------------------------------------------------------------------------
-r12049 | vlefevre | 2017-12-23 10:15:10 +0000 (Sat, 23 Dec 2017) | 1 line
+r12053 | zimmerma | 2017-12-23 17:08:06 +0000 (Sat, 23 Dec 2017) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/src/exp_2.c
- M /branches/4.0/src/subnormal.c
- M /branches/4.0/tests/texp.c
+ M /trunk/tests/tests.c
+
+[tests/tests.c] decrease probability of collision with random seed
-Merged changesets r12046-12048 from the trunk (bug fix and test).
------------------------------------------------------------------------
-r12046 | vlefevre | 2017-12-23 01:39:00 +0000 (Sat, 23 Dec 2017) | 1 line
+r12048 | zimmerma | 2017-12-23 08:46:50 +0000 (Sat, 23 Dec 2017) | 3 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/src/hypot.c
- M /branches/4.0/src/lngamma.c
- M /branches/4.0/src/sin.c
- M /branches/4.0/src/subnormal.c
- M /branches/4.0/tests/thypot.c
- M /branches/4.0/tests/tj1.c
- M /branches/4.0/tests/tlngamma.c
+ M /trunk/src/exp_2.c
+ M /trunk/src/subnormal.c
+
+[src/exp_2.c] fixed bug from previous commit
+[src/subnormal.c] added assert
-Merged changesets r12026-12045 from the trunk (bug fixes and tests).
------------------------------------------------------------------------
-r12027 | vlefevre | 2017-12-20 01:59:31 +0000 (Wed, 20 Dec 2017) | 1 line
+r12047 | zimmerma | 2017-12-23 08:38:01 +0000 (Sat, 23 Dec 2017) | 2 lines
Changed paths:
- M /branches/4.0/ChangeLog
+ M /trunk/tests/texp.c
+
+[tests/texp.c] added test for new bug
+
+------------------------------------------------------------------------
+r12045 | vlefevre | 2017-12-22 11:01:53 +0000 (Fri, 22 Dec 2017) | 1 line
+Changed paths:
+ M /trunk/tests/tlngamma.c
+
+Removed trailing whitespace.
+------------------------------------------------------------------------
+r12044 | vlefevre | 2017-12-22 10:54:49 +0000 (Fri, 22 Dec 2017) | 1 line
+Changed paths:
+ M /trunk/src/subnormal.c
+
+[src/subnormal.c] Replaced FIXME.
+------------------------------------------------------------------------
+r12043 | vlefevre | 2017-12-22 10:48:08 +0000 (Fri, 22 Dec 2017) | 1 line
+Changed paths:
+ M /trunk/tests/tj1.c
+
+[tests/tj1.c] Avoid a potential integer overflow.
+------------------------------------------------------------------------
+r12042 | zimmerma | 2017-12-22 08:10:22 +0000 (Fri, 22 Dec 2017) | 2 lines
+Changed paths:
+ M /trunk/src/subnormal.c
+
+[src/subnormal.c] added FIXME
+
+------------------------------------------------------------------------
+r12041 | zimmerma | 2017-12-22 08:06:04 +0000 (Fri, 22 Dec 2017) | 2 lines
+Changed paths:
+ M /trunk/src/sin.c
+
+[src/sin.c] simplified code with RNDA
+
+------------------------------------------------------------------------
+r12040 | zimmerma | 2017-12-22 08:03:49 +0000 (Fri, 22 Dec 2017) | 2 lines
+Changed paths:
+ M /trunk/src/hypot.c
+
+[src/hypot.c] mimic mpfr_round_near_x
+
+------------------------------------------------------------------------
+r12039 | zimmerma | 2017-12-22 07:54:59 +0000 (Fri, 22 Dec 2017) | 2 lines
+Changed paths:
+ M /trunk/tests/tj1.c
+
+[tests/tj1.c] exercise corner case
+
+------------------------------------------------------------------------
+r12038 | zimmerma | 2017-12-22 07:38:25 +0000 (Fri, 22 Dec 2017) | 2 lines
+Changed paths:
+ M /trunk/tests/tj1.c
+
+[tests/tj1.c] added test for j1(z) with small z
-ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v".
------------------------------------------------------------------------
-r12026 | vlefevre | 2017-12-20 01:57:34 +0000 (Wed, 20 Dec 2017) | 4 lines
+r12037 | zimmerma | 2017-12-22 07:36:41 +0000 (Fri, 22 Dec 2017) | 2 lines
Changed paths:
- M /branches/4.0
- M /branches/4.0/NEWS
- M /branches/4.0/doc/FAQ.html
+ M /trunk/src/hypot.c
+
+[src/hypot.c] fixed issue with overflow flag not correctly set
-Re-added changes specific to the old 4.0 branch:
- * doc/FAQ.html: assume MPFR 4.0.0 has been released (since this is
- a file for the MPFR 4.0.0 release).
- * NEWS: added test coverage for MPFR 4.0.0.
------------------------------------------------------------------------
-r12024 | vlefevre | 2017-12-20 01:53:52 +0000 (Wed, 20 Dec 2017) | 4 lines
+r12036 | vlefevre | 2017-12-21 09:17:04 +0000 (Thu, 21 Dec 2017) | 2 lines
Changed paths:
- R /branches/4.0 (from /trunk:12023)
+ M /trunk/src/next.c
-Replaced the 4.0 branch by a copy of the trunk (in order to keep the
-history of the latest changes of the trunk); this replacement is due
-to a limitation of Subversion where a merge is regarded as a single
-commit, and is OK here since the 4.0 branch is new.
+[src/next.c] Reverted r12035 as per documentation, which follows
+IEEE 754 (with the usual special treatment for the single NaN).
+------------------------------------------------------------------------
+r12035 | zimmerma | 2017-12-21 07:37:30 +0000 (Thu, 21 Dec 2017) | 3 lines
+Changed paths:
+ M /trunk/src/next.c
+ M /trunk/tests/thypot.c
+
+[src/next.c] fixed nextinf (missing overflow flag)
+[tests/thypot.c] removed debug call to mpfr_dump in previous commit
+
+------------------------------------------------------------------------
+r12034 | zimmerma | 2017-12-21 07:29:57 +0000 (Thu, 21 Dec 2017) | 2 lines
+Changed paths:
+ M /trunk/tests/thypot.c
+
+[tests/thypot.c] another fix...
+
+------------------------------------------------------------------------
+r12033 | zimmerma | 2017-12-21 07:21:29 +0000 (Thu, 21 Dec 2017) | 2 lines
+Changed paths:
+ M /trunk/tests/thypot.c
+
+[tests/thypot.c] fixed bug20171221()
+
+------------------------------------------------------------------------
+r12032 | zimmerma | 2017-12-21 07:12:14 +0000 (Thu, 21 Dec 2017) | 2 lines
+Changed paths:
+ M /trunk/tests/thypot.c
+
+[tests/thypot.c] new failing test
+
+------------------------------------------------------------------------
+r12031 | zimmerma | 2017-12-21 06:18:05 +0000 (Thu, 21 Dec 2017) | 4 lines
+Changed paths:
+ M /trunk/src/lngamma.c
+ M /trunk/tests/tlngamma.c
+
+[src/lngamma.c] fixed bug when u=0 in case z0 < 1
+[tests/tlngamma.c] fixed test case which was wrong
+
+
+------------------------------------------------------------------------
+r12030 | zimmerma | 2017-12-20 20:28:49 +0000 (Wed, 20 Dec 2017) | 2 lines
+Changed paths:
+ M /trunk/tests/tlngamma.c
+
+[tests/tlngamma.c] added test for new failure
+
+------------------------------------------------------------------------
+r12029 | zimmerma | 2017-12-20 10:48:26 +0000 (Wed, 20 Dec 2017) | 2 lines
+Changed paths:
+ M /trunk/src/lngamma.c
+
+[src/lngamma.c] fixed bug found in previous commit
+
+------------------------------------------------------------------------
+r12028 | zimmerma | 2017-12-20 10:40:34 +0000 (Wed, 20 Dec 2017) | 2 lines
+Changed paths:
+ M /trunk/tests/tlngamma.c
+
+[tests/tlngamma.c] added failing test with mpfr-4.0.0-rc2
+
+------------------------------------------------------------------------
+r12025 | vlefevre | 2017-12-20 01:54:18 +0000 (Wed, 20 Dec 2017) | 1 line
+Changed paths:
+ M /trunk/INSTALL
+ M /trunk/VERSION
+ M /trunk/configure.ac
+ M /trunk/doc/mpfr.texi
+ M /trunk/src/mpfr.h
+ M /trunk/src/version.c
+
+Updated version to 4.1.0-dev again.
------------------------------------------------------------------------
r12023 | vlefevre | 2017-12-20 01:52:21 +0000 (Wed, 20 Dec 2017) | 1 line
Changed paths:
@@ -25024,7 +36073,7 @@ Changed paths:
[src/mpfr-sassert.h] Get rid of annoying warnings
typedef 'MPFR_ASSERT_xxx' locally defined but not used
with GCC 4.8+ (better than the non-portable solution r8618). Thanks to
-Jonathan Wakely: https://gcc.gnu.org/ml/gcc-help/2013-07/msg00142.html
+Jonathan Wakely: https://gcc.gnu.org/legacy-ml/gcc-help/2013-07/msg00142.html
------------------------------------------------------------------------
r8624 | zimmerma | 2013-07-22 12:06:18 +0000 (Mon, 22 Jul 2013) | 4 lines
Changed paths:
@@ -43109,7 +54158,7 @@ acinclude.m4: Make sure results of calculations on constants used with
the fesetround() test are not precomputed by GCC (occurs on MIPS).
Patch from Maciej W. Rozycki.
https://sympa.inria.fr/sympa/arc/mpfr/2009-06/msg00036.html
- http://article.gmane.org/gmane.comp.lib.mpfr.general/174
+ gmane.comp.lib.mpfr.general:174
------------------------------------------------------------------------
r6272 | zimmerma | 2009-06-13 02:00:58 +0000 (Sat, 13 Jun 2009) | 2 lines
Changed paths:
@@ -46856,7 +57905,7 @@ Changed paths:
M /trunk/INSTALL
INSTALL: TLS on darwin may work, but I don't know anything more.
-See thread <https://gcc.gnu.org/ml/gcc/2008-12/msg00107.html>.
+See thread <https://gcc.gnu.org/legacy-ml/gcc/2008-12/msg00107.html>.
------------------------------------------------------------------------
r5702 | vlefevre | 2008-12-08 16:02:29 +0000 (Mon, 08 Dec 2008) | 1 line
Changed paths:
@@ -55002,8 +66051,8 @@ Changed paths:
A /trunk/patch-libtool
Added patch-libtool (patch for aclocal.m4 and configure that comes from
-<http://thread.gmane.org/gmane.comp.gnu.libtool.bugs/5771/focus=5776>).
-
+<https://lists.gnu.org/archive/html/bug-libtool/2007-07/msg00007.html>
+or gmane.comp.gnu.libtool.bugs:5776).
------------------------------------------------------------------------
r4614 | vlefevre | 2007-07-02 12:17:08 +0000 (Mon, 02 Jul 2007) | 2 lines
Changed paths: