summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2010-02-05 08:57:32 +0000
committerCorinna Vinschen <corinna@vinschen.de>2010-02-05 08:57:32 +0000
commit8c9c8fa9384bb7100bbe693b4ed98426aedd6639 (patch)
treea15180b1f0465dbe330c74a3942dcb75c07da443
parentb0776ebd41456fba102190420bc64b74f0baa029 (diff)
downloadcygnal-8c9c8fa9384bb7100bbe693b4ed98426aedd6639.tar.gz
cygnal-8c9c8fa9384bb7100bbe693b4ed98426aedd6639.tar.bz2
cygnal-8c9c8fa9384bb7100bbe693b4ed98426aedd6639.zip
* new-features.sgml (ov-new1.7.2): Add grouping for printf/wprintf.
-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>