master
Copyright notice update: added 2026.
Added configure.lineno (generated by configure) to the svn:ignore property of the src directory.
Merge branch 'master' into legendre
[src] Fixed MPFR_LOG_FUNC usage in most cases.
Made style consistent in the use of MPFR_LOG_FUNC.
Comments about mpfr_dot.
New version of nrandom as nrandom_v2, rename old version nrandom_v1.
[src/exceptions.c] Added an MPFR_ASSERTD for mpfr_check_range.
[src/factorial.c] Code cleanup.
Fixed mpfr_get_ld (MPFR_SAVE_EXPO_MARK/MPFR_SAVE_EXPO_FREE issue).
[get_str.c] Use the IS_POW2 macro.
[src/jn.c] Use MPFR_FAST_COMPUTE_IF_SMALL_INPUT for n = -1 too.
Reapply "[jyn_asympt.c] fixed bug for negative n and huge argument"
[legendre] handled overlow for Legendre polynomials
[src/mpfr-impl.h] Updated comment about UBF and aliasing issues.
[root.c] Updated a comment that became obsolete with the latest changes.
[src/round_prec.c] Fixed MPFR_LOG_FUNC usage.
[src/rsqrt.c] Short description: added "(-Inf for -0)".
[src/strtofr.c] need to save the flags too, use MPFR_SAVE_EXPO_* macros
[src/vasprintf.c] Fixed MPFR_LOG_FUNC usage.