[Mingw-w64-public] [Patch] Remove experimental.txt reference

2018-06-19 Thread JonY via Mingw-w64-public
Remove it as there is no such file. Patch OK? From 7ba18a17b7c101b3a3f68c0a0485d81b5914896d Mon Sep 17 00:00:00 2001 From: Jonathan Yong <10wa...@gmail.com> Date: Tue, 19 Jun 2018 10:29:02 + Subject: [PATCH] mingw-w64-crt/configure.ac: Remove reference to experimental.txt The fil

Re: [Mingw-w64-public] [PATCH 1/3] widl: Do the null termination within the given buffer, not after

2018-06-14 Thread JonY via Mingw-w64-public
On 06/14/2018 08:16 AM, Martin Storsjo wrote: > This is within mingw specific additions to widl, not found in > the upstream version in wine. > > Signed-off-by: Martin Storsjo Patches OK. signature.asc Description: OpenPGP digit

Re: [Mingw-w64-public] [PATCH] crt/misc/imaxdiv.c: Fix prototype of `lldiv()`.

2018-06-10 Thread JonY via Mingw-w64-public
ch sites, Slashdot.org! http://sdm.link/slashdot_______ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] Error linking to libmsvcr110.a

2018-06-07 Thread JonY via Mingw-w64-public
On 06/07/2018 05:46 PM, Brian Johnson wrote: > I am using minGW-64 to cross-link a Windows dll on a Linux (Ubuntu) cloud > server, but I am having a problem linking to libmsvcr110.a (the GCC version > of msvcrt.dll). The source file is written in NASM, and I compile with NASM >

[Mingw-w64-public] [PATCH] crt: Regenerate libcrypt32

2018-06-07 Thread JonY via Mingw-w64-public
n Yong <10wa...@gmail.com> --- mingw-w64-crt/lib-common/crypt32.def | 5 ++ mingw-w64-crt/lib32/Makefile.am | 1 + mingw-w64-crt/lib32/crypt32.def | 84 +--- mingw-w64-crt/lib32/dpapi.def| 14 + mingw-w64-crt/lib64/Makefile.am | 1 + mingw-w

[Mingw-w64-public] Announcing v5.0.4

2018-06-03 Thread JonY via Mingw-w64-public
v5.0.4 is now released! Notable changes: * Fix gcc-8.1.0 compatibility regarding _xgetbv * %e printf specifier will now produce at least 2 digits for the exponent. And here are the downloads: https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v5.0.4.tar.bz2

Re: [Mingw-w64-public] [PATCH] crt/stdio/mingw_pformat.c: Make the %e specifier compliant to C99.

2018-05-06 Thread JonY via Mingw-w64-public
On 05/06/2018 09:51 AM, Liu Hao wrote: > 在 2018/5/6 17:44, JonY via Mingw-w64-public 写道: >> On 05/06/2018 09:14 AM, Liu Hao wrote: >>> Remove the hacks to mimic old MS behavior and hardcode the minimum >>> number of digits of the exponent to 2, a

Re: [Mingw-w64-public] [PATCH] crt/stdio/mingw_pformat.c: Make the %e specifier compliant to C99.

2018-05-06 Thread JonY via Mingw-w64-public
s, Slashdot.org! http://sdm.link/slashdot_______ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] mingw-w64 v5 and gcc 8 fails

2018-05-05 Thread JonY via Mingw-w64-public
On 05/05/2018 11:46 AM, Mateusz wrote: > W dniu 05.05.2018 o 11:57, JonY via Mingw-w64-public pisze: >> On 05/04/2018 02:49 PM, Mateusz wrote: >>> The patch is only in master (v6) branch >>> https://sourceforge.net/p/mingw-w64/mingw-w64/ci/3ce3e27f044935f19e93e80c43c

Re: [Mingw-w64-public] mingw-w64 v5 and gcc 8 fails

2018-05-05 Thread JonY via Mingw-w64-public
On 05/04/2018 02:49 PM, Mateusz wrote: > The patch is only in master (v6) branch > https://sourceforge.net/p/mingw-w64/mingw-w64/ci/3ce3e27f044935f19e93e80c43ca695262d484e1/ > > JonY could you backport this patch to v5.x branch? > > Mateusz > It is already in. sign

Re: [Mingw-w64-public] mingw-w64 v5 and gcc 8 fails

2018-05-04 Thread JonY via Mingw-w64-public
On 05/04/2018 12:35 PM, Christer Solskogen wrote: > It fails with this: > > make[1]: Entering directory > '/tmp/obj/_build/mingw-w64.crt.cross.x86_64-w64-mingw32' > x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. > -I/home/solskogen/mingw-w64-builder/trunk/lib/mingw-w64/mingw-w64-cr

Re: [Mingw-w64-public] [PATCH] winpthreads: Fix building for ARM and ARM64

