OSDN Git Service

* new-features.sgml (ov-new1.7.2): Add grouping for printf/wprintf.
authorcorinna <corinna>
Fri, 5 Feb 2010 08:57:32 +0000 (08:57 +0000)
committercorinna <corinna>
Fri, 5 Feb 2010 08:57:32 +0000 (08:57 +0000)
winsup/doc/ChangeLog
winsup/doc/new-features.sgml

index 2bbdddd..7e43523 100644 (file)
@@ -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
index 629f745..c98d392 100644 (file)
   </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>