aboutsummaryrefslogtreecommitdiff
path: root/FIX
diff options
context:
space:
mode:
Diffstat (limited to 'FIX')
-rw-r--r--FIX15
1 files changed, 9 insertions, 6 deletions
diff --git a/FIX b/FIX
index a811ec0..0ec76a1 100644
--- a/FIX
+++ b/FIX
@@ -1,13 +1,16 @@
1url.absolute was not working when base_url was already parsed 1url.absolute was not working when base_url was already parsed
2http.request was redirecting even when the location header is empty 2http.request was redirecting even when the location header was empty
3tcp{client}:shutdown() was checking for group instead of class. 3tcp{client}:shutdown() was checking for group instead of class.
4tcp{client}:send() now returns i+sent-1... 4tcp{client}:send() now returns i+sent-1...
5get rid of a = socket.try() in the manual, except for protected cases. 5get rid of a = socket.try() in the manual, except for protected cases. replace it with assert.
6 replace it with assert. 6get rid of "base." kludge in package.loaded
7get rid of "base." kludge
8check all "require("http")" etc in the manual. 7check all "require("http")" etc in the manual.
9make sure sock_gethostname.* only return success if the hp is not null! 8make sure sock_gethostname.* only return success if the hp is not null!
10change 'l' prefix in C libraries to 'c' 9change 'l' prefix in C libraries to 'c' to avoid clash with LHF libraries
11 don't forget the declarations in luasocket.h and mime.h!!! 10 don't forget the declarations in luasocket.h and mime.h!!!
12setpeername was using udp{unconnected} 11setpeername was using udp{unconnected}
13fixed a bug in http.lua that caused some requests to fail 12fixed a bug in http.lua that caused some requests to fail (Florian Berger)
13fixed a bug in select.c that prevented sockets with descriptor 0 from working (Renato Maia)
14fixed a "bug" that caused dns.toip to crash under uLinux
15fixed a "bug" that caused a crash in gethostbyname under VMS
16DEBUG and VERSION became _DEBUG and _VERSION