2018-05-04 Thread JonY via Mingw-w64-public
re.asc Description: OpenPGP digital signature -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Mingw-

Re: [Mingw-w64-public] [BUG (suspicious)] gdb crashes when info registers

2018-05-03 Thread Hannes Domani via Mingw-w64-public
> 在 2018/5/3 9:03, 章成凯 写道: > > Sorry for that. > > I upload the attachment to google drive and post the link in the bug report: > > https://sourceforge.net/p/mingw-w64/bugs/731/ I'm pretty sure that it's this bug I reported a while ago: https://sourceware.org/bugzilla/sho

Re: [Mingw-w64-public] [PATCH] _mingw.h.in: guard C with RC_INVOKED

2018-04-26 Thread JonY via Mingw-w64-public
On 04/26/2018 01:08 PM, Josh de Kock wrote: > On 2018/04/26 12:44, JonY via Mingw-w64-public wrote: >> On 04/25/2018 07:47 PM, Josh de Kock wrote: >>> --- >>>   mingw-w64-headers/crt/_mingw.h.in | 4 >>>   1 file changed, 4 insertions(+) >>>

Re: [Mingw-w64-public] [PATCH] _mingw.h.in: guard C with RC_INVOKED

2018-04-26 Thread JonY via Mingw-w64-public
On 04/25/2018 07:47 PM, Josh de Kock wrote: > --- > mingw-w64-headers/crt/_mingw.h.in | 4 > 1 file changed, 4 insertions(+) > Can you show a test case where it fails without this patch? signature.asc Description: OpenPGP digit

Re: [Mingw-w64-public] [PATCH] crt: Don't mark the MD5Update function as dllimport-only (DATA)

2018-04-26 Thread JonY via Mingw-w64-public
tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH] headers: Define IMAGE_FILE_MACHINE_ARM64

2018-04-11 Thread JonY via Mingw-w64-public
On 04/11/2018 09:30 PM, Martin Storsjö wrote: > Signed-off-by: Martin Storsjö <mar...@martin.st> > --- > mingw-w64-headers/include/winnt.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/mingw-w64-headers/include/winnt.h > b/mingw-w64-headers/include/winnt

Re: [Mingw-w64-public] [PATCH] crt: Don't provide __chkstk in kernel32.def on arm64

2018-04-11 Thread JonY via Mingw-w64-public
t tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

[Mingw-w64-public] MinGW64 AVX Code Generation on Windows 64 Bit

2018-04-08 Thread Royi Avital via Mingw-w64-public
://sourceforge.net/p/mingw-w64/mailman/message/34485783/. 3. Comment on the issue snot being Windows' fault - https://stackoverflow.com/a/30929086/195787. 4. Sleef - Open Source Project which can't offer MinGW comptability due to this issue - https://github.com/shibatch/sleef/issues/172#issuecomment

Re: [Mingw-w64-public] [PATCH] crt: Use __attribute__((force_align_arg_pointer)) for aligning the stack on entry

2018-03-11 Thread JonY via Mingw-w64-public
Slashdot.org! http://sdm.link/slashdot___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH] crt: Use __attribute__((force_align_arg_pointer)) for aligning the stack on entry

2018-03-11 Thread Kai Tietz via Mingw-w64-public
stack alignment on llvm/clang. > > Signed-off-by: Martin Storsjö <mar...@martin.st> > --- > mingw-w64-crt/crt/crtexe.c | 16 +--- > 1 file changed, 5 insertions(+), 11 deletions(-) > > diff --git a/mingw-w64-crt/crt/crtexe.c b/mingw-w64-crt/crt/crtexe.c &g

Re: [Mingw-w64-public] Large file support?

2018-03-06 Thread JonY via Mingw-w64-public
digital signature -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.

Re: [Mingw-w64-public] [PATCH] headers: Cast chars to unsigned char before attempting to use as index in arrays

2018-03-04 Thread JonY via Mingw-w64-public
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH] uianimation.idl: Added missing constants.

2018-02-28 Thread Kai Tietz via Mingw-w64-public
Patch is ok. Thanks, Kai 2018-02-27 23:23 GMT+01:00 Jacek Caban <ja...@codeweavers.com>: > > Based on patch by Ruslan Garipov. > > Signed-off-by: Jacek Caban <ja...@codeweavers.com> > --- > mingw-w64-headers/include/uianimation.idl | 6 ++ &

Re: [Mingw-w64-public] [PATCH] headers: Temporarily undefine _Bool when typedeffing std::_Bool

2018-02-23 Thread Kai Tietz via Mingw-w64-public
. > > Signed-off-by: Martin Storsjö <mar...@martin.st> > --- > mingw-w64-headers/crt/yvals.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/mingw-w64-headers/crt/yvals.h b/mingw-w64-headers/crt/yvals.h > index 70593c4..15130e4 100644 > --- a/mingw-w

