Adapt for Yocto, remove pushd/popd bashisms
[platform/upstream/rpm.git] / luaext /
2012-10-09 Anders F BjorklundAdd lua 5.2 support.
2011-03-28 Panu MatilainenUse pkg-config to find Lua + determine flags (ticket...
2010-11-15 Panu MatilainenBasic protection against Lua os.exit() and posix.exec...
2010-04-12 Michael SchroederNew gcc versions comlpain about undefined behaviour...
2010-01-27 Panu MatilainenFix include path of luaext subdir
2010-01-04 Panu MatilainenRemove largely unnecessary putenv() replacement
2010-01-04 Panu MatilainenUse rpm's own strdup() clone everywhere
2009-09-07 Panu MatilainenHelp compilers/analyzers a bit with luaL_error()
2008-11-22 Panu MatilainenUse rpmConfigDir() instead of hardwired value in Lua...
2008-10-20 Panu Matilainensetenv() + unsetenv() are always available in rpm
2008-10-20 Panu MatilainenAdd posix.mkstemp() to Lua posix lib
2008-10-14 Panu MatilainenReuse toplevel WITH_LUA_LIB setting instead of manual...
2008-06-30 Panu Matilainen(char)NULL doesn't make much sense, use \0 instead
2008-04-16 Panu MatilainenFixup leftovers from lua/local -> luaext/ move
2008-04-16 Panu MatilainenAdd modemuncher + lua init stuff to extra dist
2008-04-16 Panu MatilainenStart phasing out internal copy of Lua