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 sigtimedwait and ftell{o} patch


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

commit d5abcdd5a7fc3e45f4b0d20b7661c746e1091a8d
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Mon Dec 18 20:21:15 2017 +0100

    Cygwin: document sigtimedwait and ftell{o} patch
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/release/2.10.0 | 5 ++++-
 winsup/doc/new-features.xml  | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/winsup/cygwin/release/2.10.0 b/winsup/cygwin/release/2.10.0
index b16bb23..3afc4b7 100644
--- a/winsup/cygwin/release/2.10.0
+++ b/winsup/cygwin/release/2.10.0
@@ -7,7 +7,7 @@ What's new:
 
 - scanf now handles the %l[ conversion.
 
-- New API: wmempcpy.
+- New APIs: sigtimedwait, wmempcpy.
 
 
 What changed:
@@ -28,3 +28,6 @@ Bug Fixes
 
 - Fix a fork failure with private anonymous mmaps.
   Addresses: https://cygwin.com/ml/cygwin/2017-12/msg00061.html
+
+- Remove a call to fflush from ftell{o}, which may result in wrong offsets.
+  Addresses: https://cygwin.com/ml/cygwin/2017-12/msg00151.html
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 7e01389..b3d2588 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -21,7 +21,7 @@ scanf/wscanf now handle the POSIX %m modifier.
 </para></listitem>
 
 <listitem><para>
-New API: wmempcpy.
+New APIs: sigtimedwait, wmempcpy.
 </para></listitem>
 
 </itemizedlist>


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