diff options
Diffstat (limited to 'FIX')
-rw-r--r-- | FIX | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ | |||
1 | automated tests for ftp now in use | ||
2 | new compat-5.1 distribution | ||
3 | instalation should use new directory structure | ||
4 | namespace hierarchy is in now back in use (socket.url instead of url) | ||
5 | globals not visible from inside namespaces | ||
6 | all modules call "require" even for standard libraries | ||
7 | kludge on wsocket.c:sock_send for windows moved to buffer.c:sendraw | ||
8 | socket.protect only catches errors thrown by socke.try | ||
9 | udp:sendto was calling sock_send | ||
10 | close wasn't returning 1 | ||
1 | gettime returns time since Unix Epoch 1/1/1970 (UTC) | 11 | gettime returns time since Unix Epoch 1/1/1970 (UTC) |
2 | sleep is robust to interrupts | 12 | sleep is robust to interrupts |
3 | select had a stupid bug | 13 | select had a stupid bug |