diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index ee73d1a55..de42b9ce6 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2010-02-26 Corinna Vinschen + + * new-features.sgml (ov-new1.7.2): Add strptime changes. + 2010-02-26 Corinna Vinschen * new-features.sgml (ov-new1.7.2): Add strftime/wcsftime changes. diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index 8dcae905a..4fa4c256c 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -63,11 +63,11 @@ - 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.