summaryrefslogtreecommitdiff
path: root/source3/lua-5.1.4/test/hello.lua
AgeCommit message (Collapse)AuthorFilesLines
2009-09-29s3: Remove the lua interpreter againVolker Lendecke1-3/+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 Lendecke1-0/+3
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.