RE: Has rename syntax changed?

2020-02-29 Thread Fergus Daly
> $ rename "anything" "AnyThing" *.ext > What I remember as past behaviour now fails, leaving he filename unaltered. >> Try it with the '-v' option So I did: $ touch "This is the test file" $ ls -al -rw-r--r-- 10 Feb 29 08:10 This is the test file $ rename -v " the " " The " * `This is the t

Re: Incorrect behavior in TIOCINQ ioctl

2020-02-29 Thread Åke Rehnman
On 2020-02-28 20:23, Corinna Vinschen wrote: - Is it a safe bet that ClearCommError returns valid values in st.cbInQue even if one of the error conditions occur? Maybe the right thing to do is to return 0 in certain error cases...? The win32 api  documentation does not mention anythin

[ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64}-gcc-9.2.0-1

2020-02-29 Thread JonY
The mingw-w64 cross compilers have been updated: * mingw64-i686-gcc-9.2.0-1 * mingw64-x86_64-gcc-9.2.0-1 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of this mess

[ANNOUNCEMENT] [Updated] mingw64-{i686,x86_64}-binutils-2.34-1

2020-02-29 Thread JonY
The mingw-w64 cross compilers have been updated: * mingw64-i686-binutils-2.34-1 * mingw64-x86_64-binutils-2.34-1 *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of th

Change in logical link behaviour

2020-02-29 Thread Rainer Emrich
I try to reliably determine if native Windows symlink are working for a current cygwin environment in a shell script. Therefor I used a powershell snipped: mkdir asdfgh ln -s asdfgh/ asdfgh-1 powershell "& {Get-Item -Path asdfgh-1 | Select-Object}" On cygwin 3.0.7 the output is as follows:

Re: Cygwin-X shortcut no longer works after recent updates

2020-02-29 Thread Jon Turney
On 28/02/2020 07:21, Brian Inglis wrote: Hi folks, After the recent upgrades to cygwin 3.1.4, perl, etc. I have found that the Cygwin-X Startup, Start Menu, and Task Bar shortcuts no longer work, although I can start Cygwin-X by running startxwin from a mintty window. From the shortcut, the sh

Re: Has rename syntax changed?

2020-02-29 Thread Brian Inglis
On 2020-02-29 01:27, Fergus Daly wrote: >> $ rename "anything" "AnyThing" *.ext >> What I remember as past behaviour now fails, leaving he filename unaltered. > >>> Try it with the '-v' option > > So I did: > > $ touch "This is the test file" > $ ls -al > -rw-r--r-- 10 Feb 29 08:10 This is t

[ANNOUNCEMENT] meson 0.53.2-1

2020-02-29 Thread Jon Turney
The following packages have been uploaded to the Cygwin distribution: * meson-0.53.2-1 Meson is an open source build system meant to be extremely fast. It generates files for various backends including Ninja, Visual Studio, and Xcode. Meson does not generate Makefiles, relying solely on Nin

[ANNOUNCEMENT] Updated isl-0.22.1-1

2020-02-29 Thread Achim Gratz
ISL has been updated to version 0.22.1 for use by newer versions of gcc. ISL is a library for manipulating sets and relations of integer points bounded by linear constraints. Supported operations on sets include intersection, union, set difference, emptiness check, convex hull, (integer) affine

Re: [ANNOUNCEMENT] Updated: binutils-2.34-1 (x86/x86_64)

2020-02-29 Thread Marco Atzeri
Am 26.02.2020 um 11:35 schrieb JonY: The following packages have been uploaded to the Cygwin distribution: * binutils-2.34 This version was tested by building gcc-9.2.0. It seems there is a regression about -lpthread *** Warning: linker path does not have real file for library -lpthread. **

Re: Change in logical link behaviour

2020-02-29 Thread Andrey Repin
Greetings, Rainer Emrich! > I try to reliably determine if native Windows symlink are working for a > current cygwin environment in a shell script. > Therefor I used a powershell snipped: > mkdir asdfgh > ln -s asdfgh/ asdfgh-1 > powershell "& {Get-Item -Path asdfgh-1 | Select-Object}" > On cyg

Re: [ANNOUNCEMENT] Updated: binutils-2.34-1 (x86/x86_64)

2020-02-29 Thread JonY
On 2/29/20 7:23 PM, Marco Atzeri wrote: > Am 26.02.2020 um 11:35 schrieb JonY: >> The following packages have been uploaded to the Cygwin distribution: >> >> * binutils-2.34 >> >> This version was tested by building gcc-9.2.0. >> > > It seems there is a regression about -lpthread > > *** Warning: