| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
Fix #2346
|
|
|
|
| |
(for non-suspendable procedures).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fix #1514
|
| |
|
| |
|
|
|
|
|
| |
Fix #1625
Fix #1672
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Split into Mstate_Ev (for values) and Mstate_Ep (for pointers).
Also fix stabilize calls for Ev.
|
| |
|
| |
|
|
|
|
| |
Improve error message in case of (integer) index not in bounds.
|
|
|
|
|
| |
When the expression is an aggregate of the form (others => X), do not use
intermediate variables.
|
|
|
|
| |
So that stack2 is released if needed.
|
|
|
|
|
| |
Be sure the stack2 is released if used in the condition of a control statement,
as the statement may no execute the normal release of stack2.
|
| |
|
|
|
|
| |
Global renaming.
|
|
|
|
| |
Fix #1120
|
| |
|
| |
|
|
|
|
| |
For #877
|
|
|
|
| |
Fix #828
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fix #807
|