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
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
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