Arnold Robbins
Arnold Robbins
After applying the patch in Issue #112 and running valgrind --leak-check=full with the same program, there is a leak: ==5226== Memcheck, a memory error detector ==5226== Copyright (C) 2002-2017, and...
Using the code from master as of today, I found the following bug. Given: ```sh BEGIN { print match("abc-def", /[qrs---tuv]/) } ``` The One True Awk prints a result of...
Hi. I'm wondering how hard it would be for your library to supply an API like that of the GNU regex? In particular, I need the ability to support different...
The three `wget` commands reference an older release. Please update them to the current release, so that someone who naively (like me :-) just copy/pastes them to try it out...