summaryrefslogtreecommitdiffstats
path: root/source3/lua-5.1.4
Commit message (Collapse)AuthorAgeFilesLines
* s3: Remove the lua interpreter againVolker Lendecke2009-09-29100-28089/+0
| | | | | This was meant to support async winbind. But as the hairy parts of async winbind (getgrent) are done without it, it can go again.
* Add the Lua distibution from http://www.lua.org/ftp/lua-5.1.4.tar.gzVolker Lendecke2008-12-17100-0/+28089
Available under the MIT license. Adding it to see how the build farm likes it. They claim to be 100% pure ANSI C and compile everywhere. Lets see. If it breaks badly, we can remove it again.