Re: [ANNOUNCEMENT] cygwin 3.4.7-1

2023-06-17 Thread Takashi Yano via Cygwin
On Sat, 17 Jun 2023 19:51:02 +0900 Takashi Yano wrote: > On Sat, 17 Jun 2023 10:33:54 +0200 > Thomas Wolff wrote: > > > - Fix reading CONIN$ in non cygwin apps when stdin is not a pty. > > >Addresses https://cygwin.com/pipermail/cygwin/2023-April/253424.html > > This does not fix the test case

Re: [ANNOUNCEMENT] cygwin 3.4.7-1

2023-06-17 Thread Takashi Yano via Cygwin
On Sat, 17 Jun 2023 10:33:54 +0200 Thomas Wolff wrote: > > - Fix reading CONIN$ in non cygwin apps when stdin is not a pty. > >Addresses https://cygwin.com/pipermail/cygwin/2023-April/253424.html > This does not fix the test case yes | more.com . Perhaps, this is another problem. Because, yes

Re: [ANNOUNCEMENT] cygwin 3.4.7-1

2023-06-17 Thread Thomas Wolff via Cygwin
Am 16/06/2023 um 16:25 schrieb Corinna Vinschen via Cygwin-announce via Cygwin: The following packages have been uploaded to the Cygwin distribution: * cygwin-3.4.7-1 * cygwin-devel-3.4.7-1 * cygwin-doc-3.4.7-1 Bug Fixes - - Fix CPU_SET(3) macro type mismatch by making the macros t

[ANNOUNCEMENT] cygwin 3.4.7-1

2023-06-16 Thread Corinna Vinschen via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: * cygwin-3.4.7-1 * cygwin-devel-3.4.7-1 * cygwin-doc-3.4.7-1 Bug Fixes - - Fix CPU_SET(3) macro type mismatch by making the macros type-safe. Addresses https://cygwin.com/pipermail/cygwin/2023-March/253220.html - ki