* new-features.sgml (ov-new1.7.2): Add strptime changes.

This commit is contained in:
Corinna Vinschen 2010-02-26 17:54:24 +00:00
parent 75bd77d246
commit a149bfbfcd
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2010-02-26 Corinna Vinschen <corinna@vinschen.de>
* new-features.sgml (ov-new1.7.2): Add strptime changes.
2010-02-26 Corinna Vinschen <corinna@vinschen.de> 2010-02-26 Corinna Vinschen <corinna@vinschen.de>
* new-features.sgml (ov-new1.7.2): Add strftime/wcsftime changes. * new-features.sgml (ov-new1.7.2): Add strftime/wcsftime changes.

View File

@ -63,11 +63,11 @@
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
strftime(3) and wcsftime(3) now handle the E and O format modifiers to strftime(3), wcsftime(3), and strptime(3) now handle the E and O format
print alternative date and time representations or to use alternative modifiers to print/scan alternative date and time representations or to
digits in locales which support this. Additionally these functions now use alternative digits in locales which support this. Additionally these
also support the padding modifiers '0' and '+', as well as a minimum field functions now also support the padding modifiers '0' and '+', as well as
width per POSIX-1.2008. a field width per POSIX-1.2008.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>