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
25 changed files
with
206 additions
and
89 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 |
---|---|---|
|
@@ -13,6 +13,10 @@ | |
* makedist.cmd: first addition for CI output | ||
* version_cobc.rc, version_libcob.rc: updated date + rev | ||
|
||
2023-01-16 Simon Sobisch <[email protected]> | ||
|
||
* version_cobc.rc, version_libcob.rc: updated date + rev | ||
|
||
2022-12-17 Simon Sobisch <[email protected]> | ||
|
||
* general for libcob+cobc: handle move of cconv module | ||
|
@@ -43,7 +47,7 @@ | |
|
||
2021-11-06 Simon Sobisch <[email protected]> | ||
|
||
* config.h.in: moved references to PACKACAGE_defines after the define, | ||
* config.h.in: moved references to PACKAGE_defines after the define, | ||
fixing dist builds since 2020-10-27 | ||
* makedist.cmd: explicit search for "define PACKAGE_define" which fixes the | ||
multiple results | ||
|
@@ -346,7 +350,7 @@ | |
version_libcob.rc, version_cobcrun.rc provided by Simon) | ||
|
||
|
||
Copyright 2014-2021 Free Software Foundation, Inc. | ||
Copyright 2014-2023 Free Software Foundation, Inc. | ||
|
||
Copying and distribution of this file, with or without modification, are | ||
permitted provided the copyright notice and this notice are preserved. |
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 |
---|---|---|
|
@@ -197,6 +197,23 @@ | |
* reserved.c (SEQUENCE): setting CB_CS_ALPHABET to allow code-name parsing | ||
* parser.y, reserved.c: changed reference from 202x to 2023 | ||
|
||
2023-01-16 Simon Sobisch <[email protected]> | ||
|
||
* parser.y (occurs_index): only set VALUE 1 for defaultbyte == INIT | ||
* tree.h (CB_DEFAULT_BYTE_INIT, CB_DEFAULT_BYTE_NONE), config.c, field.c, | ||
codegen.c: explicit defines instead of "only magic numbers" | ||
* tree.c (cb_build_initialize), tree.h (struct cb_initialize), codegen.c | ||
(output_initialize_to_value): replaced flag_init_statement with statement | ||
* parser.y (setup_occurs_min_max): validate occurs_max limit | ||
* codegen.c (output_initialize_uniform): pass code-field instead of | ||
re-evaluating it | ||
* codegen.c (output_initialize_multi_values): removed variable | ||
"total_occurs" fixing Wunused-but-set-variable | ||
* codegen.c (output_stmt): dropped unused msgid | ||
* typeck.c (cb_build_index): add internal index variables in LINKAGE to | ||
internal WORKING-STORAGE or internal LOCAL-STORAGE items depending on | ||
program->flag_recursive | ||
|
||
2023-01-15 Ron Norman <[email protected]> | ||
|
||
* cobc.c: Make sure the 'schema' directory is created for -fsql | ||
|
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.