Re: [PATCH 06/17] Regex: Use re_malloc / re_free consistently.

2017-12-22 Thread Paul Eggert
arn...@skeeve.com wrote: Paul --- I think that you have permission to push the patches you approve to glibc. Please do so. OK, I just now did that for patch 04/17, using a variant of Eric Blake's original commit message for Gnulib (see attached). Carlos already installed patch 01/17. As disc

Re: [PATCH 06/17] Regex: Use re_malloc / re_free consistently.

2017-12-20 Thread arnold
Thanks, I have merged this in to gawk's version. Paul --- I think that you have permission to push the patches you approve to glibc. Please do so. Thanks, Arnold Paul Eggert wrote: > On 12/08/2017 01:16 AM, Arnold Robbins wrote: > > This patch changes several calls to malloc/free into re_mal

Re: [PATCH 06/17] Regex: Use re_malloc / re_free consistently.

2017-12-19 Thread Paul Eggert
On 12/08/2017 01:16 AM, Arnold Robbins wrote: This patch changes several calls to malloc/free into re_malloc/re_free, bringing consistency to the code. Thanks, that patch makes sense, but it misses three opportunities to bring consistency. regcomp.c has one call each to malloc and free, which