Re: Cygwin 3.1.6

2020-07-06 Thread Jon Turney
On 06/07/2020 20:50, Corinna Vinschen wrote: Hi guys, Do you have anything in the loop which should go into 3.1.6? No Given https://sourceware.org/git/?p=newlib-cygwin.git;a=commitdiff;h=bb96bd0, I'd like to release 3.1.6 this week.

Re: Cygwin 3.1.6

2020-07-06 Thread Mark Geisert
Corinna Vinschen wrote: Hi guys, Do you have anything in the loop which should go into 3.1.6? Nothing from me, thanks. ..mark

Re: Cygwin 3.1.6

2020-07-06 Thread Ken Brown via Cygwin-patches
On 7/6/2020 3:50 PM, Corinna Vinschen wrote: Hi guys, Do you have anything in the loop which should go into 3.1.6? Given https://sourceware.org/git/?p=newlib-cygwin.git;a=commitdiff;h=bb96bd0, I'd like to release 3.1.6 this week. I'm working on some FIFO fixes, but it could be another week

Cygwin 3.1.6

2020-07-06 Thread Corinna Vinschen
Hi guys, Do you have anything in the loop which should go into 3.1.6? Given https://sourceware.org/git/?p=newlib-cygwin.git;a=commitdiff;h=bb96bd0, I'd like to release 3.1.6 this week. Thanks, Corinna -- Corinna Vinschen Cygwin Maintainer

Re: SIGINT lost while program calls PeekMessage

2020-07-06 Thread Corinna Vinschen
On Jul 6 14:16, Jon Beniston wrote: > Hi Corinna, > > >Since your example code is running very tightly most of its time inside > >some Windows system DLL function, there's next to no chance to interrupt > >the thread to inject the signal handler call. Cygwin tries this 100 > >times per signal.

Re: change in handling quotes in cygwin package from 3.1.4-1 to 3.1.5-1

2020-07-06 Thread Corinna Vinschen
er overrun, > > which seem to have had no effect pre-3.1.5 only because the older GCC > > toolchain had a subtily different stack allocation strategy. > > > > I uploaded developer snapshots to https://cygwin.com/snapshots/ > > for testing. Please give this a try and

Re: [PATCH 0/8] Fix dumper for x86_64

2020-07-06 Thread Corinna Vinschen
On Jul 6 14:34, Jon Turney wrote: > On 06/07/2020 09:12, Corinna Vinschen wrote: > > On Jul 5 17:49, Jon Turney wrote: > > > On 02/07/2020 08:44, Corinna Vinschen wrote: > > > > On Jul 1 22:29, Jon Turney wrote: > > > > > > > > > > This needs to be aligned with some changes to gdb to consume

Re: No such file or directory

2020-07-06 Thread Eliot Moss
On 7/6/2020 12:41 PM, ASSI wrote: Billie Healy via Cygwin writes: I downloaded Cygwin for use in a C programming class. I made sure to also include gcc, make, nano, and vim. Nano and Vim do fine, but when I enter gcc hello.c bash reponds "no such file or directory." It would help if you

Re: No such file or directory

2020-07-06 Thread ASSI
Billie Healy via Cygwin writes: > I downloaded Cygwin for use in a C programming class. I made sure to also > include gcc, make, nano, and vim. Nano and Vim do fine, but when I enter > gcc hello.c > bash reponds "no such file or directory." It would help if you posted the actual command line and

Re: [ITP] python3-pillow

2020-07-06 Thread Yaakov Selkowitz
On Mon, 2020-07-06 at 09:57 +0100, Hamish McIntyre-Bhatty via Cygwin- apps wrote: > On 05/07/2020 23:21, Yaakov Selkowitz wrote: > > On Fri, 2020-06-26 at 01:49 +0100, Hamish McIntyre-Bhatty via Cygwin- > > apps wrote: > > > This email signals my intent to package python3-pillow > > >

Re: change in handling quotes in cygwin package from 3.1.4-1 to 3.1.5-1

2020-07-06 Thread Josh Thompson
es get handled. > > > > It sounds like it will be difficult to change the quote behavior. So, > > we'll work to get VCL updated to handle the new behavior. > > I have a fix for that. It's a long standing bug, a buffer overrun, > which seem to have had no effect pre-3.1.

Re: [PATCH 0/8] Fix dumper for x86_64

2020-07-06 Thread Jon Turney
On 06/07/2020 09:12, Corinna Vinschen wrote: On Jul 5 17:49, Jon Turney wrote: On 02/07/2020 08:44, Corinna Vinschen wrote: On Jul 1 22:29, Jon Turney wrote: This needs to be aligned with some changes to gdb to consume the dumps it produces, so it's probably best to hold off applying this

RE: SIGINT lost while program calls PeekMessage

2020-07-06 Thread Jon Beniston
Hi Corinna, >Since your example code is running very tightly most of its time inside >some Windows system DLL function, there's next to no chance to interrupt >the thread to inject the signal handler call. Cygwin tries this 100 >times per signal. If that fails, the signal gets lost. > >One way

No such file or directory

2020-07-06 Thread Billie Healy via Cygwin
I downloaded Cygwin for use in a C programming class. I made sure to also include gcc, make, nano, and vim. Nano and Vim do fine, but when I enter gcc hello.c bash reponds "no such file or directory." I have changed my path according to instructions and checked the path to make sure it is set

Re: change in handling quotes in cygwin package from 3.1.4-1 to 3.1.5-1

2020-07-06 Thread Corinna Vinschen
On Jun 24 13:26, Josh Thompson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Monday, June 22, 2020 4:11:35 PM EDT Ken Brown wrote: > > On 6/15/2020 12:21 PM, Josh Thompson wrote: > > > We recently noticed a change in double quote (") handling that is causing > > > a > > > > >

Re: [ITP] python3-pillow

2020-07-06 Thread Hamish McIntyre-Bhatty via Cygwin-apps
On 05/07/2020 23:21, Yaakov Selkowitz wrote: > On Fri, 2020-06-26 at 01:49 +0100, Hamish McIntyre-Bhatty via Cygwin- > apps wrote: >> This email signals my intent to package python3-pillow >> (https://pypi.org/project/Pillow) for Cygwin. Pillow is a fork of the >> Python Imaging Library. >> >> I

Re: [PATCH 0/8] Fix dumper for x86_64

2020-07-06 Thread Corinna Vinschen
On Jul 5 17:49, Jon Turney wrote: > On 02/07/2020 08:44, Corinna Vinschen wrote: > > On Jul 1 22:29, Jon Turney wrote: > > > > > > This needs to be aligned with some changes to gdb to consume the dumps it > > > produces, so it's probably best to hold off applying this until it's more > > >