summaryrefslogtreecommitdiff
path: root/luaext
AgeCommit message (Expand)AuthorFilesLines
2012-10-09Add lua 5.2 support.Anders F Bjorklund2-5/+9
2011-03-28Use pkg-config to find Lua + determine flags (ticket #88)Panu Matilainen1-2/+2
2010-11-15Basic protection against Lua os.exit() and posix.exec() (ticket #167)Panu Matilainen2-2/+38
2010-04-12New gcc versions comlpain about undefined behaviour...Michael Schroeder1-2/+2
2010-01-27Fix include path of luaext subdirPanu Matilainen1-2/+1
2010-01-04Remove largely unnecessary putenv() replacementPanu Matilainen1-0/+8
2010-01-04Use rpm's own strdup() clone everywherePanu Matilainen1-1/+2
2009-09-07Help compilers/analyzers a bit with luaL_error()Panu Matilainen1-3/+3
2008-11-22Use rpmConfigDir() instead of hardwired value in Lua initializationPanu Matilainen1-1/+1
2008-10-20setenv() + unsetenv() are always available in rpmPanu Matilainen1-6/+0
2008-10-20Add posix.mkstemp() to Lua posix libPanu Matilainen1-0/+32
2008-10-14Reuse toplevel WITH_LUA_LIB setting instead of manual settingPanu Matilainen1-1/+1
2008-06-30(char)NULL doesn't make much sense, use \0 insteadPanu Matilainen1-1/+1
2008-04-16Fixup leftovers from lua/local -> luaext/ movePanu Matilainen1-3/+3
2008-04-16Add modemuncher + lua init stuff to extra distPanu Matilainen1-0/+5
2008-04-16Start phasing out internal copy of LuaPanu Matilainen11-0/+1616