Yes, patch looks good.
Thanks,
Kai
2015-01-07 16:06 GMT+01:00 Jacek Caban :
> Those were added in SDK 8.1. OK to apply?
>
> ---
> mingw-w64-headers/include/dwrite.h | 5 -
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
>
>
> ---
I slip-streamed Jacek's patch into time.h and successfully built go1.4
flavors (windows/amd64, windows/386, linux/amd64, linux/386,
darwin/amd64, darwin/386) from my local C:\Apps\go-git repo.
I currently don't use the MSYS2 mingw-w64-{i686,x86_64}-go pkgs. Now
that I know about the them I'll try
Those were added in SDK 8.1. OK to apply?
---
mingw-w64-headers/include/dwrite.h | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/mingw-w64-headers/include/dwrite.h b/mingw-w64-headers/include/dwrite.h
index 3267977..0f6df58 100644
--- a/mingw-w64-headers/include/dwrite.h
On Wed, Jan 7, 2015 at 2:45 PM, Jon wrote:
> Looks to be the issue behind my recent go build fail...
>
> $ pacman -Q | grep mingw
> mingw-w64-x86_64-binutils-git 2.25.r81689.f30b244-3
> mingw-w64-x86_64-bzip2 1.0.6-2
> mingw-w64-x86_64-cloog 0.18.1-3
> mingw-w64-x86_64-crt-git 4.0.0.4388.c7e4f8f-1
Looks to be the issue behind my recent go build fail...
$ pacman -Q | grep mingw
mingw-w64-x86_64-binutils-git 2.25.r81689.f30b244-3
mingw-w64-x86_64-bzip2 1.0.6-2
mingw-w64-x86_64-cloog 0.18.1-3
mingw-w64-x86_64-crt-git 4.0.0.4388.c7e4f8f-1
mingw-w64-x86_64-gcc 4.9.2-2
mingw-w64-x86_64-gcc-libs 4
On Wed, Jan 7, 2015 at 11:45 AM, Dongsheng Song
wrote:
> On Wed, Jan 7, 2015 at 7:33 PM, Jacek Caban wrote:
>> Hi Alexey,
>>
>> On 01/07/15 09:06, Alexey Pavlov wrote:
>>> Ladt changes to time functions lead to multiple definitions of
>>> "asctime_r" in some programs. For example,
>>
>> I just pu
Patch is ok.
Thanks,
Kai
2015-01-07 8:29 GMT+01:00 :
> From: 宋冬生
>
> ---
> mingw-w64-libraries/winpthreads/include/pthread.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/mingw-w64-libraries/winpthreads/include/pthread.h
> b/mingw-w64-libraries/winpthreads/include/pthread.h
> index
Hi Kai,
Patches look good to me. I have only clean up suggestions (feel free to
ignore):
On 01/07/15 12:46, Kai Tietz wrote:
> typedef struct _EAP_CRED_EXPIRY_REQ {
>EAP_CONFIG_INPUT_FIELD_ARRAY curCreds;
>EAP_CONFIG_INPUT_FIELD_ARRAY newCreds;
> -} EAP_CRED_EXPIRY_REQ, *PEAP_CRED_EXPIRY
This patch does some updates and bug-fixes required for iphlpapi.h,
netioapi.h, ntddndis.h, and windot11.h updates on pipeline.
Ok for apply?
Regards,
Kai
From c0f2525ac5acf95e50aa762ab1ecfc7c20330ff1 Mon Sep 17 00:00:00 2001
From: Kai Tietz
Date: Mon, 22 Dec 2014 14:51:35 +0100
Subject: Add n
On Wed, Jan 7, 2015 at 7:33 PM, Jacek Caban wrote:
> Hi Alexey,
>
> On 01/07/15 09:06, Alexey Pavlov wrote:
>> Ladt changes to time functions lead to multiple definitions of
>> "asctime_r" in some programs. For example,
>
> I just pushed a fixup:
> http://sourceforge.net/p/mingw-w64/mingw-w64/ci/9
Hi Alexey,
On 01/07/15 09:06, Alexey Pavlov wrote:
> Ladt changes to time functions lead to multiple definitions of
> "asctime_r" in some programs. For example,
I just pushed a fixup:
http://sourceforge.net/p/mingw-w64/mingw-w64/ci/9f52135b2fa1336d63cda12c502f1790797387fa
I wonder why it didn't
On Wed, Jan 7, 2015 at 4:50 PM, niXman 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 change through the 1,5,10 years.
>
No, it should not changed, this is widely used API. Such
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 change through the 1,5,10 years.
> I think the merged condition statement is not very complicated.
But why is it deliberately complicated?
ps
I
On Wed, Jan 7, 2015 at 4:00 PM, niXman wrote:
>> +int __cdecl mkstemp (char *template_name)
>> +{
>> +errno_t ec;
>> +int i, j, fd, len, index;
>> +
>> +/* These are the (62) characters used in temporary filenames. */
>> +static const char letters[] =
>> "abcdefghijklmnopqrstuvwxyz
Ladt changes to time functions lead to multiple definitions of "asctime_r"
in some programs. For example,
libtool: link: x86_64-w64-mingw32-g++ -shared -nostdlib
C:/msys64/mingw64/lib/gcc/x86_64-w64-mingw32/4.9.2/../../../../x86_64-w64-mingw32/lib/../lib/dllcrt2.o
C:/msys64/mingw64/lib/gcc/x86_64-
dongsheng.s...@gmail.com 2015-01-07 10:29:
> From: 宋冬生
Hi,
>
> ---
> mingw-w64-crt/Makefile.am | 2 +-
> mingw-w64-crt/misc/mkstemp.c | 91
> ++
> mingw-w64-headers/crt/stdlib.h | 1 +
> 3 files changed, 93 insertions(+), 1 deletion(-)
> creat
16 matches
Mail list logo