[Mono-dev] .net library shared source

Tinco Andringa mail at tinco.nl
Wed Oct 3 18:53:31 EDT 2007


Hey guys,
 
Have you read this?
 
http://weblogs.asp.net/scottgu/archive/2007/10/03/releasing-the-source-code-for-the-net-framework-libraries.aspx
 
How will this affect the mono project? Will we able to use it to make the framework match more to microsoft's or is it information we already have (from the spec)?



> From: miguel at novell.com> To: aras at unity3d.com> Date: Wed, 3 Oct 2007 13:46:11 -0400> CC: mono-devel-list at lists.ximian.com> Subject: Re: [Mono-dev] Incorrect trunc() definition for MSVC in mono-compiler.h> > Hello,> > Thanks, I have commited a patch.> > > Hi,> > > > mono/utils/mono-compiler.h has incorrect trunc() definition for Visual> > Studio, causing overflow exceptions to be thrown from int->float> > conversions with negative inputs.> > > > Line 88 is:> > #define trunc(x) floor((x))> > when it should be something like:> > #define trunc(x) (((x) < 0) ? ceil((x)) : floor((x)))> > > _______________________________________________> Mono-devel-list mailing list> Mono-devel-list at lists.ximian.com> http://lists.ximian.com/mailman/listinfo/mono-devel-list
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20071004/ae21f551/attachment.html 


More information about the Mono-devel-list mailing list