-
Notifications
You must be signed in to change notification settings - Fork 26
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
4 changed files
with
11 additions
and
18 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 |
---|---|---|
|
@@ -6,6 +6,10 @@ | |
under MSVC Release, by forcing a flush of stdout with | ||
fflush and using cob_free instead of free in C codes | ||
|
||
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 | ||
|
@@ -45,11 +49,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 | ||
|
||
2023-01-21 Simon Sobisch <[email protected]> | ||
|
||
* atlocal.in: prefer config.status replacement over environment var | ||
|
@@ -102,16 +101,6 @@ | |
|
||
* atlocal_valgrind, atlocal_win: updated to match atlocal.in | ||
|
||
2022-07-19 Nicolas Berthier <[email protected]> | ||
|
||
* 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 | ||
|
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