aboutsummaryrefslogtreecommitdiff
path: root/NEW
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2003-06-26 18:47:49 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2003-06-26 18:47:49 +0000
commit71f6bb60bf2b7457091c7106190f92ab7e51f7c6 (patch)
tree8ad3668667bd3da3c34f7ff7ae0a9a7a4daa4679 /NEW
parentf330540576031528f0daac231c61d4dd06e8ba1e (diff)
downloadluasocket-71f6bb60bf2b7457091c7106190f92ab7e51f7c6.tar.gz
luasocket-71f6bb60bf2b7457091c7106190f92ab7e51f7c6.tar.bz2
luasocket-71f6bb60bf2b7457091c7106190f92ab7e51f7c6.zip
Finished implementation of LuaSocket 2.0 alpha on Linux.
Some testing still needed.
Diffstat (limited to 'NEW')
-rw-r--r--NEW4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEW b/NEW
index 879f12c..e5efc97 100644
--- a/NEW
+++ b/NEW
@@ -8,7 +8,9 @@ a given domain/family and protocol. Then connect or bind if needed. Then
8use IO functions. 8use IO functions.
9 9
10All functions return a non-nil value as first return value if successful. 10All functions return a non-nil value as first return value if successful.
11All functions return nil followed by error message in case of error. 11All functions return whatever could be retrieved followed by error message
12in case of error. The best way to check for errors is to check for the
13presence of an error message.
12WARNING: The send function was affected. 14WARNING: The send function was affected.
13 15
14Better error messages and parameter checking. 16Better error messages and parameter checking.