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.
Merge SVN 5057, 5058, 5059, 5062, 5063
- Loading branch information
Showing
6 changed files
with
339 additions
and
32 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 |
---|---|---|
|
@@ -50,6 +50,11 @@ | |
* typeck.c (cb_emit_sort_init): generate call to cob_file_sort_options | ||
* help.c (cobc_print_usage_dialect): extended -fregister help | ||
|
||
2023-05-28 Simon Sobisch <[email protected]> | ||
|
||
* parser.y: allow expressions for screen related clauses | ||
COL, LINE, LINES, SIZE, COLOR | ||
|
||
2023-05-26 Simon Sobisch <[email protected]> | ||
|
||
* parser.y, reserved.c: added RIGHTLINE - GC extension matching LEFLINE | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,6 +87,11 @@ | |
|
||
* common.h: added COB_SCREEN_RIGHTLINE, GC extension matching LEFTLINE | ||
* screenio.c (cob_screen_attr): place curses extensions within #ifdef | ||
* screenio.c (cob_screen_attr): return attr which may be adjusted by | ||
parsing COLOR / CONTROL attributes | ||
* screenio.c (cob_addnstr_graph): variant of cob_addnstr for CONTROL | ||
GRAPHICS that outputs each character / WACS symbols separately | ||
* screenio.c (cob_screen_puts, field_display): handle COB_SCREEN_GRAPHICS | ||
|
||
2023-05-25 Chuck Haatvedt <[email protected]> | ||
|
||
|
Oops, something went wrong.