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 lrint bugfix


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

commit 105436deada6be04d1df199e7281f1d0dbb929b0
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Wed Jun 7 11:07:52 2017 +0200

    cygwin: document lrint bugfix
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/release/2.8.1 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/winsup/cygwin/release/2.8.1 b/winsup/cygwin/release/2.8.1
index aa486d0..90b5a66 100644
--- a/winsup/cygwin/release/2.8.1
+++ b/winsup/cygwin/release/2.8.1
@@ -33,3 +33,6 @@ Bug Fixes
 
 - Fix crash if env var name starts with non-ASCII char
   Addresses: https://cygwin.com/ml/cygwin/2017-05/msg00330.html
+
+- Fix return value of lrint{f,l} on x86_64 Cygwin.
+  Addresses: https://cygwin.com/ml/cygwin/2017-05/msg00388.html


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