Rangi
|
5f8b7474b4
|
Add -B/--backtrace option to RGBASM and RGBLINK (#1787)
|
2025-08-11 14:30:14 -04:00 |
|
Rangi42
|
b51056f743
|
Fix "while expanding symbol" error message
Fixes #1771
|
2025-08-01 16:25:44 -04:00 |
|
Rangi
|
7a2ee26792
|
rgbasm -r sets the maximum recursion depth (#1026)
Previously it set the minimum failure depth (off by one)
Fixes #978
|
2022-08-28 15:21:29 -04:00 |
|
Rangi
|
9923fa3eee
|
Fix expansions that start from the end of another expansion (#839)
Do not free an expansion until its offset is *past* its size.
This means potentially freeing a nested stack of expansions
all at once.
Fixes #696
|
2021-04-17 13:14:40 -04:00 |
|
Rangi
|
e78a1d5bfd
|
readInterpolation is limited by nMaxRecursionDepth
Fixes #837
|
2021-04-16 16:10:46 -04:00 |
|