Re: [PATCH 1/6] xstat: Add a pair of system calls to make extended file stats available

2012-04-24 Thread Steve French
On Tue, Apr 24, 2012 at 4:29 PM, J. Bruce Fields wrote: > On Thu, Apr 19, 2012 at 03:06:12PM +0100, David Howells wrote: >> Add a pair of system calls to make extended file stats available, including >> file creation time, inode version and data version where available through >> the >> underlyin

Re: [PATCH 1/6] xstat: Add a pair of system calls to make extended file stats available

2012-04-24 Thread J. Bruce Fields
On Thu, Apr 19, 2012 at 03:06:12PM +0100, David Howells wrote: > Add a pair of system calls to make extended file stats available, including > file creation time, inode version and data version where available through the > underlying filesystem. > > The idea was initially proposed as a set of xat

Re: [PATCH 1/3] server: Revise completion behavior to allow completions for cancelled sockets (try 2).

2012-04-24 Thread Erich E. Hoover
On Tue, Apr 24, 2012 at 11:08 AM, Alexandre Julliard wrote: > "Erich E. Hoover" writes: > > ... > >     This patch changes how the close socket operation works so that if > > an async operation is registered then closing the handle will be > > deferred until the async operation has completed. > >

Re: [2/5] gdi32: Introduce a list of font file/data.

2012-04-24 Thread Alexandre Julliard
Kusanagi Kouichi writes: > On 2012-04-24 13:01:04 +0200, Alexandre Julliard wrote: >> Kusanagi Kouichi writes: >> >> >> You can't compare files this way, different paths can point to the same >> >> file. >> > >> > This function finds font path, not file. So find_font_path would be >> > more app

Re: [PATCH 1/3] server: Revise completion behavior to allow completions for cancelled sockets (try 2).

2012-04-24 Thread Alexandre Julliard
"Erich E. Hoover" writes: > Real Name: > Erich Hoover > > Description: > This patch changes how the close socket operation works so that if > an async operation is registered then closing the handle will be > deferred until the async operation has completed. I would find it very suprisin

Re: [2/5] gdi32: Introduce a list of font file/data.

2012-04-24 Thread Kusanagi Kouichi
On 2012-04-24 13:01:04 +0200, Alexandre Julliard wrote: > Kusanagi Kouichi writes: > > >> You can't compare files this way, different paths can point to the same > >> file. > > > > This function finds font path, not file. So find_font_path would be > > more appropriate name. > > What's the point

Re: [2/5] gdi32: Introduce a list of font file/data.

2012-04-24 Thread Alexandre Julliard
Kusanagi Kouichi writes: >> You can't compare files this way, different paths can point to the same >> file. > > This function finds font path, not file. So find_font_path would be > more appropriate name. What's the point of doing this if it doesn't catch identical files? -- Alexandre Julliar

Re: gdi32: Add support for emulating bold faces of bitmap fonts.

2012-04-24 Thread Dmitry Timoshkov
Hello, Any feedback on this patch? -- Dmitry.

Re: winex11.drv: Windows always generates VK_DECIMAL for Del/. on a keypad.

2012-04-24 Thread Dmitry Timoshkov
Dmitry Timoshkov wrote: > > Windows always generates VK_DECIMAL for Del/. on a keypad while some > > X11 keyboard layouts generate XK_KP_Separator instead of XK_KP_Decimal > > in order to produce a locale dependent numeric separator. > > > > X11 handles XK_KP_Separator same way as XK_KP_Decimal

Re: [3/5] mapi32: Convert sendmail_extended_mapi to Unicode

2012-04-24 Thread Alexandre Julliard
Owen Rudge writes: > + > +/* Macro to test for validity before freeing a pointer */ > +#define mapi_heap_free(_ptr) if (_ptr) { HeapFree(GetProcessHeap(), 0, > (_ptr)); } You don't need that. -- Alexandre Julliard julli...@winehq.org