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.
- Loading branch information
Showing
10 changed files
with
564 additions
and
455 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 |
---|---|---|
|
@@ -938,6 +938,15 @@ | |
one with additional possible NAME ... IS OMITTED and | ||
without GENERATE XML checks | ||
|
||
2020-12-17 Simon Sobisch <[email protected]> | ||
|
||
bug #571 revised: | ||
* typeck.c (create_implicit_assign_dynamic_var): add ASSIGN name as | ||
implicit VALUE clause for the implicit variable providing a | ||
reasonable (expected) default if not manually set | ||
* warning.def (implicit-define): changed from "always on" to "only upon | ||
request" as the unexpected "inconsistent empty filename" was fixed | ||
|
||
2020-12-15 Simon Sobisch <[email protected]> | ||
|
||
* typeck.c [!COB_ALLOW_UNALIGNED]: fixed unused variable warning | ||
|
@@ -1343,7 +1352,7 @@ | |
2020-07-26 Edward Hart <[email protected]> | ||
|
||
* config.def: added possible values for assign-clause and | ||
screen-section-rules. | ||
screen-section-rules | ||
|
||
2020-07-21 Simon Sobisch <[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,6 +88,13 @@ | |
|
||
* testsuite.src/run_file.at: Added test cases for COMMIT/ROLLBACK | ||
|
||
2020-12-20 Simon Sobisch <[email protected]> | ||
|
||
* testsuite.src/run_extensions.at, testsuite.src/run_file.at: | ||
moved ASSIGN related tests to run_file.at | ||
* testsuite.src/run_misc.at: work around bug for CANCEL in test | ||
"Recursive CALL of RECURSIVE program" by disabling that side-tests | ||
|
||
2020-12-04 Ron Norman <[email protected]> | ||
|
||
* testsuite.src/run_misc.at: corrected for 32/64-bit by removing pointer | ||
|
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.