Re: [Mingw-w64-public] possible use seh for 32 bit migw-w63 GCC-4.9.1 :

2014-07-29 Thread massimo
Ruben Van Boxem vanboxem.ruben@... writes: 2014-07-22 20:01 GMT+02:00 niXman i.nixman- gaufno9rbhfsroww+9z...@public.gmane.org:Does anybody know is SEH-32bit support already implemented in GCC? It's not. Thanks for info Is follow link 4.9.1 with seh?

Re: [Mingw-w64-public] possible use seh for 32 bit migw-w63 GCC-4.9.1 :

2014-07-29 Thread Ruben Van Boxem
2014-07-29 11:47 GMT+02:00 massimo massimo.belgr...@gmail.com: Ruben Van Boxem vanboxem.ruben@... writes: 2014-07-22 20:01 GMT+02:00 niXman i.nixman- gaufno9rbhfsroww+9z...@public.gmane.org:Does anybody know is SEH-32bit support already implemented in GCC? It's not. Thanks for info

[Mingw-w64-public] [Patch] Add memmove_s emu

2014-07-29 Thread Ruben De Smet
Some applications, like CryptoPP, won't run on Windows XP, because memmove_s isn't defined in that OS. As I needed CryptoPP to compile easily, I wrote this patch. It emulates the method by checking for the availability and falling back on memmove (without s). I mimicked memcpy_s. I'm not

[Mingw-w64-public] [PATCH] softmath: Add more double functions again

2014-07-29 Thread André Hentschel
Please review, i'll commit it, just need an OK. (Last time it was confirmed on IRC and is already pushed upstream) diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am index 5d4e469..2c0d85e 100644 --- a/mingw-w64-crt/Makefile.am +++ b/mingw-w64-crt/Makefile.am @@ -224,7 +224,7 @@