[Mingw-w64-public] [PATCH] Mark msvcr90 functions which also provide in libmingwex by DATA

2011-05-18 Thread Dongsheng Song
Hi, There have 69 functions both in libmingwex and 64 bit msvcr90.dll, 50 functions both in libmingwex and 32 bit msvcr90.dll, all of them should mark by DATA. PS: I'm using VS 2008 SP1 runtime to generate the .DEF files. ChangeLog | 22 lib32/msvcr90.def | 122 +

[Mingw-w64-public] ManKai Common Lisp uses MinGW-w64!

2011-05-18 Thread Jean-Claude Beaudoin
Hello MinGW-w64 folks, ManKai Common Lisp (MKCL) has been using MinGW-w64 as the basis of its Windows 7 64 bits version for more than a year now and has yet to report its first MinGW-w64 related bug. Great job guys! Regards, Jean-Claude Beaudoin --

Re: [Mingw-w64-public] [Mingw-users] thanks for mingw64

2011-05-18 Thread Prof Brian Ripley
On Tue, 17 May 2011, Earnie wrote: > NightStrike wrote: >> On Wed, May 11, 2011 at 12:28 PM, Earnie >> wrote: >>> RSPsoftware wrote: for years I was thinking that size of int and long would change to 8 >>> >>> The you'll find http://www.unix.org/whitepapers/64bit.html an >>> intere

Re: [Mingw-w64-public] __uint128 puzzles

2011-05-18 Thread Kai Tietz
2011/5/8 Sisyphus : > Hi, > > I have a mingw64 4.6.0 cross-compiler (20100414) which I'm in the process of > phasing out, as it doesn't comply with MSVC standards regarding the > decoration of library symbols. > > With that compiler, I inserted into both mingw/include/_mingw.h and > x86_64-w64-ming