[ANNOUNCEMENT] Updated: qpdf-8.3.0-1

2019-01-07 Thread Marco Atzeri
Versions 8.3.0-1 of qpdf libqpdf21 libqpdf-devel are available in the Cygwin distribution: CHANGES Latest upstream release DESCRIPTION QPDF is a command-line program that does structural, content-preserving transformations on PDF files. It also provides many useful capabilities to

Updated: qpdf-8.3.0-1

2019-01-07 Thread Marco Atzeri
Versions 8.3.0-1 of qpdf libqpdf21 libqpdf-devel are available in the Cygwin distribution: CHANGES Latest upstream release DESCRIPTION QPDF is a command-line program that does structural, content-preserving transformations on PDF files. It also provides many useful capabilities to

Updated: mutt-1.11.2-1

2019-01-07 Thread Marco Atzeri
New version 1.11.2-1 of mutt is available in the Cygwin distribution: CHANGES Last upstream bugfix update release. Full details on: https://gitlab.com/muttmua/mutt/raw/master/UPDATING DESCRIPTION The Mutt E-Mail Client "All mail clients suck. This one just sucks less." Mutt is a small but

[ANNOUNCEMENT] Updated: mutt-1.11.2-1

2019-01-07 Thread Marco Atzeri
New version 1.11.2-1 of mutt is available in the Cygwin distribution: CHANGES Last upstream bugfix update release. Full details on: https://gitlab.com/muttmua/mutt/raw/master/UPDATING DESCRIPTION The Mutt E-Mail Client "All mail clients suck. This one just sucks less." Mutt is a small but

Re: Bash heredoc on FD 3

2019-01-07 Thread Steven Penny
with cygwin1-20190107.dll.xz. My results below. Note that "success" means that with Bash, the script runs without error, regardless of "POSIXLY_CORRECT" variable as you said. "failure" is to mean that with Bash, running with "POSIXLY_CORRECT" produces this error: awk

Re: Bash heredoc on FD 3

2019-01-07 Thread Corinna Vinschen
On Jan 7 10:28, Steven Penny wrote: > On Sun, 6 Jan 2019 21:18:52, Corinna Vinschen wrote: > > This should work in the latest developer snapshot uploaded to > > https://cygwin.com/snapshots/ Please give it a try. > > Hm interesting: > >$ uname -a >CYGWIN_NT-6.1 Steven-PC

[newlib-cygwin] Cygwin: linkat: support Linux-specific AT_EMPTY_PATH flag

2019-01-07 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9443efe0990ad32c1896717ac7c38ff9c8c57073 commit 9443efe0990ad32c1896717ac7c38ff9c8c57073 Author: Corinna Vinschen Date: Mon Jan 7 19:36:37 2019 +0100 Cygwin: linkat: support Linux-specific AT_EMPTY_PATH flag

[newlib-cygwin] Cygwin: open: support Linux-specific O_PATH flag

2019-01-07 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b93022a82dc523bcb731c2f69fb6e602c79060b5 commit b93022a82dc523bcb731c2f69fb6e602c79060b5 Author: Corinna Vinschen Date: Mon Jan 7 19:33:11 2019 +0100 Cygwin: open: support Linux-specific O_PATH flag Signed-off-by:

Re: Bash heredoc on FD 3

2019-01-07 Thread Steven Penny
On Sun, 6 Jan 2019 21:18:52, Corinna Vinschen wrote: This should work in the latest developer snapshot uploaded to https://cygwin.com/snapshots/ Please give it a try. Hm interesting: $ uname -a CYGWIN_NT-6.1 Steven-PC 2.12.0s(0.330/5/3) 2019-01-06 19:42 x86_64 Cygwin $ dash

[ANNOUNCEMENT] Updated: mingw64-{headers,runtime,winpthreads} 6.0.0-1

2019-01-07 Thread JonY
Now released for both 32bit and 64bit Cygwin: Notable changes: * C++ __cxa_atexit thanks to Martin Storsjö and Liu Hao * Massive additions to support UCRT thanks to Martin Storsjö * Sync COM interface headers with Wine development thanks to Jacek Caban * WinRT additions thanks to Hugo

Updated: mingw64-{headers,runtime,winpthreads} 6.0.0-1

2019-01-07 Thread JonY
Now released for both 32bit and 64bit Cygwin: Notable changes: * C++ __cxa_atexit thanks to Martin Storsjö and Liu Hao * Massive additions to support UCRT thanks to Martin Storsjö * Sync COM interface headers with Wine development thanks to Jacek Caban * WinRT additions thanks to Hugo

[newlib-cygwin] Cygwin: rename pipe.cc to fhandler_pipe.cc

2019-01-07 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=91ca95ae4a7ee353fb913d31da6c183b9b4a1656 commit 91ca95ae4a7ee353fb913d31da6c183b9b4a1656 Author: Corinna Vinschen Date: Mon Jan 7 12:31:28 2019 +0100 Cygwin: rename pipe.cc to fhandler_pipe.cc move pipe syscalls to

[newlib-cygwin] Cygwin: move fhandler_cygdrive methods into own source file

2019-01-07 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=9db7f4d1dd09a7b498aa16affb1c85f8f7c0e59e commit 9db7f4d1dd09a7b498aa16affb1c85f8f7c0e59e Author: Corinna Vinschen Date: Mon Jan 7 12:29:07 2019 +0100 Cygwin: move fhandler_cygdrive methods into own source file