aboutsummaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-20 22:19:54 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-20 22:19:54 +0000
commitf7579db9e830ef41f422a280d26c9077f48728e5 (patch)
treed96affac7f5e8203d2e9c4a053213a992cd76650 /doc/index.html
parent5dc5c3ebe8f111bba01762ca0f5edba912c4f0b9 (diff)
downloadluasocket-f7579db9e830ef41f422a280d26c9077f48728e5.tar.gz
luasocket-f7579db9e830ef41f422a280d26c9077f48728e5.tar.bz2
luasocket-f7579db9e830ef41f422a280d26c9077f48728e5.zip
Fixing bugs...
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html
index 7394386..0e9eb1d 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -16,7 +16,7 @@
16<center> 16<center>
17<table summary="LuaSocket logo"> 17<table summary="LuaSocket logo">
18<tr><td align=center><a href="http://www.lua.org"> 18<tr><td align=center><a href="http://www.lua.org">
19<img border=0 alt="LuaSocket" src="luasocket.png"> 19<img width=128 border=0 alt="LuaSocket" src="luasocket.png">
20</a></td></tr> 20</a></td></tr>
21<tr><td align=center valign=top>Network support for the Lua language 21<tr><td align=center valign=top>Network support for the Lua language
22</td></tr> 22</td></tr>
@@ -216,7 +216,7 @@ the changes that made it into version 2.0:
216 216
217<li> Select checks if sockets have buffered data and returns immediately; 217<li> Select checks if sockets have buffered data and returns immediately;
218 218
219<li> <tt>socket.sleep</tt> and <tt>socket.time</tt> are now part of the 219<li> <tt>socket.sleep</tt> and <tt>socket.gettime</tt> are now part of the
220 library and are supported. They used to be available only when 220 library and are supported. They used to be available only when
221 LUASOCKET_DEBUG was defined, but it turns out they might be useful for 221 LUASOCKET_DEBUG was defined, but it turns out they might be useful for
222 applications; 222 applications;
@@ -276,6 +276,8 @@ return convention WILL break old code;
276 does not call <tt>listen</tt> anymore. It is the new <tt>listen</tt> 276 does not call <tt>listen</tt> anymore. It is the new <tt>listen</tt>
277method that turns a TCP object into a server object; 277method that turns a TCP object into a server object;
278 278
279<li> <tt>socket.time</tt> became <tt>socket.gettime</tt> for uniformity;
280
279<li> Interface to options has changed. 281<li> Interface to options has changed.
280 282
281</ul> 283</ul>