Re: [Mingw-w64-public] [PATCH] crt: Allow sleeping for over a second with usleep

2018-02-23 Thread Kai Tietz via Mingw-w64-public
2018-02-23 10:56 GMT+01:00 Martin Storsjö <mar...@martin.st>: > On Fri, 23 Feb 2018, Kai Tietz via Mingw-w64-public wrote: > >> Patch looks fine beside one nit. The behavior above 4294967 seconds >> seems to be pretty unexpected, isn't it? > > > Well since the

Re: [Mingw-w64-public] [PATCH] crt: Allow sleeping for over a second with usleep

2018-02-23 Thread Kai Tietz via Mingw-w64-public
rtin Storsjö <mar...@martin.st> > --- > mingw-w64-crt/misc/mingw_usleep.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/mingw-w64-crt/misc/mingw_usleep.c > b/mingw-w64-crt/misc/mingw_usleep.c > index 2b2dc32..8246e0b 100644 > --- a/mingw-w64-crt/m

Re: [Mingw-w64-public] [PATCH] yvals.h: Don't create a _Bool typedef if a macro already exists

2018-02-23 Thread Kai Tietz via Mingw-w64-public
#include > #include > > With libc++, yvals.h is implicitly included by anything that includes > locales (via xlocinfo.h). > > Signed-off-by: Martin Storsjö <mar...@martin.st> > --- > mingw-w64-headers/crt/yvals.h | 2 ++ > 1 file changed, 2 insertions(+) > &

Re: [Mingw-w64-public] [PATCH] uianimation.h: Add missed defines

2018-02-18 Thread JonY via Mingw-w64-public
ngari...@gmail.com> > --- >   mingw-w64-headers/include/uianimation.h | 5 + >   1 file changed, 5 insertions(+) > Patch OK. signature.asc Description: OpenPGP digital signature -- Check out the vibrant tec

Re: [Mingw-w64-public] [PATCH] uianimation.h: Add missed defines

2018-02-18 Thread JonY via Mingw-w64-public
dot.org! http://sdm.link/slashdot___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH] Updated widl to Wine 3.0-rc2 version.

