diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2012-08-14 22:01:15 +0200 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2012-08-14 22:01:15 +0200 |
commit | 617654ed50e39412cc04922874364daa47966678 (patch) | |
tree | 01644ba218b0cccd66026e696f17c66c9e89c9d3 /docs | |
parent | 7767a0133c5c8945a887b06061aae332446f37bb (diff) | |
download | lanes-3.1.6.tar.gz lanes-3.1.6.tar.bz2 lanes-3.1.6.zip |
code updated to build against Lua 5.1 and Lua 5.2v3.1.6
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index f082156..4e37fe6 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -55,8 +55,8 @@ | |||
55 | <!-- ... --> | 55 | <!-- ... --> |
56 | 56 | ||
57 | <p><br/><font size="-1"><i>Copyright © 2007-12 Asko Kauppi, Benoit Germain. All rights reserved.</i> | 57 | <p><br/><font size="-1"><i>Copyright © 2007-12 Asko Kauppi, Benoit Germain. All rights reserved.</i> |
58 | <br>Lua Lanes is published under the same <A HREF="http://en.wikipedia.org/wiki/MIT_License">MIT license</A> as Lua 5.1. | 58 | <br>Lua Lanes is published under the same <A HREF="http://en.wikipedia.org/wiki/MIT_License">MIT license</A> as Lua 5.1 and 5.2. |
59 | </p><p>This document was revised on 09-Jul-12, and applies to version 3.1.5 | 59 | </p><p>This document was revised on 13-Aug-12, and applies to version 3.1.6 |
60 | </font></p> | 60 | </font></p> |
61 | 61 | ||
62 | </center> | 62 | </center> |
@@ -75,6 +75,8 @@ | |||
75 | <tt>require "lanes"</tt> method. No C side programming is needed; all APIs are Lua side, and most existing extension modules should | 75 | <tt>require "lanes"</tt> method. No C side programming is needed; all APIs are Lua side, and most existing extension modules should |
76 | work seamlessly together with the multiple lanes. | 76 | work seamlessly together with the multiple lanes. |
77 | </p><p> | 77 | </p><p> |
78 | Starting with version 3.1.6, Lanes should build and run identically with either Lua 5.1 or Lua 5.2. | ||
79 | </p><p> | ||
78 | See <A HREF="comparison.html">comparison</A> of Lua Lanes with other Lua multithreading solutions. | 80 | See <A HREF="comparison.html">comparison</A> of Lua Lanes with other Lua multithreading solutions. |
79 | </p><p> | 81 | </p><p> |
80 | <h3>Features:</h3> | 82 | <h3>Features:</h3> |
@@ -281,7 +283,7 @@ also in the new lanes. | |||
281 | <td><tt>"base"</tt> or <tt>""</tt></td><td/> | 283 | <td><tt>"base"</tt> or <tt>""</tt></td><td/> |
282 | <td>root level names, <tt>print</tt>, <tt>assert</tt>, <tt>unpack</tt> etc.</td> | 284 | <td>root level names, <tt>print</tt>, <tt>assert</tt>, <tt>unpack</tt> etc.</td> |
283 | </tr> | 285 | </tr> |
284 | <tr><td/><td><tt>"coroutine"</tt></td><td/><td><tt>coroutine.*</tt> namespace <font size="-1">(part of base in Lua 5.1)</font></td></tr> | 286 | <tr><td/><td><tt>"coroutine"</tt></td><td/><td><tt>coroutine.*</tt> namespace <font size="-1">(part of base in Lua 5.1 and 5.2)</font></td></tr> |
285 | <tr><td/><td><tt>"debug"</tt></td><td/><td><tt>debug.*</tt> namespace</td></tr> | 287 | <tr><td/><td><tt>"debug"</tt></td><td/><td><tt>debug.*</tt> namespace</td></tr> |
286 | <tr><td/><td><tt>"io"</tt></td><td/><td><tt>io.*</tt> namespace</td></tr> | 288 | <tr><td/><td><tt>"io"</tt></td><td/><td><tt>io.*</tt> namespace</td></tr> |
287 | <tr><td/><td><tt>"math"</tt></td><td/><td><tt>math.*</tt> namespace</td></tr> | 289 | <tr><td/><td><tt>"math"</tt></td><td/><td><tt>math.*</tt> namespace</td></tr> |