Re: [PATCH v2] Cygwin: pty: Reduce unecessary input transfer.

2021-12-10 Thread Johannes Schindelin
Hi Takashi, On Fri, 10 Dec 2021, Takashi Yano wrote: > On Fri, 10 Dec 2021 00:05:27 +0100 (CET) > Johannes Schindelin wrote: > > sorry for responding to a patch you sent almost 10 months ago... but... I > > am struggling with it. > > > > First of all, let me describe the problem I am seeing (see

Re: [PATCH] Cygwin: clipboard: Make intent of the code clearer.

2021-12-10 Thread Corinna Vinschen
On Dec 10 19:56, Takashi Yano wrote: > On Wed, 8 Dec 2021 21:26:45 +0900 > Takashi Yano wrote: > > --- > > winsup/cygwin/fhandler_clipboard.cc | 4 ++-- > > winsup/cygwin/include/sys/clipboard.h | 1 + > > 2 files changed, 3 insertions(+), 2 deletions(-) > > > > diff --git a/winsup/cygwin/fhan

Re: [PATCH] Cygwin: clipboard: Make intent of the code clearer.

2021-12-10 Thread Takashi Yano
On Wed, 8 Dec 2021 21:26:45 +0900 Takashi Yano wrote: > --- > winsup/cygwin/fhandler_clipboard.cc | 4 ++-- > winsup/cygwin/include/sys/clipboard.h | 1 + > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/winsup/cygwin/fhandler_clipboard.cc > b/winsup/cygwin/fhandler_clipboa

Re: [PATCH v2] Cygwin: pty: Reduce unecessary input transfer.

2021-12-10 Thread Takashi Yano
On Fri, 10 Dec 2021 00:05:27 +0100 (CET) Johannes Schindelin wrote: > sorry for responding to a patch you sent almost 10 months ago... but... I > am struggling with it. > > First of all, let me describe the problem I am seeing (see also > https://github.com/git-for-windows/git/issues/3579): after

Re: [PATCH v2] Cygwin: path: Fix path conversion of virtual drive.

2021-12-10 Thread Corinna Vinschen
On Dec 9 20:15, Takashi Yano wrote: > - The last change in path.cc introduced a bug that causes an error > when accessing a virtual drive which mounts UNC path such as > "\\server\share\dir" rather than "\\server\share". This patch > fixes the issue. > --- > winsup/cygwin/path.cc | 56 +