2018-02-15 Thread Kai Tietz via Mingw-w64-public
Jacek Caban <ja...@codeweavers.com>: > We were unable to do that for a long time, because of additional > mingw-w64 patches that were committed on top of upstream version. Those > patches started implementing winrt features, but were never finished > (and were never compat

Re: [Mingw-w64-public] [PATCH] ucrtbase: Map the (_)strcmpi function to _stricmp

2018-02-07 Thread Kai Tietz via Mingw-w64-public
ucrtbase.def.in but > will instead end up with an import of the nonexistent function > _strcmpi. Therefore add an ifdef in msvcrt-common.def and add two > aliases in ucrtbase.def.in. > > Signed-off-by: Martin Storsjö <mar...@martin.st> > --- > mingw-w64-crt/def-include/msvcrt

Re: [Mingw-w64-public] [PATCH] wine-import.sh: Run autoconf after updating widl version.

2018-02-06 Thread Kai Tietz via Mingw-w64-public
Ok. Thanks, Kai 2018-02-06 11:53 GMT+01:00 Jacek Caban <ja...@codeweavers.com>: > > This reverts 9b27e7e9ce13d05de3527878031e47cfe6eca06b. We update VERSION > file to Wine version, which is imported into configure script. > > Signed-off-by: Jacek Caban <ja...@codeweavers

Re: [Mingw-w64-public] [PATCH 2/2] include/usbspec.h: Update to newest.

2018-01-29 Thread Kai Tietz via Mingw-w64-public
--- > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ > Mingw-w64-public mailing list > Mingw-w64-public@l

Re: [Mingw-w64-public] [PATCH 1/2] include/usbioctl.h: Add required headers for `__C89_NAMELESS` and Windows data types.

2018-01-29 Thread Kai Tietz via Mingw-w64-public
; > -- > Best regards, > LH_Mouse > > -- > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ > Mingw-w64-public m

Re: [Mingw-w64-public] [PATCH] winpthreads: Fix prototype of `pthread_attr_{getstackaddr, getschedpolicy}`.

2018-01-26 Thread Kai Tietz via Mingw-w64-public
egards, > LH_Mouse > > > -- > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______ > Mingw-w64-public mailing list > Mingw-w64-public@lists.sourceforge.net &

Re: [Mingw-w64-public] printf("%zu") format warnings

2018-01-25 Thread Kai Tietz via Mingw-w64-public
-- > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______ > Mingw-w64-public mailing list > Mingw-w64-public@lists.so

Re: [Mingw-w64-public] [PATCH 4/4] dwrite_3.h: Added new header file.

2018-01-22 Thread Kai Tietz via Mingw-w64-public
Ok. Thanks, Kai 2018-01-22 19:00 GMT+01:00 Jacek Caban <ja...@codeweavers.com>: > Signed-off-by: Jacek Caban <ja...@codeweavers.com> > --- > mingw-w64-headers/include/dwrite_3.h | 587 > +++ > 1 file changed, 587 insertions(+) >

Re: [Mingw-w64-public] [PATCH 3/4] dwrite1_1.h: Added DWRITE_PANOSE declaration.

2018-01-22 Thread Kai Tietz via Mingw-w64-public
Hmm, ok. Shouldn't we special case unnamed union/struct? Kai 2018-01-22 19:00 GMT+01:00 Jacek Caban <ja...@codeweavers.com>: > Signed-off-by: Jacek Caban <ja...@codeweavers.com> > --- > mingw-w64-headers/include/dwrite_1.h | 53 > ++

Re: [Mingw-w64-public] [PATCH 1/4] dwrite.h: Added DWRITE_DECLARE_INTERFACE define.

2018-01-22 Thread Kai Tietz via Mingw-w64-public
Patch is ok. Thanks, Kai 2018-01-22 19:00 GMT+01:00 Jacek Caban <ja...@codeweavers.com>: > Signed-off-by: Jacek Caban <ja...@codeweavers.com> > --- > mingw-w64-headers/include/dwrite.h | 4 > 1 fi

Re: [Mingw-w64-public] [PATCH] Regenerate dwmapi.def for x86 and x86_64

2018-01-22 Thread JonY via Mingw-w64-public
On 01/22/2018 11:29 AM, Martin Storsjö wrote: > On Sun, 21 Jan 2018, JonY via Mingw-w64-public wrote: > >> On 12/22/2017 01:05 PM, JonY wrote: >>> Attached patch OK? >>> >> >> Oops, I missed the OK message, here's a rebased version, patch OK? > >

Re: [Mingw-w64-public] [PATCH] Regenerate dwmapi.def for x86 and x86_64

2018-01-21 Thread JonY via Mingw-w64-public
ject: [PATCH] [PATCH] dwmapi.def: Regenegerate from Windows 10 Remove ordinals from x86 library too. Signed-off-by: Jonathan Yong <10wa...@gmail.com> --- mingw-w64-crt/lib-common/dwmapi.def | 5 + mingw-w64-crt/lib32/dwmapi.def | 44 + 2 files chan

Re: [Mingw-w64-public] [PATCH] stdio.h: Don't use ms_* and gnu_* format attributes on clang.

2018-01-21 Thread Kai Tietz via Mingw-w64-public
n, 21 Jan 2018, Jacek Caban wrote: > >> clang doesn't support it, so it emits tons of warnings. >> >> Signed-off-by: Jacek Caban <ja...@codeweavers.com> >> --- >> mingw-w64-headers/crt/stdio.h | 21 + >> 1 file changed, 13

Re: [Mingw-w64-public] [PATCH] intrin-impl.h: Use volatile argument for __buildbittesti-based functions.

2018-01-19 Thread Kai Tietz via Mingw-w64-public
Patch is ok. Thanks, Kai 2018-01-19 18:38 GMT+01:00 Jacek Caban <ja...@codeweavers.com>: > Signed-off-by: Jacek Caban <ja...@codeweavers.com> > --- > mingw-w64-headers/include/psdk_inc/intrin-impl.h | 83 > > 1 file changed, 41

[Mingw-w64-public] internal compiler error

2018-01-18 Thread Matt Sexton via Mingw-w64-public
-root --with-gxx-include-dir=/usr/x86_64-w64-mingw32/sys-root/mingw/include/c++ Thread model: posix gcc version 7.2.0 20170814 (Fedora MinGW 7.2.0-1.fc27) (GCC) We also see the same issue on Fedora 25 $ x86_64-w64-mingw32-gcc -v Using built-in specs. COLLECT_GCC=x86_64-w64-mingw32-gcc

Re: [Mingw-w64-public] How to backtrace a crash with gdb on Windows 7

2018-01-18 Thread Hannes Domani via Mingw-w64-public
world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH] headers: Map more stdio functions to their counterparts in ucrtbase

2018-01-08 Thread Kai Tietz via Mingw-w64-public
Hello, patch is ok. Please go ahead and apply. Thanks (and a happy new year for you), Kai 2018-01-08 15:51 GMT+01:00 Martin Storsjö <mar...@martin.st>: > Signed-off-by: Martin Storsjö <mar...@martin.st> > --- > mingw-w64-headers/crt/se

Re: [Mingw-w64-public] [PATCH 1/3] crt: Share uxtheme.def between lib64 and libarm32

2018-01-04 Thread JonY via Mingw-w64-public
On 01/04/2018 09:25 AM, Martin Storsjö wrote: > Also provide the shared version for libarm64. > > Signed-off-by: Martin Storsjö <mar...@martin.st> > --- > mingw-w64-crt/lib-common/uxtheme.def | 88 + > mingw-w64-crt/lib64/uxtheme.def | 81

