• Tollef Fog Heen's avatar
    Switch regex engine to PCRE · 00dd1733
    Tollef Fog Heen authored
    We no longer use POSIX style regexes, but rather PCRE regexes.  This
    introduces a hard dependency on libpcre.
    
    Test suite passes, but only lightly tested.
    
    The regex functions are in its own source file to make it easy to
    change the decision if somebody wants to use non-PCRE for some reason.
    
    git-svn-id: http://www.varnish-cache.org/svn/trunk@4334 d4fa192b-c00b-0410-8231-f00ffab90ce4
    00dd1733
vre.h 1.76 KB