Re: Moving pages to/from wiki

2012-08-29 Thread Kyle Auble
Wed, Aug 29, 2012 16:09, André Hentschel wrote: > get the website source and do "grep -Ri cvs *" > then ignore wwn/ and news/ ... > all that should somehow bring you to http://www.winehq.org/cvs or be deleted grep -r "" * is rapidly becoming a very good friend of mine ;) I just checked http:

Re: Moving pages to/from wiki

2012-08-29 Thread André Hentschel
Am 29.08.2012 21:13, schrieb Kyle Auble: > I'm starting to work on moving static pages to and from the wiki, but I > wanted to ask for opinions on a few changes first: ... > 3. Do we still need the static "cvs" page, or should I just redirect any > links to it, then delete? On a related note, t

Re: kernel32: Return correct drive type for empty drives

2012-08-29 Thread Alexandre Julliard
Alexandre Goujon writes: > Should fix bug #17037 > I followed your advice and now, I only ask the mountmgr when needed. > --- > dlls/kernel32/volume.c | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) This is failing here when the drive is empty: ../../../tools/runtest -q -P

Moving pages to/from wiki

2012-08-29 Thread Kyle Auble
I'm starting to work on moving static pages to and from the wiki, but I wanted to ask for opinions on a few changes first: 1. Move all static IRC pages to the wiki or add info from the wiki to the static templates? The static pages only mention #winehq and don't describe guidelines, but IRC det

Re: [Tools] testbot: Add LICENSE and COPYING.LIB files.

2012-08-29 Thread Francois Gouget
On Wed, 29 Aug 2012, Henri Verbeet wrote: > On 29 August 2012 16:35, Francois Gouget wrote: > > --- > > > > I think this made total sense when th WineTestBot was in its own > > repository. Now maybe the COPYING.LIB and LICENSE files can be > > considered to apply to all of the Wine tools and shou

Re: [Tools] testbot: Add LICENSE and COPYING.LIB files.

2012-08-29 Thread Henri Verbeet
On 29 August 2012 16:35, Francois Gouget wrote: > --- > > I think this made total sense when th WineTestBot was in its own > repository. Now maybe the COPYING.LIB and LICENSE files can be > considered to apply to all of the Wine tools and should go to the > top-level directory? > Not all of the co

Re: Wine bot results

2012-08-29 Thread Alistair Leslie-Hughes
Hi Jacek, -- From: "Jacek Caban" Sent: Wednesday, August 29, 2012 1:16 AM To: "Alistair Leslie-Hughes" Cc: Subject: Re: Wine bot results This VariantClear call attempts to free uninitialized VARIANT instance. You probably meant VariantInit().

Re: d3dx9: ID3DXConstantTable

2012-08-29 Thread Rico Schüller
On 28.08.2012 10:50, Henri Verbeet wrote: On 28 August 2012 09:12, Rico Schüller wrote: 3. The wine_todo should be fixed in the test. Is there a way to disable them to show up, when running e.g. "wine d3dx9_36_test.exe.so shader"? It's a bit annoying when you search for your own failing tests.