From 8c9c8fa9384bb7100bbe693b4ed98426aedd6639 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 5 Feb 2010 08:57:32 +0000 Subject: [PATCH] * new-features.sgml (ov-new1.7.2): Add grouping for printf/wprintf. --- winsup/doc/ChangeLog | 4 ++++ winsup/doc/new-features.sgml | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 2bbdddd94..7e43523e1 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2010-02-05 Corinna Vinschen + + * new-features.sgml (ov-new1.7.2): Add grouping for printf/wprintf. + 2010-02-04 Corinna Vinschen * new-features.sgml (ov-new1.7.2): Add multibyte-awareness of regcomp diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index 629f74532..c98d392ae 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -46,6 +46,13 @@ fnmatch(3), regcomp(3), regexec(3) calls are now multibyte-aware. + + printf(3), wprintf(3) families of functions now handle the grouping + flag, the apostrophe ', per POSIX-1.2008. The + integer portion of the result of a decimal conversion (%i, %d, %u, %f, + %F, %g, %G) will be formatted with thousands' grouping characters. + + New strfmon(3) call. -- 2.43.5