aboutsummaryrefslogtreecommitdiff
path: root/src/state.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bring all interesting fixes from the C++ implementation back into the C imple...Benoit Germain2024-04-111-1/+1
* Minor tweaksv3.16.1Benoit Germain2023-08-161-1/+1
* moonjit supportBenoit Germain2022-03-091-7/+8
* NEVER use allocator obtained from lua_getallocf to allocate stuff manually wh...Benoit Germain2022-02-171-15/+20
* A Lane's Lua state uses the Universe-defined allocator by defaultBenoit Germain2022-02-071-2/+3
* Changed all indentations to all whitespacesBenoit Germain2022-02-071-277/+277
* fix require() wrapper to return all values returned by original require()Benoit Germain2021-09-221-16/+12
* correctly transfer the uservalue of a deep userdataBenoit Germain2021-06-241-0/+439