summaryrefslogtreecommitdiff
path: root/printf/repl-vsnprintf.c
Commit message (Expand)AuthorAgeFilesLines
* #include stdint.h even if we have inttypes.hMarc Glisse2021-06-061-4/+3
* Copyright yearsMarco Bodrato2018-05-161-1/+1
* printf/repl-vsnprintf.c: Better handling floating-point specifiersMarco Bodrato2018-05-161-2/+2
* Avoid empty translation units.Marco Bodrato2018-02-251-3/+2
* 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
* printf/repl-vsnprintf.c: Feed case 'z' in switch (type) with case 'z' in swit...Marco Bodrato2014-01-231-0/+1
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
* Get rid of varargs code and references.Torbjorn Granlund2014-01-191-5/+0
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Clean up spacing.tege2007-09-241-186/+186
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* * configure.in, Makefile.am, printf/Makefile.am,Kevin Ryde2002-11-091-6/+10
* * configure.in (AC_CHECK_HEADERS): Test float.h, not in SunOS cc.Kevin Ryde2002-10-051-1/+5
* Add a comment about AIX strnlen.Kevin Ryde2002-04-231-0/+3
* Restore a reminder why inttypes.h/stdint.h is wanted.Kevin Ryde2002-02-211-1/+1
* Conditionally include inttypes.h.tege2002-02-201-2/+6
* * gmp-impl.h, mpq/get_str.c, printf/asprntffuns.c, printf/doprnt.c,Kevin Ryde2002-01-171-2/+2
* * printf/repl-vsnprintf.c: Test HAVE_LONG_DOUBLE for long double.Kevin Ryde2002-01-111-0/+2
* Corrections to:Kevin Ryde2001-11-011-1/+2
* * printf/repl-vsnprintf.c: New file.Kevin Ryde2001-10-261-0/+373