This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 08/17] Regex: Remove unnecessary variables.
- From: Paul Eggert <eggert at cs dot ucla dot edu>
- To: Arnold Robbins <arnold at skeeve dot com>
- Cc: Carlos O'Donell <carlos at redhat dot com>, GNU C Library <libc-alpha at sourceware dot org>
- Date: Fri, 22 Dec 2017 08:30:08 -0800
- Subject: Re: [PATCH 08/17] Regex: Remove unnecessary variables.
- Authentication-results: sourceware.org; auth=none
Reviewing:
https://sourceware.org/ml/libc-alpha/2017-12/msg00229.html
The changes to posix/regex_internal.c look good, and are in Gnulib here:
https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=37dd8efe0cd37c5fa3cb6afbf5e5df99cc6308f6
The changes to posix/regexec.c won't work, as the removed variables are used in
glibc (they are not used in Gawk).