oops, sorry I missed this one earlier Stefan. On my first mailing, all
remaining processes simply stayed in memory waiting on the pipe, which
also still existed (I ran a simple kill script to clean it up).
However, I added a new atexit function that shuts down the master socket
and all other prog
2012/1/25 Francois Gouget :
> On Wed, 25 Jan 2012, Detlef Riekenberg wrote:
>
>> On Sun, 2012-01-22 at 19:53 +0100, Henri Verbeet wrote:
>> > On 22 January 2012 19:44, Detlef Riekenberg wrote:
>> > > - if (usage & ~handled)
>> > > + static DWORD reported_once;
>> > > +
>> > > + if (usage
Austin English wrote:
> +BOOL WINAPI SetupAddToDiskSpaceListA(HDSKSPC DiskSpace, PCSTR
> TargetFilespec,
> +LONGLONG FileSize, UINT Operation,
> +PVOID Reserved1, UINT Reserved2)
I think it's been mentioned numerous times
On Wed, 25 Jan 2012, Detlef Riekenberg wrote:
> On Sun, 2012-01-22 at 19:53 +0100, Henri Verbeet wrote:
> > On 22 January 2012 19:44, Detlef Riekenberg wrote:
> > > -if (usage & ~handled)
> > > +static DWORD reported_once;
> > > +
> > > +if (usage & ~(handled | reported_once))
> > >
On Wed, 25 Jan 2012, Akihiro Sagawa wrote:
> Hi Francois,
>
> On Tue, 24 Jan 2012 00:28:02 +0100 (CET), Francois Gouget wrote:
> > This is essentially the kernel32 error messages.
> >
> > po/ja.po | 1587
> > +++---
> > 1 files changed, 7
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=16639
Your paranoid android
On Sun, 2012-01-22 at 19:53 +0100, Henri Verbeet wrote:
> On 22 January 2012 19:44, Detlef Riekenberg wrote:
> > -if (usage & ~handled)
> > +static DWORD reported_once;
> > +
> > +if (usage & ~(handled | reported_once))
> > +{
> > +reported_once |= (usage & ~handled);
> >
Hi Francois,
On Tue, 24 Jan 2012 00:28:02 +0100 (CET), Francois Gouget wrote:
> This is essentially the kernel32 error messages.
>
> po/ja.po | 1587
> +++---
> 1 files changed, 792 insertions(+), 795 deletions(-)
IMHO, the error message
On Mon, 23 Jan 2012, Stefan Dösinger wrote:
> Am Montag, 23. Januar 2012, 13:47:47 schrieb Henri Verbeet:
> > > +memset(&fx, 0, sizeof(fx));
> > > +fx.dwSize = sizeof(fx);
> > > +fx.dwFillDepth = 0;
> >
> > That probably needs an U5(). I tend to forget half of them as well though.
> T
2012/1/24 Francois Gouget :
> On Tue, 24 Jan 2012, Frédéric Delanoy wrote:
>
>> 2012/1/24 Francois Gouget :
>> > ---
>> > po/fr.po | 4 ++--
>> > 1 files changed, 2 insertions(+), 2 deletions(-)
>>
>> -msgstr "&Effacer\tDel"
>> +msgstr "&Effacer\tSuppr"
>>
>> Don't know about other non-France o
On Tue, 24 Jan 2012, Lauri Kenttä wrote:
> Hello,
>
> You may skip any further clean-up on Finnish for now, if you wish. We're
> working on a full Finnish translation, which will hopefully be ready in time
> for Wine 1.4.
Thanks! I'll leave all to you. Don't hesitate to let me know about false
Rico Schüller writes:
> @@ -110,6 +110,9 @@ filter: dummy
> .po.mo:
> $(MSGFMT) -o $@ $<
>
> +.x.h:
> + $(MAKEXFTMPL) -i D3DRM_XTEMPLATES -s D3DRM_XTEMPLATE_BYTES -o $@ $<
It doesn't make sense to have a generic rule since the template names
are file specific.
--
Alexandre Julliar
On Tue, 24 Jan 2012, Frédéric Delanoy wrote:
> 2012/1/24 Francois Gouget :
> > ---
> > po/fr.po | 4 ++--
> > 1 files changed, 2 insertions(+), 2 deletions(-)
>
> -msgstr "&Effacer\tDel"
> +msgstr "&Effacer\tSuppr"
>
> -msgstr "P&lein écran\tCtrl+Shift+S"
> +msgstr "P&lein écran\tCtrl+Maj+S"
2012/1/24 Francois Gouget :
> ---
> po/fr.po | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
-msgstr "&Effacer\tDel"
+msgstr "&Effacer\tSuppr"
-msgstr "P&lein écran\tCtrl+Shift+S"
+msgstr "P&lein écran\tCtrl+Maj+S"
Don't know about other non-France originating French keyboards,
Austin English writes:
> Addresses Dmitry's feedback from
> http://www.winehq.org/pipermail/wine-devel/2012-January/093886.html
I see no reason to believe that these are output parameters.
--
Alexandre Julliard
julli...@winehq.org
Austin English writes:
> From the keeping Focht happy/thanking him for debugging my bugs department :)
New stubs should be commented out until there is evidence that some
application is using them.
--
Alexandre Julliard
julli...@winehq.org
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=16634
Your paranoid android
17 matches
Mail list logo