Re: gnulib-tool.py: Make regular expression more strict.

2024-04-02 Thread Collin Funk
Hi Bruno, On 4/2/24 7:35 AM, Bruno Haible wrote: > I'm thus applying your patch, with this modified ChangeLog entry. (If a patch > has visible effects, the entry's title line should mention these effects.) Yes, that is better. Thanks! > You have also taught me about the use non-greedy regex matc

Re: gnulib-tool.py: Make regular expression more strict.

2024-04-02 Thread Bruno Haible
Hello Collin, > The 'inttostr' module seems like the best way to show this: > > diff --git a/pygnulib/GLModuleSystem.py b/pygnulib/GLModuleSystem.py > index fac29883f9..1724b250da 100644 > --- a/pygnulib/GLModuleSystem.py > +++ b/pygnulib/GLModuleSystem.py > @@ -1039,6 +1039,8 @@ class GLModuleTa