Re: [PATCH] Cygwin: pty: Fix 'Bad address' error when running 'cmd.exe /c dir'

2022-10-24 Thread Corinna Vinschen
On Oct 23 22:42, Johannes Schindelin wrote: > On Sat, 22 Oct 2022, Takashi Yano wrote: > > On Sat, 22 Oct 2022 07:58:37 +0200 > > Johannes Schindelin wrote: > > > On October 22, 2022 7:34:20 AM GMT+02:00, Takashi Yano > > > wrote: > > > >- If the command executed is 'cmd.exe /c [...]', runpath in

Re: [PATCH v2 1/2] Allow deriving the current user's home directory via the HOME variable

2022-10-24 Thread Corinna Vinschen
On Oct 23 23:04, Johannes Schindelin wrote: > On Tue, 18 Oct 2022, Corinna Vinschen wrote: > [...] > > That means, the results from the "env" method is equivalent to the > > "windows" method, just after checking $HOME. That's a bit of a downer. > > > > Assuming the "env" method would *only* check

Re: [PATCH] strptime.cc(__strptime): add %q GNU quarter

2022-10-24 Thread Corinna Vinschen
On Oct 21 23:16, Brian Inglis wrote: > --- > winsup/cygwin/libc/strptime.cc | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git a/winsup/cygwin/libc/strptime.cc b/winsup/cygwin/libc/strptime.cc > index 3a9bdbb300d4..d1e635cd279f 100644 > --- a/winsup/cygwin/libc/strp