Re: [PATCH 0/3] Add O_DENY* flags to fcntl and cifs

2012-12-17 Thread J. Bruce Fields
On Fri, Dec 14, 2012 at 01:19:18PM -0600, Steve French wrote: > On Fri, Dec 14, 2012 at 9:30 AM, Alan Cox wrote: > >> We can make this feature (passing O_DENY* flags received from clients > >> to filesystem) can be turned on/off on Samba/NFS server to let this > >> particular use case work. In gen

Re: Does Wine benefit from libtiff5 over libtiff4?

2012-12-17 Thread Dmitry Timoshkov
Vincent Povirk wrote: > Does WIC on Windows support bigtiff? According to http://msdn.microsoft.com/en-us/library/windows/desktop/ee720061(v=vs.85).aspx#_updates_to_tiff_codec it does starting from Windows 7. -- Dmitry.

Re: Does Wine benefit from libtiff5 over libtiff4?

2012-12-17 Thread Vincent Povirk
>> It's much simpler if I can build on 12.04 and copy the binary packages, >> however this means I can't use libtiff5 if I do so. Is there any >> benefit in doing a separate build just for this? > > At this point there is no benefit, but once bigtiff support is added to > windowscodecs.dll there w

Re: Does Wine benefit from libtiff5 over libtiff4?

2012-12-17 Thread Dmitry Timoshkov
Scott Ritchie wrote: > It's much simpler if I can build on 12.04 and copy the binary packages, > however this means I can't use libtiff5 if I do so. Is there any > benefit in doing a separate build just for this? At this point there is no benefit, but once bigtiff support is added to windowsc

Does Wine benefit from libtiff5 over libtiff4?

2012-12-17 Thread Scott Ritchie
I'm trying to manage building for 3 different Ubuntu releases now for our 1.5 releases, and the main delta between them is libtiff 12.04: libtiff4 available 12.10: libtiff4 and libtiff 5 available 13.04: libtiff4 and libtiff 5 available It's much simpler if I can build on 12.04 and copy the bin

Re: Call for papers - FOSDEM 2013

2012-12-17 Thread Scott Ritchie
Will FOSDEM manage this for us or do we need to send our own filmy person? I nominate Jeremy to investigate, we really should have this filmed. On 11/5/12 3:08 AM, Julian Rüger wrote: It would be really cool if someone could manage to record some talks and upload them to eg. youtube, for those

Re: [PATCH 3/8] winemac: Implement GetDeviceCaps().

2012-12-17 Thread Alexandre Julliard
Ken Thomases writes: > Funny, I had been under the impression that you were ready to throw it > away even before you got it. ;) It will presumably still work with the > X11 driver. Also, you should be able to upgrade it to 10.6. My main reason for using it is to test the Mac builds before pushi

Re: [PATCH 3/8] winemac: Implement GetDeviceCaps().

2012-12-17 Thread Ken Thomases
On Dec 17, 2012, at 1:35 PM, Alexandre Julliard wrote: > Ken Thomases writes: > >> On Dec 17, 2012, at 11:53 AM, Alexandre Julliard wrote: >> >>> Ken Thomases writes: >>> Oh, right. The Mac driver requires 10.6 or later. So, I'll have to change the configure script to only enable

Re: Call for papers - FOSDEM 2013

2012-12-17 Thread Jeremy White
On 11/01/2012 01:59 PM, Jeremy White wrote: > Alright folks, > > We need to put together a schedule for our room at FOSDEM. > > So I would like to formally 'call for papers' for FOSDEM. Please email > suggested topics to winec...@winehq.org, where I'll collate them and > piece them into a schedu

Re: [PATCH 3/8] winemac: Implement GetDeviceCaps().

2012-12-17 Thread Alexandre Julliard
Ken Thomases writes: > On Dec 17, 2012, at 11:53 AM, Alexandre Julliard wrote: > >> Ken Thomases writes: >> >>> Oh, right. The Mac driver requires 10.6 or later. So, I'll have to change >>> the configure script to only enable building of it on such systems. >> >> Is there really a compellin

Re: [PATCH 3/8] winemac: Implement GetDeviceCaps().

2012-12-17 Thread Ken Thomases
On Dec 17, 2012, at 11:53 AM, Alexandre Julliard wrote: > Ken Thomases writes: > >> Oh, right. The Mac driver requires 10.6 or later. So, I'll have to change >> the configure script to only enable building of it on such systems. > > Is there really a compelling reason to not support 10.5.8?

Re: [PATCH 0/5] Moving bare consoles to wineconsole (try #2)

2012-12-17 Thread Alexandre Julliard
Eric Pouech writes: > The following series implements a new scheme for managing 'bare' consoles. > We now force every program started without a wine parent to be run under > wineconsole (transparently for the user). > This is done using a new backend in wineconsole called 'line'. This backend > o

Re: [PATCH 3/8] winemac: Implement GetDeviceCaps().

2012-12-17 Thread Alexandre Julliard
Ken Thomases writes: > On Dec 17, 2012, at 8:06 AM, Alexandre Julliard wrote: > >> Ken Thomases writes: >> >>> --- >>> dlls/winemac.drv/Makefile.in |1 + >>> dlls/winemac.drv/gdi.c | 321 >>> - >>> dlls/winemac.drv/macdrv.h| 101 +++

Re: [PATCH 3/8] winemac: Implement GetDeviceCaps().

2012-12-17 Thread Ken Thomases
On Dec 17, 2012, at 8:06 AM, Alexandre Julliard wrote: > Ken Thomases writes: > >> --- >> dlls/winemac.drv/Makefile.in |1 + >> dlls/winemac.drv/gdi.c | 321 - >> dlls/winemac.drv/macdrv.h| 101 + >> 3 files changed, 415 insertions

Re: [PATCH 3/8] winemac: Implement GetDeviceCaps().

2012-12-17 Thread Alexandre Julliard
Ken Thomases writes: > --- > dlls/winemac.drv/Makefile.in |1 + > dlls/winemac.drv/gdi.c | 321 - > dlls/winemac.drv/macdrv.h| 101 + > 3 files changed, 415 insertions(+), 8 deletions(-) > create mode 100644 dlls/winemac.drv/macdrv.

Re: [PATCH 3/6] jscript: Fixed deleting nonexistent identifiers

2012-12-17 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=23454 Your paranoid android

Re: [PATCH 2/6] jscript: Fixed deleting nonexisting properties from member expression

2012-12-17 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=23453 Your paranoid android

Re: [PATCH 1/6] jscript: Fixed Number.toFixed for value 0 with 0 precision

2012-12-17 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=23452 Your paranoid android

Re: msvcrt: implement _strxfrm_l

2012-12-17 Thread Piotr Caban
On 12/14/12 10:28, Jérôme Gardou wrote: --- dlls/msvcrt/msvcrt.spec |2 +- dlls/msvcrt/string.c| 26 -- 2 files changed, 25 insertions(+), 3 deletions(-) Please add parameters validation. The function also behaves differently with native msvcrt when output