Re: [PATCH] normalization tweaks for macOS

2023-07-25 Thread Grisha Levit
On Mon, Jul 24, 2023 at 10:12 AM Chet Ramey wrote: > > On 7/20/23 7:52 PM, Grisha Levit wrote: > > > I wonder if you'd be interested in changes > > to the function that would skip escaping ASCII characters that aren't > > glob-special as well. I _think_ it would just be a slight variation > > of

Re: [PATCH] Makefile.in: add missing intl dependency for unwind_prot.o

2023-07-25 Thread Chet Ramey
On 7/25/23 11:09 AM, Sergei Trofimovich wrote: I now see that the change is in devel branch (less than an hour ago): https://git.savannah.gnu.org/cgit/bash.git/commit/?h=devel=8418224f32f4dda85019cae063370c18bbd2d036 "changes for quoting special and multibyte characters in glob

Re: [PATCH] Makefile.in: add missing intl dependency for unwind_prot.o

2023-07-25 Thread Sergei Trofimovich
On Tue, 25 Jul 2023 10:12:23 -0400 Chet Ramey wrote: > On 7/24/23 6:33 PM, Sergei Trofimovich wrote: > > As reported by Robert Scott in https://github.com/NixOS/nixpkgs/pull/245066 > > without the change `make -j8` build of `make` occasionally fails to > > buildin parallel. > > Thanks for

Re: [bug-bash] segfault in for(()) loop

2023-07-25 Thread Chet Ramey
On 7/25/23 5:31 AM, Dr. Werner Fink wrote: Thanks for the report. This was fixed several months ago. OK ... last official patch for 5.2 is still bash52-015 :) https://lists.gnu.org/archive/html/help-bash/2023-07/msg00078.html But the patch is simple enough to attach. -- ``The lyf so

Re: [PATCH] Makefile.in: add missing intl dependency for unwind_prot.o

2023-07-25 Thread Chet Ramey
On 7/24/23 6:33 PM, Sergei Trofimovich wrote: As reported by Robert Scott in https://github.com/NixOS/nixpkgs/pull/245066 without the change `make -j8` build of `make` occasionally fails to buildin parallel. Thanks for the report. This was reported and fixed last week.

Re: [bug-bash] segfault in for(()) loop

2023-07-25 Thread Dr. Werner Fink
On 2023/07/24 13:16:23 -0400, Chet Ramey wrote: > On 7/24/23 11:58 AM, vc--- via Bug reports for the GNU Bourne Again SHell > wrote: > > > Bash Version: 5.2 > > Patch Level: 15 > > Release Status: release > > > > Description: > > Segmentation fault in 'for ((...))' loop > > > > Repeat-By: >