aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-01-02 23:31:14 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-01-02 23:31:14 +0000
commitc5486e206c2cbb6ee64e2dd3f0d8efafe1e51268 (patch)
treea66d0ea7bc47b2b5cf6565dfd455a2ad24f3eee8 /doc
parent49445951a8e3a6960c9024a6686d4c14fb81f43c (diff)
downloadluasocket-c5486e206c2cbb6ee64e2dd3f0d8efafe1e51268.tar.gz
luasocket-c5486e206c2cbb6ee64e2dd3f0d8efafe1e51268.tar.bz2
luasocket-c5486e206c2cbb6ee64e2dd3f0d8efafe1e51268.zip
Releasing.
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html
index aabf315..f0661e2 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -183,19 +183,18 @@ beta, is a beta).
183<li> Installation uses new directory structure; 183<li> Installation uses new directory structure;
184<li> Namespace hierarchy is in now back in use (ex. <tt>socket.url</tt> 184<li> Namespace hierarchy is in now back in use (ex. <tt>socket.url</tt>
185 instead of <tt>url</tt>); 185 instead of <tt>url</tt>);
186<li> Globals not visible from inside namespaces;
187<li> All modules call <tt>require</tt> even for standard libraries; 186<li> All modules call <tt>require</tt> even for standard libraries;
188</ul> 187</ul>
188<li> <tt>socket.select</tt> wasn't calling <tt>tm_markstart</tt>;
189<li> LTN12 avoids coroutines (so you can go wild on the C side); 189<li> LTN12 avoids coroutines (so you can go wild on the C side);
190<li> Kludge on wsocket.c:sock_send for windows timeout issue 190<li> Kludge on wsocket.c:sock_send for windows timeout issue
191 moved to buffer.c:sendraw; 191 moved to buffer.c:sendraw so it's not a kludge anymore;
192<li> <tt>socket.protect </tt>only catches errors thrown by <tt>socket.try</tt>; 192<li> <tt>socket.protect </tt>only catches errors thrown by <tt>socket.try</tt>;
193<li> Fixed <tt>udp:sendto</tt> to call <tt>sock_sendto</tt> instead of 193<li> Fixed <tt>udp:sendto</tt> to call <tt>sock_sendto</tt> instead of
194 <tt>sock_send</tt>; 194 <tt>sock_send</tt>;
195<li> <tt>close</tt> wasn't returning 1! 195<li> <tt>close</tt> wasn't returning 1!
196<li> <tt>socket.gettime</tt> returns time since Unix Epoch 1/1/1970 (UTC); 196<li> <tt>socket.gettime</tt> returns time since Unix Epoch 1/1/1970 (UTC);
197<li> <tt>socket.sleep</tt> is robust to interrupts; 197<li> <tt>socket.sleep</tt> is robust to interrupts;
198<li> <tt>socket.select</tt> wasn't calling <tt>tm_markstart</tt>;
199<li> <tt>http.PROXY</tt> wasn't working; 198<li> <tt>http.PROXY</tt> wasn't working;
200<li> <tt>url.escape</tt> escapes only dangerous characters. 199<li> <tt>url.escape</tt> escapes only dangerous characters.
201</ul> 200</ul>