Almost ready to release beta3

This commit is contained in:
Diego Nehab
2005-01-02 22:44:00 +00:00
parent a8254e94f8
commit 97b26e0b66
23 changed files with 53 additions and 59 deletions

View File

@ -1,11 +1,6 @@
This directory contains code that is more useful than the examples. This code
*is* supported.
lua.lua -- new require and requirelib implementations
This is to support dynamic loading of LuaSocket. Check the INSTALL
file for more information.
tftp.lua -- Trivial FTP client
This module implements file retrieval by the TFTP protocol. Its main use

View File

@ -151,4 +151,4 @@ get = socket.protect(function(gett)
else return tget(gett) end
end)
getmetatable(_M).__index = nil
--getmetatable(_M).__index = nil

View File

@ -318,4 +318,4 @@ query = socket.protect(function(p)
return data
end)
getmetatable(_M).__index = nil
--getmetatable(_M).__index = nil

View File

@ -153,4 +153,4 @@ get = socket.protect(function(gett)
else return tget(gett) end
end)
getmetatable(_M).__index = nil
--getmetatable(_M).__index = nil