[PATCH] libctf: update regexp to allow makeinfo to build document
Eli Zaretskii
eliz@gnu.org
Fri Jan 13 15:44:33 GMT 2023
> From: Andreas Schwab <schwab@linux-m68k.org>
> Cc: Enze Li <enze.li@hotmail.com>, Eli Zaretskii <eliz@gnu.org>,
> binutils@sourceware.org, enze.li@gmx.com
> Date: Fri, 13 Jan 2023 16:36:09 +0100
>
> On Jan 13 2023, Eli Zaretskii via Gdb-patches wrote:
>
> > IMO, this solution has the same problem: it will stop working when
> > Texinfo 10.1 will be released. I think the solution should be to use
> >
> > egrep 'texinfo[^0-9]*(6\.[3-9]|[7-9][0-9]?)'
>
> Since the match is not anchored, the trailing [0-9]? pattern is redundant.
Right. But I now actually think we need something different, like
egrep 'texinfo[^0-9]*(6\.[3-9]|[7-9]|[1-6][0-9])'
More information about the Binutils
mailing list