[Mingw-w64-public] [PATCH 3/3] Functions _spawnv, _spawnve, _spawnvp and _spawnvpe should be decared in both stdio.h and process.h.

2014-11-10 Thread dongsheng . song
From: 宋冬生 See http://msdn.microsoft.com/en-us/library/20y988d2.aspx for more details. --- mingw-w64-headers/crt/process.h | 6 ++ mingw-w64-headers/crt/stdio.h | 20 2 files changed, 26 insertions(+) diff --git a/mingw-w64-headers/crt/process.h b/mingw-w64-headers/cr

[Mingw-w64-public] [PATCH 2/3] Move _wspawn functions from process.h to stdio.h and wchar.h.

2014-11-10 Thread dongsheng . song
From: 宋冬生 See http://msdn.microsoft.com/en-us/library/20y988d2.aspx for more details. --- mingw-w64-headers/crt/process.h | 11 --- mingw-w64-headers/crt/stdio.h | 12 mingw-w64-headers/crt/wchar.h | 12 3 files changed, 28 insertions(+), 7 deletions(-) dif

[Mingw-w64-public] [PATCH 1/3] Move _putenv and _wputenv out of _POSIX_ guard.

2014-11-10 Thread dongsheng . song
From: 宋冬生 See http://msdn.microsoft.com/en-us/library/83zh4e6k.aspx for more details. --- mingw-w64-headers/crt/stdlib.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mingw-w64-headers/crt/stdlib.h b/mingw-w64-headers/crt/stdlib.h index 839cace..7743452 100644 --- a/mi

Re: [Mingw-w64-public] [PATCH] Add secapi wrapper for wmemmove_s

2014-11-10 Thread Martell Malone
Here is an updated patch with changes for makefile.in so no need to run autoreconf On Mon, Nov 10, 2014 at 11:58 PM, Martell Malone wrote: > I noticed that this was missing from secapi > > Comments and suggestions are welcome > > From e56be479e2cb153e7cd8487bad1600ca6ec4e61b Mon Sep 17 00:00:00

[Mingw-w64-public] clang and mingw-w64

2014-11-10 Thread David Wohlferd
Can someone who knows more about clang than I do help me out here? snow_xmas posted a problem report to the SF forum regarding using clang with mingw-W64. After a brief investigation, it became clear that the problem was that clang doesn't support one of the features of inline asm that gcc doe

Re: [Mingw-w64-public] [PATCH] rand_r location

2014-11-10 Thread Dongsheng Song
OK, pushed for you. On Tue, Nov 11, 2014 at 1:01 AM, Martell Malone wrote: > Hi Kai, > > I don't think this was applied to trunk. > On the list the messages from this look deleted ? > > I get a message saying > "There are no messages in this thread." > on the public archive > > Regards > Martell

[Mingw-w64-public] [PATCH] Add secapi wrapper for wmemmove_s

2014-11-10 Thread Martell Malone
I noticed that this was missing from secapi Comments and suggestions are welcome >From e56be479e2cb153e7cd8487bad1600ca6ec4e61b Mon Sep 17 00:00:00 2001 From: martell Date: Mon, 10 Nov 2014 23:52:58 + Subject: [PATCH] Add secapi wrapper for wmemmove_s --- mingw-w64-crt/Makefile.am

Re: [Mingw-w64-public] [PATCH] rand_r location

2014-11-10 Thread Martell Malone
Hi Kai, I don't think this was applied to trunk. On the list the messages from this look deleted ? I get a message saying "There are no messages in this thread." on the public archive Regards Martell On Fri, Nov 7, 2014 at 8:16 AM, Kai Tietz wrote: > Looks good to me. Please apply to trunk.