summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [src/mparam_h.in] Updated comment about GCC.HEADmastervlefevre2021-09-271-1/+8
* [src/inp_str.c] Added a FIXME on a deprecated use of ungetc.vlefevre2021-09-141-0/+4
* [src/ieee_floats.h] URL update (http → https).vlefevre2021-07-151-1/+1
* Punctuation (missing comma after "however").vlefevre2021-06-218-17/+17
* [src/rem1.c] Improved comments.vlefevre2021-05-201-4/+4
* [src/vasprintf.c] Fixed buffer_cat: replaced incorrect assertion len > 0vlefevre2021-05-171-1/+7
* [src/vasprintf.c] Updated comment about the output for the 'a'/'A'vlefevre2021-05-161-1/+2
* [src/vasprintf.c] Added a comment about the output for the 'a'/'A'vlefevre2021-05-121-1/+24
* [doc/mpfr.texi,src/mpfr.h] Detail about the mpfr_pown implementation.vlefevre2021-05-031-1/+4
* [src/sin.c] Added a TODO about range reduction.vlefevre2021-04-301-0/+3
* [src/exceptions.c] Corrected latest comment.vlefevre2021-04-241-1/+1
* [src/exceptions.c] Replaced comment about logging (the issue was due tovlefevre2021-04-231-8/+3
* [src/exceptions.c] Completed comment about a logging issue.vlefevre2021-04-231-2/+2
* [src/exceptions.c] Added a comment about a logging issue.vlefevre2021-04-231-0/+8
* [src/mpfr-impl.h] Logging: output the flags at "IN" and "OUT".vlefevre2021-04-231-2/+4
* [src/get_str.c] Fixed bug in mpfr_get_str_ndigits introduced in r14494.vlefevre2021-04-231-2/+3
* mpfr_get_str_ndigits: added an assertion / exploitable compiler hint.vlefevre2021-04-231-1/+4
* [src/get_str.c] Improved mpfr_get_str_ndigits code structure.vlefevre2021-04-231-49/+50
* In various functions, use mpfr_equal_p() instead of mpfr_cmp() == 0.vlefevre2021-04-235-6/+6
* [src/get_str.c] Use mpfr_equal_p() instead of mpfr_cmp() == 0.vlefevre2021-04-231-1/+1
* Fixed bug in mpfr_get_str_ndigits.vlefevre2021-04-231-2/+15
* [src/mpfr-impl.h] Added cast to int for __LINE__ in formatted output.vlefevre2021-04-161-2/+3
* Untabify and remove trailing spaces.vlefevre2021-03-162-14/+14
* [src/rec_sqrt.c] replace a call to mpn_mul_n with identical arguments byzimmerma2021-03-163-6/+16
* [src/mpfr.h] Comment: no need to write "user" with uppercase letters.vlefevre2021-03-091-1/+1
* Clarification about the custom interface and macros.vlefevre2021-03-081-2/+3
* [src/mpfr.h] Fixed mpfr_set macro (now only available with __GNUC__).vlefevre2021-03-061-2/+8
* [src/mpfr.h] Fixed mpfr_copysign and mpfr_signbit macros.vlefevre2021-03-061-7/+8
* [src/ubf.c] Forgot a cast from UBF pointer to mpfr_t pointer.vlefevre2021-03-061-1/+1
* [src/mpfr.h] Fixed mpfr_get_prec and mpfr_get_exp macros.vlefevre2021-03-061-2/+2
* [src/mpfr.h] Better implementation of macros changed in r14451.vlefevre2021-03-061-26/+9
* [src/mpfr.h] Fixed some macros implementing functions.vlefevre2021-03-061-5/+30
* [src/mpfr.h] fixed typozimmerma2021-03-061-1/+1
* [src/mpfr.h] Added a comment and a FIXME for functions implementedvlefevre2021-03-061-0/+6
* [src/mpfr.h] fixed typozimmerma2021-03-061-1/+1
* [src/invsqrt_limb.h] use "unsigned short" for table T[] instead of mp_limb_t.zimmerma2021-02-161-1/+1
* [src/digamma.c] Use MPFR_NOTZERO instead of !MPFR_IS_ZERO.vlefevre2021-02-151-1/+1
* [src/jyn_asympt.c] fixed bug when s=0 at the end of the for loopzimmerma2021-02-151-5/+5
* [src/digamma.c] fixed a bug in mpfr_digamma_reflection when the approximationszimmerma2021-02-151-13/+14
* renamed mpfr_compound to mpfr_compound_si, since in C2X, compoundn takeszimmerma2021-02-152-3/+3
* [src/pow_sj.c] removed spurious commentzimmerma2021-02-091-1/+1
* [src/{pow_sj.c,pow_uj.c}] Added missing "#ifdef _MPFR_H_HAVE_INTMAX_T".vlefevre2021-02-092-0/+8
* [src/pow_{si,sj,ui,uj}.c] Fixed logging for mpfr_pow_{sj,uj}.vlefevre2021-02-094-10/+6
* [src/pow_uj.c] untabifyvlefevre2021-02-091-2/+2
* [src/pow_uj.c] Some corrections in the mpfr_mpz_set_uj helper function,vlefevre2021-02-091-9/+19
* forgot to commit those fileszimmerma2021-02-092-0/+84
* added mpfr_powrzimmerma2021-02-093-1/+62
* [src/{pow_si.c,pow_ui.c}] untabifyvlefevre2021-02-092-5/+5
* added mpfr_pow_uj and mpfr_pow_sjzimmerma2021-02-096-26/+106
* [doc/mpfr.texi,src/mpfr.h] Added a FIXME for mpfr_pown, which shouldvlefevre2021-02-091-0/+2