Re: [PATCH 3/6] loader: On Mac, embed Info.plist in (__TEXT, __info_plist) section.

2013-01-06 Thread Per Johansson
On Mon, Jan 7, 2013 at 4:48 AM, Charles Davis wrote: > > With this, you won't be able to launch Wine from the Finder or with open(1) > prior to 10.6. I don't see how you'd do use open or the Finder to launch wine, could you explain more detailed? If you're talking about --args (which I just lea

Re: d3dx9_36: Make error_dxfile_to_d3dxfile() and test_templates() static.

2013-01-06 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=23767 Your paranoid android

Re: [PATCH 3/6] loader: On Mac, embed Info.plist in (__TEXT, __info_plist) section.

2013-01-06 Thread Charles Davis
On Jan 6, 2013, at 6:54 PM, Ken Thomases wrote: > diff --git a/loader/wine_info.plist.in b/loader/wine_info.plist.in > new file mode 100644 > index 000..c332649 > --- /dev/null > +++ b/loader/wine_info.plist.in > @@ -0,0 +1,28 @@ > + > + "http://www.apple.com/DTDs/PropertyList-1.0.dtd";> > + >

Re: [cmd] Add beginnings of support for delayed expansion

2013-01-06 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=23766 Your paranoid android

Re: [PATCH] advapi32: close hTemp on error (Coverity)

2013-01-06 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=23763 Your paranoid android

Re: [1/2] winedbg: Add modified immediate dataprocessing operators to Thumb2 disassembler

2013-01-06 Thread André Hentschel
Am 06.01.2013 17:57, schrieb André Hentschel: > After that patch i'll consider the parser as fully implemented and every > missing thing should be filed as a bug > i'm now planning to better detect which instructionsset we need to disassemble > > --- > programs/winedbg/be_arm.c | 95 > +

Re: [PATCH 3/5] wined3d: state->user_stream is always FALSE in device_stream_info_from_declaration().

2013-01-06 Thread Henri Verbeet
On 5 January 2013 11:51, Stefan Dösinger wrote: > I have some patches in my tree that remove draw_primitive_strided and > user_stream entirely but didn't get around to sending them yet due to reasons > unrelated to the patches. I think I should have time to rebase and send them > on monday. > W