summaryrefslogtreecommitdiff
path: root/source3/lua-5.1.4/etc
AgeCommit message (Collapse)AuthorFilesLines
2009-09-29s3: Remove the lua interpreter againVolker Lendecke9-284/+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.
2008-12-17Add the Lua distibution from http://www.lua.org/ftp/lua-5.1.4.tar.gzVolker Lendecke9-0/+284
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.