summaryrefslogtreecommitdiff
path: root/printf/vasprintf.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update license to version 3.tege2007-09-181-4/+2
|
* Update FSF's address.tege2006-02-151-2/+2
|
* * printf/snprntffuns.c, printf/vasprintf.c: UseKevin Ryde2001-10-261-4/+4
| | | | | | __gmp_replacement_vsnprintf if libc vsnprintf not available. * printf/asprintf.c, printf/snprintf.c, printf/vasprintf.c, printf/vsnprintf.c: Provide these functions unconditionally.
* * gmp-impl.h (struct gmp_asprintf_t): Moved from printf/vasprintf.c.Kevin Ryde2001-10-011-78/+13
| | | | | | | | | | | (GMP_ASPRINTF_T_INIT): New macro. (GMP_ASPRINTF_T_NEED): New macro, adapted from vasprintf.c NEED(). * printf/vasprintf.c: Use these. * printf/asprntffuns.c, printf/vasprintf.c, gmp-impl.h (__gmp_asprintf_memory, __gmp_asprintf_reps, __gmp_asprintf_final): Move to asprntffuns.c, rename to __gmp and make global, remove spurious formal parameters from __gmp_asprintf_final.
* * printf/snprntffuns.c (gmp_snprintf_format): Copy va_list in caseKevin Ryde2001-09-261-4/+10
| | | | | vsnprintf trashes it. * printf/vasprintf.c (gmp_asprintf_format): Ditto.
* More of initial checkin.Kevin Ryde2001-07-301-8/+8
| | | | (Allow vsnprintf return -1, per old glibc.)
* * printf/Makefile.am, asprintf.c, doprnt.c, doprntf.c, doprntfx.cc,Kevin Ryde2001-07-231-0/+174
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.