Re: [Mingw-w64-public] r217364 - in /trunk: ChangeLog Makefile.def Mak...

2014-11-11 Thread Dongsheng Song
On Wed, Nov 12, 2014 at 3:07 PM, Tobias Burnus wrote: > Hi Dongsheng, > > Did you do a new bootstrap or an incremental build? I got a similar error > when I built (on a different system) when I just updated the trunk and hit > "make". It did work correctly after doing a build into an empty directo

Re: [Mingw-w64-public] r217364 - in /trunk: ChangeLog Makefile.def Mak...

2014-11-11 Thread Dongsheng Song
On Wed, Nov 12, 2014 at 2:54 AM, wrote: > Author: burnus > Date: Tue Nov 11 18:54:16 2014 > New Revision: 217364 > > URL: https://gcc.gnu.org/viewcvs?rev=217364&root=gcc&view=rev > Log: > 2014-11-11 Tobias Burnus > > * config/cloog.m4: Remove. > * Makefile.def: Remove CLooG. >

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

2014-11-11 Thread 宋冬生
ping ? On Tue, Nov 11, 2014 at 4:29 PM, 宋冬生 wrote: > > See: http://msdn.microsoft.com/en-us/library/wweek9sc.aspx > > _wspawnl in or , in the first place. > > -- > Dongsheng > > On Tue, Nov 11, 2014 at 4:26 PM, Kai Tietz wrote: > > Hmm, not sure if that is right. > > > > I will need to investi

Re: [Mingw-w64-public] [PATCH] Remove the Macros of the time_r functions and replace them with actual functions

2014-11-11 Thread Dongsheng Song
On Wed, Nov 12, 2014 at 12:24 AM, Ray Donnelly wrote: > On Tue, Nov 11, 2014 at 2:02 PM, Dongsheng Song > wrote: >> I think you need add 1 line like this: >> >> TODO: real thread safe implementation. >> > > Why? msvcrt is thread safe already. > MSDN not said asctime[1] is thread safe, it only sa

Re: [Mingw-w64-public] [PATCH] Remove the Macros of the time_r functions and replace them with actual functions

2014-11-11 Thread Ray Donnelly
On Tue, Nov 11, 2014 at 2:02 PM, Dongsheng Song wrote: > I think you need add 1 line like this: > > TODO: real thread safe implementation. > Why? msvcrt is thread safe already. > On Tue, Nov 11, 2014 at 8:15 PM, Martell Malone > wrote: >> Comments Suggestions and changes Welcome. >> >> Kind Re

Re: [Mingw-w64-public] [PATCH] Remove the Macros of the time_r functions and replace them with actual functions

2014-11-11 Thread Dongsheng Song
I think you need add 1 line like this: TODO: real thread safe implementation. On Tue, Nov 11, 2014 at 8:15 PM, Martell Malone wrote: > Comments Suggestions and changes Welcome. > > Kind Regards > Martell > > -- > Compreh

[Mingw-w64-public] [PATCH] Remove the Macros of the time_r functions and replace them with actual functions

2014-11-11 Thread Martell Malone
Comments Suggestions and changes Welcome. Kind Regards Martell 0001-Remove-the-Macros-of-the-time_r-functions-and-replac.patch Description: Binary data -- Comprehensive Server Monitoring with Site24x7. Monitor 10 servers

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

2014-11-11 Thread JonY
On 11/11/2014 07:58, Martell Malone wrote: > I noticed that this was missing from secapi > > Comments and suggestions are welcome > Thanks, looks good, committed to master. Makefile.in changes need not be included in the diff next time. signature.asc Description: OpenPGP digital signature

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

2014-11-11 Thread 宋冬生
See: http://msdn.microsoft.com/en-us/library/wweek9sc.aspx _wspawnl in or , in the first place. -- Dongsheng On Tue, Nov 11, 2014 at 4:26 PM, Kai Tietz wrote: > Hmm, not sure if that is right. > > I will need to investigate a bit more. > > Kai > > PS: My mailer sends mail by itself ... sorry

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

2014-11-11 Thread Kai Tietz
Hmm, not sure if that is right. I will need to investigate a bit more. Kai PS: My mailer sends mail by itself ... sorry 2014-11-11 9:25 GMT+01:00 Kai Tietz : > Hmm, n > > 2014-11-11 7:06 GMT+01:00 : >> From: 宋冬生 >> >> See http://msdn.microsoft.com/en-us/library/20y988d2.aspx >> for more detai

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

2014-11-11 Thread Kai Tietz
Hmm, n 2014-11-11 7:06 GMT+01:00 : > 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 >

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

2014-11-11 Thread Kai Tietz
2014-11-11 7:06 GMT+01:00 : > 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/st