aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2013-01-10 15:14:56 +0100
committerBenoit Germain <bnt.germain@gmail.com>2013-01-10 15:14:56 +0100
commit7d9de83b9bf8a4eeb4d7c212dd7b66afc331d812 (patch)
treeb8dbeb1ae3f05d5568c37433308702cb56c0557f
parent9920acfb40cff8c78e46fd885cd30422dcbb032e (diff)
downloadlanes-7d9de83b9bf8a4eeb4d7c212dd7b66afc331d812.tar.gz
lanes-7d9de83b9bf8a4eeb4d7c212dd7b66afc331d812.tar.bz2
lanes-7d9de83b9bf8a4eeb4d7c212dd7b66afc331d812.zip
Update docs/index.html
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index 5cd553b..4d11371 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 17-Dec-12, and applies to version <tt>3.4.1</tt>. 72 This document was revised on 10-Jan-13, and applies to version <tt>3.4.2</tt>.
73 </p> 73 </p>
74 </font> 74 </font>
75 </center> 75 </center>
@@ -1097,6 +1097,9 @@ events to a common Linda, but... :).</font>
1097<p> 1097<p>
1098 <ul> 1098 <ul>
1099 <li>Booleans, numbers, strings, light userdata, Lua functions and tables of such can always be passed.</li> 1099 <li>Booleans, numbers, strings, light userdata, Lua functions and tables of such can always be passed.</li>
1100 <ul>
1101 <li>Versions 3.4.1 and earlier had an undocumented limitation: Lua functions with an indirect recursive Lua function upvalue raised an error when transfered. This limitation disappeared with version 3.4.2.</li>
1102 </ul>
1100 <li> 1103 <li>
1101 Cyclic tables and/or duplicate references are allowed and reproduced appropriately, but only <u>within the same transmission</u>. 1104 Cyclic tables and/or duplicate references are allowed and reproduced appropriately, but only <u>within the same transmission</u>.
1102 <ul> 1105 <ul>