Re: [Mingw-w64-public] [PATCH] Fix bug in InterlockedOr

2013-05-20 Thread dw
> Could you please also prepare patch for crt's intrinsic-implementation > files? I've been pondering how to do this, both for the InterlockedOr functions and the __stos* functions. Duplicating the same code in two places goes against my nature. I figure the best answer would be to define the

Re: [Mingw-w64-public] [Website] Work on a Download page

2013-05-20 Thread Erik van Pienbroek
Adrien Nader schreef op ma 20-05-2013 om 11:17 [+0200]: > As you can see on the page, besides the layout which isn't perfect, the > toolchain descriptions are completely wrong. If you maintain such a > toolchain and wish to be listed on the download page, please provide me > with a toolchain descri

Re: [Mingw-w64-public] build wxwidgets 2.9.4 with mingw64(rubenvb) return error

2013-05-20 Thread Kai Tietz
2013/5/20 zhangxinghai : > Hi > I download i686-w64-mingw32-gcc-4.8.0-win32_rubenvb.7z from > http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/rubenvb/gcc-4.8-release/,unpack > it to a directory. > I also download wxwidgets2.9.4 from > https://source

Re: [Mingw-w64-public] [PATCH] Fix bug in InterlockedOr

2013-05-20 Thread Kai Tietz
2013/5/20 dw : > There is a bug in the InterlockedOr function (as well as InterlockedAnd, > InterlockedXor, InterlockedOr64, InterlockedAnd64, InterlockedXor64) where > they do not return the "old" value as expected, but instead return (sort of) > the new value. This code illustrates the problem:

[Mingw-w64-public] [Website] Work on a Download page

2013-05-20 Thread Adrien Nader
Hi, I've started working on a download page for the website. Currently the download links point directly to the sourceforge file listing but that's not enough for the users to be able to chose the right(tm) download. The page I've done is at: http://notk.org/~adrien/picker.php It's mostly an H