aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-01-02 22:44:00 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-01-02 22:44:00 +0000
commit97b26e0b66c840a446a0179200c7df23565330d1 (patch)
tree272f9ea0451f13b563451fb8df21a03669e90d09 /etc
parenta8254e94f8c14ac15b02be53a1cc69ba80899230 (diff)
downloadluasocket-97b26e0b66c840a446a0179200c7df23565330d1.tar.gz
luasocket-97b26e0b66c840a446a0179200c7df23565330d1.tar.bz2
luasocket-97b26e0b66c840a446a0179200c7df23565330d1.zip
Almost ready to release beta3
Diffstat (limited to '')
-rw-r--r--etc/README5
-rw-r--r--etc/dict.lua2
-rw-r--r--etc/lp.lua2
-rw-r--r--etc/tftp.lua2
4 files changed, 3 insertions, 8 deletions
diff --git a/etc/README b/etc/README
index e72471d..6be740b 100644
--- a/etc/README
+++ b/etc/README
@@ -1,11 +1,6 @@
1This directory contains code that is more useful than the examples. This code 1This directory contains code that is more useful than the examples. This code
2*is* supported. 2*is* supported.
3 3
4 lua.lua -- new require and requirelib implementations
5
6This is to support dynamic loading of LuaSocket. Check the INSTALL
7file for more information.
8
9 tftp.lua -- Trivial FTP client 4 tftp.lua -- Trivial FTP client
10 5
11This module implements file retrieval by the TFTP protocol. Its main use 6This module implements file retrieval by the TFTP protocol. Its main use
diff --git a/etc/dict.lua b/etc/dict.lua
index 6c40a32..a52b977 100644
--- a/etc/dict.lua
+++ b/etc/dict.lua
@@ -151,4 +151,4 @@ get = socket.protect(function(gett)
151 else return tget(gett) end 151 else return tget(gett) end
152end) 152end)
153 153
154getmetatable(_M).__index = nil 154--getmetatable(_M).__index = nil
diff --git a/etc/lp.lua b/etc/lp.lua
index cc358d1..7637d16 100644
--- a/etc/lp.lua
+++ b/etc/lp.lua
@@ -318,4 +318,4 @@ query = socket.protect(function(p)
318 return data 318 return data
319end) 319end)
320 320
321getmetatable(_M).__index = nil 321--getmetatable(_M).__index = nil
diff --git a/etc/tftp.lua b/etc/tftp.lua
index 91b26c9..ba21a43 100644
--- a/etc/tftp.lua
+++ b/etc/tftp.lua
@@ -153,4 +153,4 @@ get = socket.protect(function(gett)
153 else return tget(gett) end 153 else return tget(gett) end
154end) 154end)
155 155
156getmetatable(_M).__index = nil 156--getmetatable(_M).__index = nil