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
5 changed files
with
79 additions
and
39 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,18 @@ | |
* typeck.c (cb_emit_sort_init): generate call to cob_file_sort_options | ||
* help.c (cobc_print_usage_dialect): extended -fregister help | ||
|
||
2023-05-09 Simon Sobisch <[email protected]> | ||
|
||
* codegen.c (output_funcall): backup and restore adjusted static fields, | ||
minor refactoring | ||
* codegen.c (output_funcall_item): extracted from (output_funcall) | ||
|
||
2023-05-08 Simon Sobisch <[email protected]> | ||
|
||
* tree.c (cb_build_funcall), tree.h (struct cb_funcall): defined | ||
max. parameters for internal function calls as CB_BUILD_FUNCALL_MAX | ||
and increased it to 14 | ||
|
||
2023-05-05 Simon Sobisch <[email protected]> | ||
|
||
* field.c (cb_resolve_redefines): fix #881 wrong REDEFINES error on | ||
|
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