diff options
author | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-01-22 16:16:46 +0100 |
---|---|---|
committer | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-01-22 16:16:46 +0100 |
commit | ae19ebab381e6902cce2c7a3efd4a0949357c866 (patch) | |
tree | 466558c1533fd8945cc6cfd08535f74dc5f38a10 /src/lanes.c | |
parent | 9808ae3e21ac812ef705a7c1a0b10f49825023c5 (diff) | |
download | lanes-ae19ebab381e6902cce2c7a3efd4a0949357c866.tar.gz lanes-ae19ebab381e6902cce2c7a3efd4a0949357c866.tar.bz2 lanes-ae19ebab381e6902cce2c7a3efd4a0949357c866.zip |
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
Diffstat (limited to 'src/lanes.c')
-rw-r--r-- | src/lanes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lanes.c b/src/lanes.c index a806c16..270c01d 100644 --- a/src/lanes.c +++ b/src/lanes.c | |||
@@ -52,7 +52,7 @@ | |||
52 | * ... | 52 | * ... |
53 | */ | 53 | */ |
54 | 54 | ||
55 | char const* VERSION = "3.8.2"; | 55 | char const* VERSION = "3.8.3"; |
56 | 56 | ||
57 | /* | 57 | /* |
58 | =============================================================================== | 58 | =============================================================================== |