summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/new-features.sgml7
2 files changed, 11 insertions, 0 deletions
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 <corinna@vinschen.de>
+
+ * new-features.sgml (ov-new1.7.2): Add grouping for printf/wprintf.
+
2010-02-04 Corinna Vinschen <corinna@vinschen.de>
* 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
@@ -47,6 +47,13 @@
</para></listitem>
<listitem><para>
+ printf(3), wprintf(3) families of functions now handle the grouping
+ flag, the apostrophe <literal>'</literal>, 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.
+ </para></listitem>
+
+ <listitem><para>
New strfmon(3) call.
</para></listitem>