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

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

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

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

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

2012-12-17 Thread Alexandre Julliard
Ken Thomases k...@codeweavers.com 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

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 k...@codeweavers.com writes: --- dlls/winemac.drv/Makefile.in |1 + dlls/winemac.drv/gdi.c | 321 - dlls/winemac.drv/macdrv.h| 101 + 3 files changed, 415

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

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

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

2012-12-17 Thread Alexandre Julliard
Eric Pouech eric.pou...@orange.fr 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

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 k...@codeweavers.com 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

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

2012-12-17 Thread Alexandre Julliard
Ken Thomases k...@codeweavers.com writes: On Dec 17, 2012, at 11:53 AM, Alexandre Julliard wrote: Ken Thomases k...@codeweavers.com 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

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 schedule.

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 k...@codeweavers.com writes: On Dec 17, 2012, at 11:53 AM, Alexandre Julliard wrote: Ken Thomases k...@codeweavers.com writes: Oh, right. The Mac driver requires 10.6 or later. So, I'll have to change the configure

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

2012-12-17 Thread Alexandre Julliard
Ken Thomases k...@codeweavers.com 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

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

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

Re: Does Wine benefit from libtiff5 over libtiff4?

2012-12-17 Thread Dmitry Timoshkov
Scott Ritchie sc...@open-vote.org 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

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 will be

Re: Does Wine benefit from libtiff5 over libtiff4?

2012-12-17 Thread Dmitry Timoshkov
Vincent Povirk madewokh...@gmail.com 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: [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 a...@lxorguk.ukuu.org.uk 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