| Commit message (Expand) | Author | Files | Lines |
2022-02-27 | deep_test tweaks | Benoit Germain | 3 | -13/+186 |
2022-02-21 | Make allocator threadsafe by default when running LuaJIT, because LuaJIT allo... | Benoit Germain | 5 | -21/+25 |
2022-02-21 | use malloc/free for keeper control structure when compiling for LuaJIT | Benoit Germain | 1 | -6/+18 |
2022-02-21 | Update deep_test.vcxproj.user | Benoit Germain | 1 | -10/+35 |
2022-02-21 | some fixes in deep_test vcproj for LuaJIT-2.1.0-beta3 testing | Benoit Germain | 2 | -0/+85 |
2022-02-17 | NEVER use allocator obtained from lua_getallocf to allocate stuff manually wh... | Benoit Germain | 6 | -28/+77 |
2022-02-08 | __lanesclone is now called only once with 3 parameters dest, source, size -> ... | Benoit Germain | 8 | -157/+142 |
2022-02-07 | Version bump | Benoit Germain | 3 | -5/+7 |
2022-02-07 | A Lane's Lua state uses the Universe-defined allocator by default | Benoit Germain | 1 | -2/+3 |
2022-02-07 | removed explicit calls to malloc/free | Benoit Germain | 5 | -30/+46 |
2022-02-07 | Update deadlock.lua | Benoit Germain | 1 | -0/+2 |
2022-02-07 | Fix rockspec deprecated github url | Benoit Germain | 1 | -1/+1 |
2022-02-07 | Changed all indentations to all whitespaces | Benoit Germain | 20 | -6567/+6564 |
2022-01-19 | Replace deprecated pthread_yield with sched_yield | SoundBot | 1 | -1/+1 |
2021-11-17 | Fix missing cancel.c in rockspec | Benoit Germain | 1 | -1/+13 |
2021-09-22 | fix require() wrapper to return all values returned by original require() | Benoit Germain | 6 | -151/+22 |
2021-07-08 | deep_test vcproj migrated to VS2019v3.15.1 | Benoit Germain | 3 | -24/+183 |
2021-07-08 | fix function transfer with lua_dump for Lua 5.4 failing for functions big eno... | Benoit Germain | 5 | -16/+98 |
2021-06-28 | Update cancel.c | Benoit Germain | 1 | -0/+1 |
2021-06-28 | Update lanes-3.15.0-0.rockspecv3.15.0 | Benoit Germain | 1 | -2/+2 |
2021-06-28 | fixed some tests | Benoit Germain | 3 | -4/+6 |
2021-06-26 | fix stack overflow when transfering a clonable userdata referencing itself th... | Benoit Germain | 7 | -152/+245 |
2021-06-24 | correctly transfer the uservalue of a deep userdata | Benoit Germain | 17 | -422/+598 |
2021-06-24 | expand deeptest.lua | Benoit Germain | 2 | -18/+20 |
2021-06-23 | updated deep userdata unit test to expose issue #189 | Benoit Germain | 2 | -9/+51 |
2021-06-23 | __lanesclone now receives the original as light userdata the first time it i... | Benoit Germain | 4 | -17/+35 |
2021-06-16 | changed lanes.threads() output so that several lanes with the same name don't... | Benoit Germain | 5 | -49/+130 |
2021-02-24 | Compat lua_setiuservalue fixed for Lua 5.1 and LuaJIT | valid-ptr | 1 | -1/+6 |
2021-02-15 | Bug fix for Lua 5.1/LuaJIT: lua_getiuservalue must check if lua_getfenv retur... | valid-ptr | 1 | -0/+14 |
2020-10-05 | NetBSD support | nia | 2 | -3/+15 |
2020-04-22 | Makefile detect MinGW 64 as well as MinGW 32 | Benoit Germain | 2 | -4/+4 |
2020-04-22 | fix THREAD_SET_AFFINITY always failing | Benoit Germain | 1 | -2/+2 |