diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-18 08:02:09 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-18 08:02:09 +0000 |
commit | ac4aac0909da26befaaeb6b415f66cf35b6980e0 (patch) | |
tree | 3d3289e6192508484dcbefa10e2d862c5cc06d64 /TODO | |
parent | 62799a416d2b29d8058331f3d8725fb67c75d261 (diff) | |
download | luasocket-ac4aac0909da26befaaeb6b415f66cf35b6980e0.tar.gz luasocket-ac4aac0909da26befaaeb6b415f66cf35b6980e0.tar.bz2 luasocket-ac4aac0909da26befaaeb6b415f66cf35b6980e0.zip |
Implemented safe exceptions. This looks preeety good.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,5 @@ | |||
1 | 1 | ||
2 | |||
2 | ajeitar os README.* | 3 | ajeitar os README.* |
3 | ajeitar as referencias a RFCS e LTNS em todos os arquivos. | 4 | ajeitar as referencias a RFCS e LTNS em todos os arquivos. |
4 | 5 | ||
@@ -8,8 +9,9 @@ check garbage collection in test*.lua | |||
8 | 9 | ||
9 | 10 | ||
10 | manual | 11 | manual |
11 | socket.skip | 12 | socket.newtry |
12 | send return convention changed. | 13 | *socket.skip |
14 | *send return convention changed. | ||
13 | * compatibility: select sets are associative | 15 | * compatibility: select sets are associative |
14 | * add socket.connect and socket.bind to the manual | 16 | * add socket.connect and socket.bind to the manual |
15 | * add shutdown | 17 | * add shutdown |