]> git.kaiwu.me - haproxy.git/commit
MEDIUM: lua: use the Lua-5.3 version of the library
authorThierry FOURNIER <tfournier@exceliance.fr>
Fri, 6 Mar 2015 12:48:32 +0000 (13:48 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Mar 2015 16:47:52 +0000 (17:47 +0100)
commitf90838b71a3c7f84e1d8b4ff85760a35d60c6910
treee6f93bdd0d384293d5e225afafcda1887fcecd36
parentdeb5d7388361e21308503a898e11561eece2d763
MEDIUM: lua: use the Lua-5.3 version of the library

The Lua-5.3 version of the library adds a required function to fix
a bug with the forced-yield system.

This patch permits to build with the Lua-5.3 library. Main changes
are:
 - "unsigned" type disappear to be replaced by signed type,
 - prototype of the yield function callback changes.
Makefile
src/hlua.c