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.
- Loading branch information
Showing
16 changed files
with
396 additions
and
283 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 |
---|---|---|
|
@@ -49,6 +49,21 @@ | |
* typeck.c (cb_emit_call): fixed skipping memory-fence generation for | ||
EXTERNAL/BASED sub-fields | ||
|
||
2023-07-19 Simon Sobisch <[email protected]> | ||
|
||
* typeck.c (refmod_checks): extracted from (cb_build_identifier) | ||
* typeck.c (refmod_checks): prevent condition-names to be reference-modified | ||
* parser.y (class_value): improved error messages | ||
* tree.c (cb_build_cast): set numeric category for all integer casts | ||
|
||
2023-07-15 Simon Sobisch <[email protected]> | ||
|
||
* typeck.c (cb_build_identifier): allow ref-mod up to identifier length | ||
* typeck.c (cb_build_identifier): new warning for suspicious reference- | ||
modification with start or length set to maximum and the other to var | ||
* typeck.c (cb_build_move_literal): optimize to cb_build_move_num_zero in | ||
more cases | ||
|
||
2023-07-13 Simon Sobisch <[email protected]> | ||
|
||
* pplex.l (cb_ppecho_direct, output_pending_newlines): output only up | ||
|
@@ -252,6 +267,7 @@ | |
|
||
* parser.y, reserved.c: added RIGHTLINE - GC extension matching LEFLINE | ||
* parser.y: drop PENDING from OVERLINE and LEFTLINE | ||
* tree.c (cb_build_intrinsic): refactored to get the name in a single place | ||
|
||
2023-05-24 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
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.