Linhui Liu a72981b97a tools/mpfr: update to 4.2.0
Changes from versions 4.1.* to version 4.2.0:
- The "fondue savoyarde" release.
- Binary compatible with MPFR 4.0.* and 4.1.*, though some minor changes in
  the behavior of the formatted output functions may be visible, regarded
  as underspecified behavior or bug fixes (see below).
- New functions mpfr_cosu, mpfr_sinu, mpfr_tanu, mpfr_acosu, mpfr_asinu,
  mpfr_atanu and mpfr_atan2u.
- New functions mpfr_cospi, mpfr_sinpi, mpfr_tanpi, mpfr_acospi, mpfr_asinpi,
  mpfr_atanpi and mpfr_atan2pi.
- New functions mpfr_log2p1, mpfr_log10p1, mpfr_exp2m1, mpfr_exp10m1 and
  mpfr_compound_si.
- New functions mpfr_fmod_ui, mpfr_powr, mpfr_pown, mpfr_pow_uj, mpfr_pow_sj
  and mpfr_rootn_si (mpfr_pown is actually a macro defined as an alias for
  mpfr_pow_sj).
- Bug fixes.
  In particular, for the formatted output functions (mpfr_printf, etc.),
  the case where the precision consists only of a period has been fixed
  to be like ".0" as specified in the ISO C standard, and the manual has
  been corrected and clarified.
  The macros of the custom interface have also been fixed: they now behave
  like functions (except a minor limitation for mpfr_custom_init_set).

Remove upstreamed:
- 002-Fix-mpfr_custom_get_kind-macro-bug.patch

Refresh patches:
- 001-only_src.patch

Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
2023-01-07 17:17:59 +01:00
..
2022-07-31 15:29:39 +02:00
2022-12-17 20:26:51 +01:00
2022-10-22 22:50:37 +02:00
2022-12-17 20:49:15 +08:00
2022-12-06 23:10:40 +01:00
2022-10-22 22:53:24 +02:00
2022-12-06 23:09:00 +01:00
2022-11-05 14:07:46 +00:00
2022-10-31 21:27:48 +01:00
2022-11-05 14:07:46 +00:00
2019-07-08 16:42:26 +02:00
2020-03-14 13:20:06 +00:00
2022-12-18 16:34:47 +01:00
2023-01-06 18:05:47 +01:00
2022-10-02 16:05:32 +02:00
2022-03-01 00:08:08 +01:00
2022-12-17 17:46:32 +01:00
2023-01-07 17:17:59 +01:00
2022-11-05 14:07:46 +00:00
2022-06-13 19:50:25 +02:00
2020-09-02 16:29:22 +02:00
2022-12-18 23:19:23 +01:00
2022-09-07 04:22:39 +01:00
2022-02-25 14:12:39 +01:00
2021-09-20 15:21:17 +02:00
2023-01-07 17:17:04 +01:00
2022-10-22 22:53:24 +02:00