aboutsummaryrefslogtreecommitdiff
path: root/src/state.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* C++ migration: changed file extensions from .c to .cppBenoit Germain2024-03-191-442/+0
|
* C++ migration: buildfixesBenoit Germain2024-03-191-1/+1
| | | | Essentially, buildfixes when compiling as C++, plus properly marking public API as extern "C"
* 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 ↵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