aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2013-01-26 20:21:39 +0100
committerBenoit Germain <bnt.germain@gmail.com>2013-01-26 20:21:39 +0100
commit9241d0646d74632bfcf9061359f85d7892493014 (patch)
treed32253c431f1f4b1f7656f809edc63287935379f
parentfa91c73c2aff8367a37d0e3b48fa9be5bed616ad (diff)
downloadlanes-9241d0646d74632bfcf9061359f85d7892493014.tar.gz
lanes-9241d0646d74632bfcf9061359f85d7892493014.tar.bz2
lanes-9241d0646d74632bfcf9061359f85d7892493014.zip
version 3.4.4
* bugfix: take into account the fact that "coroutine" is no longer part of base library in Lua 5.2 * bugfix: if "bit32" was listed in the libraries, it wouldn't open (library list parsing failing on digits) * bugfix: Use luaL_requiref() to open standard libraries in Lua 5.2 as we should * bugfix: any Lua state created by Lanes reuses the allocator function of the originating state * bugfix: don't call on_state_create() while GC is suspended during lua state initialization
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 8188fe9..4f31923 100644
--- a/index.html
+++ b/index.html
@@ -69,7 +69,7 @@
69 </p> 69 </p>
70 70
71 <p> 71 <p>
72 This document was revised on 24-Jan-13, and applies to version <tt>3.4.3</tt>. 72 This document was revised on 26-Jan-13, and applies to version <tt>3.4.4</tt>.
73 </p> 73 </p>
74 </font> 74 </font>
75 </center> 75 </center>