Re: [Mingw-w64-public] [PATCH] time.h: Merge time_s.h into time.h.

2015-01-21 Thread LRN
On 19.01.2015 16:12, Kai Tietz wrote: 2015-01-19 12:35 GMT+01:00 Jacek Caban wrote: --- mingw-w64-headers/crt/sec_api/time_s.h | 62 -- mingw-w64-headers/crt/time.h | 31 +++-- 2 files changed, 29 insertions(+), 64 deletions(-) delete

Re: [Mingw-w64-public] Wine Gecko 2.36-beta1

2015-01-21 Thread Michael Cronenworth
On 01/21/2015 09:01 AM, Jacek Caban wrote: I just uploaded new Wine Gecko beta packages. This time it's based on Firefox 36 beta branch, so it should be pretty stable. To test it please use the attached patch. That's all you need, Wine will download Gecko automatically. Packages are also

Re: [Mingw-w64-public] [PATCH 1/2] stdlib.h: Add mkstemp implementation.

2015-01-21 Thread Alexey Pavlov
2015-01-07 12:12 GMT+03:00 Dongsheng Song dongsheng.s...@gmail.com: On Wed, Jan 7, 2015 at 4:50 PM, niXman i.nix...@autistici.org wrote: Dongsheng Song 2015-01-07 11:34: Since the last 6 characters must be XX is mandatory, I think no need such tricks. You do not know what will

Re: [Mingw-w64-public] [PATCH 1/2] stdlib.h: Add mkstemp implementation.

2015-01-21 Thread Dongsheng Song
Passed full gcc 4.9 32 bit and 64 bit building, then pushed. On Thu, Jan 22, 2015 at 10:27 AM, Dongsheng Song dongsheng.s...@gmail.com wrote: On Thu, Jan 22, 2015 at 10:24 AM, Óscar Fuentes o...@wanadoo.es wrote: I can attest that _sopen_s is not present on the msvcrt.dll version

Re: [Mingw-w64-public] [PATCH] time.h: Merge time_s.h into time.h.

2015-01-21 Thread LRN
On 21.01.2015 22:50, LRN wrote: On 19.01.2015 16:12, Kai Tietz wrote: 2015-01-19 12:35 GMT+01:00 Jacek Caban wrote: --- mingw-w64-headers/crt/sec_api/time_s.h | 62 -- mingw-w64-headers/crt/time.h | 31 +++-- 2 files changed, 29

Re: [Mingw-w64-public] [PATCH] time.h: Merge time_s.h into time.h.

2015-01-21 Thread LRN
On 22.01.2015 8:13, LRN wrote: On 21.01.2015 22:50, LRN wrote: On 19.01.2015 16:12, Kai Tietz wrote: 2015-01-19 12:35 GMT+01:00 Jacek Caban wrote: --- mingw-w64-headers/crt/sec_api/time_s.h | 62 -- mingw-w64-headers/crt/time.h | 31

Re: [Mingw-w64-public] [PATCH 1/2] stdlib.h: Add mkstemp implementation.

2015-01-21 Thread Óscar Fuentes
Dongsheng Song dongsheng.s...@gmail.com writes: On Thu, Jan 22, 2015 at 1:03 AM, Alexey Pavlov alex...@gmail.com wrote: Current mkstemp implementation call _sopen_s that is not present in WinXP msvcrt.dll. So this break supporting WinXP. I have no WinXP now, but '_sopen_s' in the

Re: [Mingw-w64-public] [PATCH] time.h: Merge time_s.h into time.h.

2015-01-21 Thread Dongsheng Song
On Thu, Jan 22, 2015 at 1:16 PM, LRN lrn1...@gmail.com wrote: And, of course, i've just stepped on the same rake... Here's a patch that *actually* fixes this. Still have 'define _INC_WTIME_INL' and ' !defined (_INC_WTIME_S_INL)' not match issue.

Re: [Mingw-w64-public] [PATCH] time.h: Merge time_s.h into time.h.

2015-01-21 Thread Dongsheng Song
On Thu, Jan 22, 2015 at 1:34 PM, Dongsheng Song dongsheng.s...@gmail.com wrote: On Thu, Jan 22, 2015 at 1:16 PM, LRN lrn1...@gmail.com wrote: And, of course, i've just stepped on the same rake... Here's a patch that *actually* fixes this. Still have 'define _INC_WTIME_INL' and ' !defined

Re: [Mingw-w64-public] [PATCH 1/2] stdlib.h: Add mkstemp implementation.

2015-01-21 Thread Dongsheng Song
On Thu, Jan 22, 2015 at 1:03 AM, Alexey Pavlov alex...@gmail.com wrote: Current mkstemp implementation call _sopen_s that is not present in WinXP msvcrt.dll. So this break supporting WinXP. I have no WinXP now, but '_sopen_s' in the msvcrt.def file: $ grep _sopen_s

[Mingw-w64-public] Re: [PATCH 1/2] stdlib.h: Add mkstemp implementation.

2015-01-21 Thread LRN
On 22.01.2015 5:01, Dongsheng Song wrote: On Thu, Jan 22, 2015 at 1:03 AM, Alexey Pavlov alex...@gmail.com wrote: Current mkstemp implementation call _sopen_s that is not present in WinXP msvcrt.dll. So this break supporting WinXP. I have no WinXP now, but '_sopen_s' in the msvcrt.def

Re: [Mingw-w64-public] [PATCH 1/2] stdlib.h: Add mkstemp implementation.

2015-01-21 Thread Dongsheng Song
On Thu, Jan 22, 2015 at 10:24 AM, Óscar Fuentes o...@wanadoo.es wrote: I can attest that _sopen_s is not present on the msvcrt.dll version 7.0.2600.5512 installed on Windows XP SP3. Please note that MSDN says that _sopen_s is present since Windows 95, which is absurd, so don't rely on that

Re: [Mingw-w64-public] [PATCH 1/2] stdlib.h: Add mkstemp implementation.

2015-01-21 Thread Dongsheng Song
On Thu, Jan 22, 2015 at 10:15 AM, LRN lrn1...@gmail.com wrote: On 22.01.2015 5:01, Dongsheng Song wrote: On Thu, Jan 22, 2015 at 1:03 AM, Alexey Pavlov alex...@gmail.com wrote: Current mkstemp implementation call _sopen_s that is not present in WinXP msvcrt.dll. So this break supporting

[Mingw-w64-public] Wine Gecko 2.36-beta1

2015-01-21 Thread Jacek Caban
Hi all, I just uploaded new Wine Gecko beta packages. This time it's based on Firefox 36 beta branch, so it should be pretty stable. To test it please use the attached patch. That's all you need, Wine will download Gecko automatically. Packages are also available on Wine SourceForge if you prefer