[Mingw-w64-public] [PATCH] include/sal: Update sal definitions

2019-05-31 Thread Biswapriyo Nath
... From 3436789d4246c3079fdfcc2558a76eddfbbe8ea5 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 31 May 2019 21:55:39 +0530 Subject: [PATCH] include/sal: Update sal definitions Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/sal.h | 147 +++-

[Mingw-w64-public] CRT uses POSIX functions.

2019-05-31 Thread Gravis
I'm a huge fan of POSIX but POSIX functions should not be used in the MinGW-w64 CRT code as they are now. Using them in this way creates mandatory dependencies on additional libraries (e.g. MSVCRT). Since all libraries ultimately rely on Kernel32, it only makes sense to replace these POSIX functi

Re: [Mingw-w64-public] User experience with mingw-w64

2019-05-31 Thread Liu Hao
在 2019/5/30 5:23, Zach van Rijn 写道: > This topic (the downloads page) was raised in IRC yesterday. > > Despite the name (they're part of a larger project) they're just > MinGW-w64 toolchains that run on Windows and target Windows. > > And for anyone looking to do Linux development on Windows, the

Re: [Mingw-w64-public] libc bugs in strtof/strtod/strtold?

2019-05-31 Thread Liu Hao
在 2019/5/30 8:59, sisyphus 写道: > Hi, > I'm aware of problems with strtold's capacity to parse hex strings. See: > https://sourceforge.net/p/mingw-w64/bugs/725/ > > That report provides a demo script and also mentions the workaround (of > using __mingw_strtold instead). > I *think* it's still unfix