4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-21 00:07:36 +08:00

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 committed by Ken Brown
parent 4c99028afd
commit f2b4f12277

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