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 printing context of diagnostics [r5074]
cobc/error.c: * (print_error, diagnostics_show_caret): fix for C89 compat * (diagnostics_show_caret): * trim trailing whitespace * removed printing empty lines before/after, * print EOF * changed format
- Loading branch information
sf-mensch
committed
Jun 9, 2023
1 parent
599953e
commit c733ee9
Showing
3 changed files
with
136 additions
and
96 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,10 @@ | ||
|
||
2023-06-09 Simon Sobisch <[email protected]> | ||
|
||
* error.c (print_error, diagnostics_show_caret): fix for C89 compat | ||
* error.c (diagnostics_show_caret): trim trailing whitespace, | ||
remove printing empty lines before/after, print EOF, changed format | ||
|
||
2023-06-02 Simon Sobisch <[email protected]> | ||
|
||
* tree.h (cb_file), parser.y: organization and access_mode as enums | ||
|
@@ -41,7 +47,7 @@ | |
2023-05-28 Simon Sobisch <[email protected]> | ||
|
||
* parser.y: allow expressions for screen related clauses | ||
COL, LINE, LINES, SIZE, COLOR | ||
COL, LINE, LINES, SIZE, COLOR, implementing FR #414 | ||
|
||
2023-05-26 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