History log of /httpd/server/util_expr_parse.h
Revision Date Author Comments Expand
b4210838c9919c418f7b7d179b1b0ae4f91347bc 1643901 08-Dec-2014 ylavic

Revert r1643900. May someone with a bison version closer to the original one make this change.

4b2f2481993749e868ccc5f85130079bbe6eb749 1643900 08-Dec-2014 ylavic

util_expr: sync bison generated source files with server/util_expr_parse.y.

429a8397b16b663be30cce927a20458ef2e7488a 1493422 15-Jun-2013 sf

update auto-generated code

3318c4b8fd7e2c2014e119b7bba265456d06ea8e 1493416 15-Jun-2013 sf

Update auto-generated source Now using bison 2.7.12

765c25f35d580f6c0eef6c22f0a2de20db03e157 1181231 10-Oct-2011 sf

Update autogenerated code. Now generated with bison 2.5 instead of 2.4.1

742318b93e89c311f66b55f426c4d9cf2c14628b 1174748 23-Sep-2011 jim

Cleanup effort in prep for GA push: Trim trailing whitespace... no func change

/httpd/include/ap_config.h /httpd/include/ap_hooks.h /httpd/include/ap_listen.h /httpd/include/ap_mpm.h /httpd/include/ap_regex.h /httpd/include/ap_regkey.h /httpd/include/ap_release.h /httpd/include/ap_slotmem.h /httpd/include/ap_socache.h /httpd/include/http_connection.h /httpd/include/http_core.h /httpd/include/http_log.h /httpd/include/http_protocol.h /httpd/include/http_request.h /httpd/include/http_vhost.h /httpd/include/httpd.h /httpd/include/mod_core.h /httpd/include/mpm_common.h /httpd/include/scoreboard.h /httpd/include/util_cfgtree.h /httpd/include/util_charset.h /httpd/include/util_filter.h /httpd/include/util_ldap.h /httpd/include/util_mutex.h /httpd/include/util_script.h /httpd/include/util_time.h /httpd/modules/aaa/mod_authz_dbd.h /httpd/modules/arch/unix/mod_unixd.h /httpd/modules/arch/win32/mod_isapi.h /httpd/modules/cache/cache_cache.h /httpd/modules/cache/cache_hash.h /httpd/modules/cache/cache_pqueue.h /httpd/modules/core/mod_so.h /httpd/modules/core/mod_watchdog.h /httpd/modules/database/mod_dbd.h /httpd/modules/filters/libsed.h /httpd/modules/filters/mod_include.h /httpd/modules/filters/mod_ratelimit.h /httpd/modules/filters/regexp.h /httpd/modules/filters/sed.h /httpd/modules/generators/mod_cgi.h /httpd/modules/generators/mod_suexec.h /httpd/modules/ldap/util_ldap_cache.h /httpd/modules/loggers/mod_log_config.h /httpd/modules/lua/lua_vmprep.h /httpd/modules/lua/mod_lua.h /httpd/modules/mappers/mod_rewrite.h /httpd/modules/proxy/ajp.h /httpd/modules/proxy/ajp_header.h /httpd/modules/proxy/mod_serf.h /httpd/modules/session/mod_session.h /httpd/modules/ssl/mod_ssl.h /httpd/modules/ssl/ssl_private.h /httpd/modules/ssl/ssl_util_ssl.h /httpd/os/netware/os.h /httpd/os/netware/pre_nw.h /httpd/os/unix/unixd.h /httpd/os/win32/os.h mpm/event/fdqueue.h mpm/mpmt_os2/mpm_default.h mpm/simple/simple_event.h mpm/winnt/mpm_winnt.h util_expr_parse.h /httpd/support/suexec.h
c7ade0d03315c554b0ca4ad1b2dd00ffea999e62 1142165 02-Jul-2011 sf

Update auto-generated code

68dfc95acc4fde241e0124dd29cdda973bd6ec2c 1042146 04-Dec-2010 sf

Rename ap_expr's typedef names: ap_expr -> ap_expr_t ap_expr_parse_ctx -> ap_expr_parse_ctx_t ap_expr_eval_ctx -> ap_expr_eval_ctx_t ap_expr_lookup_fn -> ap_expr_lookup_fn_t ap_expr_node_op -> ap_expr_node_op_e

76a33192b55bef44bc6e6756a6b4e77d411127b9 1039204 25-Nov-2010 sf

Fix some Windows build issues

8bc0214116f2225966cf4a806dc183f18e7c3803 1037504 21-Nov-2010 sf

ap_expr related fixes/enhancements: - implement regex backreferences and make them available for setting envvars in SetEnvIfExpr - implement nested function calls in %-syntax: %{func1:%{func2:arg}} - actually implement evaluation of concatenation operator (oops...) - Fix <If ... > treating an internal error as success

8fae12696bce44be9ce4c56888690cad8ac7b8f9 1032073 06-Nov-2010 sf

Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use the new parser. Rework ap_expr's public interface and provide hooks for modules to add variables and functions. The Netware and Windows build files still need to be adjusted