* new-features.sgml (ov-new1.7.2): Add strftime/wcsftime changes.

This commit is contained in:
Corinna Vinschen 2010-02-26 10:28:39 +00:00
parent 79ca6b6fd2
commit 9aabc7c8f3
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-02-26 Corinna Vinschen <corinna@vinschen.de>
* new-features.sgml (ov-new1.7.2): Add strftime/wcsftime changes.
2010-02-25 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* new-features.sgml (ov-new1.7.2): Add SIGPWR support.

View File

@ -62,6 +62,14 @@
%F, %g, %G) will be formatted with thousands' grouping characters.
</para></listitem>
<listitem><para>
strftime(3) and wcsftime(3) now handle the E and O format modifiers to
print alternative date and time representations or to use alternative
digits in locales which support this. Additionally these functions now
also support the padding modifiers '0' and '+', as well as a minimum field
width per POSIX-1.2008.
</para></listitem>
<listitem><para>
New strfmon(3) call.
</para></listitem>