https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f71d48d06f66174d413030169fa153fc2e830dad
commit f71d48d06f66174d413030169fa153fc2e830dad Author: Corinna Vinschen <[email protected]> Date: Thu Dec 3 23:09:03 2015 +0100 Add release message for workaround added with previous commits Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/release/2.4.0 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/winsup/cygwin/release/2.4.0 b/winsup/cygwin/release/2.4.0 index 33d3b9f..73d45e5 100644 --- a/winsup/cygwin/release/2.4.0 +++ b/winsup/cygwin/release/2.4.0 @@ -38,6 +38,13 @@ What changed: Bug Fixes --------- +- Not a bug fix as such, but a workaround for new behaviour in Windows 10 + version 1511 64 bit. This version introduces a problem which existed in + a similar variation (just vice versa) in XP and Server 2003 64 bit as well. + An unexpected stack arrangement when starting a 64 bit Cygwin application + from a 32 bit application (e.g. 32 bit CMD.EXE) broke Cygwin's fork. + Addresses: https://cygwin.com/ml/cygwin/2015-12/msg00003.html + - Replaced old, buggy strtold implementation with well-tested gdtoa version from David M. Gay. Addresses: https://cygwin.com/ml/cygwin/2015-11/msg00205.html
