summaryrefslogtreecommitdiff
path: root/vasprintf.c
Commit message (Expand)AuthorAgeFilesLines
* get_str.c vasprintf.c: Add support for the rounding away from zero mode.thevenyp2009-08-121-2/+7
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* vasprintf.c mpfr.texi: Change behavior with %Rf and an empty precision field....thevenyp2009-07-201-140/+96
* vasprintf.c: typo in a comment.vlefevre2009-07-081-1/+1
* vasprintf.c: Fix bug with %Rf, non-zero precision and a value rounded up to t...thevenyp2009-07-081-4/+7
* vasprintf.c: deleted trailing spaces.vlefevre2009-07-081-1/+1
* vasprintf.c: Fix bug in precision 0 with format %.0Rf (0.5 rounds to 0). thevenyp2009-07-081-2/+3
* vasprintf.c: do not use a potential function call in SAFE_ABS macro.vlefevre2009-07-061-1/+3
* vasprintf.c tests/tsprintf.c: deleted trailing spaces.thevenyp2009-07-061-1/+1
* vasprintf.c: Fix bug when the value to be printed is rounded to the next powe...thevenyp2009-06-291-94/+163
* mp_exp_unsigned_t -> mpfr_uexp_t (internal type only).vlefevre2009-06-261-4/+4
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* vasprintf.c: corrected comments.vlefevre2009-06-211-4/+4
* vasprintf.c: convert GMP_RNDx to MPFR_RNDx.thevenyp2009-06-191-4/+4
* vasprintf.c: Add brace to disambiguate nested if, and remove unused variable.thevenyp2009-06-191-14/+15
* vasprintf.c: Fix bug when the value to be printed is rounded to the next powe...thevenyp2009-06-191-229/+209
* vasprintf.c: Binary output with no digit after the decimal point is now suppo...thevenyp2009-06-041-82/+73
* vasprintf.c: do not use GMP's namespace for identifiers defined in MPFR.vlefevre2009-05-291-8/+8
* vasprintf.c: Fix bug, "%%" was not correctly displayed when used alone or bef...thevenyp2009-05-291-0/+1
* Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere.thevenyp2009-05-051-2/+0
* strtofr.c tests/tset_str.c: Code simplification (sizeof (char) is always 1).thevenyp2009-03-301-1/+1
* vasprintf.c: Code simplification (sizeof (char) is always 1).thevenyp2009-03-301-4/+4
* acinclude.m4: remove definition of va_copy, just detect its presence.thevenyp2009-03-271-0/+11
* vasprintf.c: Add more debug assertion on the buffer size.thevenyp2009-03-161-0/+6
* vasprintf.c: Fix bug_20090316 (in buffer_cat, the buffer was 1 character too ...thevenyp2009-03-161-1/+1
* vasprintf.c: This is probably dead code, but being uncertain, put an assert h...thevenyp2009-03-131-2/+2
* vasprintf.c: As the buffer helper functions are not used in the current code ...thevenyp2009-03-131-8/+12
* vasprintf.c: make clear that string_buffer.curr is a pointer to the null term...thevenyp2009-03-131-3/+3
* vasprintf.c: Fix bug.thevenyp2009-03-131-2/+2
* tests/tprintf.c: Add an expensive test where the output number has more than ...thevenyp2009-03-131-0/+2
* vasprintf.c: fixed bug in CONSUME_VA_ARG for case MP_LIMB_ARG (%Mu).vlefevre2009-03-091-1/+1
* vasprintf.c: now return -1 when the format string is invalid (undefined behav...thevenyp2009-03-061-2/+49
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-40/+40
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Checks whether C99 length modifiers 'hh' and 'll' are supported by thevlefevre2009-02-171-1/+5
* vasprintf.c: deleted trailing spaces.vlefevre2009-01-201-3/+3
* vasprintf.c: do not support 't' when NPRINTF_T is defined, HAVE_STDINT_H -> _...thevenyp2009-01-191-1/+5
* mpfr.texi: Explicit list of type supported by mpfr_printf functions.thevenyp2009-01-191-22/+0
* tests/tfprintf.c tests/tsprintf.c tests/tprintf.c acinclude.m4 vasprintf.c: N...thevenyp2009-01-161-3/+3
* get_uj.c get_sj.c tests/tset_sj.c tests/tfits.c fits_intmax.c fits_uintmax.c ...thevenyp2009-01-161-11/+19
* vasprintf.c: deleted trailing spaces.vlefevre2009-01-151-1/+1
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* acinclude.m4: New macro MPFR_CHECK_PRINTF_SPEC looking for support of the "%j...thevenyp2009-01-121-2/+2
* tests/tfprintf.c: Make tests with 'M' specifier optional.thevenyp2009-01-081-0/+1
* acinclude.m4, vasprintf.c, tests/tfprintf.c, tests/tprintf.c, mpfr.texi: quad...thevenyp2008-12-161-4/+22
* mpfr.texi: Clearly mention that the length modifier 'q' is unsupported by mpf...thevenyp2008-12-151-6/+3
* acinclude.m4: Check for quad_t.thevenyp2008-12-151-1/+1
* [printf.c,vasprintf.c] include config.h if HAVE_CONFIG_H is defined, tozimmerma2008-12-141-0/+4
* vasprintf.c: avoid an abort if field width or precision is > INT_MAX.vlefevre2008-12-121-4/+6
* vasprintf.c: avoid a possible gcc 4.1.2 bug with -ftrapv.vlefevre2008-12-121-2/+5