Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-09 | Add lua 5.2 support. | Anders F Bjorklund | 1 | -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-11 | Be more careful about errors in lua rpm vercmp() | Panu Matilainen | 1 | -5/+6 | |
2009-01-14 | Add central Lua shutdown function and use it | Panu Matilainen | 1 | -0/+6 | |
- makes sure lua garbage collect runs - memory used by lua gets freed | |||||
2009-01-14 | Add librpm level lua extension stub | Panu Matilainen | 1 | -0/+38 | |
- inspired by rpm5.org, details differ - just rpm.vercmp() for now - push all Lua initialization to rpmLuaInit() |