-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
170 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,6 +49,13 @@ | |
* typeck.c (cb_emit_call): fixed skipping memory-fence generation for | ||
EXTERNAL/BASED sub-fields | ||
|
||
2023-07-20 Simon Sobisch <[email protected]> | ||
|
||
* field.c (copy_validation): new function | ||
* field.c (copy_validation, copy_into_field): handling validation | ||
* cobc.c (print_fields): leave a hint to field being TYPEDEF | ||
* cobc.c (xref_fields): dont output references for TYPEDEF sub items | ||
|
||
2023-07-19 Simon Sobisch <[email protected]> | ||
|
||
* typeck.c (refmod_checks): extracted from (cb_build_identifier) | ||
|
@@ -257,6 +264,8 @@ | |
2023-05-30 Simon Sobisch <[email protected]> | ||
|
||
* typeck.y (is_subordinate_to): start with parent, not field | ||
* field.c (copy_into_field_recursive, copy_into_field): handling more | ||
field attributes, don't re-build picture | ||
|
||
2023-05-28 Simon Sobisch <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.