forked from OCamlPro/gnucobol
-
Notifications
You must be signed in to change notification settings - Fork 0
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
10 changed files
with
47 additions
and
34 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 |
---|---|---|
|
@@ -208,6 +208,10 @@ | |
* codegen.c (output_perform_call): allow label end to be NULL if | ||
there is no PERFORM THRU, adjusted callers to not pass duplicate labels | ||
|
||
2022-09-20 Simon Sobisch <[email protected]> | ||
|
||
* parser.y (examine_format_variant): fix compiler warning | ||
|
||
2022-09-01 Nicolas Berthier <[email protected]> | ||
|
||
FR #18 support EXAMINE statement | ||
|
@@ -283,6 +287,9 @@ | |
moved -Wunsupported check for ORGANIZATION INDEXED from codegen | ||
to parsing | ||
* tree.c, typeck.c: msgid change for -Wunsupported | ||
* reserved.c (add_reserved_word): fixed theoretical additions of | ||
reserved=alias longer than 32 characters | ||
* typeck.c (cb_build_const_next): minor refactoring to get field founder | ||
|
||
2022-07-25 Simon Sobisch <[email protected]> | ||
|
||
|
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 |
---|---|---|
|
@@ -228,6 +228,7 @@ | |
|
||
* screenio.c (cob_exit_screen): ensure to not end COB_EXIT_MESSAGE | ||
on mouse-move | ||
* common.c (cob_sys_exit_proc): fix compiler warning | ||
|
||
2022-08-19 Simon Sobisch <[email protected]> | ||
|
||
|
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 |
---|---|---|
|
@@ -31,6 +31,10 @@ | |
* atlocal.in: added callgrind run for in-depth performance checks | ||
which can be activated by setting CGSUFFIX variable | ||
|
||
2022-09-21 Simon Sobisch <[email protected]> | ||
|
||
* atlocal_valgrind, atlocal_win: updated to match atlocal.in | ||
|
||
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
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