On 20 Jul 2008 17:30:01 +0100 "Chris Young" <[EMAIL PROTECTED]> wrote:
> Hi > > Can I quickly ask which regex library is being used for NetSurf. I'm > compiling against a version of Henry Spencer's code but regexec() is > just crashing here. I'm having trouble finding any other free regexp > implementations I can replace it with. Any suggestions? Whatever the host's POSIX libc provides. Under RISC OS, UnixLib uses Henry Spencer's implementation. It strikes me as unlikely that there's a bug in it after all these years and ports to fruity platforms via NetBSD, so I'd check your compiler and other environmental factors first. B.
