-
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
27 changed files
with
766 additions
and
129 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 |
---|---|---|
|
@@ -276,6 +276,28 @@ | |
literal errors (intead of cb_error_node) to prevent spurious | ||
follow-up errors on their use | ||
|
||
2022-07-12 Nicolas Berthier <[email protected]> | ||
|
||
* parser.y: add DEPENDING ON for picture strings with an `L` | ||
character | ||
* config.def: new option picture-l | ||
* tree.h (struct cb_picture, struct cb_field), tree.c | ||
(cb_field_variable_size, cb_field_variable_address), typeck.c | ||
(cb_build_identifier, cb_validate_program_data, cb_emit_initialize) | ||
(cb_emit_move_corresponding, emit_move_corresponding), codegen.c | ||
(chk_field_variable_size, chk_field_variable_address) | ||
(out_odoslide_fld_offset): add support for `L` characters in picture | ||
strings, variable-length alphanumeric fields (GCOS extension) | ||
* field.c (validate_field_value): PIC L fields may not have VALUE clause | ||
* field.c (validate_occurs): allow PIC L fields in OCCURS groups | ||
* field.c (validate_redefines): allow more liberal REDEFINES of | ||
fields with PIC L | ||
* field.c (validate_group): A PIC L data-item cannot be JUSTIFIED | ||
or BLANK WHEN ZERO | ||
* typeck.c (emit_move_corresponding): simplified code | ||
* codegen.c (output_base, output_initialize_uniform): small code | ||
refactorings | ||
|
||
2022-07-08 Simon Sobisch <[email protected]> | ||
|
||
* parser.y (cancel_body): preparation for CANCEL ALL | ||
|
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
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.