Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools/mpfr: update to 4.2.0 | Linhui Liu | 2023-01-07 | 2 | -78/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | tools/mpfr: update to 4.1.1 | Nick Hainke | 2022-11-27 | 2 | -2/+78 |
| | | | | | | | | | | | | | | Changes: - Bug fixes - Improved manual formatting Refresh patches: - 001-only_src.patch Import patch fixing macro bug: - 002-Fix-mpfr_custom_get_kind-macro-bug.patch Signed-off-by: Nick Hainke <vincent@systemli.org> | ||||
* | tools/mpfr: update to 4.1.0 | Hannu Nyman | 2020-08-23 | 1 | -2/+2 |
| | | | | | | | Update mpfr to version 4.1.0. Refresh patches. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> | ||||
* | tools/mpfr: Update to 4.0.2 | Daniel Engberg | 2019-02-10 | 1 | -1/+1 |
| | | | | | | | | | Update mpfr to 4.0.2 Use official site as last resort Force thread-safety functionality Refresh patches Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net> | ||||
* | tools/mpfr: update to 4.0.0 | Hannu Nyman | 2018-01-18 | 2 | -8/+8 |
| | | | | | | Update mpfr to 4.0.0 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> | ||||
* | tools/mpfr: update to 3.1.4 | Hauke Mehrtens | 2016-04-17 | 1 | -2/+2 |
| | | | | | | | | | Update mpfr to 3.1.4 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 49185 | ||||
* | tools/mpfr: update to 3.1.3 | Felix Fietkau | 2015-11-03 | 1 | -5/+5 |
| | | | | | | | | | Update mpfr to version 3.1.3. Refresh patches. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 47369 | ||||
* | tools: Fix mpfr build on FreeBSD 10.1 | Jo-Philipp Wich | 2015-02-05 | 2 | -1/+11 |
| | | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44279 | ||||
* | mpfr: upgrade to 3.1.1 | Luka Perkov | 2013-02-28 | 3 | -1971/+22 |
| | | | | SVN-Revision: 35828 | ||||
* | tools/mpfr: update to version 3.0.0 | Alexandros C. Couloumbis | 2010-12-09 | 2 | -13/+1960 |
| | | | | SVN-Revision: 24382 | ||||
* | add gcc-4.5.0 preliminary support | Alexandros C. Couloumbis | 2010-04-19 | 1 | -6/+6 |
| | | | | SVN-Revision: 21033 | ||||
* | update mpfr to 2.4.1 | Florian Fainelli | 2009-08-20 | 1 | -13/+14 |
| | | | | SVN-Revision: 17334 | ||||
* | disable mpfr tests compilation, slightly speeds up the build process | Florian Fainelli | 2009-08-17 | 1 | -0/+23 |
SVN-Revision: 17295 |