MINOR: hlua: Add regex class
authorThierry FOURNIER <thierry.fournier@ozon.io>
Wed, 25 Oct 2017 10:59:51 +0000 (12:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 Oct 2017 08:30:44 +0000 (10:30 +0200)
commit31904278dc8ee68c015538cb1a91e246b1e5d1ea
treeff4544fc32318e45744d3d87299c32b1ac07d72c
parent46c72551f36b982d117cf89537430699305a3c15
MINOR: hlua: Add regex class

This patch simply brings HAProxy internal regex system to the Lua API.
Lua doesn't embed regexes, now it inherits from the regexes compiled
with haproxy.
doc/lua-api/index.rst
include/types/hlua.h
src/hlua_fcn.c