bug#25479: memory leaks in dfa

2017-01-18 Thread Arnold Robbins
Hi Grep Guys. Please: clone gawk repo cd gawk ./bootstrap.sh && ./configure && make -j make valgrind Look at the 'definitely lost' lines. For example: ==30472== 240 bytes in 2 blocks are definitely lost in loss record 128 of 170 ==30472==at 0x4C2DB8F: malloc

bug#33218: Updated dfa.c: unused function charclass_context

2018-10-31 Thread Arnold Robbins
Hi. I have merged the latest dfa.c into gawk. When I compile it, I get the following warning: dfa.c:2352:1: warning: 'charclass_context' defined but not used [-Wunused-function] And indeed, the function isn't used. So I have removed it. Thanks, Arnold -- diff --git a/supp

bug#36815: dfa up to date?

2019-07-26 Thread Arnold Robbins
Hi. I seem to recall that Norihiro Tanaka had sent in some patches to dfa a few months back, but I don't think I saw them integrated into Gnulib. Am I imagining things? If not, any ETA on that? Thanks, Arnold