diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2022-02-17 16:30:36 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2022-02-17 16:30:36 +0100 |
commit | c2f88350772c01631ea3b7d60e56cea335c458b7 (patch) | |
tree | b4fcc4bebb094190b0dc13561ab24c1593da86f7 /CHANGES | |
parent | 2c0000d5169cacf950d06637ada1a371cf382896 (diff) | |
download | lanes-c2f88350772c01631ea3b7d60e56cea335c458b7.tar.gz lanes-c2f88350772c01631ea3b7d60e56cea335c458b7.tar.bz2 lanes-c2f88350772c01631ea3b7d60e56cea335c458b7.zip |
NEVER use allocator obtained from lua_getallocf to allocate stuff manually when compiling for LuaJIT
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 153: BGe 17-Feb-22 | ||
4 | * NEVER use allocator obtained from lua_getallocf to allocate stuff manually when compiling for LuaJIT | ||
5 | |||
3 | CHANGE 152: BGe 7-Feb-22 | 6 | CHANGE 152: BGe 7-Feb-22 |
4 | * bumped version to 3.16.0 | 7 | * bumped version to 3.16.0 |
5 | * __lanesclone is now called only once with 3 parameters dest, source, size -> BREAKS CUSTOM DEEP USERDATA API | 8 | * __lanesclone is now called only once with 3 parameters dest, source, size -> BREAKS CUSTOM DEEP USERDATA API |