Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | C++ migration: changed file extensions from .c to .cpp | Benoit Germain | 2024-03-19 | 1 | -442/+0 |
| | |||||
* | C++ migration: buildfixes | Benoit Germain | 2024-03-19 | 1 | -1/+1 |
| | | | | Essentially, buildfixes when compiling as C++, plus properly marking public API as extern "C" | ||||
* | Minor tweaksv3.16.1 | Benoit Germain | 2023-08-16 | 1 | -1/+1 |
| | |||||
* | moonjit support | Benoit Germain | 2022-03-09 | 1 | -7/+8 |
| | |||||
* | NEVER use allocator obtained from lua_getallocf to allocate stuff manually ↵ | Benoit Germain | 2022-02-17 | 1 | -15/+20 |
| | | | | when compiling for LuaJIT | ||||
* | A Lane's Lua state uses the Universe-defined allocator by default | Benoit Germain | 2022-02-07 | 1 | -2/+3 |
| | |||||
* | Changed all indentations to all whitespaces | Benoit Germain | 2022-02-07 | 1 | -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 Germain | 2021-09-22 | 1 | -16/+12 |
| | |||||
* | correctly transfer the uservalue of a deep userdata | Benoit Germain | 2021-06-24 | 1 | -0/+439 |