summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [src/urandomb.c] Removed an obsolete "#if __MPFR_GMP(5,0,0)" as we nowvlefevre2017-12-051-2/+0
* [src/mpfr-gmp.h] Removed the code that defined mpn_copyi and mpn_copydvlefevre2017-12-051-10/+0
* [src/mpfr-gmp.h] Missing parentheses around parameters in mpn_copyivlefevre2017-12-051-2/+2
* fixed bug in replacement function for copyi and copyd (found with mini-gmp)zimmerma2017-12-051-3/+4
* [src/mpfr.h] Explain how to avoid the "... is deprecated" warning whenvlefevre2017-12-051-1/+11
* Disable the "deprecated" attribute of deprecated functions *only* forvlefevre2017-12-051-0/+4
* Removed trailing whietespace.vlefevre2017-12-051-2/+2
* fixed compiler warnings with mini-gmpzimmerma2017-12-052-0/+12
* Simplified the use of MPFR_USE_FILE since <stdio.h> (<cstdio> for C++)vlefevre2017-12-045-4/+6
* make compilation work again (make + make check) with mini-gmpzimmerma2017-12-0410-39/+18
* Improved portability of the check-gmp-symbols make rule.vlefevre2017-12-041-3/+8
* [src/fpif.c] Clarification.vlefevre2017-12-041-8/+10
* [src] Update about the internal use of mpfr_get_str.vlefevre2017-12-042-2/+6
* [src/get_str.c] Corrected a comment.vlefevre2017-12-041-1/+1
* [src/fpif.c] Updated comments about the format.vlefevre2017-12-011-2/+5
* Two fixes for the check-gmp-symbols make rule:vlefevre2017-11-301-11/+15
* Added comment about the check-gmp-symbols make rule (added in r11865).vlefevre2017-11-301-0/+2
* Added check-gmp-symbols make rule to check that MPFR does not usevlefevre2017-11-301-0/+20
* [src/fpif.c] Fixed the sign bug for mpfr_fpif_import.vlefevre2017-11-291-13/+13
* [doc/mpfr.texi,src/fpif.c] For mpfr_fpif_import, in case of failure,vlefevre2017-11-291-5/+11
* [src/fpif.c] For mpfr_fpif_import, replaced an assertion by a failurevlefevre2017-11-291-3/+3
* [src/fpif.c] Fixed some bugs (though unlikely to occur in practice).vlefevre2017-11-281-25/+43
* Got rid of the useless SIZE_MAX macro.vlefevre2017-11-281-7/+6
* [src/fpif.c] Added static assertions in mpfr_fpif_import().vlefevre2017-11-281-0/+7
* [src/fpif.c] Improved a test (mpfr_regular_p → !MPFR_IS_SINGULAR).vlefevre2017-11-281-1/+3
* [src/mpfr-impl.h] Added a note about the use of the MPFR_IS_PURE_*(x)vlefevre2017-11-281-0/+5
* [src/fpif.c] Added format description from past mail messages, to bevlefevre2017-11-271-2/+41
* [src/fpif.c] Clarified sign variable.vlefevre2017-11-271-1/+4
* mpfr_mp_memory_cleanup() now returns an error code (currently always 0)vlefevre2017-11-152-3/+7
* Cleanup: In src/mpfr-gmp.h, exchangedvlefevre2017-11-1019-80/+82
* [src/neg.c] Refactored code (BTW, this was not a bug as the sign of NaNvlefevre2017-11-091-7/+5
* fixed bug reported by Trevor Spiterizimmerma2017-11-091-0/+1
* Change the way memory is allocated (as discussed partly in private).vlefevre2017-11-085-60/+55
* [src/mpfr.h] Formatting.vlefevre2017-11-071-2/+4
* [src/mpfr.h] mpfr_free_cache_t: added comments to show that these arevlefevre2017-11-071-2/+2
* [src/free_cache.c] Minor portability improvement for mpfr_free_cache2vlefevre2017-11-071-2/+2
* [src/free_cache.c] GNU coding style.vlefevre2017-11-061-9/+9
* [src/get_float128.c] Fixed failure in mpfr_get_float128 when called withvlefevre2017-10-111-0/+5
* [src/get_ld.c] Fixed the generic code when called with a very reducedvlefevre2017-10-091-0/+4
* [src/get_z.c] Fixed failure in mpfr_get_z when called with a veryvlefevre2017-10-091-0/+10
* [src/{get_si.c,get_sj.c}] Minor improvement, removing an obsolete notevlefevre2017-10-062-11/+11
* [src/{get_sj.c,get_uj.c}] Fixed failure in mpfr_get_sj and mpfr_get_ujvlefevre2017-10-062-2/+20
* [src/{get_si.c,get_ui.c}] Fixed failure in mpfr_get_si and mpfr_get_uivlefevre2017-10-042-0/+18
* [src/dump.c] mpfr_dump now outputs specific info for invalid data.vlefevre2017-09-291-11/+51
* [src/dump.c]vlefevre2017-09-291-15/+5
* [src/{dump.c,print_raw.c}] Updated the description.vlefevre2017-09-292-4/+5
* [src] Clean up of debugging output functions:vlefevre2017-09-296-83/+79
* [src/print_raw.c] Changes in mpfr_print_mant_binary():vlefevre2017-09-201-13/+12
* Old, deprecated macros mpfr_add_one_ulp and mpfr_sub_one_ulp removed.vlefevre2017-09-141-4/+0
* New mpfr_rootn_ui function; mpfr_root deprecated.vlefevre2017-09-132-9/+48