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
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
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
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
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