-
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.
- Loading branch information
Showing
4 changed files
with
11 additions
and
3 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 |
---|---|---|
|
@@ -1211,6 +1211,10 @@ | |
|
||
* scanner.l (read_literal): catch and error missing termination of literal | ||
|
||
2020-09-02 James K. Lowden <[email protected]> | ||
|
||
* cobc.c, error.c: prevent messages from overflowing message buffer | ||
|
||
2020-09-01 Simon Sobisch <[email protected]> | ||
|
||
* codegen.c (codegen_init): fixed broken codegen for multi-source compiles | ||
|
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 |
---|---|---|
|
@@ -127,6 +127,10 @@ | |
now also unsets cobc related environment variables: | ||
use $() instead of backticks in all places | ||
|
||
2020-09-02 James K. Lowden <[email protected]> | ||
|
||
* testsuite.src/syn_misc.at: attempted fix #336, still slightly borked | ||
|
||
2020-07-19 Edward Hart <[email protected]> | ||
|
||
* atlocal.in, atlocal_valgrind, atlocal_win: replaced COB_HAS_CJSON with | ||
|
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