Re: uses of xinmalloc and xpmalloc triggered make syntax-check failure

2023-06-07 Thread Bruno Haible
Hi Jim, > 'print Regexp::Assemble->new(file => "/dev/stdin")->as_string' Thanks. The README at https://github.com/ronsavage/Regexp-Assemble is nice to read. Bruno

Re: uses of xinmalloc and xpmalloc triggered make syntax-check failure

2023-06-07 Thread Jim Meyering
On Wed, Jun 7, 2023 at 1:38 AM Bruno Haible wrote: > Jim Meyering wrote: > > regenerate regex to reflect new functions in xalloc.h > > How did you do that? By hand, or using some of the techniques from [1] or [2]? Hi Bruno, the comments just above include the commands I ran to create the resultin

Re: flock module

2023-06-07 Thread Bruno Haible
Hi, Eric Gallager wrote: > I brought up gnulib's flock module, however, there was some concern > about how its documentation says, "[T]he replacement function does not > really work; it exhibits test failures." > https://www.gnu.org/software/gnulib/manual/html_node/flock.html > Do these test failu

Re: uses of xinmalloc and xpmalloc triggered make syntax-check failure

2023-06-07 Thread Bruno Haible
Jim Meyering wrote: > regenerate regex to reflect new functions in xalloc.h How did you do that? By hand, or using some of the techniques from [1] or [2]? Just curious. Bruno [1] https://stackoverflow.com/questions/7432830/ [2] https://cstheory.stackexchange.com/questions/16860/