summaryrefslogtreecommitdiff
path: root/vasprintf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vasprintf.c: revert incorrect change in r5713.vlefevre2008-12-121-6/+1
* [vasprintf.c] patch to MPFR_ASSERTN(...) call to avoid failure with gcc -ftrapvzimmerma2008-12-121-1/+6
* r5689 undone: some casts were incorrect (mp_exp_t may be greater thanvlefevre2008-11-221-1/+1
* fixed some signed/unsigned warnings with g++ (please review)zimmerma2008-11-221-1/+1
* Fix inclusion order: the limit of integer types like size_t are defined in C+...thevenyp2008-11-211-10/+3
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* vasprintf.c: Fix bug with '#' and 'g' flag combination, see also defect repor...thevenyp2008-10-231-3/+8
* Fix typosthevenyp2008-07-081-1/+1
* Fix typo (gmp macro TMP_ALLOC instead of MPFR_TMP_ALLOC).thevenyp2008-06-301-23/+23
* vasprintf.c: fixed comment from r5408.vlefevre2008-06-271-1/+1
* acinclude.m4: add a check defining va_copy macro when needed.thevenyp2008-06-271-4/+11
* vasprintf.c: removed a misleading and now useless comment.vlefevre2008-06-111-1/+1
* vasprintf.c: improved a comment.vlefevre2008-06-111-1/+4
* Change #include <stdio.h> to #include <cstdio> when compiled with a C++ compi...thevenyp2008-06-101-11/+26
* Clean-up and various changes to be able to build MPFR with g++.vlefevre2008-06-091-1/+3
* vasprintf.c: do not use pointer arithmetic on void *.vlefevre2008-06-091-3/+4
* TODO: remove newly added functionsthevenyp2008-03-101-67/+74
* acinclude.m4: add check for long long compiler support, define HAVE_LONG_LONG.thevenyp2008-03-101-22/+48
* vasprintf.c: fix rounding bit bug with %RNa.thevenyp2008-03-101-3/+4
* vasprintf.c: fix bug in macro CONSUME_VA_ARG with a mp_limb_t or mp_limb_t ar...thevenyp2008-03-101-21/+34
* vasprintf.c: fix bug of forgotten decimal point with %#.0Rfthevenyp2008-03-101-0/+2
* vasprintf.c: fix "%%" bugthevenyp2008-02-281-1/+6
* take trailing zeros into account when separating thousandsthevenyp2008-02-181-16/+45
* fix typothevenyp2008-02-151-1/+1
* vasprintf.c: fix buffer_sandwich (use for thousands separator)thevenyp2008-02-151-8/+13
* fix "%P" case, add test for it.thevenyp2008-02-141-7/+23
* improve assertion.thevenyp2008-02-081-1/+1
* add support of thousands separator option (' flag, defined in Single UNIX Spe...thevenyp2008-02-081-11/+62
* better string buffer managementthevenyp2008-02-081-16/+30
* vasprintf.c: add code for %n specifier with any typethevenyp2008-02-041-5/+66
* check possible overflows in exponent part, improve comments.thevenyp2008-02-041-4/+13
* fix typothevenyp2008-01-311-1/+1
* homogeneous use of logical variablethevenyp2008-01-301-9/+11
* fix wrong statement in MPFR_ASSERTDthevenyp2008-01-301-1/+1
* fix typo in commentthevenyp2008-01-291-2/+2
* get rid of limitation on number of character by specifierthevenyp2008-01-291-36/+27
* vasprintf.c: fix %Rg casethevenyp2008-01-291-174/+270
* remove (undocumented) integer conversion support for mpfr_tthevenyp2008-01-281-132/+0
* set errno to EOVERFLOW when printf-like functions should return value exceedi...thevenyp2008-01-281-2/+6
* vasprintf.c: merge code for "%Ra" and "%Rb"thevenyp2008-01-171-770/+347
* cosmetic change: replace "enum _arg_type" by "enum arg_t"thevenyp2008-01-161-3/+3