summaryrefslogtreecommitdiff
path: root/printf/doprnt.c
Commit message (Expand)AuthorAgeFilesLines
* #include stdint.h even if we have inttypes.hMarc Glisse2021-06-061-4/+3
* printf/*.c: Use __GMP_FREE_FUNC_TYPEMarco Bodrato2018-01-311-2/+2
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* printf/doprnt.c: Avoid buffer overrun with long long limbs.Marco Bodrato2015-12-101-3/+3
* 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-6/+1
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Collapse copyright years.Torbjorn Granlund2013-11-281-1/+1
* (__gmp_doprnt): Use memcpy instead of strcpy.Torbjorn Granlund2013-10-291-1/+1
* Fix typos.Torbjorn Granlund2013-07-221-1/+1
* Print huge exponents properly.Torbjorn Granlund2009-09-151-5/+5
* Clean up spacing.tege2007-09-241-354/+354
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* Correction to:Kevin Ryde2003-04-281-2/+11
* * printf/doprnt.c: Add M for mp_limb_t.Kevin Ryde2003-04-231-1/+11
* * printf/doprnt.c: Comments on "ll" versus "L".Kevin Ryde2002-12-101-0/+7
* (__gmp_doprnt): Comment out a `break' to shut up compiler warnings.tege2002-11-301-1/+1
* * printf/doprntf.c: Add decimal point parameter, remove localeconv use.Kevin Ryde2002-11-201-0/+11
* * printf/doprnt.c, scanf/doscan.c (%zn): Remove test of non-existantKevin Ryde2002-03-161-4/+1
* 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
* * printf/doprnt.c: Fix for %s and %p.Kevin Ryde2002-02-051-1/+1
* * gmp-impl.h, mpq/get_str.c, printf/asprntffuns.c, printf/doprnt.c,Kevin Ryde2002-01-171-2/+2
* * printf/doprnt.c: Add "N" for mpn, share some code between N, Q and Z.Kevin Ryde2002-01-071-24/+46
* Amend back to:Kevin Ryde2001-11-151-0/+7
* Amend to:Kevin Ryde2001-11-101-5/+0
* * printf/doprnt.c: Support %n of all types, per glibc.Kevin Ryde2001-11-071-6/+29
* * printf/doprnt.c, printf/doprnti.c: Use the precision field to printKevin Ryde2001-10-241-3/+5
* * printf/doprnt.c: Use <stdint.h> for intmax_t.Kevin Ryde2001-10-171-2/+2
* * printf/doprnt.c: Support %lln and %hhn.Kevin Ryde2001-10-161-12/+29
* * printf/doprnt.c, tests/printf/t-printf.c: Remove support for %.*FeKevin Ryde2001-10-091-6/+18
* * gmp-impl.h, doprnt.c (va_copy): Move to gmp-impl.h.Kevin Ryde2001-09-261-7/+0
* * printf/doprnt.c: Use va_copy for va_list variables, copy functionKevin Ryde2001-09-231-29/+47
* * printf/doprnt.c: '#' means showpoint and showtrailing for %e, %f, %g.Kevin Ryde2001-09-161-1/+8
* * printf/doprnt.c: Fix handling of a plain format after a GMP one; noKevin Ryde2001-09-131-40/+46
* * printf/doprnt.c, printf/doprntf.c, gmp-impl.h: Use a singleKevin Ryde2001-08-171-30/+30
* More of initial checkin.Kevin Ryde2001-07-301-6/+11
* * printf/Makefile.am, asprintf.c, doprnt.c, doprntf.c, doprntfx.cc,Kevin Ryde2001-07-231-0/+478