Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lua 5.4 support for 2.4.x #176

Closed
wants to merge 1 commit into from
Closed

Lua 5.4 support for 2.4.x #176

wants to merge 1 commit into from

Conversation

notroj
Copy link
Collaborator

@notroj notroj commented Mar 3, 2021

* modules/lua/config.m4 (CHECK_LUA): Support Debian-style
  pkg-config naming for lua.

Reviewed by: ylavic

Support building against Lua 5.4 by adjusting to the 3-arg form of
lua_resume().

* modules/lua/config.m4 (CHECK_LUA): Check for lua5.4 paths.

* modules/lua/mod_lua.c (lua_output_filter_handle,
  lua_input_filter_handle): Check that exactly one item is on the
  stack as indicated by lua_resume().

Submitted by: Lubos Uhliarik <luhliari redhat.com>, jorton
PR: 64591

improve Lua 5.4 handling

Submitted by: jorton, gbechis

* modules/lua/config.m4 (CHECK_LUA): Support Debian-style
  pkg-config naming for lua.

Support building against Lua 5.4 by adjusting to the 3-arg form of
lua_resume().

* modules/lua/config.m4 (CHECK_LUA): Check for lua5.4 paths.

* modules/lua/mod_lua.c (lua_output_filter_handle,
  lua_input_filter_handle): Check that exactly one item is on the
  stack as indicated by lua_resume().

improve Lua 5.4 handling

* Correctly define lua_resume for Lua <= 5.1

Submitted by: Lubos Uhliarik <luhliari redhat.com>, jorton, rpluem, gbechis
PR: 64591
@notroj
Copy link
Collaborator Author

notroj commented Apr 19, 2021

Merged in a76af5b

@notroj notroj closed this Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant