gawk Regression: CR characters are not stripped on Windows

2018-02-26 Thread Orgad Shaneh
Hi, Cross-posting per Eli Zaretskii's request. CR characters used to be automatically stripped on Windows (MSYS2 and Cygwin environments). This is broken in 4.2.0. Minimal example: echo -en "foo\r\n\r\nbar\r\n" > foo.txt awk '/^$/ { print "found" }' foo.txt # This worked with 4.1.4 and doesn't w

Re: [ANNOUNCEMENT] lz4 1.7.5-1

2018-02-26 Thread Yaakov Selkowitz
On 2018-02-26 19:20, Brian Inglis wrote: > Is lz4 statically built with and not depend on liblz4_1? Correct. > Setup is not upgrading lz4 from 131 - should the solver be picking that up > now? I'm not sure; Jon? -- Yaakov signature.asc Description: OpenPGP digital signature

Request new gawk release

2018-02-26 Thread Steven Penny
Please release new Cygwin gawk. Current version is 4.2.0 (Oct 2017), and since then 1 version has dropped [1]: 4.2.1 (Feb 2018) this new version fixes the bug [2] that was introduced with 4.2.0. [1] http://git.savannah.gnu.org/cgit/gawk.git [2] http://cygwin.com/ml/cygwin/2018-02/msg00024.html

Re: [ANNOUNCEMENT] lz4 1.7.5-1

2018-02-26 Thread Brian Inglis
On 2017-09-03 20:02, Yaakov Selkowitz wrote: > The following packages have been uploaded to the Cygwin distribution: > * lz4-1.7.5-1 > * liblz4_1-1.7.5-1 > * liblz4-devel-1.7.5-1 > * mingw64-i686-lz4-1.7.5-1 > * mingw64-x86_64-lz4-1.7.5-1 > LZ4 is an LZ77-type compressor with a fixed, byte-oriented

[ANNOUNCEMENT] Updated: qpdf-8.0.0-1

2018-02-26 Thread Marco Atzeri
Versions 8.0.0-1 of qpdf libqpdf18 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 develo

[ANNOUNCEMENT] LXQt 0.12.0

2018-02-26 Thread Yaakov Selkowitz
The following packages have been uploaded to the Cygwin distribution: * libfm-qt3-0.12.0-1 * libfm-qt-common-0.12.0-1 * libfm-qt-devel-0.12.0-1 * liblxqt0-0.12.0-1 * liblxqt-devel-0.12.0-1 * liblxqt-globalkeys0-0.12.0-1 * liblxqt-globalkeys-devel-0.12.0-1 * libQt5Xdg3-3.1.0-1 * libQt5Xdg-devel-3.1

[ANNOUNCEMENT] Updated: mkvtoolnix-21.0.0-1

2018-02-26 Thread David Stacey
The following packages have been updated in the Cygwin distribution: * mkvtoolnix-21.0.0-1 * mkvtoolnix-gui-21.0.0-1 MKVToolNix is a set of tools to create, alter and inspect Matroska files (*.mkv, *.mka). This is an update to the latest upstream release. With this release, the 'mkvinfo' GUI h

Re: environ: fix link error on 64-bit Cygwin

2018-02-26 Thread Ken Brown
On 1/31/2018 9:40 AM, Corinna Vinschen wrote: On Jan 31 07:52, Eric Blake wrote: Forwarding from the gnulib list; is this something we should fix in cygwin proper? Why does anybody remove the -Wl,--disable-auto-import flag? What for? The idea was to never use this flag on Cygwin and to get ri