[PATCH] Cygwin: ldd: Also look for not found DLLs when exit status is non-zero

2020-09-10 Thread Jon Turney
If the process exited with e.g. STATUS_DLL_NOT_FOUND, also process the file to look for not found DLLs. (We currently only do this when a STATUS_DLL_NOT_FOUND exception occurs, which I haven't managed to observe) This still isn't 100% correct, as it only examines the specified file for missing DL

Re: [PATCH 3/3] fhandler_pty_slave::setup_locale: respect charset == "UTF-8"

2020-09-10 Thread Takashi Yano via Cygwin-patches
On Thu, 10 Sep 2020 09:15:00 +0900 Takashi Yano via Cygwin-patches wrote: > Hi Corinna, > > On Wed, 9 Sep 2020 09:21:23 +0200 > Corinna Vinschen wrote: > > On Sep 8 17:16, Takashi Yano via Cygwin-patches wrote: > > > On Mon, 7 Sep 2020 23:17:36 +0200 (CEST) > > > Johannes Schindelin wrote: > > >

Re: [PATCH 3/3] fhandler_pty_slave::setup_locale: respect charset == "UTF-8"

2020-09-10 Thread Takashi Yano via Cygwin-patches
On Tue, 8 Sep 2020 18:45:36 +0900 Takashi Yano via Cygwin-patches wrote: > Hi Corinna, > > On Tue, 8 Sep 2020 10:40:34 +0200 > Corinna Vinschen wrote: > > On Sep 7 13:45, Takashi Yano via Cygwin-patches wrote: > > > On Mon, 7 Sep 2020 01:04:13 +0900 > > > > > Chages: > > > > > - If global local

Re: [PATCH] Cygwin: ldd: Also look for not found DLLs when exit status is non-zero

2020-09-10 Thread Corinna Vinschen
On Sep 10 13:27, Jon Turney wrote: > If the process exited with e.g. STATUS_DLL_NOT_FOUND, also process the > file to look for not found DLLs. > > (We currently only do this when a STATUS_DLL_NOT_FOUND exception occurs, > which I haven't managed to observe) > > This still isn't 100% correct, as i

Re: [PATCH 3/3] fhandler_pty_slave::setup_locale: respect charset == "UTF-8"

2020-09-10 Thread Corinna Vinschen
Hi Takashi, On Sep 10 09:15, Takashi Yano via Cygwin-patches wrote: > On Wed, 9 Sep 2020 09:21:23 +0200 > Corinna Vinschen wrote: > > Takashi, does the patch from > > https://cygwin.com/pipermail/cygwin-developers/2020-August/011951.html > > still apply to the latest from master? Question is, sho

Re: [PATCH 3/3] fhandler_pty_slave::setup_locale: respect charset == "UTF-8"

2020-09-10 Thread Takashi Yano via Cygwin-patches
On Thu, 10 Sep 2020 16:04:07 +0200 Corinna Vinschen wrote: > Hi Takashi, > > On Sep 10 09:15, Takashi Yano via Cygwin-patches wrote: > > On Wed, 9 Sep 2020 09:21:23 +0200 > > Corinna Vinschen wrote: > > > Takashi, does the patch from > > > https://cygwin.com/pipermail/cygwin-developers/2020-Augus

Re: [PATCH 3/3] fhandler_pty_slave::setup_locale: respect charset == "UTF-8"

2020-09-10 Thread Takashi Yano via Cygwin-patches
On Thu, 10 Sep 2020 23:16:10 +0900 Takashi Yano wrote: > On Thu, 10 Sep 2020 16:04:07 +0200 > Corinna Vinschen wrote: > > > Hi Takashi, > > > > On Sep 10 09:15, Takashi Yano via Cygwin-patches wrote: > > > On Wed, 9 Sep 2020 09:21:23 +0200 > > > Corinna Vinschen wrote: > > > > Takashi, does the