aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-06-28fixed some testsBenoit Germain3-4/+6
2021-06-26fix stack overflow when transfering a clonable userdata referencing itself ↵Benoit Germain7-152/+245
through a uservalue
2021-06-24correctly transfer the uservalue of a deep userdataBenoit Germain17-422/+598
2021-06-24expand deeptest.luaBenoit Germain2-18/+20
2021-06-23updated deep userdata unit test to expose issue #189Benoit Germain2-9/+51
2021-06-23 __lanesclone now receives the original as light userdata the first time it ↵Benoit Germain4-17/+35
is called
2021-06-16changed lanes.threads() output so that several lanes with the same name ↵Benoit Germain5-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-24Compat lua_setiuservalue fixed for Lua 5.1 and LuaJITvalid-ptr1-1/+6
2021-02-15Bug fix for Lua 5.1/LuaJIT: lua_getiuservalue must check if lua_getfenv ↵valid-ptr1-0/+14
returns global environment
2020-10-05NetBSD supportnia2-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-22Makefile detect MinGW 64 as well as MinGW 32Benoit Germain2-4/+4
2020-04-22fix THREAD_SET_AFFINITY always failingBenoit Germain1-2/+2