| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Fix #2065
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
to catch NULL access
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Instead of swapping L/R arguments to try to create ?>= and ?>,
create a function for each which performs the not operation of ?<
and ?<= as defined by the LRM.
|
|
|
|
| |
Fix #1514
|
| |
|
|
|
|
| |
Fix #1857
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
and not from the object type.
Fix #1862
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Fix #1831
Fix #1657
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Fix #1625
Fix #1672
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
As there is not ranges for enumerated type, a range_var was always created for
subtypes of enumerated types even if they had the same range.
Create the range_var for bool types.
|
|
|
|
|
| |
Disable transfer of array aggregate element subtype ownership, but
create the info of aggregate element subtype.
|
|
|
|
|
|
|
|
| |
In case of array aggregate whose element subtype is not bounded, extract it from
the aggregate elements.
Fix #1055
Fix #1455
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|