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.
* tree.h, typeck.c, parser.y, codegen.c: module-locale registers referenced as cb_field * codegen.c: pass XML mode to module config: * ibm.words, acu.words, bs2000.words: enabled JSON + XML registers libcob * common.h: XML mode defines * mlio.c: adjustments for register handling in XML parse stubs
- Loading branch information
sf-mensch
committed
Jan 18, 2023
1 parent
a917774
commit 87c728b
Showing
13 changed files
with
167 additions
and
166 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 |
---|---|---|
|
@@ -248,6 +248,12 @@ | |
only a single value | ||
* parser.y (value_clause): improved parsing for table-format | ||
|
||
2022-11-18 Simon Sobisch <[email protected]> | ||
|
||
* tree.h, typeck.c, parser.y, codegen.c: module-locale registers | ||
referenced as cb_field | ||
* codegen.c: pass XML mode to module | ||
|
||
2022-11-18 Nicolas Berthier <[email protected]> | ||
|
||
* cobc.c (print_line): fully honor -fmfcomment by suppressing lines | ||
|
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 |
---|---|---|
|
@@ -20,10 +20,14 @@ | |
|
||
2022-11-18 Simon Sobisch <[email protected]> | ||
|
||
* ibm.words, mvs.words: removed words only reserved with EXEC SQL coprocessor, | ||
fixing bug #810 | ||
* ibm.words, mvs.words: removed words only reserved with EXEC SQL | ||
coprocessor, fixing bug #810 | ||
* ibm.words: update for Enterprise COBOL 6.4 (added FUNCTION-ID) | ||
|
||
2022-11-18 Simon Sobisch <[email protected]> | ||
|
||
* ibm.words, acu.words, bs2000.words: enabled JSON + XML registers | ||
|
||
2022-10-10 Simon Sobisch <[email protected]> | ||
|
||
* runtime.cfg: add COB_CORE_FILENAME and adjust COB_CORE_ON_ERROR | ||
|
@@ -141,7 +145,7 @@ | |
|
||
2021-09-14 Simon Sobisch <[email protected]> | ||
|
||
* general: added odoslide, active in bs200, ibm, mvs (previously a | ||
* general: added odoslide, active in bs2000, ibm, mvs (previously a | ||
compile flag only) | ||
* bs2000-strict.conf: adjusted complex-odo to "yes" | ||
|
||
|
Oops, something went wrong.