Re: Updated: coreutils 9.1 cp problem

2022-06-06 Thread Brian Inglis
Hi Fergus, Verified and confirmed. Please reinstall 8.32 until I can get this reverted in setup. Have requested 9.1 be reverted to test and 8.32 reverted to current stable. On 2022-06-06 21:21, Fergus Daly wrote: Since updating from coreutils 8.32 I’m getting a weird glitch from cp. If

Re: Updated: coreutils 9.1

2022-06-06 Thread Fergus Daly
Since updating from coreutils 8.32 I’m getting a weird glitch from cp. If /location1/dir1/ contains additional material to /location2/dir1/ (as might frequently be the case when maintaining a backup) then the command $ cp -vrn /location1/dir1 /location2 should copy the additional material across.

Revert coreutils 9.1 to test 8.32 to curr stable

2022-06-06 Thread Brian Inglis
Verified below issue with coreutils 9.1 promoted last night to stable! Problem does not occur in 8.32, so can we please revert coreutils 9.1 to test and restore 8.32 to stable. Or is there some process by which I can do so? On 2022-05-24 10:33, Jim Reisert AD1C wrote: The following test

Re: [PATCH] Cygwin: remove most occurrences of __stdcall, WINAPI, and, __cdecl

2022-06-06 Thread Takashi Yano
On Mon, 6 Jun 2022 12:24:15 -0400 Ken Brown wrote: > On 6/5/2022 4:24 PM, Jon Turney wrote: > > On 03/06/2022 15:00, Ken Brown wrote: > >> remove most occurrences of __stdcall, WINAPI, and __cdecl > >> > >> These have no effect on x86_64.  Retain only a few occurrences of > >> __cdecl in files

Re: [EXT] Re: possible grep V3.7 issue

2022-06-06 Thread Brian Inglis
On 2022-06-06 06:41, Gordon Grimes via Cygwin wrote: On Monday, June 6, 2022 8:34 AM, Eliot Moss wrote: On 6/6/2022 8:26 AM, Gordon Grimes via Cygwin wrote: I wanted to let you know about a possible issue I found in grep v3.7. I run Cygwin and recently downgraded ‘grep’ to v3.6 from v3.7 to

Re: [PATCH] Cygwin: remove most occurrences of __stdcall, WINAPI, and, __cdecl

2022-06-06 Thread Ken Brown
On 6/5/2022 4:24 PM, Jon Turney wrote: On 03/06/2022 15:00, Ken Brown wrote: remove most occurrences of __stdcall, WINAPI, and __cdecl These have no effect on x86_64.  Retain only a few occurrences of __cdecl in files imported from other sources. While you are correct that it has no effect

SSH pub key

2022-06-06 Thread as
Name: Adam Saponara BEGIN SSH2 PUBLIC KEY C3NzaC1lZDI1NTE5IOXsrmPhjUsBnoBkJNs4+1iA2Fufgx4ip//hxLnikG3j END SSH2 PUBLIC KEY

[ITP] mle

2022-06-06 Thread as
Hello all, I'd like to submit a cygport for mle[0], a text editor. It's available on various distros/OSs[1] including Debian, Fedora, FreeBSD, and others. It's licensed under ASL 2.0. A first attempt at a cygport is here[2]. The editor depends on a header-only library called uthash which I also

RE: [EXT] Re: possible grep V3.7 issue

2022-06-06 Thread Gordon Grimes via Cygwin
Thanks Elliot. Yeah, I suspected this wasn't 100% reproducible or else it'd have been reported/addressed by now. As you say, perhaps there's some idiosyncrasy with my system/setup. If there's a wave of reporting a similar issue then perhaps it's worth a look (e.g. perhaps a recent MS update

Re: possible grep V3.7 issue

2022-06-06 Thread Eliot Moss
On 6/6/2022 8:26 AM, Gordon Grimes via Cygwin wrote: Hi, I wanted to let you know about a possible issue I found in grep v3.7. I run Cygwin and recently downgraded ‘grep’ to v3.6 from v3.7 to address a performance issue (shown below). I just thought you’d want to know (V3.6 is working well,

possible grep V3.7 issue

2022-06-06 Thread Gordon Grimes via Cygwin
Hi, I wanted to let you know about a possible issue I found in grep v3.7. I run Cygwin and recently downgraded ‘grep’ to v3.6 from v3.7 to address a performance issue (shown below). I just thought you’d want to know (V3.6 is working well, so I’m in a good place  ) Enjoy, -g- % time echo

Re: [PATCH] Cygwin: remove most occurrences of __stdcall, WINAPI, and, __cdecl

2022-06-06 Thread Jon Turney
On 03/06/2022 15:00, Ken Brown wrote: --- a/winsup/utils/regtool.cc +++ b/winsup/utils/regtool.cc @@ -590,7 +590,7 @@ cmd_add () } extern "C" { - LONG WINAPI (*regDeleteKeyEx)(HKEY, LPCWSTR, REGSAM, DWORD); + LONG (*regDeleteKeyEx)(HKEY, LPCWSTR, REGSAM, DWORD); } int @@ -603,7