From 6c46718f9f0dc0756860988c36eacdefe1cd27a6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 23 Aug 2000 06:35:22 +0000 Subject: Update. * stdio-common/vfprintf.c: Handle %F format. * stdio-common/printf-parse.h (parse_one_spec): Likewise. Reported by Joseph S. Myers . * stdio-common/tstdiomisc.c: Add test for %F printf format. * po/zh.po: New file. --- stdio-common/printf-parse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stdio-common/printf-parse.h') diff --git a/stdio-common/printf-parse.h b/stdio-common/printf-parse.h index 1f2878a5fc..4a228a1cb8 100644 --- a/stdio-common/printf-parse.h +++ b/stdio-common/printf-parse.h @@ -390,6 +390,7 @@ parse_one_spec (const UCHAR_T *format, size_t posn, struct printf_spec *spec, case L'e': case L'E': case L'f': + case L'F': case L'g': case L'G': case L'a': -- cgit v1.2.3