aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-12-07 20:39:02 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-12-07 20:39:02 +0000
commit33349fbd21838e95cd07b5f660624932222517e2 (patch)
tree31475eee399e30a328d707c36cd0b393e440d61b
parent4e5ad6d5ee9e72ddf6550a6795c18039b265e501 (diff)
downloadluasocket-33349fbd21838e95cd07b5f660624932222517e2.tar.gz
luasocket-33349fbd21838e95cd07b5f660624932222517e2.tar.bz2
luasocket-33349fbd21838e95cd07b5f660624932222517e2.zip
More to do.
-rw-r--r--FIX1
-rw-r--r--TODO3
-rw-r--r--test/ltn12test.lua1
3 files changed, 4 insertions, 1 deletions
diff --git a/FIX b/FIX
index 5ce3a01..5846e5e 100644
--- a/FIX
+++ b/FIX
@@ -1,3 +1,4 @@
1mime filters are more strict with ltn12 standards
1ltn12 avoids coroutines (so you can go wild on the C side) 2ltn12 avoids coroutines (so you can go wild on the C side)
2automated tests for ftp now in use 3automated tests for ftp now in use
3new compat-5.1 distribution 4new compat-5.1 distribution
diff --git a/TODO b/TODO
index c366bf6..fedcd7f 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,6 @@
1"foo.bar.baz" previously had to provide luaopen_foobarbaz() and now
2should use luaopen_foo_bar_baz(). Change compat-5.1 and LuaSocket?
3
1ftp.send/recv return bytes transfered? 4ftp.send/recv return bytes transfered?
2new scheme to choose family/protocol of object to create 5new scheme to choose family/protocol of object to create
3change ltn13 to make sure drawbacks are obvious 6change ltn13 to make sure drawbacks are obvious
diff --git a/test/ltn12test.lua b/test/ltn12test.lua
index 7922bf1..74a45e8 100644
--- a/test/ltn12test.lua
+++ b/test/ltn12test.lua
@@ -272,4 +272,3 @@ assert(filter3(nil, 1), "filter3 not empty")
272assert(filter4(nil, 1), "filter4 not empty") 272assert(filter4(nil, 1), "filter4 not empty")
273assert(filter5(nil, 1), "filter5 not empty") 273assert(filter5(nil, 1), "filter5 not empty")
274print("ok") 274print("ok")
275