-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/gnucobol-3.x' into gcos4gnucob…
…ol-3.x
- Loading branch information
Showing
16 changed files
with
673 additions
and
70 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 |
---|---|---|
@@ -1,4 +1,17 @@ | ||
|
||
2024-01-25 David Declerck <[email protected]> | ||
|
||
FR #459: support COLLATING SEQUENCE clause on SELECT / INDEXED files | ||
* codegen.c (output_file_initialization): output the indexed | ||
file/keys collating sequence (were already present in the AST) | ||
* tree.c (validate_indexed_key_field): process postponed | ||
key collating sequences | ||
* parser.y (collating_sequence_clause, collating_sequence_clause_key): | ||
replace CB_PENDING by CB_UNFINISHED on file and key collating sequence | ||
* flag.def, tree.c, tree.h, cobc.c, parser.y: add and handle a new | ||
-fdefault-file-colseq flag to specify the default collating | ||
sequence to use for files without a collating sequence clause | ||
|
||
2023-10-12 Fabrice Le Fessant <[email protected]> | ||
|
||
* cobc.c, codegen.c: new option --include FILE, to #include | ||
|
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
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.