Change ',' to '#' in sed 's' command
[platform/upstream/rpm.git] / luaext / lposix.c
2012-10-09 Anders F BjorklundAdd lua 5.2 support.
2010-11-15 Panu MatilainenBasic protection against Lua os.exit() and posix.exec...
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-10-20 Panu Matilainensetenv() + unsetenv() are always available in rpm
2008-10-20 Panu MatilainenAdd posix.mkstemp() to Lua posix lib
2008-04-16 Panu MatilainenStart phasing out internal copy of Lua