Re: [Mingw-w64-public] [PATCH] crt: Share version.def between lib64 and libarm32

2018-01-02 Thread JonY via Mingw-w64-public
on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

[Mingw-w64-public] [PATCH] Regenerate dwmapi.def for x86 and x86_64

2017-12-22 Thread JonY via Mingw-w64-public
n Yong <10wa...@gmail.com> --- mingw-w64-crt/lib32/dwmapi.def | 44 ++---- mingw-w64-crt/lib64/dwmapi.def | 26 ++--- 2 files changed, 38 insertions(+), 32 deletions(-) diff --git a/mingw-w64-crt/lib32/dwmapi.def b/mingw-w64-crt/lib32/dwma

Re: [Mingw-w64-public] [PATCH] crt: Add linker aliases for utime/_utime/_futime/_wutime for ucrtbase

2017-12-19 Thread JonY via Mingw-w64-public
s most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH] headers: Remove an empty dxgi1_6.h

2017-12-16 Thread Kai Tietz via Mingw-w64-public
been the result of an error. > > Signed-off-by: Martin Storsjö <mar...@martin.st> > --- > mingw-w64-headers/direct-x/include/dxgi1_6.h | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > delete mode 100644 mingw-w64-headers/direct-x/include/dxgi1_6.h > > diff --git a/ming

Re: [Mingw-w64-public] [PATCH] ucrtbase: Link to the right setjmp function on archs other than x86_64

2017-12-09 Thread JonY via Mingw-w64-public
in Storsjö <mar...@martin.st> Patch OK. signature.asc Description: OpenPGP digital signature -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slas

Re: [Mingw-w64-public] [PATCH] headers: Make sure _ARM64_ is defined in _mingw_mac.h as well

2017-12-09 Thread JonY via Mingw-w64-public
in Storsjö <mar...@martin.st> > --- > mingw-w64-headers/crt/_mingw_mac.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/mingw-w64-headers/crt/_mingw_mac.h > b/mingw-w64-headers/crt/_mingw_mac.h > index 6869fe7..a921a46 100644 > --- a/mingw-w64-headers/c

Re: [Mingw-w64-public] [PATCH] headers: Map stat/wstat properly for ucrtbase

2017-12-03 Thread JonY via Mingw-w64-public
On 12/03/2017 09:13 PM, Martin Storsjö wrote: > Signed-off-by: Martin Storsjö <mar...@martin.st> > --- > mingw-w64-headers/crt/sys/stat.h | 13 - > 1 file changed, 12 insertions(+), 1 deletion(-) > > diff --git a/mingw-w64-headers/crt/sys/stat.h > b/mingw

Re: [Mingw-w64-public] [PATCH 2/2] crt: Share iphlpapi.def between lib64 and libarm32

2017-12-03 Thread JonY via Mingw-w64-public
On 12/03/2017 07:53 PM, Martin Storsjö wrote: > Also provide this import library for libarm64. > > Signed-off-by: Martin Storsjö <mar...@martin.st> > --- > mingw-w64-crt/lib-common/iphlpapi.def | 325 > ++++++ > mingw-w64-crt/li

Re: [Mingw-w64-public] [PATCH] crt: Provide fallback implementations of __p__acmdln/__p__wcmdln

2017-11-28 Thread Kai Tietz via Mingw-w64-public
uilding for x86_64 with msvcrt.dll since > 9a2f3f1ca12ea76546812142f91385b3d4a374c9. > > Signed-off-by: Martin Storsjö <mar...@martin.st> > --- > mingw-w64-crt/Makefile.am| 16 > mingw-w64-crt/misc/__p__acmdln.c | 18 ++ > mingw-w64-crt/mi

Re: [Mingw-w64-public] [PATCH] ucrtbase: Make sure that compat symbols aren't autoexported

2017-11-23 Thread Kai Tietz via Mingw-w64-public
ds exporting unintentional symbols from DLLs > that link to ucrtbase, even though it might be desireable to > add libmsvcrt and libucrtbase to the built-in exclude list as well. > > Signed-off-by: Martin Storsjö <mar...@martin.st> > --- > mingw-w64-crt/crt/ucrtbase_comp

Re: [Mingw-w64-public] [PATCH] crt: Share shlwapi.def between lib64 and libarm32

2017-11-21 Thread Kai Tietz via Mingw-w64-public
2017-11-21 11:36 GMT+01:00 Martin Storsjö <mar...@martin.st>: > On Tue, 21 Nov 2017, Martin Storsjö wrote: > >> On Tue, 21 Nov 2017, Kai Tietz via Mingw-w64-public wrote: >> >>> Hi, >>> >>> Why was 'DllGetVersion' removed? Otherwise patch is ok.

