summaryrefslogtreecommitdiff
path: root/vasprintf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vasprintf.c: fix %g case; merge %e, %f, %g codethevenyp2008-01-161-970/+485
* add MPFR_SAVE_EXPO macrosthevenyp2008-01-161-7/+12
* cosmetic changes: only one leading underscore for an identifier with file scopethevenyp2008-01-161-4/+4
* add needed va_list argument in READ_INT macrothevenyp2008-01-161-32/+32
* vasprintf.c: fix wrong computation of digit number with %Rf when 0 < op < 1thevenyp2008-01-141-6/+9
* fix %f casethevenyp2008-01-101-1/+569
* cosmetic changesthevenyp2008-01-101-15/+19
* delete trailing spaces.vlefevre2008-01-011-12/+12
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* vasprintf.c: add sprnt_fp_e for "%e" processingthevenyp2007-12-191-6/+315
* printf.c: each mpfr_printf-like function return -1 and set erange flag in err...thevenyp2007-12-181-98/+201
* simplify code, improve commentsthevenyp2007-12-181-40/+49
* exponent continuity with one hexadecimal digit ouputthevenyp2007-12-181-2/+2
* #define CASE_INT_MAX_ARG to nil when HAVE_STDINT_H is not definedthevenyp2007-12-171-0/+2
* vasprintf.c: add sprnt_fp_b for "%b" processingthevenyp2007-12-171-1/+243
* fix count of characters in exponent partthevenyp2007-12-171-5/+5
* simplify code, remove trailing spaces and improve commentthevenyp2007-12-171-8/+3
* change display with just one hexadecimal digitthevenyp2007-12-141-23/+32
* improve one digit case, add commentthevenyp2007-12-141-4/+3
* vasprintf.c: added a FIXME comment. Bug?vlefevre2007-12-141-0/+3
* Minor changes concerning num_to_text. The ending \0 isn't needed.vlefevre2007-12-141-2/+2
* add num_to_text array for hexadecimal digitsthevenyp2007-12-141-4/+3
* vasprintf.c: group hexadecimal output processing in a new sprnt_fp_a function.thevenyp2007-12-131-2/+403
* vasprintf.c: added missing #include <string.h> (useful if MPFR is builtvlefevre2007-12-131-0/+1
* Add some comments and assertions.thevenyp2007-12-131-29/+32
* #define's for nan and inf stringsthevenyp2007-12-131-4/+13
* vasprintf.c: updated comment concerning the case nbchar > INT_MAX.vlefevre2007-12-121-2/+4
* untabify and remove trailing spacesthevenyp2007-11-291-113/+113
* fix padding error in sprnt_infthevenyp2007-11-291-2/+2
* factorization of special numbers output in sprnt_nan and sprnt_inf functionsthevenyp2007-11-291-53/+62
* fix comment about the size of format string bufferthevenyp2007-11-291-5/+5
* replace memory management functions mpfr_default_* by __gmp_*_functhevenyp2007-11-291-4/+4