summaryrefslogtreecommitdiff
path: root/printf/doprntf.c
Commit message (Collapse)AuthorAgeFilesLines
* printf/*.c: Use __GMP_FREE_FUNC_TYPEMarco Bodrato2018-01-311-1/+1
|
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
|
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
|
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
|
* Get rid of varargs code and references.Torbjorn Granlund2014-01-191-7/+0
|
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
|
* (__gmp_doprnt_mpf): For DOPRNT_CONV_FIXED, ask for one more digit.Torbjorn Granlund2011-08-181-2/+4
|
* Use integer fields for mp_bases logarithm tables.Torbjorn Granlund2011-08-071-1/+2
|
* Finish renaming BITS_PER_MP_LIMB to GMP_LIMB_BITS.Torbjorn Granlund2009-11-281-1/+1
|
* Print huge exponents properly.Torbjorn Granlund2009-09-151-1/+1
|
* Improve code for computing sizes related to mp_bases.Torbjorn Granlund2009-07-061-1/+1
|
* Clean up spacing.tege2007-09-241-113/+113
|
* Update license to version 3.tege2007-09-181-4/+2
|
* Update FSF's address.tege2006-02-151-2/+2
|
* * printf/doprntf.c: Add decimal point parameter, remove localeconv use.Kevin Ryde2002-11-201-14/+3
|
* * printf/doprntf.c: Do a showbase on octal float fractions, forKevin Ryde2002-03-031-2/+2
| | | | instance "00.4" where previously it gave "0.4".
* * printf/doprnt.c printf/doprntf.c, gmp-impl.h: Use a singleKevin Ryde2001-08-171-71/+77
| | | | | | __gmp_doprnt_mpf, rather than a separate ndigits calculation. * printf/doprntf.c, gmp-impl.h, gmp.texi, tests/printf/t-printf.c: Let empty or -1 prec mean all digits for mpf.
* * printf/sprintffuns.c, printf/doprntf.c: Don't use sprintf returnKevin Ryde2001-08-121-3/+6
| | | | value (it's a pointer on SunOS 4).
* More of initial checkin.Kevin Ryde2001-07-301-8/+26
|
* Don't bother with a separate test for snprintf over vsnprintf.Kevin Ryde2001-07-281-1/+1
|
* * printf/Makefile.am, asprintf.c, doprnt.c, doprntf.c, doprntfx.cc,Kevin Ryde2001-07-231-0/+369
doprnti.c, doprntix.cc, fprintf.c, obprintf.c, obprntffuns.c, obvprintf.c, osfuns.cc, osmpf.cc, osmpq.cc, osmpz.cc, printf.c, printffuns.c, snprintf.c, snprntffuns.c, sprintf.c, sprintffuns.c, vasprintf.c, vfprintf.c, vprintf.c, vsnprintf.c, vsprintf.c: New files.