| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix STACK_GROW under Clang | Karol Ĺacina | 5 days | 1 | -1/+1 |
* | Bring all interesting fixes from the C++ implementation back into the C imple... | Benoit Germain | 2024-04-11 | 1 | -1/+6 |
* | new .internal_allocator configuration IUNTESTED) | Benoit Germain | 2023-08-09 | 1 | -3/+0 |
* | moonjit support | Benoit Germain | 2022-03-09 | 1 | -15/+5 |
* | Make allocator threadsafe by default when running LuaJIT, because LuaJIT allo... | Benoit Germain | 2022-02-21 | 1 | -0/+3 |
* | NEVER use allocator obtained from lua_getallocf to allocate stuff manually wh... | Benoit Germain | 2022-02-17 | 1 | -0/+10 |
* | Changed all indentations to all whitespaces | Benoit Germain | 2022-02-07 | 1 | -33/+33 |
* | fix require() wrapper to return all values returned by original require() | Benoit Germain | 2021-09-22 | 1 | -1/+1 |
* | Moved cancellation code in separate files | Benoit Germain | 2019-04-22 | 1 | -0/+2 |
* | DEBUGSPEW_CODE in cancel_hook | Benoit Germain | 2019-04-20 | 1 | -1/+1 |
* | protect_allocator configure option is gone, long live allocator (more embedde... | Benoit Germain | 2018-11-25 | 1 | -19/+1 |
* | Internal code tweaks | Benoit Germain | 2018-11-19 | 1 | -14/+54 |
* | fix a bunch of compilation warnings (issue #157) | Benoit Germain | 2018-11-11 | 1 | -4/+8 |
* | let manually define PROPAGATE_ALLOCF (needed for LuaJIT GC64) | sonoro1234 | 2018-10-29 | 1 | -0/+2 |
* | use include lualib.h | sonoro1234 | 2018-10-26 | 1 | -0/+1 |
* | Fix for deep-aware modules | Benoit Germain | 2017-08-01 | 1 | -0/+71 |