Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2010-02-26 13:28:39 +0300
committerCorinna Vinschen <corinna@vinschen.de>2010-02-26 13:28:39 +0300
commit9aabc7c8f3e64818811d0126f41757389e0ed33a (patch)
treeb3ee177eefd24015ae6115e60f010d0d6b637620
parent79ca6b6fd2a762828ddd136ff4ad6ca7e4d2cc3b (diff)
* new-features.sgml (ov-new1.7.2): Add strftime/wcsftime changes.
-rw-r--r--winsup/doc/ChangeLog4
-rw-r--r--winsup/doc/new-features.sgml8
2 files changed, 12 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index dae33785a..ee73d1a55 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -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.
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index 1038684a1..8dcae905a 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -63,6 +63,14 @@
</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>