Cygwin: add strtold fix to release message

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2019-12-16 16:39:17 +01:00
parent c81a76b3b9
commit f69b2421bb
1 changed files with 3 additions and 0 deletions

View File

@ -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