summaryrefslogtreecommitdiffstats
path: root/server/util_expr_parse.y (follow)
Commit message (Expand)AuthorAgeFilesLines
* Non terminal cannot have string aliases (only tokens appear in errorJoe Orton2019-11-131-16/+16
* ap_expr: follow up to r1810605.Yann Ylavic2017-10-041-88/+71
* ap_expr: follow up to r1810605.Yann Ylavic2017-10-031-18/+18
* ap_expr: open string expressions to the <word>.Yann Ylavic2017-10-021-52/+103
* * ap_exr: Add replace(string, from, to) function.Jan Kaluža2014-11-271-0/+1
* Provide better token names for error messagesStefan Fritsch2013-06-151-47/+47
* Limit recursion in ap_expr evaluation to avoid unbounded stack usageStefan Fritsch2011-11-191-4/+4
* Improve error message by removing 'unexpected T_ERROR' in one case.Stefan Fritsch2011-10-101-1/+2
* Do proper length checks in the expression scanner. This allows to remove theStefan Fritsch2011-08-131-0/+1
* Add string valued expressions to ap_expr, do some API cleanupStefan Fritsch2011-07-021-1/+5
* Rename ap_expr's typedef names:Stefan Fritsch2010-12-041-5/+5
* - add -ipmatch, -str(c)match, -fnmatch, -R operators to ap_exprStefan Fritsch2010-11-281-2/+3
* Fix some Windows build issuesStefan Fritsch2010-11-251-2/+2
* ap_expr related fixes/enhancements:Stefan Fritsch2010-11-211-1/+12
* Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl useStefan Fritsch2010-11-061-0/+199