summaryrefslogtreecommitdiff
path: root/lib/rpmliblua.c
AgeCommit message (Collapse)AuthorFilesLines
2012-10-09Add lua 5.2 support.Anders F Bjorklund1-2/+12
Add compatibility support for both lua-5.1 and lua-5.2, assuming that the LUA_COMPAT might have been disabled. Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
2009-02-11Be more careful about errors in lua rpm vercmp()Panu Matilainen1-5/+6
2009-01-14Add central Lua shutdown function and use itPanu Matilainen1-0/+6
- makes sure lua garbage collect runs - memory used by lua gets freed
2009-01-14Add librpm level lua extension stubPanu Matilainen1-0/+38
- inspired by rpm5.org, details differ - just rpm.vercmp() for now - push all Lua initialization to rpmLuaInit()