summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-01-20 16:04:56 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-01-20 16:04:56 +0000
commit292392bb9ce2d6a3c370c49037587f9c9d90bd4b (patch)
tree5ca13ad0186b5b3c1c56cd763c4d64192456a661
parent10c63fef9c05bc2a4dff6eeba14d56a7c495b104 (diff)
downloadmpfr-292392bb9ce2d6a3c370c49037587f9c9d90bd4b.tar.gz
ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC0 svn log -rHEAD:0 -v".
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/4.0@13682 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--ChangeLog713
1 files changed, 709 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e46b9418..6dbc2d031 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,709 @@
------------------------------------------------------------------------
+r13680 | vlefevre | 2020-01-20 15:38:36 +0000 (Mon, 20 Jan 2020) | 3 lines
+Changed paths:
+ M /branches/4.0
+ M /branches/4.0/tests
+ M /branches/4.0/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.
+(merged changeset r13678 from the trunk)
+------------------------------------------------------------------------
+r13679 | vlefevre | 2020-01-20 15:37:59 +0000 (Mon, 20 Jan 2020) | 2 lines
+Changed paths:
+ M /branches/4.0
+ M /branches/4.0/INSTALL
+
+[INSTALL] Removed reference to a gmane.org URL, which no longer exists.
+(merged changeset r13677 from the trunk)
+------------------------------------------------------------------------
+r13672 | vlefevre | 2020-01-12 18:43:44 +0000 (Sun, 12 Jan 2020) | 1 line
+Changed paths:
+ M /branches/4.0/doc/mpfr.texi
+
+[doc/mpfr.texi] Updated the month.
+------------------------------------------------------------------------
+r13660 | vlefevre | 2020-01-09 12:49:06 +0000 (Thu, 09 Jan 2020) | 6 lines
+Changed paths:
+ M /branches/4.0
+ M /branches/4.0/tests
+ M /branches/4.0/tests/tversion.c
+
+[tests/tversion.c]
+ * Output sizeof(mpfr_intmax_t) too.
+ * When building with MinGW, output a line about it:
+ MinGW32 / MinGW64, and the __USE_MINGW_ANSI_STDIO definition.
+(merged changesets associated with this file r13457,13562,13658
+from the trunk)
+------------------------------------------------------------------------
+r13659 | vlefevre | 2020-01-09 12:35:45 +0000 (Thu, 09 Jan 2020) | 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
+
+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.
+------------------------------------------------------------------------
+r13620 | vlefevre | 2019-09-06 15:17:49 +0000 (Fri, 06 Sep 2019) | 1 line
+Changed paths:
+ M /branches/4.0/doc/mpfr.texi
+
+[doc/mpfr.texi] Updated the month.
+------------------------------------------------------------------------
+r13616 | vlefevre | 2019-09-06 01:12:04 +0000 (Fri, 06 Sep 2019) | 1 line
+Changed paths:
+ M /branches/4.0/NEWS
+
+[NEWS] Update.
+------------------------------------------------------------------------
+r13615 | vlefevre | 2019-09-06 01:05:43 +0000 (Fri, 06 Sep 2019) | 3 lines
+Changed paths:
+ M /branches/4.0
+ M /branches/4.0/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).
+(merged changeset r13614 from the trunk)
+------------------------------------------------------------------------
+r13538 | vlefevre | 2019-07-31 13:53:10 +0000 (Wed, 31 Jul 2019) | 2 lines
+Changed paths:
+ M /branches/4.0/NEWS
+
+[NEWS] Prepare for new version 4.0.3 in order to be able to test
+"make distcheck".
+------------------------------------------------------------------------
+r13525 | vlefevre | 2019-07-08 11:09:27 +0000 (Mon, 08 Jul 2019) | 2 lines
+Changed paths:
+ M /branches/4.0
+ M /branches/4.0/codespell.exclude
+ M /branches/4.0/codespell.ignore
+
+[codespell.*] Update for codespell 1.15.0.
+(merged changeset r13524 from the trunk)
+------------------------------------------------------------------------
+r13523 | vlefevre | 2019-07-08 11:05:13 +0000 (Mon, 08 Jul 2019) | 2 lines
+Changed paths:
+ M /branches/4.0
+ M /branches/4.0/doc/README.dev
+ M /branches/4.0/src/free_cache.c
+ M /branches/4.0/src/mpfr-gmp.c
+ M /branches/4.0/src/mpfr-impl.h
+ M /branches/4.0/src/mpfr.h
+
+Fixed spelling mistakes found by codespell 1.15.0.
+(merged changeset r13522 from the trunk)
+------------------------------------------------------------------------
+r13520 | vlefevre | 2019-07-06 20:55:39 +0000 (Sat, 06 Jul 2019) | 3 lines
+Changed paths:
+ M /branches/4.0
+ M /branches/4.0/acinclude.m4
+
+[acinclude.m4] Added missing "const" qualifier to "char *" in a test;
+needed with GCC's "-Wwrite-strings -Werror".
+(merged changeset r13519 from the trunk)
+------------------------------------------------------------------------
+r13518 | vlefevre | 2019-07-02 12:39:33 +0000 (Tue, 02 Jul 2019) | 5 lines
+Changed paths:
+ M /branches/4.0
+ M /branches/4.0/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).
+(merged changeset r13517 from the trunk)
+------------------------------------------------------------------------
+r13516 | vlefevre | 2019-07-02 11:39:38 +0000 (Tue, 02 Jul 2019) | 4 lines
+Changed paths:
+ M /branches/4.0
+ M /branches/4.0/tests
+ M /branches/4.0/tests/tdiv.c
+ M /branches/4.0/tests/tfpif.c
+ M /branches/4.0/tests/tmul_2exp.c
+ M /branches/4.0/tests/trandom.c
+ M /branches/4.0/tests/trint.c
+ M /branches/4.0/tests/tsum.c
+ M /branches/4.0/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).
+(merged changeset r13515 from the trunk)
+------------------------------------------------------------------------
+r13499 | vlefevre | 2019-06-01 19:17:35 +0000 (Sat, 01 Jun 2019) | 6 lines
+Changed paths:
+ M /branches/4.0
+ M /branches/4.0/src/mpfr-impl.h
+
+[src/mpfr-impl.h] Include <float.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.
+This fixes bug 21762 (case where "volatile" is a macro):
+https://gforge.inria.fr/tracker/?func=detail&atid=619&aid=21762&group_id=136
+(merged changesets r13493-13494 from the trunk)
+------------------------------------------------------------------------
+r13478 | vlefevre | 2019-04-25 12:26:53 +0000 (Thu, 25 Apr 2019) | 1 line
+Changed paths:
+ M /branches/4.0/doc/mpfr.texi
+
+[doc/mpfr.texi] Updated the month.
+------------------------------------------------------------------------
+r13476 | vlefevre | 2019-04-25 12:21:30 +0000 (Thu, 25 Apr 2019) | 6 lines
+Changed paths:
+ M /branches/4.0
+ M /branches/4.0/doc/mpfr.texi
+ M /branches/4.0/tools/mpfrlint
+
+[tools/mpfrlint] Check that the lists of rounding modes in
+ src/print_rnd_mode.c and doc/mpfr.texi are identical.
+[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".
+(merged changesets r13472,13474-13475 from the trunk)
+------------------------------------------------------------------------
+r13449 | vlefevre | 2019-02-06 09:10:34 +0000 (Wed, 06 Feb 2019) | 2 lines
+Changed paths:
+ M /branches/4.0
+ M /branches/4.0/tests
+ M /branches/4.0/tests/tcmp_d.c
+ M /branches/4.0/tests/tcmp_ld.c
+ M /branches/4.0/tests/td_div.c
+ M /branches/4.0/tests/tget_flt.c
+ M /branches/4.0/tests/tset_float128.c
+
+[tests] Use MPFR_DBL_* macros when necessary.
+(merged changeset r13446 from the trunk)
+------------------------------------------------------------------------
+r13448 | vlefevre | 2019-02-06 09:08:26 +0000 (Wed, 06 Feb 2019) | 2 lines
+Changed paths:
+ M /branches/4.0
+ M /branches/4.0/tools/mpfrlint
+
+[tools/mpfrlint] Detect use of DBL_* macros instead of MPFR_DBL_* ones.
+(merged changeset r13444 from the trunk)
+------------------------------------------------------------------------
+r13447 | vlefevre | 2019-02-06 09:06:14 +0000 (Wed, 06 Feb 2019) | 3 lines
+Changed paths:
+ M /branches/4.0
+ M /branches/4.0/doc/README.dev
+ M /branches/4.0/tools/mpfrlint
+
+[doc/README.dev] Improved description of MPFR_ERRDIVZERO.
+[tools/mpfrlint] Check that native FP division by zero is not used.
+(merged changesets r13441-13443 from the trunk)
+------------------------------------------------------------------------
+r13436 | vlefevre | 2019-01-31 22:41:46 +0000 (Thu, 31 Jan 2019) | 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.3-dev.
+------------------------------------------------------------------------
+r13434 | vlefevre | 2019-01-31 20:38:43 +0000 (Thu, 31 Jan 2019) | 1 line
+Changed paths:
+ M /branches/4.0/ChangeLog
+
+ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC0 svn log -rHEAD:0 -v".
+------------------------------------------------------------------------
r13433 | vlefevre | 2019-01-31 20:33:50 +0000 (Thu, 31 Jan 2019) | 2 lines
Changed paths:
M /branches/4.0/NEWS
@@ -23,7 +728,7 @@ Changed paths:
[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)
+(merged changeset r13429 from the trunk)
------------------------------------------------------------------------
r13424 | vlefevre | 2019-01-30 12:45:13 +0000 (Wed, 30 Jan 2019) | 2 lines
Changed paths:
@@ -43109,7 +43814,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:
@@ -55002,8 +55707,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: