[Mingw-w64-public] Need a prebuild MinGW-w64 with configuration of "--enable-nls"

2016-05-09 Thread LI An-Bang
Hi, all, I am a Chinese user of MinGW on Windows. I want GCC to write out compiling messages in Chinese. After some search and analysis on Internet, I realized that I should enable MinGW's national language support(NLS). I typed command "gcc -v", and noticed that gcc 5.3.0 in MinGW-w64 was con

Re: [Mingw-w64-public] [PATCH] Implement some Secure Template Overloads

2016-05-09 Thread Jacek Caban
Hi Tamir, The patch looks good to me, I pushed it to the repo. Thanks, Jacek On 05/09/16 17:50, Tamir Duberstein wrote: > Looks like my attachment did not come come through? > > Here it is as a gist: > https://gist.githubusercontent.com/tamird/75365627ac99e5714133444d3625e8fc/raw/4a703a8599e813a

Re: [Mingw-w64-public] [PATCH] Implement some Secure Template Overloads

2016-05-09 Thread Tamir Duberstein
Looks like my attachment did not come come through? Here it is as a gist: https://gist.githubusercontent.com/tamird/75365627ac99e5714133444d3625e8fc/raw/4a703a8599e813a1058916f1977d794040ea0ed4/secure_overloads.patch On Thu, May 5, 2016 at 10:14 AM, Tamir Duberstein wrote: > Hi Jacek, apologies

[Mingw-w64-public] [PATCH] headers: fileapi: GetTempPath is allowed on winrt

2016-05-09 Thread Hugo Beauzée-Luyssen
--- mingw-w64-headers/include/fileapi.h | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mingw-w64-headers/include/fileapi.h b/mingw-w64-headers/include/fileapi.h index a6ad549..eb7ccc9 100755 --- a/mingw-w64-headers/include/fileapi.h +++ b/mingw-w64-headers/include/filea