]> granicus.if.org Git - apache/history - server/util_pcre.c
Add compiled and loaded PCRE version numbers
[apache] / server / util_pcre.c
2014-07-23 Rainer JungAdd compiled and loaded PCRE version numbers
2014-07-23 Rainer JungCheck for correct minimum PCRE version in configure,
2014-07-22 Rainer JungClarify comment.
2014-03-19 Jim JagielskiAnd use #error if we get past configure...
2014-02-04 Ruediger Pluem* Only use PCRE_DUPNAMES if it is present (only in...
2014-01-03 Graham LeggettAdd a "MATCH_" prefix to variables set within
2013-12-30 Graham Leggettcore: Support named groups and backreferences within...
2012-05-27 Stefan FritschMake ap_regcomp() return AP_REG_ESPACE if out of memory...
2012-02-11 Rainer JungBZ 52623: Fix building against PCRE 8.30.
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-05-21 Stefan FritschChange the indentation to resemble the rest of the...
2011-05-21 Stefan FritschAdd ap_regexec_len() function that works with non-null...
2011-04-20 Joe Orton* server/util_pcre.c (ap_regerror): Use passed-in buffe...
2010-09-21 Nick KewIntroduce ap_rxplus class: higher-level regexps support...
2010-07-31 Stefan FritschCode cleanup: replace strncpy by apr_cpystrn or apr_pst...
2006-04-19 Roy T. Fieldingrevert last change
2006-04-19 Colm MacCarthaighUpdate the last year of copyright.
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-08-03 Joe Orton* server/util_pcre.c (ap_regexec): Fix --with-pcre...
2005-02-17 William A. Rowe Jr Get httpd-2.1 building once again on win32.
2005-02-11 Joe Orton* include/ap_regex.h: Include apr.h not stdlib.h; repla...
2005-02-11 Joe OrtonMove the POSIX reg* implementations into the ap_* names...