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