Re: My GSoC proposition: Raw Input

2012-04-05 Thread Eryk Wieliczko
hint. I agree, that it's very important to make good desing and consult it on maillist before writing any code. That's what I'll do. W dniu 5 kwietnia 2012 04:10 użytkownik Vitaliy Margolen napisał: > On 04/04/2012 12:34 PM, Henri Verbeet wrote: >> >> On 4 April 20

My GSoC proposition: Raw Input

2012-04-04 Thread Eryk Wieliczko
I've been thinking about joining GSoC as a student this year. As an idea I propose Raw Input, and I seek your advise. Is this topic good, what are possible catches, etc. I think that it might be possible to finally do a decent implementation, that would (besides mouse and keyboard) also support joy

Re: [PATCH 2/2] msvcrt: Implement _strnicoll.

2011-02-11 Thread Eryk Wieliczko
Please reject this set as it is obviously wrong. -- Eryk Wieliczko 2011/2/11 Dmitry Timoshkov : > Eryk Wieliczko wrote: > >>  /* >> + *           _strnicoll (MSVCRT.@) >> + */ >> +int CDECL MSVC

Re: Eryk Wieliczko : msvcrt/tests: Add _fcvt_s tests.

2010-12-24 Thread Eryk Wieliczko
Quick question: why todo_wine? Respectfully, Eryk Wieliczko 2010/12/23 Alexandre Julliard : > Module: wine > Branch: master > Commit: b74ef16d99f3c2f7e4a0a7e453c71b6da2c70310 > URL:     > http://source.winehq.org/git/wine.git/?a=commit;h=b74ef16d99f3c2f7e4a0a7e453c71b6da2c70310 &

Re: msvcrt: Add missing dereference of the time pointer.

2010-11-24 Thread Eryk Wieliczko
Yes, you're right. Thank you for spotting. Eryk 2010/11/24 Michael Stefaniuc : > --- > Eryk, > > I guess this is what you had in mind as checking the pointer for greater > 0 is redundant as it is already not-NULL. > > > > >  dlls/msvcrt/time.c |    4 ++-- >  1 files changed, 2 insertions(+), 2 de

Re: Function strstr and MinGW

2010-11-05 Thread Eryk Wieliczko
brutalcompu...@b:/tmp$ i586-mingw32msvc-gcc test.c brutalcompu...@b:/tmp$ wine a.exe 17_'A simple test . ' brutalcompu...@b:/tmp$ gcc test.c brutalcompu...@b:/tmp$ ./a.out 47_'a...@space@sim...@space@t...@space@@sp...@.@space@' brutalcompu...@b:/tmp$ I don't understand either... Ubuntu 10.04. i5

Fwd: msvcrt: Implement _get_tzname.

2010-11-04 Thread Eryk Wieliczko
( Poland is in Europe ). So I would assume static char tzname_std[64] = ""; static char tzname_dst[64] = ""; more of a hack. 2010/11/3 Dmitry Timoshkov : > Eryk Wieliczko wrote: > This is not an implementation, this is a quick and dirty hack. > > -- > Dmitry. >

make crosstest fails for _fseeki64 and _ftelli64

2010-11-03 Thread Eryk Wieliczko
I am working on a test for _fseeki64 and _ftelli64. brutalcompu...@brutalcomputer-laptop:~/wine-git/dlls/msvcrt/tests$ vim file.c brutalcompu...@brutalcomputer-laptop:~/wine-git/dlls/msvcrt/tests$ make crosstest i586-mingw32msvc-gcc -c -I. -I. -I../../../include -I../../../include -I../../../inclu