Re: [PATCH 3/3] posix: Remove alloca definition from regex

2021-01-11 Thread Adhemerval Zanella
On 08/01/2021 22:20, Paul Eggert wrote: > This patch looks good for glibc, once the previous two regex patches are > done. I installed it into Gnulib by applying the attached, so that > regex_internal.h can stay in lock-step between Gnulib and glibc. Right, I will sync the regex code with gnu

Re: [PATCH 3/3] posix: Remove alloca definition from regex

2021-01-08 Thread Paul Eggert
This patch looks good for glibc, once the previous two regex patches are done. I installed it into Gnulib by applying the attached, so that regex_internal.h can stay in lock-step between Gnulib and glibc. >From 87ed1f9c4bc4ae9e98e1293465a5b3a929b9c3f9 Mon Sep 17 00:00:00 2001 From: Paul Eggert D

[PATCH 3/3] posix: Remove alloca definition from regex

2021-01-06 Thread Adhemerval Zanella
Since it is not used anymore. No functional changes is expected. Checked on x86_64-linux-gnu. --- posix/regex_internal.h | 19 --- 1 file changed, 19 deletions(-) diff --git a/posix/regex_internal.h b/posix/regex_internal.h index e31ac92674..641b27e2b1 100644 --- a/posix/regex_i