summaryrefslogtreecommitdiff
path: root/src/l_util.c
Commit message (Expand)AuthorAgeFilesLines
* fixed build for 5.1Christian Pointner2015-05-101-1/+2
* added inital support for Lua 5.2Christian Pointner2015-05-101-4/+14
* added support for clangChristian Pointner2012-12-111-1/+1
* removed trailing whitespacesChristian Pointner2010-12-291-9/+9
* removing getfd functionsChristian Pointner2010-12-261-8/+2
* exec and waitpid work with lua table for each childChristian Pointner2010-11-231-107/+39
* kill now supports numbers and not only stringsChristian Pointner2010-11-221-36/+45
* added kill to utilChristian Pointner2010-11-221-0/+52
* cleanupChristian Pointner2010-11-221-3/+0
* exec works now with prepared stdio setupChristian Pointner2010-11-221-4/+26
* exec works now (with error pipe back)Christian Pointner2010-11-221-19/+18
* added child clear (not called yet)Christian Pointner2010-11-221-0/+17
* added error pipe in case execve returns - not working yet..Christian Pointner2010-11-221-2/+130
* environment pointer works now at execChristian Pointner2010-11-211-11/+26
* util.exec now supports argumentsChristian Pointner2010-11-201-2/+73
* added first verion ofChristian Pointner2010-11-201-7/+70
* removed now useles dirty functionsChristian Pointner2010-11-181-4/+4
* added util module with own select Christian Pointner2010-11-181-0/+164