diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2010-02-26 17:54:24 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2010-02-26 17:54:24 +0000 |
commit | a149bfbfcde2aa7f54f6a9485cedce3c9b2bb1aa (patch) | |
tree | 1fc6963092335559651e9814de2b00a8a6f26114 /winsup | |
parent | 75bd77d2465e7e7e83df6d9ec6ac6ae976cdc113 (diff) | |
download | newlib-a149bfbfcde2aa7f54f6a9485cedce3c9b2bb1aa.zip newlib-a149bfbfcde2aa7f54f6a9485cedce3c9b2bb1aa.tar.gz newlib-a149bfbfcde2aa7f54f6a9485cedce3c9b2bb1aa.tar.bz2 |
* new-features.sgml (ov-new1.7.2): Add strptime changes.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/new-features.sgml | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index ee73d1a..de42b9c 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,5 +1,9 @@ 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> + * new-features.sgml (ov-new1.7.2): Add strftime/wcsftime changes. 2010-02-25 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index 8dcae90..4fa4c25 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -63,11 +63,11 @@ </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. + strftime(3), wcsftime(3), and strptime(3) now handle the E and O format + modifiers to print/scan 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 field width per POSIX-1.2008. </para></listitem> <listitem><para> |