diff options
Diffstat (limited to 'FIX')
-rw-r--r-- | FIX | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,2 +1,9 @@ | |||
1 | tcp{client}:shutdown() was checking for group instead of class. | 1 | tcp{client}:shutdown() was checking for group instead of class. |
2 | tcp{client}:send() now returns i+sent-1... | 2 | tcp{client}:send() now returns i+sent-1... |
3 | get rid of a = socket.try() in the manual, except for protected cases. | ||
4 | replace it with assert. | ||
5 | get rid of "base." kludge | ||
6 | check all "require("http")" etc in the manual. | ||
7 | make sure sock_gethostname.* only return success if the hp is not null! | ||
8 | change 'l' prefix in C libraries to 'l-something'... | ||
9 | don't forget the declarations in luasocket.h and mime.h!!! | ||