rpm/luaext
Johannes Dewender 140744377b remove luaL_checkint, deprecated in lua 5.3
luaL_checkint and luaL_optint are deprecated in lua 5.3
The variants luaL_checkinteger and luaL_optinteger work
the same with an implicit typecast (lua_integer -> int).
2015-06-01 16:20:40 +02:00
..
Makefile.am Use pkg-config to find Lua + determine flags (ticket #88) 2011-03-28 12:54:42 +03:00
linit.c Start phasing out internal copy of Lua 2008-04-16 15:37:52 +03:00
linit.h Start phasing out internal copy of Lua 2008-04-16 15:37:52 +03:00
linit.lch Start phasing out internal copy of Lua 2008-04-16 15:37:52 +03:00
linit.lua Start phasing out internal copy of Lua 2008-04-16 15:37:52 +03:00
lposix.c remove luaL_checkint, deprecated in lua 5.3 2015-06-01 16:20:40 +02:00
lposix.h Basic protection against Lua os.exit() and posix.exec() (ticket #167) 2010-11-15 09:49:14 +02:00
lrexlib.c Add lua 5.2 support. 2012-10-09 08:28:52 +03:00
lrexlib.h Start phasing out internal copy of Lua 2008-04-16 15:37:52 +03:00
modemuncher.c New gcc versions comlpain about undefined behaviour... 2010-04-12 12:11:05 +02:00
userconfig.c Use rpmConfigDir() instead of hardwired value in Lua initialization 2008-11-22 18:09:23 +02:00