summaryrefslogtreecommitdiff
path: root/vasprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-2204/+0
* Avoid a compilation failure on OSF/1 (Tru64) 5.1 due to non-C99vlefevre2010-08-161-5/+4
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-11/+11
* Add specifier 'Y' for the rounding away from zero mode in printf-like functions.thevenyp2010-05-031-0/+4
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-5/+5
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-3/+3
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-3/+3
* vasprintf.c: changeset r6414 was incorrect, in particular under Linuxvlefevre2009-09-111-3/+10
* [vasprintf.c] https://sympa.inria.fr/sympa/arc/mpfr/2009-09/msg00012.htmlzimmerma2009-09-111-1/+1
* 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