diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2018-11-19 09:16:49 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2018-11-19 09:16:49 +0100 |
commit | 7b4f59c5ebc84e426e2876906b24d7dd73342f07 (patch) | |
tree | f05748fc2d75c43c25865be01677271fff5d86e4 /CHANGES | |
parent | 01f83215a2ad235fbf306f591c6c0547b1bb7047 (diff) | |
download | lanes-7b4f59c5ebc84e426e2876906b24d7dd73342f07.tar.gz lanes-7b4f59c5ebc84e426e2876906b24d7dd73342f07.tar.bz2 lanes-7b4f59c5ebc84e426e2876906b24d7dd73342f07.zip |
Internal code tweaks
* Registry access code utility macros
* CONFIG_REGKEY and LOOKUP_REGKEY are now lightuserdata instead of strings
* Stack checking debug macros improvements
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 138: BGe 19-Nov-18 | ||
4 | * Registry access code utility macros | ||
5 | * CONFIG_REGKEY and LOOKUP_REGKEY are now lightuserdata instead of strings | ||
6 | * Stack checking debug macros improvements | ||
7 | |||
3 | CHANGE 137: BGe 15-Nov-18 | 8 | CHANGE 137: BGe 15-Nov-18 |
4 | * Deep userdata must embed DeepPrelude to save an allocation (also changes Deep protocol) | 9 | * Deep userdata must embed DeepPrelude to save an allocation (also changes Deep protocol) |
5 | 10 | ||