RE: Cygwin 3.3.1 tgmath.h plus log10() gives "error: no matching function for type-generic call"

2021-11-08 Thread Ed . via Cygwin
Following up; this was in fact caused by what looks like a change in more-recent GCC, where tgmath.h has stopped working transparently with log10 on complex values. This is more in line with the C99 standard, but caused the problems outlined below. We have now worked around this in PDL, and the

Re: 3.3.0: Possible regression in cygwin DLL (Win10); fixed in snapshot

2021-11-08 Thread Brian Koontz via Cygwin
Unfortunately, users don’t always have the time or chops to write wrappers for missing Cygwin packages or functionality. By its very nature, a Cygwin environment will always involve non-Cygwin components . In this case, the GCM-Core devs are actively working on a Cygwin solution and were able

Re: 3.3.0: Possible regression in cygwin DLL (Win10); fixed in snapshot

2021-11-08 Thread Adam Dinwoodie
On Mon, 8 Nov 2021 at 16:36, Andrey Repin via Cygwin wrote: > > Greetings, ASSI! > > > Brian via Cygwin writes: > >> 1. Install git version 2.33.0 via the Cygwin installer (only the CLI). > >> 2. Download the GCM-Core 2.0.567 release zip file ( > >>

Re: Another pipe-related problem?

2021-11-08 Thread Ken Brown via Cygwin
On 11/8/2021 9:35 AM, Ken Brown via Cygwin wrote: On 11/8/2021 8:12 AM, Henry S. Thompson via Cygwin wrote: Running on Windows-10 21H1 With Cygwin 3.3.0 and 3.3.1 I get a hang every time I try to launch XEmacs: #0  0x7ffdf31cd474 in ntdll!ZwQueryTimer ()     from

[ANNOUNCEMENT] cygwin 3.3.2-1

2021-11-08 Thread Corinna Vinschen via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: * cygwin-3.3.2-1 * cygwin-devel-3.3.2-1 * cygwin-doc-3.3.2-1 Bug Fixes - - Fix bug that Ctrl-C sometimes does not work as expected in Windows Terminal. Addresses:

cygwin 3.3.2-1

2021-11-08 Thread Corinna Vinschen via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * cygwin-3.3.2-1 * cygwin-devel-3.3.2-1 * cygwin-doc-3.3.2-1 Bug Fixes - - Fix bug that Ctrl-C sometimes does not work as expected in Windows Terminal. Addresses:

Re: 3.3.0: Possible regression in cygwin DLL (Win10); fixed in snapshot

2021-11-08 Thread Andrey Repin via Cygwin
Greetings, ASSI! > Brian via Cygwin writes: >> 1. Install git version 2.33.0 via the Cygwin installer (only the CLI). >> 2. Download the GCM-Core 2.0.567 release zip file ( >> https://github.com/microsoft/Git-Credential-Manager-Core/releases/) and >> extract somewhere. >> 3. Copy all *.exe and

[ANNOUNCEMENT] pl 8.4.0-1

2021-11-08 Thread Corinna Vinschen via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: * pl-8.4.0-1 * pl-devel-8.4.0-1 * pl-doc-8.4.0-1 * pl-odbc-8.4.0-1 * pl-xpce-8.4.0-1 -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:

pl 8.4.0-1

2021-11-08 Thread Corinna Vinschen via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * pl-8.4.0-1 * pl-devel-8.4.0-1 * pl-doc-8.4.0-1 * pl-odbc-8.4.0-1 * pl-xpce-8.4.0-1

Re: Another pipe-related problem?

2021-11-08 Thread Ken Brown via Cygwin
On 11/8/2021 8:12 AM, Henry S. Thompson via Cygwin wrote: Running on Windows-10 21H1 With Cygwin 3.3.0 and 3.3.1 I get a hang every time I try to launch XEmacs: #0 0x7ffdf31cd474 in ntdll!ZwQueryTimer () from /c/Windows/SYSTEM32/ntdll.dll #1 0x0001800479fa in cygwait (object=,

Another pipe-related problem?

2021-11-08 Thread Henry S. Thompson via Cygwin
Running on Windows-10 21H1 With Cygwin 3.3.0 and 3.3.1 I get a hang every time I try to launch XEmacs: #0 0x7ffdf31cd474 in ntdll!ZwQueryTimer () from /c/Windows/SYSTEM32/ntdll.dll #1 0x0001800479fa in cygwait (object=, timeout=0x09a0, timeout@entry=0x0, mask=mask@entry=5)

Re: [PATCH] Cygwin: pipe: Avoid false EOF while reading output of C# programs.

2021-11-08 Thread Corinna Vinschen
On Nov 7 12:47, Takashi Yano wrote: > - If output of C# program is redirected to pipe, pipe reader falsely > detects EOF. This happens after overhaul of pipe implementation. > This patch fixes the issue. > > Addresses: > https://cygwin.com/pipermail/cygwin/2021-November/249777.html > --- >