-
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
4 changed files
with
11 additions
and
27 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 @@ | ||
|
||
2024-06-19 David Declerck <[email protected]> | ||
|
||
* cobc.c (process_compile): fix MSVC build command | ||
|
||
2024-05-15 Simon Sobisch <[email protected]> | ||
|
||
* replace.c: fix compile warnings and formatting | ||
|
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,8 @@ | ||
|
||
2024-06-19 David Declerck <[email protected]> | ||
|
||
* atlocal_win: fix path-related issues in Windows builds | ||
|
||
2023-07-10 Simon Sobisch <[email protected]> | ||
|
||
* atlocal_win: updated to current atlocal.in | ||
|
@@ -38,11 +42,6 @@ | |
* testsuite.src/run_misc.at: fix linking/dlopen issue happening | ||
on some systems (mostly win32) in test CALL RETURNING POINTER | ||
|
||
2023-01-23 David Declerck <[email protected]> | ||
|
||
* testsuite.src/configuration.at: test reading translation | ||
tables from an external file | ||
|
||
2022-12-08 Simon Sobisch <[email protected]> | ||
|
||
* atlocal.in, atlocal_win, atlocal_valgrind: added COB_MODULE_EXT | ||
|
@@ -84,16 +83,6 @@ | |
|
||
* atlocal_valgrind, atlocal_win: updated to match atlocal.in | ||
|
||
2022-07-19 Nicolas Berthier <[email protected]> | ||
|
||
* testsuite.src/general: fix area A in testsuite | ||
|
||
2022-03-29 Nicolas Berthier <[email protected]> | ||
|
||
* testsuite.src/configuration.at, testsuite.at/syn_misc.at: new | ||
tests for sections and paragraphs that do not end with a period | ||
* testsuite.src/run_misc.at: fix lines in trace test | ||
|
||
2022-07-28 Simon Sobisch <[email protected]> | ||
|
||
* atlocal.in: option to run part of the testsuite via perf -stat | ||
|
@@ -103,15 +92,6 @@ | |
run_prog_manual.sh where used | ||
* testsuite.src: added missing $COBCRUN_DIRECT | ||
|
||
2022-03-29 Nicolas Berthier <[email protected]> | ||
|
||
* testsuite.src/syn_copy.at: test partial replacing with SPACES | ||
figurative constant | ||
|
||
2022-01-25 Nicolas Berthier <[email protected]> | ||
|
||
* testsuite.src/syn_copy.at: test partial replacing with literal | ||
|
||
2022-02-10 Simon Sobisch <[email protected]> | ||
|
||
* testsuite_manual.at [MANUAL_CHECK]: new macro for running every | ||
|
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