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>2019-12-16 18:39:17 +0300
committerCorinna Vinschen <corinna@vinschen.de>2019-12-16 18:39:17 +0300
commitf69b2421bb385787b17aec061f538d75f272e5b9 (patch)
tree04974b67e78cc518f51dee7592deefd3c11a9b5d
parentc81a76b3b96a7e4b12e13d73ef4834142852213b (diff)
Cygwin: add strtold fix to release messagecygwin-3_1_0-release
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/3.1.03
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.1.0 b/winsup/cygwin/release/3.1.0
index 681ea5db9..82f9c53b3 100644
--- a/winsup/cygwin/release/3.1.0
+++ b/winsup/cygwin/release/3.1.0
@@ -111,3 +111,6 @@ Bug Fixes
- Fix return value of ilogbl for 0 input.
Addresses: https://cygwin.com/ml/cygwin/2019-12/msg00074.html
+
+- Let strtold set errno to ERANGE on underflow per POSIX.
+ Addresses: https://cygwin.com/ml/cygwin/2019-12/msg00072.html