summaryrefslogtreecommitdiff
path: root/luaext/lposix.c
Commit message (Expand)AuthorAgeFilesLines
* Set FD_CLOEXEC on opened files before exec from lua script is calledLubos Kardos2016-05-311-0/+12
* Add posix.redirect2nullZbigniew Jędrzejewski-Szmek2016-03-101-0/+20
* remove luaL_checkint, deprecated in lua 5.3Johannes Dewender2015-06-011-6/+6
* Finish lua 5.2 support, trac #865Johannes Dewender2013-04-051-6/+15
* Add lua 5.2 support.Anders F Bjorklund2012-10-091-3/+7
* Basic protection against Lua os.exit() and posix.exec() (ticket #167)Panu Matilainen2010-11-151-2/+37
* Remove largely unnecessary putenv() replacementPanu Matilainen2010-01-041-0/+8
* Use rpm's own strdup() clone everywherePanu Matilainen2010-01-041-1/+2
* Help compilers/analyzers a bit with luaL_error()Panu Matilainen2009-09-071-3/+3
* setenv() + unsetenv() are always available in rpmPanu Matilainen2008-10-201-6/+0
* Add posix.mkstemp() to Lua posix libPanu Matilainen2008-10-201-0/+32
* Start phasing out internal copy of LuaPanu Matilainen2008-04-161-0/+819