Hi Paul, Arnold, Jim, If the 'dfa' module supposed to be multithread-safe?
I'm asking because dfa.c invokes setlocale (LC_ALL, NULL), and I've found out that this call is not MT-safe on musl libc, macOS, FreeBSD, NetBSD, OpenBSD, AIX, Haiku, Cygwin, MSVC. I'm working on a fix and would like to know whether to include 'dfa' among the modules to be fixed... Bruno