summaryrefslogtreecommitdiffstats
path: root/server/util_regex.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Follow up to r1873941: define AP_REG_NO_DEFAULT for raw ap_regcomp() usage.Yann Ylavic2020-02-171-2/+2
* don't use DOTALL from mod_substitute which leaves \n at the end of the line.Eric Covener2020-02-121-0/+1
* Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicable in order to sa...Christophe Jaillet2015-12-101-3/+4
* No need to test for NULL, apr_pstrndup already handles it.Christophe Jaillet2014-01-181-1/+1
* Remove some useless declarations that were shadowing other localStefan Fritsch2013-03-311-1/+0
* fix Sun Studio type mismatch warningsJeff Trawick2010-09-231-2/+8
* Minor MMN bump for ap_rxplus APINick Kew2010-09-211-1/+0
* Remove cruft that accidentally got into r999533Nick Kew2010-09-211-56/+0
* Introduce ap_rxplus class: higher-level regexps supporting perl-styleNick Kew2010-09-211-0/+261