diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2013-01-10 15:14:56 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2013-01-10 15:14:56 +0100 |
commit | 047bd76979e01de4fff9087567f3b437715eb139 (patch) | |
tree | 8f76d5a1d7d103ccf6023d5db500f3d9cc3c0a8b /docs | |
parent | 02445b817a20daf7709fdec5e6174e71725808ff (diff) | |
download | lanes-047bd76979e01de4fff9087567f3b437715eb139.tar.gz lanes-047bd76979e01de4fff9087567f3b437715eb139.tar.bz2 lanes-047bd76979e01de4fff9087567f3b437715eb139.zip |
Update docs/index.html
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 5cd553b..4d11371 100644 --- a/docs/index.html +++ b/docs/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> |