diff options
author | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-07-08 14:35:32 +0200 |
---|---|---|
committer | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-07-08 14:35:32 +0200 |
commit | 0326aa6636b1dce2b2fc4c9db53b023534ca0512 (patch) | |
tree | 2265af6ccfdc7530e2d87d1d3484dc8131726ea8 /CHANGES | |
parent | b96ca247aa6ef2832bb4fc77826169f89219434d (diff) | |
download | lanes-0326aa6636b1dce2b2fc4c9db53b023534ca0512.tar.gz lanes-0326aa6636b1dce2b2fc4c9db53b023534ca0512.tar.bz2 lanes-0326aa6636b1dce2b2fc4c9db53b023534ca0512.zip |
fix lookup of globals created by on_state_create
* Postponed _G scan for function lookup database to after
on_state_create invocation
* Fixed a crash when USE_DEBUG_SPEW == 1
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 114: BGe 8-Jul-14 | ||
4 | * Postponed _G scan for function lookup database to after on_state_create invocation | ||
5 | * Fixed a crash when USE_DEBUG_SPEW == 1 | ||
6 | |||
3 | CHANGE 113: BGe 17-Jun-14 | 7 | CHANGE 113: BGe 17-Jun-14 |
4 | * bumped version to 3.9.6 | 8 | * bumped version to 3.9.6 |
5 | * separate deep userdata code in a dedicated file to allow external modules to implement Lanes-compatible deep userdata without requiring a binary dependency against the Lanes module | 9 | * separate deep userdata code in a dedicated file to allow external modules to implement Lanes-compatible deep userdata without requiring a binary dependency against the Lanes module |