Re: [PATCH] docs/devel/loads-stores: Fix git grep regexes

2023-09-05 Thread Peter Maydell
On Tue, 5 Sept 2023 at 15:31, Eric Blake wrote: > > On Mon, Sep 04, 2023 at 05:17:03PM +0100, Peter Maydell wrote: > > The loads-and-stores documentation includes git grep regexes to find > > occurrences of the various functions. Some of these regexes have > > errors, typically failing to escape

Re: [PATCH] docs/devel/loads-stores: Fix git grep regexes

2023-09-05 Thread Eric Blake
On Mon, Sep 04, 2023 at 05:17:03PM +0100, Peter Maydell wrote: > The loads-and-stores documentation includes git grep regexes to find > occurrences of the various functions. Some of these regexes have > errors, typically failing to escape the '?', '(' and ')' when they > should be metacharacters (

Re: [PATCH] docs/devel/loads-stores: Fix git grep regexes

2023-09-04 Thread Philippe Mathieu-Daudé
On 4/9/23 18:17, Peter Maydell wrote: The loads-and-stores documentation includes git grep regexes to find occurrences of the various functions. Some of these regexes have errors, typically failing to escape the '?', '(' and ')' when they should be metacharacters (since these are POSIX basic REs

[PATCH] docs/devel/loads-stores: Fix git grep regexes

2023-09-04 Thread Peter Maydell
The loads-and-stores documentation includes git grep regexes to find occurrences of the various functions. Some of these regexes have errors, typically failing to escape the '?', '(' and ')' when they should be metacharacters (since these are POSIX basic REs). We also weren't consistent about whet