-
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 HEAD
- Loading branch information
Showing
23 changed files
with
558 additions
and
338 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,10 @@ | ||
|
||
2024-05-02 Simon Sobisch <[email protected]> | ||
|
||
* configure.ac: use pkg-config (with a fallback to ncurses-config) for | ||
getting link / compile information for ncurses/ncursesw; now honoring | ||
NCURSES_CONFIG, NCURSES_LIBS and NCURSES_FLAGS; document XML2_CONFIG | ||
|
||
2023-10-17 David Declerck <[email protected]> | ||
|
||
* configure.ac: add checks to allow using stdint.h and inttypes.h | ||
|
@@ -1579,7 +1585,7 @@ | |
* Version 0.9 released. | ||
|
||
|
||
Copyright 2002-2023 Free Software Foundation, Inc. | ||
Copyright 2002-2024 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
Empty file.
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,18 @@ | ||
|
||
2024-05-03 Simon Sobisch <[email protected]> | ||
|
||
* cobc.c (main): refactored to not need iterating via "iparams" | ||
* flag.def (cb_flag_use_constructor), cobc.c (main), cobc.h, | ||
codegen.c (codegen_internal, output_so_load_version_check): | ||
new flag -fuse-constructor to override possible use of that feature; | ||
internally disabling it for generation of libraries/executable after | ||
first program as we only need that code once, fixing Win32 build errors | ||
and duplication warnings in other environments | ||
* flag.def: don't suppress the help of -fwinmain under Win32 | ||
* typeck.c (build_expr_finish): use fallback error position token, fixing | ||
compiler aborts on broken expressions, bugs #933, #938 and #966 | ||
* typeck.c: minor refactoring within functions | ||
|
||
2024-04-24 Fabrice Le Fessant <[email protected]> | ||
|
||
* replace.c: optimize speed and memory usage. For speed, we add two | ||
|
@@ -10,7 +24,7 @@ | |
queue of tokens instead of a list. | ||
|
||
2024-03-17 Fabrice Le Fessant <[email protected]> | ||
Emilien Lemaire <[email protected]> | ||
Emilien Lemaire <[email protected]> | ||
|
||
* parser.y: generate calls to "cob_prof_function_call" in the | ||
parsetree when profiling is unabled, when entering/leaving | ||
|
@@ -35,7 +49,7 @@ | |
2024-01-28 Fabrice Le Fessant <[email protected]> | ||
|
||
* parser.y: fix SEGFAULT when checking the BY VALUE arguments of a | ||
prototype with ANY LENGTH | ||
prototype with ANY LENGTH | ||
|
||
2024-01-25 David Declerck <[email protected]> | ||
|
||
|
@@ -7293,7 +7307,11 @@ | |
|
||
2014-12-11 Ron Norman <[email protected]> | ||
|
||
* Fixes so WARNING is given if no DETAIL lines in a report | ||
* Fixes so WARNING is given if no DETAIL lines in a repor | ||
|
||
2014-06-17 Ron Norman <[email protected]> | ||
|
||
* parser.y, tree.c, codegen.c: Added check to verify PAGE LIMITS of report | ||
|
||
2014-06-16 Simon Sobisch <[email protected]> | ||
|
||
|
@@ -10023,7 +10041,7 @@ | |
dropping some options for now | ||
|
||
|
||
Copyright 2001-2023 Free Software Foundation, Inc. | ||
Copyright 2001-2024 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
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.