Re: [Mingw-w64-public] [PATCH] crt: Share shlwapi.def between lib64 and libarm32

2017-11-21 Thread Kai Tietz via Mingw-w64-public
Hi, Why was 'DllGetVersion' removed? Otherwise patch is ok. Thanks, Kai 2017-11-21 9:15 GMT+01:00 Martin Storsjö <mar...@martin.st>: > Use the new shared def file for arm64 as well. > > Signed-off-by: Martin Storsjö <mar...@martin.st> > --- > mingw-w64-crt/{lib64

Re: [Mingw-w64-public] [PATCH] headers: Avoid producing repeated "static static" in __mingw_static_ovr

2017-11-21 Thread Kai Tietz via Mingw-w64-public
ng __GNUC__), leading > to a double "static static" in C++ mode, if these headers are included > last. > --- > mingw-w64-headers/crt/swprintf.inl | 4 > mingw-w64-headers/crt/wchar.h | 4 > 2 files changed, 8 insertions(+) > > diff --git a/mingw-w64

Re: [Mingw-w64-public] Finding runtime version

2017-11-16 Thread JonY via Mingw-w64-public
- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH] Revert "Avoid collisions for imported Interlocked symbols by VC generated code."

2017-11-13 Thread Kai Tietz via Mingw-w64-public
prefixed version. > > GNU ld can fix up that automatically during linking, but lld can't. > > This fixes linking sqlite3 (as part of Qt) with clang/lld for i686. > > Signed-off-by: Martin Storsjö <mar...@martin.st> > --- > mingw-w64-crt/lib32/kernel32.def | 12 ++---

Re: [Mingw-w64-public] [PATCH 2/2] crt: Provide __acrt_iob_func and __p___argv without the __imp_ prefix

2017-11-11 Thread Kai Tietz via Mingw-w64-public
_imp___acrt_iob_func. > > Signed-off-by: Martin Storsjö <mar...@martin.st> > --- > This feels like a much better fix than the previous one. > --- > mingw-w64-crt/misc/__p___argv.c | 4 ++-- > mingw-w64-crt/stdio/acrt_iob_func.c | 4 ++-- > 2 files changed, 4

Re: [Mingw-w64-public] swscanf() crashes if __USE_MINGW_ANSI_STDIO is defined

