aboutsummaryrefslogtreecommitdiff
path: root/src/linda.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove uintptr_t againv3.17.0Benoit Germain2024-04-291-5/+5
* fix keeper state stack accumulating garbage in case of transfer errorsBenoit Germain2024-04-151-0/+4
* Bring all interesting fixes from the C++ implementation back into the C imple...Benoit Germain2024-04-111-56/+59
* Minor tweaksv3.16.1Benoit Germain2023-08-161-4/+2
* new .internal_allocator configuration IUNTESTED)Benoit Germain2023-08-091-12/+2
* moonjit supportBenoit Germain2022-03-091-6/+6
* Make allocator threadsafe by default when running LuaJIT, because LuaJIT allo...Benoit Germain2022-02-211-6/+6
* NEVER use allocator obtained from lua_getallocf to allocate stuff manually wh...Benoit Germain2022-02-171-5/+22
* removed explicit calls to malloc/freeBenoit Germain2022-02-071-2/+5
* Changed all indentations to all whitespacesBenoit Germain2022-02-071-690/+690
* correctly transfer the uservalue of a deep userdataBenoit Germain2021-06-241-1/+1
* lane:cancel internal code refactorizationBenoit Germain2019-04-191-2/+2
* Fix build errorsBenoit Germain2018-11-191-0/+1
* Internal code tweaksBenoit Germain2018-11-191-4/+5
* Deep userdata must embed DeepPrelude to save an allocation (also changes Deep...Benoit Germain2018-11-151-2/+3
* split linda code in a separate fileBenoit Germain2018-11-151-0/+934