aboutsummaryrefslogtreecommitdiff
path: root/FIX
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-01-22 22:38:43 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-01-22 22:38:43 +0000
commit2cd2a5d4a4ca9307eacbd73bc6c591d635204a8a (patch)
tree486ca38e0b18e2d99c44d2101a45c41671abb8d4 /FIX
parentb999686ea893e969e2c02f3c6966b1ddb44f72ce (diff)
downloadluasocket-2cd2a5d4a4ca9307eacbd73bc6c591d635204a8a.tar.gz
luasocket-2cd2a5d4a4ca9307eacbd73bc6c591d635204a8a.tar.bz2
luasocket-2cd2a5d4a4ca9307eacbd73bc6c591d635204a8a.zip
Stupid bug.
Diffstat (limited to 'FIX')
-rw-r--r--FIX17
1 files changed, 1 insertions, 16 deletions
diff --git a/FIX b/FIX
index 5846e5e..9cd7421 100644
--- a/FIX
+++ b/FIX
@@ -1,16 +1 @@
1mime filters are more strict with ltn12 standards tcp:shutdown() was checking for group instead of class.
2ltn12 avoids coroutines (so you can go wild on the C side)
3automated tests for ftp now in use
4new compat-5.1 distribution
5 instalation should use new directory structure
6 namespace hierarchy is in now back in use (socket.url instead of url)
7 globals not visible from inside namespaces
8 all modules call "require" even for standard libraries
9kludge on wsocket.c:sock_send for windows moved to buffer.c:sendraw
10socket.protect only catches errors thrown by socke.try
11udp:sendto was calling sock_send
12close wasn't returning 1
13gettime returns time since Unix Epoch 1/1/1970 (UTC)
14sleep is robust to interrupts
15select had a stupid bug
16http.PROXY etc wasn't working