Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-07-08 | fix function transfer with lua_dump for Lua 5.4 failing for functions big ↵ | Benoit Germain | 5 | -16/+98 | |
enough to necessitate a buffer reallocation | |||||
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 ↵ | Benoit Germain | 7 | -152/+245 | |
through a uservalue | |||||
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 ↵ | Benoit Germain | 4 | -17/+35 | |
is called | |||||
2021-06-16 | changed lanes.threads() output so that several lanes with the same name ↵ | Benoit Germain | 5 | -49/+130 | |
don't clobber each other in the result table In the original implementations, the debug name was used as key, which meant that several lanes using the same name would cause only the oldest non-collected one to be listed in the results. Now the result is an array of tuples. | |||||
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 ↵ | valid-ptr | 1 | -0/+14 | |
returns global environment | |||||
2020-10-05 | NetBSD support | nia | 2 | -3/+15 | |
This adds support for NetBSD's flavour of pthreads. There are minor differences in the declaration of the non-portable pthread functions, and sched_yield is provided instead of pthread_yield_np. This allows LuaLanes to build and the test suite to run on NetBSD. | |||||
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 | |