[PATCH] renameatu: work around macOS 11.2 renameatx_np bug

2021-03-24 Thread Paul Eggert
* lib/renameatu.c (renameatu) [RENAME_EXCL]: Use lstatat test here too. --- ChangeLog | 5 + lib/renameatu.c | 7 --- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b2004479a..af9eb725c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@

Re: [PATCH 2/8] posix: Use char_array for internal glob dirname

2021-03-24 Thread Adhemerval Zanella
On 23/03/2021 13:08, Arjun Shankar wrote: > Hi Adhemerval, > >> This is the first patch of the set to remove alloca usage on glob >> implementation. Internal path to search for file might expand to a >> non static directory derived from pattern for some difference cases >> (GLOB_NOESCAPE, GNU