-
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.
Merge remote-tracking branch 'upstream/gnucobol-3.x' into gcos4gnucob…
…ol-3.x
- Loading branch information
Showing
6 changed files
with
247 additions
and
19 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,12 +1,23 @@ | ||
|
||
2024-10-01 Nicolas Berthier <[email protected]> | ||
|
||
* tree.c (validate_indexed_key_field): warn about ignored collating | ||
sequence for non-alphanumeric keys (considers only primary keys and file | ||
collating sequence for now) | ||
* codegen.c (output_indexed_file_key_colseq): assign collating sequence | ||
for any key of alphanumeric class, and preliminary handing of NATIONAL | ||
collations | ||
* parser.y: adjust position of messages about unfinished KEY or FILE | ||
COLLATING SEQUENCE | ||
|
||
2024-09-29 Simon Sobisch <[email protected]> | ||
|
||
* cobc.c (cobc_print_info): drop COB_LI_IS_LL | ||
in favor of existing COB_32_BIT_LONG | ||
|
||
2024-09-27 Simon Sobisch <[email protected]> | ||
|
||
* plex.l, scanner.l: use noyywrap option instead of manually | ||
* plex.l, scanner.l: use noyywrap option instead of manually | ||
defining related code parts | ||
* typeck.c (cb_tree_list_has_numeric_ref_or_field): cleanup | ||
|
||
|
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.