index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
util_expr_parse.y
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Non terminal cannot have string aliases (only tokens appear in error
Joe Orton
2019-11-13
1
-16
/
+16
*
ap_expr: follow up to r1810605.
Yann Ylavic
2017-10-04
1
-88
/
+71
*
ap_expr: follow up to r1810605.
Yann Ylavic
2017-10-03
1
-18
/
+18
*
ap_expr: open string expressions to the <word>.
Yann Ylavic
2017-10-02
1
-52
/
+103
*
* ap_exr: Add replace(string, from, to) function.
Jan Kaluža
2014-11-27
1
-0
/
+1
*
Provide better token names for error messages
Stefan Fritsch
2013-06-15
1
-47
/
+47
*
Limit recursion in ap_expr evaluation to avoid unbounded stack usage
Stefan Fritsch
2011-11-19
1
-4
/
+4
*
Improve error message by removing 'unexpected T_ERROR' in one case.
Stefan Fritsch
2011-10-10
1
-1
/
+2
*
Do proper length checks in the expression scanner. This allows to remove the
Stefan Fritsch
2011-08-13
1
-0
/
+1
*
Add string valued expressions to ap_expr, do some API cleanup
Stefan Fritsch
2011-07-02
1
-1
/
+5
*
Rename ap_expr's typedef names:
Stefan Fritsch
2010-12-04
1
-5
/
+5
*
- add -ipmatch, -str(c)match, -fnmatch, -R operators to ap_expr
Stefan Fritsch
2010-11-28
1
-2
/
+3
*
Fix some Windows build issues
Stefan Fritsch
2010-11-25
1
-2
/
+2
*
ap_expr related fixes/enhancements:
Stefan Fritsch
2010-11-21
1
-1
/
+12
*
Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use
Stefan Fritsch
2010-11-06
1
-0
/
+199