This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] cygwin: document %s support in strptime


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4dfaef81414f006377ed235a995c7b2d8dcdcb95

commit 4dfaef81414f006377ed235a995c7b2d8dcdcb95
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Tue Aug 29 11:16:13 2017 +0200

    cygwin: document %s support in strptime
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/release/2.9.0 | 2 ++
 winsup/doc/new-features.xml | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/winsup/cygwin/release/2.9.0 b/winsup/cygwin/release/2.9.0
index 0fff763..6b1f0f2 100644
--- a/winsup/cygwin/release/2.9.0
+++ b/winsup/cygwin/release/2.9.0
@@ -14,6 +14,8 @@ What changed:
 
 - Improved implementation of <elf.h>.
 
+- Add %s support for strptime..
+
 
 Bug Fixes
 ---------
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 9bdb94c..4f1ff97 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -25,6 +25,10 @@ New API: renameat2.
 Improved implementation of &lt;elf.h&gt;.
 </para></listitem>
 
+<listitem><para>
+strptime(3) supports %s (seconds since Epoch) now, analogue to strftime.
+</para></listitem>
+
 </itemizedlist>
 
 </sect2>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]