aboutsummaryrefslogtreecommitdiff
path: root/FIX
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-02-08 10:01:01 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-02-08 10:01:01 +0000
commit8d4e240f6ae50d9b22ddc44f5e207018935da907 (patch)
treed8ca9a51dc35534592f700e42740feac20242ede /FIX
parent5d32848674b723521e87836eafa24f5ae8f80a89 (diff)
downloadluasocket-8d4e240f6ae50d9b22ddc44f5e207018935da907.tar.gz
luasocket-8d4e240f6ae50d9b22ddc44f5e207018935da907.tar.bz2
luasocket-8d4e240f6ae50d9b22ddc44f5e207018935da907.zip
Forward server working on Mac OS X...
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!!!