aboutsummaryrefslogtreecommitdiff
path: root/src/lanes_private.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bring all interesting fixes from the C++ implementation back into the C ↵Benoit Germain2024-04-111-2/+8
| | | | implementation
* moonjit supportBenoit Germain2022-03-091-2/+3
|
* Changed all indentations to all whitespacesBenoit Germain2022-02-071-55/+55
| | | | Tabs mess up alignment of stack contents comments, so I'm done with them.
* Lane cancellation reworkBenoit Germain2019-04-261-0/+3
| | | | | opt.cancelstep is gone, hook is installed by lane:cancel() if requested lane:cancel() rework (see doc)
* Moved cancellation code in separate filesBenoit Germain2019-04-221-23/+1
|
* Internal code tweaksBenoit Germain2018-11-191-3/+2
| | | | | | * Registry access code utility macros * CONFIG_REGKEY and LOOKUP_REGKEY are now lightuserdata instead of strings * Stack checking debug macros improvements
* Deep userdata must embed DeepPrelude to save an allocation (also changes ↵Benoit Germain2018-11-151-2/+0
| | | | Deep protocol)
* split linda code in a separate fileBenoit Germain2018-11-151-0/+117