On 2026-06-03 15:08:08 +0200, Vincent Lefevre wrote:
> This is regex.c, which is enabled only when "your system's regexp
> library is completely broken" (configure.ac).
BTW, the INSTALL file contains:
--with-bundled-regex
use bundled GNU regex instead of local regexp routines. Many systems
don't have the POSIX compliant regcomp/regexec/regfree
routines, so this provides a way to support them.
This was already there in the initial revision in 1998 (and has only
been slightly modified):
--with-rx
use GNU rx instead of local regexp routines. Many systems don't
have the POSIX compliant regcomp/regexec/regfree routines, so this
provides a way to support them.
This is probably obsolete and misleading.
--
Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Pascaline project (LIP, ENS-Lyon)