From 617654ed50e39412cc04922874364daa47966678 Mon Sep 17 00:00:00 2001
From: Benoit Germain
Date: Tue, 14 Aug 2012 22:01:15 +0200
Subject: code updated to build against Lua 5.1 and Lua 5.2
---
docs/index.html | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
(limited to 'docs')
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 @@
Copyright © 2007-12 Asko Kauppi, Benoit Germain. All rights reserved.
-
Lua Lanes is published under the same MIT license as Lua 5.1.
-
This document was revised on 09-Jul-12, and applies to version 3.1.5
+
Lua Lanes is published under the same MIT license as Lua 5.1 and 5.2.
+
This document was revised on 13-Aug-12, and applies to version 3.1.6
@@ -74,6 +74,8 @@
Lanes is included into your software by the regular
require "lanes" method. No C side programming is needed; all APIs are Lua side, and most existing extension modules should
work seamlessly together with the multiple lanes.
+
+ Starting with version 3.1.6, Lanes should build and run identically with either Lua 5.1 or Lua 5.2.
See comparison of Lua Lanes with other Lua multithreading solutions.
@@ -281,7 +283,7 @@ also in the new lanes.
"base" or "" | |
root level names, print, assert, unpack etc. |
- | "coroutine" | | coroutine.* namespace (part of base in Lua 5.1) |
+ | "coroutine" | | coroutine.* namespace (part of base in Lua 5.1 and 5.2) |
| "debug" | | debug.* namespace |
| "io" | | io.* namespace |
| "math" | | math.* namespace |
--
cgit v1.2.3-55-g6feb