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.
cobc: * cobc.c, flag.def, help.c: added option --coverage internally setting -fgen-c-line-directive, ensuring to write object file with original name, passing appropriate flags to C compiler (GCC, LLVM, MSVC, Sun Solaris) * codegen.c (output_initialize_uniform): switched to take an unsigned char * tree.c: minor refactoring additional for tests: * Makefile.am (CODE_COVERAGE_IGNORE_PATTERN): add some .def files that have shown to be not useful for GnuCOBOL's own code coverage * tests/cobol85/Makefile.am: pass appropriate flags to cobc for compiling
- Loading branch information
sf-mensch
committed
Jan 6, 2023
1 parent
617c03b
commit 8261f31
Showing
12 changed files
with
108 additions
and
54 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,9 @@ | ||
|
||
2023-01-05 Simon Sobisch <[email protected]> | ||
|
||
* Makefile.am (CODE_COVERAGE_IGNORE_PATTERN): add some .def files | ||
that have shown to be not useful for code coverage | ||
|
||
2022-12-12 Simon Sobisch <[email protected]> | ||
|
||
* configure.ac: check for and substitute PERL/perl | ||
|
@@ -1481,7 +1486,7 @@ | |
* Version 0.9 released. | ||
|
||
|
||
Copyright 2002-2022 Free Software Foundation, Inc. | ||
Copyright 2002-2023 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
|
||
2023-01-05 Simon Sobisch <[email protected]> | ||
|
||
* cobc.c, flag.def, help.c: added option --coverage internally setting | ||
-fgen-c-line-directive, ensuring to write object file with original name, | ||
passing appropriate flags to C compiler (GCC, LLVM, MSVC, Sun Solaris) | ||
* codegen.c (output_initialize_uniform): siwtched to take an unsigned char | ||
* tree.c: minor refactoring | ||
|
||
2023-01-02 Simon Sobisch <[email protected]> | ||
|
||
* cobc.c, field.c, parser.y, reserved.c: adjustment for FLOAT-EXTENDED / | ||
|
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
Oops, something went wrong.