[Mingw-w64-public] [PATCH] Header adjustments for ARM

2014-10-04 Thread André Hentschel
Please review, i'll commit it, just need an OK. diff --git a/mingw-w64-crt/math/softmath/cos.c b/mingw-w64-crt/math/softmath/cos.c index 2ea746f..371efd4 100644 --- a/mingw-w64-crt/math/softmath/cos.c +++ b/mingw-w64-crt/math/softmath/cos.c @@ -43,7 +43,6 @@ */ #include "softmath_private.h" -

[Mingw-w64-public] [PATCH] stdio: Port functions from ARM to Thumb

2014-10-04 Thread André Hentschel
Please review, i'll commit it, just need an OK. diff --git a/mingw-w64-crt/stdio/vfscanf.c b/mingw-w64-crt/stdio/vfscanf.c index ece4701..a5da3cf 100644 --- a/mingw-w64-crt/stdio/vfscanf.c +++ b/mingw-w64-crt/stdio/vfscanf.c @@ -15,6 +15,39 @@ #define QUOTE_(x) #x #define QUOTE(x) QUOTE_(x) +#

[Mingw-w64-public] Remove some _POSIX guards

2014-10-04 Thread JonY
This should be the same as the strtok_r case, the following will now be exposed: localtime_r gmtime_r ctime_r asctime_r Patch OK? diff --git a/mingw-w64-headers/crt/time.h b/mingw-w64-headers/crt/time.h index 5ce5849..1b228d8 100644 --- a/mingw-w64-headers/crt/time.h +++ b/mingw-w64-headers/crt/t