2017-11-11 Thread Hannes Domani via Mingw-w64-public
Am Samstag, 11. November 2017, 10:15:00 MEZ hat Liu Hao <lh_mo...@126.com> Folgendes geschrieben: > Debugging in assembly exposes indirection through a null pointer in > `mingw-w64-crt/stdio/mingw_wvfscanf.c` around or after line 906: > > ``` > optimize_alloc ((flags &

Re: [Mingw-w64-public] [PATCH 1/2] headers: Allow setting the default __MSVCRT_VERSION__

2017-11-10 Thread Kai Tietz via Mingw-w64-public
lt;mar...@martin.st> --- Updated to take a library name as parameter, which is mapped to a version, as suggested by Jacek. --- mingw-w64-crt/Makefile.am | 2 +- mingw-w64-crt/crt/ucrtbase_compat.c | 1 + mingw-w64-headers/configure.ac | 33 +++++

Re: [Mingw-w64-public] [PATCH 2/2] crt: Allow overriding libmsvcrt.a to point to another library

2017-11-10 Thread Kai Tietz via Mingw-w64-public
e libmsvcrt-os.a, and install the one that is chosen as default as libmsvcrt.a (which is what all toolchains link to implicitly). Signed-off-by: Martin Storsjö <mar...@martin.st> --- Updated to always install the current libmsvcrt.a as libmsvcrt-os.a. --- mingw-w64-crt/Mak

Re: [Mingw-w64-public] [PATCH] crt: Provide __acrt_iob_func without the __imp_ prefix as well

2017-11-10 Thread JonY via Mingw-w64-public
tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH 1/2] crt: Define _CRTBLD in AM_CFLAGS instead of AM_CPPFLAGS

2017-11-10 Thread JonY via Mingw-w64-public
: OpenPGP digital signature -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.n

Re: [Mingw-w64-public] [PATCH 2/2] crt: Allow overriding libmsvcrt.a to point to another library

2017-11-09 Thread Kai Tietz via Mingw-w64-public
Hmm, I am not really good at choosing nice names. But well, I would vote for something like libmsvcrt_os.a Cheers Kai 2017-11-09 22:42 GMT+01:00 Martin Storsjö <mar...@martin.st>: > On Thu, 9 Nov 2017, Kai Tietz via Mingw-w64-public wrote: > >> Hmm, I would prefer to have

Re: [Mingw-w64-public] [PATCH 2/2] crt: Allow overriding libmsvcrt.a to point to another library

2017-11-09 Thread Kai Tietz via Mingw-w64-public
GMT+01:00 Martin Storsjö <mar...@martin.st>: > Signed-off-by: Martin Storsjö <mar...@martin.st> > --- > mingw-w64-crt/Makefile.am | 20 ++++ > mingw-w64-crt/configure.ac | 12 > 2 files changed, 32 insertions(+) > > diff --git a/ming

Re: [Mingw-w64-public] [PATCHv2 3/3] crt: Provide __p___argv in all msvcrt versions

2017-11-09 Thread Kai Tietz via Mingw-w64-public
to refer to > __MINGW_IMP_SYMBOL(__argv) instead of __argv, since the latter > now refers back to __p___argv and recurses infinitely. Made the > function static and with a different name, to avoid warnings about > inconsistent dllimport attributes. > --- > mingw-w64-crt/Makefile

Re: [Mingw-w64-public] [PATCH] headers: Default to the legacy wide string mode for ucrtbase, unless __USE_MINGW_ANSI_STDIO is defined

2017-11-09 Thread Kai Tietz via Mingw-w64-public
(Redirecting this case > to use the ucrtbase functions with other options could be a > future improvement.) > > This reduces the risk of issues when moving to ucrtbase. > > Signed-off-by: Martin Storsjö <mar...@martin.st> > --- > mingw-w64-headers/crt/stdio.h | 7 ++

Re: [Mingw-w64-public] [PATCH] crt: Don't include the new *_dbg functions on x86

2017-11-09 Thread Kai Tietz via Mingw-w64-public
msvcrt.def.in should preprocess into the exact same > list of functions as prior to unification on both 32 and 64 bit x86. > > Signed-off-by: Martin Storsjö <mar...@martin.st> > --- > mingw-w64-crt/lib-common/msvcrt.def.in | 36 > +- > 1 file cha

Re: [Mingw-w64-public] [PATCH 2/3] headers: Hook up __argc and similar external variables for ucrtbase

2017-11-09 Thread Kai Tietz via Mingw-w64-public
<mar...@martin.st> > --- > This was approved previously by JonY, but is rebased on top of an > updated patch. > --- > mingw-w64-headers/crt/stdlib.h | 48 > +++--- > 1 file changed, 45 insertions(+), 3 deletions(-) > > diff --git a/mingw-w64-he

Re: [Mingw-w64-public] [PATCH 1/3] headers: Restructure declarations of external variables like __argc

2017-11-09 Thread Kai Tietz via Mingw-w64-public
s commented on this one yet, but it's > a prerequisite for the patch that adds the ucrtbase versions of them. > --- > mingw-w64-headers/crt/stdlib.h | 117 > ++--- > 1 file changed, 62 insertions(+), 55 deletions(-) > > diff --git a/mingw-

Re: [Mingw-w64-public] [PATCH 0/7] Ucrtbase/__argv/__p___* functions

2017-11-09 Thread Kai Tietz via Mingw-w64-public
- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH 00/11] More fixes for ucrtbase

2017-11-08 Thread JonY via Mingw-w64-public
iption: OpenPGP digital signature -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______ Mingw-w64-public mailing list Mingw

Re: [Mingw-w64-public] [PATCH 10/11] headers: Provide timezone/dstbias/tzname/daylight for ucrtbase

2017-11-08 Thread JonY via Mingw-w64-public
ty on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH 08/11] headers: Redirect f{seek, tell}o{, 64} to fseek/ftell/_fseeki64/_ftelli64 for ucrtbase

2017-11-08 Thread JonY via Mingw-w64-public
digital signature -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Mingw-w64-public mailing list Mingw-w64-public@lists.sou

Re: [Mingw-w64-public] [PATCH 06/11] headers: Use the single argument version of setjmp for ucrtbase

2017-11-08 Thread JonY via Mingw-w64-public
On 11/07/2017 09:29 PM, Martin Storsjö wrote: > Signed-off-by: Martin Storsjö <mar...@martin.st> > --- > mingw-w64-headers/crt/setjmp.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Patch OK. signature.asc Description: OpenPGP

Re: [Mingw-w64-public] [PATCH 05/11] headers: Hook up __argc and similar external variables for ucrtbase

2017-11-08 Thread JonY via Mingw-w64-public
digital signature -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Mingw-w64-public mailing list Mingw-w64-public@lists.sou

Re: [Mingw-w64-public] [PATCH 03/11] headers: Remove an incorrect declaration of "environ" when _POSIX_ is defined

2017-11-08 Thread JonY via Mingw-w64-public
K. signature.asc Description: OpenPGP digital signature -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot_____

Re: [Mingw-w64-public] [PATCH 02/11] headers: Remove unnecessary ifdefs around __p_* functions

2017-11-08 Thread JonY via Mingw-w64-public
gital signature -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net

Re: [Mingw-w64-public] [PATCH] headers: Define _M_ARM64 just like MSVC does

2017-11-06 Thread Kai Tietz via Mingw-w64-public
Patch is okay. Please go ahead ans commit. Thanks Kai Am 07.11.2017 08:42 schrieb "Martin Storsjö" <mar...@martin.st>: > Signed-off-by: Martin Storsjö <mar...@martin.st> > --- > mingw-w64-headers/crt/_mingw_mac.h | 4 > 1 file changed, 4 insertions(+)

Re: [Mingw-w64-public] [PATCH] normalise x86 (i686 vs i386) detection

2017-11-06 Thread Kai Tietz via Mingw-w64-public
y on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ > Mingw-w64-public mailing list > Mingw-w64-public@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mingw-w64-public >

Re: [Mingw-w64-public] [PATCH 0/2] Top level build libraries/tools improvements

2017-11-06 Thread JonY via Mingw-w64-public
f the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH 0/2] Top level build libraries/tools improvements

2017-11-05 Thread JonY via Mingw-w64-public
On 11/05/2017 05:31 AM, Alon Bar-Lev wrote: > On 5 November 2017 at 07:00, JonY via Mingw-w64-public > <mingw-w64-public@lists.sourceforge.net> wrote: >> On 11/04/2017 09:02 PM, Alon Bar-Lev wrote: >> Patches OK, but is there a reason to not use grep -q? > >

Re: [Mingw-w64-public] [PATCH 0/2] Top level build libraries/tools improvements

2017-11-04 Thread JonY via Mingw-w64-public
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH] Provide __debugbreak on clang as well

2017-11-04 Thread JonY via Mingw-w64-public
On 11/03/2017 08:14 AM, Martin Storsjö wrote: > This effectively reverts f2b70c99. Since clang 3.4, __debugbreak > is limited to -fms-extensions and thus not available by default > when targeting mingw. > > Signed-off-by: Martin Storsjö <mar...@martin.st> > --- > I

Re: [Mingw-w64-public] [PATCH] headers: Add a configure parameter for setting the default value of _WIN32_WINNT

2017-11-04 Thread JonY via Mingw-w64-public
On 11/04/2017 07:27 AM, Adrien Nader wrote: > Hi, > > On Fri, Nov 03, 2017, Kai Tietz via Mingw-w64-public wrote: >> Hello Martin, >> >> The patch is ok. Please go ahead and apply. >> >> JonY, Adrien do we have on web-server documentation about our special

Re: [Mingw-w64-public] New bug fix from v5.x release soon

2017-11-04 Thread JonY via Mingw-w64-public
ngjmp/2016/02/29/go-windows-setjmp-x86.html > https://sourceforge.net/p/mingw-w64/bugs/406/ > > Does anyone know if this issue has been fixed and if the bug report > should be closed, or if this has flown under the radar? > > Thanks, > I'm not familiar with the SJLJ internals, Ka

Re: [Mingw-w64-public] [PATCH] headers: Add a configure parameter for setting the default value of _WIN32_WINNT

2017-11-03 Thread Kai Tietz via Mingw-w64-public
mar...@martin.st>: > Signed-off-by: Martin Storsjö <mar...@martin.st> > --- > mingw-w64-headers/configure.ac | 10 ++ > mingw-w64-headers/crt/_mingw.h.in | 2 +- > 2 files changed, 11 insertions(+), 1 deletion(-) > > diff --git a/mingw-w64-headers/configure.ac

Re: [Mingw-w64-public] New bug fix from v5.x release soon

2017-10-27 Thread JonY via Mingw-w64-public
al signature -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/li

Re: [Mingw-w64-public] New bug fix from v5.x release soon

2017-10-26 Thread Kai Tietz via Mingw-w64-public
Thanks for the patch. If test passes, patch is ok to apply. Thanks, Kai 2017-10-26 14:51 GMT+02:00 Liu Hao <lh_mo...@126.com>: > On 2017/10/26 19:53, sisyph...@optusnet.com.au wrote: >> >> -Original Message- From: JonY via Mingw-w64-public >> Sent: Thursday

[Mingw-w64-public] New bug fix from v5.x release soon

2017-10-26 Thread JonY via Mingw-w64-public
most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH][CRT] Split wassert and assert into different units

2017-10-21 Thread JonY via Mingw-w64-public
____ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] _ftelli64 bug

2017-10-19 Thread Kai Tietz via Mingw-w64-public
ftell before 2162952 / fread returned 65544 / ftell after > 2228497 / mismatch 1 > > Error 4.dat / ftell before 3080570 / fread returned 65544 / ftell after > 3146112 / mismatch -2 > > Error 5.dat / ftell before

Re: [Mingw-w64-public] problem with multiple defined symbolsinuuidand a patch

2017-10-10 Thread JonY via Mingw-w64-public
ibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] problem with multiple defined symbolsinuuidand a patch

2017-10-08 Thread JonY via Mingw-w64-public
ty on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

<    1   2   3   4   5   6   >