-
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
12 changed files
with
59 additions
and
44 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 |
---|---|---|
|
@@ -997,6 +997,13 @@ | |
* error.c (cb_note_x): fixed late return that lead to listing issues and | ||
memory leak | ||
|
||
2020-11-28 Simon Sobisch <[email protected]> | ||
|
||
* cobc.c: fixed bad memory access for cobc -v -version | ||
* scanner.l: fixed bad memory access for "missing terminator" | ||
* tree.c, parser.y, field.c: last missing adjustments for cb_warn_opt_val | ||
* codegen.c, error.c, pplex.l, typeck.c: fixed some minor coding issues | ||
|
||
2020-11-27 Simon Sobisch <[email protected]> | ||
|
||
* cobc.c (process_command_line): early processing for -g and optimization | ||
|
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
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 |
---|---|---|
|
@@ -1287,6 +1287,11 @@ | |
* call.c, common.c, fileio.c, intrinsic.c, mlio.c, strings.c: | ||
reduced scope of some variables | ||
|
||
2020-11-28 Simon Sobisch <[email protected]> | ||
|
||
* common.c (cob_check_version): restored compat option for GC 2.x pre 2.2 | ||
* fileio.c, screenio.c, strings.c, termio.c: fixed some minor coding issues | ||
|
||
2020-11-27 Simon Sobisch <[email protected]> | ||
|
||
* common.c, common.h: added externalized cob_nop to have a portable way to | ||
|
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