Re: Bug report: Killing a native process may not actually kill it

2019-09-02 Thread Ray Donnelly
On Thu, 29 Aug 2019, 02:38 Steven Penny, wrote: > On Wed, 28 Aug 2019 15:57:23, Quanah Gibson-Mount wrote: > > My original post contained a link to a patch allowing for Cygwin to > > correctly terminate native Windows processes. I understand it is not > the > > position of the Cygwin project to

Re: [PATCH v4 1/1] Cygwin: pty: Fix state management for pseudo console support.

2019-09-02 Thread Takashi Yano
Hi Corinna, On Mon, 2 Sep 2019 16:37:16 +0200 Corinna Vinschen wrote: > > class fhandler_pty_slave: public fhandler_pty_common > > { > >HANDLE inuse;// used to indicate that a tty is in use > >HANDLE output_handle_cyg, io_handle_cyg; > > + DWORD pidRestore; > >

Re: [ITA] (co-maint) perl-Win32-API

2019-09-02 Thread Yaakov Selkowitz
On Sun, 2019-09-01 at 17:01 +0200, Achim Gratz wrote: > I'd like to become co-maintainer for perl-Win32-API to finally fix a > problem reported almost one and a half year ago. > > https://cygwin.com/ml/cygwin/2018-04/msg00337.html By all means; updated cygwin-pkg-maint. -- Yaakov

Re: gnome-terminal desktop shortcut

2019-09-02 Thread Franz Fehringer
This works for me with - DISPLAY=:0 at toplevel Windows (DOS) level - Cygwin bin (last) in the Windows (DOS) path The desktop link is C:\Tools\Cygwin\bin\run.exe C:\Tools\Cygwin\bin\gnome-terminal.exe One essential point is to use UTF-8 I have LC_ALL=de_DE.utf8 both at Windows (DOS) and Cygwin

Re: gnome-terminal desktop shortcut

2019-09-02 Thread Brian Inglis
On 2019-09-01 23:14, Amadeus WM via cygwin wrote: > I installed cygwin 3.0.7 about 2 weeks ago and everything seems fine. > I start the X server from the command line with startxwin. > > What I'd like to do is to set up a desktop shortcut for gnome-terminal. > I have defined the DISPLAY=":0.0"

Re: [PATCH v4 1/1] Cygwin: pty: Fix state management for pseudo console support.

2019-09-02 Thread Corinna Vinschen
On Sep 2 07:11, Takashi Yano wrote: > - Pseudo console support introduced by commit > 169d65a5774acc76ce3f3feeedcbae7405aa9b57 has some bugs which > cause mismatch between state variables and real pseudo console > state regarding console attaching and r/w pipe switching. This > patch

Re: change in pattern matching in pager /usr/bin/less

2019-09-02 Thread Steven Penny
On Sun, 01 Sep 2019 17:50:17, L A Walsh wrote: part of this is that the new cygwin less appears to use Obsolete REs that don't support '+'. That may be a compile flag. I don't know why \s is not working, however, 'awk' used to be the definitive Extended (modern) RE reference and does use \s

Re: [PATCH v2 0/1] Fix PTY state management in pseudo console support.

2019-09-02 Thread Ken Brown
On 9/1/2019 5:53 PM, Takashi Yano wrote: > Hi Ken, > > Thank you for testing. > > On Sun, 1 Sep 2019 15:13:47 + > Ken Brown wrote: >> On 8/31/2019 6:54 PM, Takashi Yano wrote: >>> Pseudo console support in test release TEST: Cygwin 3.1.0-0.3, >>> introduced by commit

Re: [ANNOUNCEMENT] TEST: Cygwin 3.1.0-0.3

2019-09-02 Thread Corinna Vinschen
On Sep 1 12:00, Biswapriyo Nath wrote: > To Corinna Vinschen: > > > We can only use what's part of the current w32api-headers package. > > I occasionally contribute to mingw-w64 repository. Is there anything I can > do so that cygwin uses latest headers and libraries from mingw-w64? This is

Re: Odd, is it not? mkdir 'e:\' cannot be undone by rmdir 'e:\' ...

2019-09-02 Thread Corinna Vinschen
On Sep 1 19:38, Houder wrote: > On Fri, 30 Aug 2019 11:54:27, Houder wrote: > > > A trailing forward slash in "pathname" is stripped in path_conv::check, > > > > (look for: *--tail = '\0' ) > > > > after "pathname" has been normalized in > > > > normalized_posix_path or normalized_win32_path

Re: change in pattern matching in pager /usr/bin/less

2019-09-02 Thread Wayne Davison
On Sun, Sep 1, 2019 at 5:50 PM L A Walsh wrote: > For some reason, the behavior of less has changed recently in regards to how > it interprets characters like '\s' (whitespace). Sadly, it's been compiled with POSIX regular expressions on Cygwin for quite a while now. On Linux it is often compiled