Re: [PATCH 1/2]vbscript: Implemented builtin function CInt(try 2)

2013-04-20 Thread Zhan Jianyu
Hi. Vincent. The hard part of Banker's Rounding function is to determine if the fractional part is *exactly* 0.5. Thus, to use ceil and floor , one way (for the positive case) is adding 0.5 to a double value, then judge whether the floor of result number equals to the ceil of result number. And

Wine History

2013-04-20 Thread André Hentschel
Hi, meanwhile everyone should know that Wine turns 20 this year. AJ said in this years Keynote we'll need to find a way to celebrate this in June. So i did some research on this and found "Wine History" mails by Dan Kegel from 2002 and much earlier Bob Amstadt talking about late May or early June

Re: d3dx9: Implement D3DXSHMultilpy5

2013-04-20 Thread Nozomi Kodama
These bunch of define are pretty ugly anyway. I prefer a pretty duplicated code rather than these tons of defines. Define should be avoided as much as possible. On 15.04.2013 02:10, Nozomi Kodama wrote: > Hello > > thanks for the review. > I don't think that c

Re: d3dx9: Implement D3DXSHMultilpy5

2013-04-20 Thread Nozomi Kodama
I agrre with you. I should have keep at most 7 floats. Nozomi 2013/4/15 Nozomi Kodama : > Hello > > thanks for the review. > I don't think that calling defines is the way to go. Indeed, I tested my > patch and yours. Yours is about 12% slower than mine in

re: Google Summer of Code 2013

2013-04-20 Thread Dan Kegel
Hi Anulesh, improving wine's support of cygwin is a toughie. ( I gave http://bugs.winehq.org/show_bug.cgi?id=15679 the old college try, but failed. ) You should probably be more specific about what you have in mind. - Dan

re: Willing to work on CMD - implement more robust parser

2013-04-20 Thread Dan Kegel
Hi Gaurab! Glad to hear you're interested in wine, and in cmd. You might start by reading previous discussion on the topic, e.g. the full thread following http://www.winehq.org/pipermail/wine-devel/2009-December/080643.html and http://kegel.com/wine/sweng/2010/ Two tips that might help smooth you

Re: [PATCH 1/2]vbscript: Implemented builtin function CInt(try 2)

2013-04-20 Thread Vincent Povirk
Dealing with the bits of a floating point number directly is a bit odd, and it makes it hard to review the code. Is there a reason you don't want to use things like modf, floor, and ceil?

Willing to work on CMD - implement more robust parser

2013-04-20 Thread Gaurab Patra
Respected sir/madam, Through this mail I'd like to inform you that I am a Computer Science student at Bengal Engineering and Science University, Shibpur (India) in my 3rd year of undergraduate studies. I have gone through the project CMD - implement more robust parser and would like to work on this

Re: oledb32: Implement GetConversionSize DBTYPE_WSTR->DBTYPE_WSTR

2013-04-20 Thread Nikolay Sivov
On 4/20/2013 13:43, Alistair Leslie-Hughes wrote: Hi, Changelog: oledb32: Implement GetConversionSize DBTYPE_WSTR->DBTYPE_WSTR Best Regards Alistair Leslie-Hughes Please add a test when caller supplies source length, at least one case is interesting - supplied length is less than lstrle