-
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.
Update Changelogs, minor fix and add tests
- Loading branch information
Showing
5 changed files
with
35 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -149,9 +149,12 @@ | |
|
||
2024-04-25 Boris Eng <[email protected]> | ||
|
||
* pplex.l, ppparse.y, scanner.l, cobc.h, codegen.c: | ||
new >>IMP INCLUDE directive to include one or multiple header files in | ||
the generated C code (same behavior as the --include compiler option) | ||
FR #176: "Implementation of GC directive to include .h (c/c++) files" | ||
* pplex.l, ppparse.y, cobc.h, codegen.c: new >>IMP INCLUDE directive to | ||
include one or multiple header files in the generated C code (same behavior | ||
as the --include but with one directive per file) | ||
* scanner.l: the leading space for all internal directives is removed in the | ||
lexer. Source previously preprocessed may need to be adjusted | ||
|
||
2024-04-24 Fabrice Le Fessant <[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