forked from OCamlPro/gnucobol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
follow-up to CONTROL check-in and minor general adjustments
cobc: * parser.y (display_erase, display_pos_specifier): pass display attributes to codegen * parser.y (control_source): allow both an alphanumeric identifier or literal for use with CONTROL phrase * cobc.c (set_category, set_category_from_usage): changed argument types from int to their matching enum * tree.c (cb_build_prototype), parser.y (setup_prototype), tree.h (struct cb_prototype): use matching enum * parser.y: adjust a bunch of terminals to match the internal name with leading underscore as optional libcob: * common.h: added COB_SCREEN_GRAPHICS attribute * screenio.c (control_attrs): added currently not active attributes CONVERT and GRAPHICS
- Loading branch information
sf-mensch
committed
May 23, 2023
1 parent
35e9533
commit 412c46a
Showing
8 changed files
with
116 additions
and
64 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 |
---|---|---|
@@ -1,4 +1,18 @@ | ||
|
||
2023-05-23 Simon Sobisch <[email protected]> | ||
|
||
* parser.y (control_source): allow both an alphanumeric identifier or | ||
literal for use with CONTROL phrase | ||
* parser.y: adjust a bunch of terminals to match the internal name with | ||
leading underscore as optional | ||
|
||
2023-05-15 Simon Sobisch <[email protected]> | ||
|
||
* cobc.c (set_category, set_category_from_usage): changed argument types | ||
from int to their matching enum | ||
* tree.c (cb_build_prototype), parser.y (setup_prototype), | ||
tree.h (struct cb_prototype): use matching enum | ||
|
||
2023-05-11 Simon Sobisch <[email protected]> | ||
|
||
* cobc.c (cobc_check_valid_name): allow leading underscore, | ||
|
@@ -254,6 +268,8 @@ | |
* parser.y (usage_clause_screen_report), typeck.c (validate_usage): have | ||
REPORT and SCREEN section only expecting the possibly USAGEs instead all | ||
removing the need to check for bad USAGE later | ||
* parser.y (display_erase, display_pos_specifier): pass display attributes | ||
to codegen | ||
|
||
2023-01-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.