OSDN Git Service

* new-features.sgml (ov-new1.7.2): Add strptime changes.
authorcorinna <corinna>
Sat, 27 Feb 2010 02:54:24 +0000 (02:54 +0000)
committercorinna <corinna>
Sat, 27 Feb 2010 02:54:24 +0000 (02:54 +0000)
winsup/doc/ChangeLog
winsup/doc/new-features.sgml

index ee73d1a..de42b9c 100644 (file)
@@ -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>
index 8dcae90..4fa4c25 100644 (file)
   </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>