diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-11-28 08:17:16 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-11-28 08:17:16 +0000 |
commit | 534b0cedf714d4de0a6cf67570e11f232cdccf84 (patch) | |
tree | 14b26a6a8460e57c9739025eb0e661f64bb78b4f /TODO | |
parent | 297b32e828b76ee544c9d4f89f996eda78830cc0 (diff) | |
download | luasocket-534b0cedf714d4de0a6cf67570e11f232cdccf84.tar.gz luasocket-534b0cedf714d4de0a6cf67570e11f232cdccf84.tar.bz2 luasocket-534b0cedf714d4de0a6cf67570e11f232cdccf84.zip |
Added new instalation section to the manual.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,3 @@ | |||
1 | use wim's filter.chain or something better | ||
2 | make sure standard libraries are "required" by modules before use. | ||
3 | eliminate globals from namespaces created by module(). | ||
4 | ftp.send/recv return bytes transfered? | 1 | ftp.send/recv return bytes transfered? |
5 | new scheme to choose family/protocol of object to create | 2 | new scheme to choose family/protocol of object to create |
6 | change ltn13 to make sure drawbacks are obvious | 3 | change ltn13 to make sure drawbacks are obvious |
@@ -23,6 +20,9 @@ testar os options! | |||
23 | - proteger ou atomizar o conjunto (timedout, receive), (timedout, send) | 20 | - proteger ou atomizar o conjunto (timedout, receive), (timedout, send) |
24 | - inet_ntoa também é uma merda. | 21 | - inet_ntoa também é uma merda. |
25 | 22 | ||
23 | *eliminate globals from namespaces created by module(). | ||
24 | *make sure standard libraries are "required" by modules before use. | ||
25 | *use wim's filter.chain or something better | ||
26 | *close wasn't returning 1 | 26 | *close wasn't returning 1 |
27 | *make sure errors not thrown by try() are not caught by protect() | 27 | *make sure errors not thrown by try() are not caught by protect() |
28 | *move wsocket.c:sock_send kludge to buffer.c:sendraw? | 28 | *move wsocket.c:sock_send kludge to buffer.c:sendraw? |