aboutsummaryrefslogtreecommitdiff
path: root/FIX
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-06-20 04:51:55 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-06-20 04:51:55 +0000
commit37f7af4b9f1250e3c3439df03d43cf291a4d6f37 (patch)
tree33f7d8fbbc2860378059810c5372aadc140f1305 /FIX
parentae4ba2aa98af4e6d035850fcbc5985cea94f25fa (diff)
downloadluasocket-37f7af4b9f1250e3c3439df03d43cf291a4d6f37.tar.gz
luasocket-37f7af4b9f1250e3c3439df03d43cf291a4d6f37.tar.bz2
luasocket-37f7af4b9f1250e3c3439df03d43cf291a4d6f37.zip
Added check-links-nb.lua that check links in a non-blocking way.
Diffstat (limited to 'FIX')
-rw-r--r--FIX1
1 files changed, 1 insertions, 0 deletions
diff --git a/FIX b/FIX
index 0ec76a1..3d0b3de 100644
--- a/FIX
+++ b/FIX
@@ -14,3 +14,4 @@ fixed a bug in select.c that prevented sockets with descriptor 0 from working (R
14fixed a "bug" that caused dns.toip to crash under uLinux 14fixed a "bug" that caused dns.toip to crash under uLinux
15fixed a "bug" that caused a crash in gethostbyname under VMS 15fixed a "bug" that caused a crash in gethostbyname under VMS
16DEBUG and VERSION became _DEBUG and _VERSION 16DEBUG and VERSION became _DEBUG and _VERSION
17send returns the right value if input is "". Alexander Marinov