aboutsummaryrefslogtreecommitdiff
path: root/src/state.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* NEVER use allocator obtained from lua_getallocf to allocate stuff manually ↵Benoit Germain2022-02-171-15/+20
| | | | when compiling for LuaJIT
* 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
| | | | Tabs mess up alignment of stack contents comments, so I'm done with them.
* 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