-
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 branch 'gnucobol-3.x' into gcos4gnucobol-3.x
- Loading branch information
Showing
38 changed files
with
30,208 additions
and
673 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,4 +1,8 @@ | ||
|
||
2023-05-25 Chuck Haatvedt <[email protected]> | ||
|
||
* configure.ac: added test for HAVE_RESIZE_TERM function | ||
|
||
2023-04-25 Simon Sobisch <[email protected]> | ||
|
||
* configure.ac: try to error on warnings during checks, cleanup of resulting | ||
|
@@ -173,7 +177,7 @@ | |
* general: revert change 2019-06-05 - all header files that are included | ||
from the system use <include.h>, "local.h" is used otherwise with the | ||
exceptions of to-be-installed headers which include files that have a | ||
local reference to each other after installation (common.h + | ||
local reference to each other after installation (common.h + | ||
and exceptions.def) | ||
|
||
2021-12-30 Simon Sobisch <[email protected]> | ||
|
@@ -187,7 +191,7 @@ | |
|
||
* configure.ac: use `dnl` comments in all places that are not intended be | ||
included in the generated configure script, fixing spurious warnings | ||
about potentially undefined macros; | ||
about potentially undefined macros; | ||
* configure.ac: copyright notice in generated script | ||
* m4/libtool.m4: updated from libtool, with additions for netbsd from Debian | ||
(Debian 993872) and Johan Anderholm (patch #39) | ||
|
@@ -280,7 +284,7 @@ | |
|
||
2020-10-23 Simon Sobisch <[email protected]> | ||
|
||
* configure.ac: version check for json-c/cJSON "poor man's check" | ||
* configure.ac: version check for json-c/cJSON "poor man's check" | ||
|
||
2020-10-06 Simon Sobisch <[email protected]> | ||
|
||
|
@@ -695,7 +699,7 @@ | |
always have to be executed and don't result in a file, | ||
define prerequisites to fix parallel builds | ||
|
||
2017-05-31 Ron Norman <[email protected]> | ||
2017-05-31 Ron Norman <[email protected]> | ||
|
||
* configure.ac: set COB_HAS_ISAM to type of ISAM handler instead of 'yes' | ||
'cisam', 'disam', 'vbisam', 'db', 'index_extfh' - if no ISAM then it is | ||
|
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,9 @@ | ||
|
||
2023-05-27 Simon Sobisch <[email protected]> | ||
|
||
* 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 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,48 @@ | ||
|
||
2023-05-31 Simon Sobisch <[email protected]> | ||
|
||
* codegen.c (output_init_comment_and_source_ref) [NO_INIT_SOURCE_LOC]: | ||
option to skip generating the source location in DATA DIVISION | ||
|
||
2023-05-30 Simon Sobisch <[email protected]> | ||
|
||
* typeck.y (is_subordinate_to): start with parent, not field | ||
|
||
2023-05-28 Simon Sobisch <[email protected]> | ||
|
||
* parser.y: allow expressions for screen related clauses | ||
COL, LINE, LINES, SIZE, COLOR | ||
|
||
2023-05-26 Simon Sobisch <[email protected]> | ||
|
||
* parser.y, reserved.c: added RIGHTLINE - GC extension matching LEFLINE | ||
* parser.y: drop PENDING from OVERLINE and LEFTLINE | ||
|
||
2023-05-24 Simon Sobisch <[email protected]> | ||
|
||
* cobc.c: disable unreached code removement with -O0, but keep it | ||
unchanged for -g | ||
* field.c (validate_field_1): moved check for duplicate report LINE and | ||
"OCCURS with multi COLUMNs" here, originally found in (compute_size) | ||
* field.c (get_max_int_val): new function to get the highest algebraic | ||
integer value | ||
* field.c (compute_size): limit internal computed maximum for UNBOUNDED | ||
item to the maximum value that can be stored in its DEPENDING on item | ||
* field.c (compute_size): set items that are too big to a fixed value | ||
to return eraly on follow-up checks | ||
* field.c (compute_size): disabled check for missing PIC for NATIONAL | ||
and BCD USAGE | ||
* tree.c (cb_field_variable_address), tree.h: disabled unused function | ||
* tree.c (cb_field_has_unbounded), tree.h: new function checking both | ||
field and any of the child elements to be UNBOUNDED | ||
* typeck.c (cb_validate_program_data): validate DEPENDING ON to be numeric | ||
* typeck.c (cb_build_identifier): skip compile-time checks for ref-mod | ||
on UNBOUNDED items as size is not known; for runtime calculate the max. | ||
length for ref-mod using the ODO | ||
* parser.y (occurs_clause): don't set flag_unbounded in parent | ||
* cobc.c (print_fields): don't output (wrong) size for group items with | ||
OCCURS UNBOUNDED sub-fields | ||
|
||
2023-05-23 Simon Sobisch <[email protected]> | ||
|
||
* parser.y (control_source): allow both an alphanumeric identifier or | ||
|
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.