]> granicus.if.org Git - apache/commit
Make the ssl expression parser thread-safe. It now requires bison instead of
authorStefan Fritsch <sf@apache.org>
Wed, 29 Sep 2010 19:42:03 +0000 (19:42 +0000)
committerStefan Fritsch <sf@apache.org>
Wed, 29 Sep 2010 19:42:03 +0000 (19:42 +0000)
commitf9ba292bfabc8bee00d15d518211ccde06a25e2f
treee0a02fb1e276863d076db4eff5a04ec3e6af1626
parent8dd0a17fa3054acf30a35bb419ff2b96384b7f9a
Make the ssl expression parser thread-safe. It now requires bison instead of
yacc.

Also change the make file magic so that the real source file name is
embedded in the debug info.

The generated files have been created with flex 2.5.35/bison 2.4.1. The two
'no previous prototype' warnings are supposed to be fixed with the next flex
version.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1002824 13f79535-47bb-0310-9956-ffa450edef68
13 files changed:
CHANGES
STATUS
modules/ssl/Makefile.in
modules/ssl/ssl_engine_config.c
modules/ssl/ssl_engine_kernel.c
modules/ssl/ssl_expr.c
modules/ssl/ssl_expr.h
modules/ssl/ssl_expr_eval.c
modules/ssl/ssl_expr_parse.c
modules/ssl/ssl_expr_parse.h
modules/ssl/ssl_expr_parse.y
modules/ssl/ssl_expr_scan.c
modules/ssl/ssl_expr_scan.l