summaryrefslogtreecommitdiff
path: root/src/vasprintf.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [src/vasprintf.c] Improved comment for READ_INT.vlefevre2020-10-081-2/+10
* Fixed the formatted output functions (mpfr_printf, etc.) in the casevlefevre2020-10-071-3/+6
* [src/vasprintf.c] Updated a comment.vlefevre2020-10-071-0/+2
* Updated URLs.vlefevre2020-09-101-1/+1
* [src,tests] Consistency: in prototypes, changedvlefevre2020-08-211-1/+1
* Bug fixes and cleanup related to "src/mpfr-intmax.h" by introducingvlefevre2020-06-011-1/+2
* [src/vasprintf.c] Added log messages for MPFR_PREC_ARG ('P' specifier).vlefevre2020-02-081-0/+5
* [src/vasprintf.c] Fixed output precision bug with decimal outputvlefevre2020-01-091-2/+15
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* [src/vasprintf.c] Simplified the conditions under which trailing zerosvlefevre2020-01-081-18/+13
* fixed tests for new more precise semantics for mpfr_printf ("%Re", x),zimmerma2020-01-081-4/+3
* [src/vasprintf.c] tentative fix so that mpfr_printf ("%.Re", x) prints a numberzimmerma2020-01-081-1/+4
* Added support for GCC's returns_nonnull attribute (with GCC 4.9+).vlefevre2019-04-251-3/+3
* New macro MPFR_FALLTHROUGH to avoid -Wimplicit-fallthrough warningsvlefevre2019-04-161-0/+1
* [src/vasprintf.c] Minor bug fix: when an integer is to be read forvlefevre2019-04-151-33/+16
* [src/vasprintf.c]vlefevre2019-03-291-6/+11
* [src/vasprintf.c] Added a FIXME: tsprintf yields an assertion failurevlefevre2019-03-291-0/+4
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* [src/vasprintf.c] Fixed bug with the P length modifier (mpfr_prec_t):vlefevre2018-07-271-1/+1
* [src/vasprintf.c] Fixed bug with the P length modifier (mpfr_prec_t).vlefevre2018-07-271-9/+11
* [src/vasprintf.c] Fixed various overflow and close-to-overflow issues.vlefevre2018-07-261-92/+167
* [src/vasprintf.c] Fixed "store to null pointer" and free of bad pointervlefevre2018-07-261-3/+5
* [src/vasprintf.c] Bug fix: in case of some errors (via "goto error;"),vlefevre2018-07-251-32/+41
* [src/vasprintf.c] Updated a FIXME.vlefevre2018-07-191-1/+2
* [src/vasprintf.c] More FIXME's.vlefevre2018-07-191-6/+16
* [src/vasprintf.c] Reindentation.vlefevre2018-07-191-3/+3
* [src/vasprintf.c] Added a FIXME for MPFR_PREC_ARG handling.vlefevre2018-07-191-0/+7
* [src/vasprintf.c] Fixed type in partition_number to be consistent withvlefevre2018-07-181-1/+2
* [src/vasprintf.c] Added 2 FIXME and removed an incorrect MPFR_ASSERTNvlefevre2018-07-161-2/+8
* [src/vasprintf.c] Updated comment about overflow on the number of outputvlefevre2018-07-161-10/+6
* [src/vasprintf.c] Simplified mpfr_get_str_wrapper.vlefevre2018-07-131-3/+4
* [src/vasprintf.c] Added a log message.vlefevre2018-07-131-0/+1
* [src/vasprintf.c] In buffer_sandwich, simplified the handling of thevlefevre2018-07-111-3/+10
* [src/vasprintf.c] Corrected comments and coding style.vlefevre2018-07-061-14/+12
* [src/vasprintf.c] Resolve the FIXME.vlefevre2018-07-061-79/+68
* [src/vasprintf.c] Updated the FIXME comment.vlefevre2018-07-041-1/+3
* [src/vasprintf.c] Added a FIXME comment about an incorrect comment.vlefevre2018-07-041-0/+5
* [src/vasprintf.c] Added log messages in buffer_sandwich.vlefevre2018-07-041-0/+5
* [src/vasprintf.c] English usage in a comment.vlefevre2018-07-041-2/+2
* [src/vasprintf.c] Renamed mpfr_get_str_aux to mpfr_get_str_wrappervlefevre2018-07-041-8/+8
* [src/vasprintf.c] partly revert commit 12873zimmerma2018-07-041-2/+4
* [src/vasprintf.c] replaced overflow tests by assertionszimmerma2018-07-041-4/+4
* [src/vasprintf.c] Fixed several bugs in buffer_sandwich, which couldvlefevre2018-07-041-14/+40
* [src/vasprintf.c] added an assertionzimmerma2018-07-031-0/+1
* [src/vasprintf.c] C90 compatibility.vlefevre2018-06-261-3/+2