On 10/17/07, Misha Koshelev <[EMAIL PROTECTED]> wrote:
> On Wed, 2007-10-17 at 17:10 -0500, Misha Koshelev wrote:
> > > n 10/13/07, Nigel Liang wrote:
> > > > Hi,
> > > >
> > > > Http requests open sockets and forget to close them. Left runnin
On 10/13/07, Nigel Liang <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Http requests open sockets and forget to close them. Left running over a long
> period, the socket file descriptor starts getting large. Once it exceeds
> FD_SETSIZE, the behavior becomes unpredictable and resu
On 10/17/07, Frank Richter <[EMAIL PROTECTED]> wrote:
> On 17.10.2007 06:49, Nigel Liang wrote:
> > Hi,
> >
> > strchrW assumes a NULL-terminated string. May crash if terminating
> > character is
> > not found. memchrW is better because you can specify th
On 8/3/07, Evan Stade <[EMAIL PROTECTED]> wrote:
> On 8/3/07, Nigel Liang <[EMAIL PROTECTED]> wrote:
> > diff --git a/programs/winecfg/winecfg.c b/programs/winecfg/winecfg.c
> > index 84dd4c8..05f322c 100644
> > --- a/programs/winecfg/winecfg.c
> > +++ b/pr
://source.winehq.org/git/wine.git/?a=commit;h=2d5a89bab087d09f3e3876e29ae32a2e863273fe
> >
> > Author: Nigel Liang <[EMAIL PROTECTED]>
> > Date: Thu Aug 2 16:33:24 2007 -0700
> >
> > winecfg: Read/write registry in unicode.
> >
>
> This patch breaks setting the windows vers
On 7/27/07, Vitaliy Margolen <[EMAIL PROTECTED]> wrote:
> Nigel Liang wrote:
> > On 7/25/07, Vitaliy Margolen <[EMAIL PROTECTED]> wrote:
> >> Nigel Liang wrote:
> >>> diff --git a/programs/winecfg/En.rc b/programs/winecfg/En.rc
> >>> index 5972
On 7/30/07, Alexandre Julliard <[EMAIL PROTECTED]> wrote:
> Nigel Liang <[EMAIL PROTECTED]> writes:
>
> > +/* Utility functions to convert between WCHAR and long */
> > +long wcstolong(WCHAR * wcs)
> > +{
> > +int i;
> > +long lRet = 0;
>
On 7/25/07, Vitaliy Margolen <[EMAIL PROTECTED]> wrote:
> Nigel Liang wrote:
> > diff --git a/programs/winecfg/En.rc b/programs/winecfg/En.rc
> > index 5972c3b..e61bf29 100644
> > --- a/programs/winecfg/En.rc
> > +++ b/programs/winecfg/En.rc
> > @@ -
On 7/27/07, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote:
> "Nigel Liang" <[EMAIL PROTECTED]> wrote:
>
> > diff --git a/programs/winecfg/En.rc b/programs/winecfg/En.rc
> > index 5972c3b..9243e3c 100644
> > --- a/programs/winecfg/En.rc
> > +++
On 7/11/07, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote:
"Dan Kegel" <[EMAIL PROTECTED]> wrote:
> I think those static function prototypes in winefontcfg.h should not be there.
> .h files are for things shared between files;
> your prototypes were probably put there to
> avoid compiler errors. B
to re-read the registry
entry. Instead of having a seperate binary for the preview area,
winefontcfg calls itself with parameters to specify that it should act
as a child window. It will be hard to do this with winecfg.
On 7/12/07, Dan Kegel <[EMAIL PROTECTED]> wrote:
> On 7/11/07, N
Hi,
This patch removes a call to XCreateFontSet which was causing wine to
be very slow in some Chinese locale settings. The server side font
calls are supposed to be deprecated anyway as Dan pointed out in his
comment here: http://bugs.winehq.org/show_bug.cgi?id=5309
According to the Xlib progra
>>> Yep, you are right, it is actually "c:\wïñëtèst". I will fix it in
>>> the next try.
>>
>> That won't work. The actual unicode characters have different codes.
>> Personally
>> I don't see why you need non-acsii characters to test unicode APIs.
>>
In this case, the non-ascii characters are n
On 6/7/07, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote:
"Nigel Liang" <[EMAIL PROTECTED]> wrote:
> +static const WCHAR UNICODE_PATH[] = {'c',':','\\','w',0x00ef,0x00f1,0x00eb,
> +'t',0x00e8,'s','t&
misunderstood the msdn documentation?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/programmersguide/shell_new/shlwapi_wrappers.asp
-Nigel
On 5/21/07, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote:
"Nigel Liang" <[EMAIL PROTECTED]> wr
15 matches
Mail list logo