Alexandre's keynote

2011-10-01 Thread Jeremy White
Thanks to Jon Parshall's hard work, we have Alexandre's keynote available here: http://www.youtube.com/watch?v=2rdDvMonTnQ Remember to have your libation at hand so you can play the game... Cheers, Jeremy

Re: [po]updated korean resource(2011-09-30)

2011-10-01 Thread Francois Gouget
On Fri, 30 Sep 2011, Hwang YunSong(황윤성) wrote: [...] >  #: winecfg.rc:88 > -#, fuzzy >  msgid "(None)" > -msgstr "없음" > +msgstr "(없음)" I think you're missing a closing parenthesis here. -- Francois Gouget http://fgouget.free.fr/ question = ( to ) ? be : ! b

Script for bisecting conformance test failures

2011-10-01 Thread Francois Gouget
Would something like this be useful to include in Wine? If that's deemed interesting I can clean it up and submit it. I'm posting it here early in case it's useful for WineConf. It's a tool which you can use with git bisect to find the patch that causes a regression in a conformance test. It's

Re: [PATCH 2/2] cmd: Handle truncation for console reads

2011-10-01 Thread Frédéric Delanoy
2011/10/1 Dan Kegel : > What's motivating this change?  Are you quite sure you know how > ReadConsole behaves? > > I bet one could write a test for this that used SendInput to > send keystrokes to be read by ReadConsole, and > verify the end of line and end of buffer behavior... Motivation for thi

Re: [PATCH 1/2] cmd: Improve WCMD_fgets documentation

2011-10-01 Thread Frédéric Delanoy
2011/10/1 Dan Kegel : > + * We can't use the native f* functions because of the filename > syntax differences > + * between DOS and Unix. > > That doesn't belong in a function comment; it's > an implementation detail that belongs, at most, > inside the function. Yeah true. I simply copied it over