-
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
23 additions
and
8 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
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
of tokens, while the second phase perform REPLACE on the resulting | ||
stream of tokens. This rewriting is closer to the COBOL standard | ||
and fixes bug #831 partially. | ||
* cobc.c: flag -P now accepts - as argument to mean stdout | ||
|
||
2023-07-02 Fabrice Le Fessant <[email protected]> | ||
|
||
|
@@ -97,8 +98,8 @@ | |
* typeck.c (cb_build_expr): remove cb_ prefix from static functions | ||
and comment algorithm | ||
|
||
Bugs #875 V IS ZERO AND, #880 error compiling abbreviated conditions | ||
and #887 error compiling parenthesized relation | ||
Bugs #875 V IS ZERO AND, #880 error compiling abbreviated conditions | ||
and #887 error compiling parenthesized relation | ||
* typeck.c (cb_build_expr): additional generate 'invalid conditional | ||
expression' error", translate NOT comparison to inversed comparison | ||
* typeck.c (cb_build_expr), tree.c (cb_build_binary_op): give more | ||
|
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