-
Notifications
You must be signed in to change notification settings - Fork 24
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
185 additions
and
6 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 |
---|---|---|
|
@@ -40,6 +40,12 @@ | |
compiler aborts on broken expressions, bugs #933, #938 and #966 | ||
* typeck.c: minor refactoring within functions | ||
|
||
2024-04-25 Boris Eng <[email protected]> | ||
|
||
* cobc.h, pplex.l, ppparse.y: new >>IMP INCLUDE directive to include | ||
multiple header files in the C generated code. Has the same behavior as the | ||
--include compiler option. | ||
|
||
2024-04-24 Fabrice Le Fessant <[email protected]> | ||
|
||
* replace.c: optimize speed and memory usage. For speed, we add two | ||
|
@@ -50,6 +56,12 @@ | |
replace stream) and we use a circular buffer for the temporary | ||
queue of tokens instead of a list. | ||
|
||
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) | ||
|
||
2024-03-17 Fabrice Le Fessant <[email protected]> | ||
Emilien Lemaire <[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
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