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
7 changed files
with
29 additions
and
15 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 |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
|
||
* configure.ac: Add check for sys/time.h | ||
|
||
2023-02-19 Simon Sobisch <[email protected]> | ||
|
||
* configure.ac: minor adjustment for bdb library lookup | ||
|
||
2023-02-10 Simon Sobisch <[email protected]> | ||
|
||
* configure.ac: fixed adjusted hack for AIX 64bit OBJECT_MODE | ||
|
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,15 +40,17 @@ | |
* typeck.c: Check for small integer for add/subtruct and use | ||
cob_add_int/cob_sub_int as the speed in this case was improved | ||
|
||
2022-02-20 Fabrice Le Fessant <[email protected]> | ||
2023-02-21 Simon Sobisch <[email protected]> | ||
|
||
* scanner.l (read_literal): refactor to use `enum cb_literal_type` | ||
instead of a char* for the type of literal | ||
* codegen.c, flag.def [COBC_HAS_CUTOFF_FLAG]: fix compile errors, | ||
output -fif-cutoff to help when available | ||
|
||
2023-02-20 Fabrice Le Fessant <[email protected]> | ||
|
||
* pplex.l: allow REPLACE between Gcos `CONTROL DIVISION` and | ||
the`IDENTIFICATION DIVISION` | ||
* scanner.l (read_literal): refactor to use enum cb_literal_type | ||
instead of a char* for the type of literal | ||
* pplex.l: allow REPLACE between Gcos CONTROL DIVISION and | ||
the IDENTIFICATION DIVISION | ||
|
||
2023-02-19 Ron Norman <[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,11 @@ | |
* runtime.cfg: dropped not available "varfix_format", | ||
see "fixrel_format" instead; minor reformatting/rewording | ||
|
||
2023-02-21 Simon Sobisch <[email protected]> | ||
|
||
* rm-strict.conf: enable indirect-redefines as this was added | ||
with later RM-COBOL versions | ||
|
||
2023-02-16 Fabrice Le Fessant <[email protected]> | ||
|
||
* gcos.words: remove alias VALUES=VALUE, to correctly parse | ||
|
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