Re: [Attn. Maintainers] perl-5.30.1 -- prepare for release

2020-02-04 Thread Achim Gratz
Andrew Schulman via cygwin-apps writes: > This is done for stow. Note, I only put the !perl file in > /noarch/release/stow, not also in /noarch/release/stow/perl-Stow. Andrew Jon will chime in if I'm wrong, but the cookie file is good for the whole subtree it gets placed in AFAIK. I usually put

Re: [Attn. Maintainers] perl-5.30.1 -- prepare for release

2020-02-04 Thread Andrew Schulman via cygwin-apps
> > I have done another update of my private Perl repository over the > weekend. While not all maintainers will immediately be ready with their > updates due to external circumstances, I'd like to release the new Perl > version at the end of this week or maybe over the weekend. > > In

Re: [Attn. Maintainers] perl-5.30.1 -- prepare for release

2020-02-04 Thread Ken Brown
On 2/3/2020 3:11 PM, Achim Gratz wrote: I have done another update of my private Perl repository over the weekend. While not all maintainers will immediately be ready with their updates due to external circumstances, I'd like to release the new Perl version at the end of this week or maybe

Re: [Attn. Maintainers] perl-5.30.1 -- prepare for release

2020-02-04 Thread Marco Atzeri
Am 03.02.2020 um 21:11 schrieb Achim Gratz: I have done another update of my private Perl repository over the weekend. While not all maintainers will immediately be ready with their updates due to external circumstances, I'd like to release the new Perl version at the end of this week or maybe

Re: Is there a way to clone-install Cygwin?

2020-02-04 Thread Ulli Horlacher
On Mon 2020-02-03 (18:01), BGINFO4X wrote: > > > https://vegardit.github.io/cygwin-portable-installer/ > > > > Looks great! > > > > But when running I get: > > > > (...) > > Creating updater [C:\Users\admin\cygwin-portable-updater.cmd]... > > Disabling default Cygwin launcher

Re: [PATCH] Cygwin: pty: Remove meaningless pointer increment.

2020-02-04 Thread Corinna Vinschen
On Feb 4 21:25, Takashi Yano wrote: > - Since commit 73742508fcd8e994450582c1b7296c709da66764, a pointer > increment in master write code which has no effect was remaining. > --- > winsup/cygwin/fhandler_tty.cc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[PATCH] Cygwin: pty: Remove meaningless pointer increment.

2020-02-04 Thread Takashi Yano
- Since commit 73742508fcd8e994450582c1b7296c709da66764, a pointer increment in master write code which has no effect was remaining. --- winsup/cygwin/fhandler_tty.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/fhandler_tty.cc

Re: [PATCH v2] Cygwin: console: Revise color setting codes in legacy console mode.

2020-02-04 Thread Corinna Vinschen
On Feb 1 13:28, Takashi Yano wrote: > - With this patch, foreground color and background color are allowed > to be set simultaneously by 24 bit color escape sequence such as > ESC[38;2;0;0;255;48;2;128;128;0m in legacy console mode. > --- > winsup/cygwin/fhandler.h | 2 +- >

[newlib-cygwin] Cygwin: console: Revise color setting codes in legacy console mode.

2020-02-04 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ac1ccc29e1e2abb57cb956c2dfd2c4c34943cfdd commit ac1ccc29e1e2abb57cb956c2dfd2c4c34943cfdd Author: Takashi Yano Date: Sat Feb 1 13:28:39 2020 +0900 Cygwin: console: Revise color setting codes in legacy console mode. - With