bug#47264: [PATCH] pcre: migrate to pcre2

2021-11-08 Thread Carlo Arenas
On Mon, Nov 8, 2021 at 11:53 AM Paul Eggert wrote: > > On 11/8/21 01:47, Carlo Arenas wrote: > > On Sun, Nov 7, 2021 at 4:30 PM Paul Eggert wrote: > > > Let me know how to help otherwise. > > The main thing from my point of view is that I'd like to know what those > other bugs are. I can split ou

bug#47264: [PATCH] pcre: migrate to pcre2

2021-11-08 Thread Paul Eggert
On 11/8/21 01:47, Carlo Arenas wrote: On Sun, Nov 7, 2021 at 4:30 PM Paul Eggert wrote: Let me know how to help otherwise. The main thing from my point of view is that I'd like to know what those other bugs are. I can split out the patch into pieces if I know what to look for. I didn't

bug#47264: [PATCH] pcre: migrate to pcre2

2021-11-08 Thread Carlo Arenas
On Sun, Nov 7, 2021 at 4:30 PM Paul Eggert wrote: > > On 11/7/21 11:26, Carlo Marcelo Arenas Belón wrote: > > Mostly a bug by bug translation of the original code to the PCRE2 API. > > but includes a couple of fixes as well that might be worth doing in > > independent patches, if a straight transl

bug#47264: [PATCH] pcre: migrate to pcre2

2021-11-07 Thread Jim Meyering
Thanks Carlos for working on that and Paul for the speedy feedback! I won't be able to spend time on this for the next couple of weeks.

bug#47264: [PATCH] pcre: migrate to pcre2

2021-11-07 Thread Paul Eggert
On 11/7/21 11:26, Carlo Marcelo Arenas Belón wrote: Mostly a bug by bug translation of the original code to the PCRE2 API. but includes a couple of fixes as well that might be worth doing in independent patches, if a straight translation is preferable. Yes, that might be preferable so that if t

bug#47264: [PATCH] pcre: migrate to pcre2

2021-11-07 Thread Carlo Marcelo Arenas Belón
Mostly a bug by bug translation of the original code to the PCRE2 API. but includes a couple of fixes as well that might be worth doing in independent patches, if a straight translation is preferable. Code still could do with some optimizations but should be good as a starting point. The API chan