From ae19ebab381e6902cce2c7a3efd4a0949357c866 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Wed, 22 Jan 2014 16:16:46 +0100 Subject: 2 crash fixes and 1 experiment * bumped version to 3.8.3 * fixed a possible Lua stack overflow when sending complex function through lindas or as lane body * experimental: lanes.nameof() scans the registry if a regular search didn't yield anything interesting * fixed lanes.nameof() misbehaving when encountering a LUA_TTHREAD object --- docs/index.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index c662a14..f639f18 100644 --- a/docs/index.html +++ b/docs/index.html @@ -70,7 +70,7 @@

- This document was revised on 22-Jan-14, and applies to version 3.8.2. + This document was revised on 22-Jan-14, and applies to version 3.8.3.

@@ -645,8 +645,8 @@

- If a lane body pulls a C function imported by a module required before Lanes itself (thus not through a hooked require), the lane generator creation will raise an error. - The function name it shows is a path where it was found by scanning _G. As a utility, the name guessing functionality is exposed as such: + If a lane body pulls a C function imported by a module required before Lanes itself (thus not through a hooked require), the lane generator creation will raise an error. + The function name it shows is a path where it was found by scanning _G. As a utility, the name guessing functionality is exposed as such: @@ -657,6 +657,10 @@

+

+ Starting with version 3.8.3, lanes.nameof() searches the registry as well. +

+

Free running lanes

-- cgit v1.2.3-55-g6feb