summaryrefslogtreecommitdiff
path: root/printf
Commit message (Expand)AuthorAgeFilesLines
* Remove a bogus comment.Kevin Ryde2002-05-061-7/+1
* Add a comment about AIX strnlen.Kevin Ryde2002-04-231-0/+3
* Regenerate for:Kevin Ryde2002-04-161-0/+1
* Regenerate for:Kevin Ryde2002-04-131-1/+1
* Regenerate for:Kevin Ryde2002-03-281-4/+5
* Regenerate for:Kevin Ryde2002-03-221-0/+1
* Regenerate for:Kevin Ryde2002-03-201-2/+2
* * printf/doprnt.c, scanf/doscan.c (%zn): Remove test of non-existantKevin Ryde2002-03-161-4/+1
* * printf/doprntf.c: Do a showbase on octal float fractions, forKevin Ryde2002-03-031-2/+2
* Restore a reminder why inttypes.h/stdint.h is wanted.Kevin Ryde2002-02-212-2/+2
* Conditionally include inttypes.h.tege2002-02-202-4/+12
* * printf/doprnt.c: Fix for %s and %p.Kevin Ryde2002-02-051-1/+1
* Regenerate for:Kevin Ryde2002-01-241-0/+1
* * gmp-impl.h, mpq/get_str.c, printf/asprntffuns.c, printf/doprnt.c,Kevin Ryde2002-01-174-8/+8
* Add a copyright year.Kevin Ryde2002-01-151-1/+1
* Add a copyright year.Kevin Ryde2002-01-151-1/+1
* Regenerate for:Kevin Ryde2002-01-151-1/+2
* * printf/Makefile.am: libdummy.la should be in EXTRA_LTLIBRARIES.Kevin Ryde2002-01-151-1/+2
* * printf/repl-vsnprintf.c: Test HAVE_LONG_DOUBLE for long double.Kevin Ryde2002-01-111-0/+2
* * printf/doprnt.c: Add "N" for mpn, share some code between N, Q and Z.Kevin Ryde2002-01-071-24/+46
* Regenerate for:Kevin Ryde2001-12-211-4/+4
* RegenerateKevin Ryde2001-12-211-3/+7
* * printf/doprnti.c: Don't showbase on a zero mpq denominator.Kevin Ryde2001-12-071-31/+33
* * printf/asprntffuns.c: Include config.h before using its defines.Kevin Ryde2001-11-171-1/+3
* 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
* Corrections to:Kevin Ryde2001-11-011-1/+2
* Regenerate for:Kevin Ryde2001-10-261-5/+20
* * printf/snprntffuns.c, printf/vasprintf.c: UseKevin Ryde2001-10-264-16/+4
* * printf/snprntffuns.c, printf/vasprintf.c: UseKevin Ryde2001-10-261-4/+5
* * printf/repl-vsnprintf.c: New file.Kevin Ryde2001-10-261-1/+6
* * printf/repl-vsnprintf.c: New file.Kevin Ryde2001-10-261-0/+373
* * printf/doprnt.c, printf/doprnti.c: Use the precision field to printKevin Ryde2001-10-241-3/+5
* * printf/doprnti.c: Use the precision field to print leading zeros.Kevin Ryde2001-10-241-8/+20
* * 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
* * */Makefile.in: Regenerate with automake patch to only rm *_.c inKevin Ryde2001-10-101-1/+1
* * printf/doprnt.c, tests/printf/t-printf.c: Remove support for %.*FeKevin Ryde2001-10-091-6/+18
* More of:Kevin Ryde2001-10-081-12/+7
* RegenerateKevin Ryde2001-10-011-2/+4
* RegenerateKevin Ryde2001-10-011-16/+21
* * gmp-impl.h (struct gmp_asprintf_t): Moved from printf/vasprintf.c.Kevin Ryde2001-10-011-78/+13
* * printf/asprntffuns.c: New file.Kevin Ryde2001-10-011-1/+1
* * printf/asprntffuns.c: New file.Kevin Ryde2001-10-011-0/+79
* * printf/snprntffuns.c (gmp_snprintf_final): Remove spurious formalKevin Ryde2001-10-011-1/+1
* * printf/snprntffuns.c (gmp_snprintf_format): Copy va_list in caseKevin Ryde2001-09-261-4/+10
* * printf/snprntffuns.c (gmp_snprintf_format): Copy va_list in caseKevin Ryde2001-09-261-4/+13
* * 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