-
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
15 changed files
with
241 additions
and
63 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
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 @@ | ||
|
||
2023-11-29 Fabrice Le Fessant <[email protected]> | ||
|
||
* cobc.c (cobc_clean_up): when save-temps specifies a directory, | ||
do not move object files and preprocess files when they were | ||
specified as an explicit target on the command line (-E, -c) | ||
|
||
2023-10-17 David Declerck <[email protected]> | ||
|
||
BUG #923: generated modules init/clear unused decimal constants | ||
|
@@ -22,6 +28,14 @@ | |
* codegen.c (codegen_internal, codegen_finalize): move declaration | ||
of decimal constants from global storage to local storage | ||
|
||
2023-10-02 Fabrice Le Fessant <[email protected]> | ||
|
||
* error.c (print_error_prefix), flag.def: new flag | ||
-fdiagnostics-absolute-paths to print the full path of | ||
a file for diagnostics; this flag can be activated if | ||
your editor and build system do not correctly work | ||
together to locate files from diagnostic output | ||
|
||
2023-09-12 Simon Sobisch <[email protected]> | ||
|
||
* codegen.c (literal_list): removed self-reference as tree | ||
|
@@ -45,6 +59,7 @@ | |
|
||
2023-09-01 Simon Sobisch <[email protected]> | ||
|
||
FR #443: error handling for non-cobol "sources" | ||
* pplex.l (ppopen_get_file): test for binary file and directly error out | ||
* cobc.c (cobc_terminate_exit), cobc.h: split cobc_terminate and make | ||
the new function available | ||
|
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
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 |
---|---|---|
|
@@ -2,15 +2,25 @@ | |
2023-12-14 David Declerck <[email protected]> | ||
|
||
* common.c (cob_terminate_routines, cob_call_with_exception_check): | ||
add a mechanism to postpone unloading of modules when using longjmp, | ||
as this is not safe on Windows (its implementation of longjmp | ||
performs stack-unwinding) | ||
add a mechanism to postpone unloading of modules when using longjmp, | ||
as this is not safe on Windows (its implementation of longjmp | ||
performs stack-unwinding) | ||
|
||
2023-11-29 Fabrice Le Fessant <[email protected]> | ||
|
||
* common.c (cob_get_strerror), coblocal.h: export as utility function | ||
* common.c (cob_expand_env_string): fix potention buffer overflow | ||
|
||
2023-10-17 David Declerck <[email protected]> | ||
|
||
* common.h: use stdint.h and inttypes.h when available to | ||
define cob_s64_t, cob_u64_t and the various CB_FMT_ macros | ||
|
||
2023-10-04 Simon Sobisch <[email protected]> | ||
|
||
* fileio.c (lineseq_write, lineseq_rewrite): fix bug #918 partial broken | ||
COB_LS_VALIDATE by incrementing pointer outside of macro IS_BAD_CHAR | ||
|
||
2023-09-15 Simon Sobisch <[email protected]> | ||
|
||
Fixing Bug #914 CLOSE LOCK abends program on OPEN | ||
|
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.