summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* [NEWS] added missing mpfr_pown (alias for mpfr_pow_sj)zimmerma2021-05-031-1/+1
| | | | git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14510 280ebfd0-de03-0410-8827-d642c229c3f4
* renamed mpfr_compound to mpfr_compound_si, since in C2X, compoundn takeszimmerma2021-02-151-1/+1
| | | | | | | | an intmax_t and not a long, thus we can later implement mpfr_compoundn taking as input an intmax_t git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14429 280ebfd0-de03-0410-8827-d642c229c3f4
* added mpfr_powrzimmerma2021-02-091-1/+1
| | | | git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14414 280ebfd0-de03-0410-8827-d642c229c3f4
* added mpfr_pow_uj and mpfr_pow_sjzimmerma2021-02-091-2/+2
| | | | | | | now mpfr_pown is an alias for mpfr_pow_sj git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14412 280ebfd0-de03-0410-8827-d642c229c3f4
* added new function mpfr_exp10m1zimmerma2021-02-051-1/+2
| | | | git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14388 280ebfd0-de03-0410-8827-d642c229c3f4
* added new function mpfr_exp2m1 for 2^x-1zimmerma2021-02-051-1/+1
| | | | git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14384 280ebfd0-de03-0410-8827-d642c229c3f4
* added a new function mpfr_log10p1 to compute log10(1+x)zimmerma2021-02-031-1/+1
| | | | git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14350 280ebfd0-de03-0410-8827-d642c229c3f4
* [doc/mpfr.texi] document atan2u and atan2pizimmerma2021-02-031-4/+4
| | | | git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14348 280ebfd0-de03-0410-8827-d642c229c3f4
* [doc/mpfr.texi] document mpfr_compoundzimmerma2021-02-031-1/+1
| | | | git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14343 280ebfd0-de03-0410-8827-d642c229c3f4
* added log2p1 and compound (mpfr_compound is not finished yet)zimmerma2021-02-031-0/+1
| | | | git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14331 280ebfd0-de03-0410-8827-d642c229c3f4
* added mpfr_atanu and mpfr_atanpizimmerma2021-02-011-3/+4
| | | | git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14307 280ebfd0-de03-0410-8827-d642c229c3f4
* added asinu and asinpizimmerma2021-02-011-3/+3
| | | | git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14295 280ebfd0-de03-0410-8827-d642c229c3f4
* added cosu and cospi in the manual and NEWSzimmerma2021-01-291-0/+1
| | | | git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14268 280ebfd0-de03-0410-8827-d642c229c3f4
* [NEWS,doc/mpfr.texi] For the new trigonometric functions mpfr_cosu,vlefevre2021-01-131-2/+2
| | | | | | | | mpfr_sinu, mpfr_tanu, mpfr_cospi, mpfr_sinpi, mpfr_tanpi, removed the "experimental" mention. In mpfr.texi, also added missing functions to Section "Added Functions" (API Compatibility). git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14246 280ebfd0-de03-0410-8827-d642c229c3f4
* [NEWS,doc/mpfr.texi] New function mpfr_fmod_ui.vlefevre2021-01-131-0/+1
| | | | git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14243 280ebfd0-de03-0410-8827-d642c229c3f4
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
| | | | | | | | perl -pi -e 's/ (\d{4}-)?(2020)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh. Removed 2020 from the example in the doc/README.dev file. git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14229 280ebfd0-de03-0410-8827-d642c229c3f4
* added sinpi, cospi, tanpizimmerma2020-12-161-0/+1
| | | | git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14211 280ebfd0-de03-0410-8827-d642c229c3f4
* added new function mpfr_tanuzimmerma2020-12-161-1/+1
| | | | git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14210 280ebfd0-de03-0410-8827-d642c229c3f4
* [NEWS] mpfr_cosu and mpfr_sinu: improved item.vlefevre2020-12-151-1/+1
| | | | git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14205 280ebfd0-de03-0410-8827-d642c229c3f4
* added new function mpfr_cosuzimmerma2020-12-151-1/+1
| | | | git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14199 280ebfd0-de03-0410-8827-d642c229c3f4
* [NEWS] added mpfr_sinuzimmerma2020-12-141-0/+1
| | | | | | | [doc/mpfr.texi] improve documentation of mpfr_sinu, and say it is experimental git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14182 280ebfd0-de03-0410-8827-d642c229c3f4
* [NEWS] Update.vlefevre2020-10-081-0/+5
| | | | git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14159 280ebfd0-de03-0410-8827-d642c229c3f4
* [NEWS] For MPFR 4.1.0, added an item saying that TLS can safely bevlefevre2020-07-011-0/+5
| | | | | | (re-)enabled on Sparc. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@14047 280ebfd0-de03-0410-8827-d642c229c3f4
* [NEWS] Update for the next release.vlefevre2020-06-181-0/+3
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@14040 280ebfd0-de03-0410-8827-d642c229c3f4
* [NEWS] Updated mpfr.org URLs (http → https).vlefevre2020-06-131-2/+2
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@14009 280ebfd0-de03-0410-8827-d642c229c3f4
* Renamed mpfr_total_order to mpfr_total_order_p for consistency with thevlefevre2020-06-111-1/+1
| | | | | | other predicates (by convention, the function name should end with _p). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13989 280ebfd0-de03-0410-8827-d642c229c3f4
* [NEWS] New function mpfr_total_order. Detailed mpfr_get_str_ndigits.vlefevre2020-06-111-1/+2
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13987 280ebfd0-de03-0410-8827-d642c229c3f4
* [NEWS] Additional details, in particular binary compatibility.vlefevre2020-06-111-1/+5
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13978 280ebfd0-de03-0410-8827-d642c229c3f4
* [NEWS] Some improvements.vlefevre2020-06-111-2/+3
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13977 280ebfd0-de03-0410-8827-d642c229c3f4
* [NEWS] Added release name for 4.1.0: "épinards à la crème".vlefevre2020-06-101-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13973 280ebfd0-de03-0410-8827-d642c229c3f4
* [NEWS] Typo in option name.vlefevre2020-06-101-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13964 280ebfd0-de03-0410-8827-d642c229c3f4
* [NEWS] Removed a FIXME (no problems found).vlefevre2020-06-101-1/+0
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13957 280ebfd0-de03-0410-8827-d642c229c3f4
* [NEWS,doc/mpfr.texi] Documented the improvement in the formatted outputvlefevre2020-04-061-0/+3
| | | | | | | functions (mpfr_printf, etc.) with an empty precision field, about trailing zeros. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13873 280ebfd0-de03-0410-8827-d642c229c3f4
* [NEWS] mention new mpfr_cmpabs_uizimmerma2020-02-121-0/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13709 280ebfd0-de03-0410-8827-d642c229c3f4
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
| | | | | | | | 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. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13652 280ebfd0-de03-0410-8827-d642c229c3f4
* The mpfr_out_str function now accepts bases from -2 to -36, in order tovlefevre2019-09-061-0/+2
| | | | | | follow mpfr_get_str and GMP's mpf_out_str functions. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13617 280ebfd0-de03-0410-8827-d642c229c3f4
* [NEWS] More details about mpfr_add and mpfr_sub.vlefevre2019-09-041-1/+2
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13598 280ebfd0-de03-0410-8827-d642c229c3f4
* [NEWS] mention that mpfr_sub was also improved for 128 bitszimmerma2019-09-041-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13597 280ebfd0-de03-0410-8827-d642c229c3f4
* [NEWS] coverage improved to 98.6% on x86_64zimmerma2019-09-041-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13596 280ebfd0-de03-0410-8827-d642c229c3f4
* [src/add1sp.c] added mpfr_add1sp2n for 128-bit precision (with 64-bit limb)zimmerma2019-09-031-0/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13574 280ebfd0-de03-0410-8827-d642c229c3f4
* Update about CC / CFLAGS settings from GMP (__GMP_CC / __GMP_CFLAGS).vlefevre2019-01-301-0/+1
| | | | | | | | | | | * configure.ac: remove -pedantic unconditionally; since r7044, it was removed only when logging was enabled, as at that time only logging was using C extensions. * 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. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13421 280ebfd0-de03-0410-8827-d642c229c3f4
* [NEWS] Update about shared caches.vlefevre2019-01-251-1/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13414 280ebfd0-de03-0410-8827-d642c229c3f4
* [NEWS] Added: "Shared caches: cleanup."vlefevre2019-01-251-0/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13413 280ebfd0-de03-0410-8827-d642c229c3f4
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
| | | | | | | perl -pi -e 's,http://www.gnu.org/,https://www.gnu.org/,g' **/*(.) under zsh. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13372 280ebfd0-de03-0410-8827-d642c229c3f4
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
| | | | | | | | 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. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13359 280ebfd0-de03-0410-8827-d642c229c3f4
* MPFR manual: corrected/completed the mpfr_get_str description in ordervlefevre2018-11-221-0/+2
| | | | | | | to follow the historical behavior and GMP's mpf_get_str function. (Discussion in the Trier meeting.) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13283 280ebfd0-de03-0410-8827-d642c229c3f4
* Removed --enable-mini-gmp configure option.vlefevre2018-09-191-1/+2
| | | | | | | | * NEWS: say that it is replaced by --with-mini-gmp. * configure.ac: --enable-mini-gmp removed. * doc/mini-gmp: update. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13227 280ebfd0-de03-0410-8827-d642c229c3f4
* [NEWS] + Mini-gmp support via the --with-mini-gmp configure option.vlefevre2018-09-181-0/+1
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13216 280ebfd0-de03-0410-8827-d642c229c3f4
* added configure option --enable-formally-proven-code and corresponding codezimmerma2018-08-231-0/+2
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13011 280ebfd0-de03-0410-8827-d642c229c3f4
* added mpfr_get_decimal128 and mpfr_set_decimal128 to the manualzimmerma2018-06-221-1/+2
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12846 280ebfd0-de03-0410-8827-d642c229c3f4