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
13 changed files
with
2,968 additions
and
127 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 |
---|---|---|
|
@@ -112,6 +112,26 @@ | |
* pplex.l (ppcopy_find_file, ppcopy): replace slash to match system and | ||
always place name in buffer to allow this | ||
|
||
2023-02-07 Simon Sobisch <[email protected]> | ||
|
||
* typeck.c (cb_build_optim_cond): generate cob_bcd_cmp call for COMP-3/COMP-6 | ||
* typeck.c (cb_build_optim_cond). codeoptim.def, codeoptim.c, codegen.c: | ||
disabled "local" functions for COB_CMP_PACKED_INT, COB_GET_PACKED_INT, | ||
COB_GET_PACKED_INT64 as the updated libcob variants are not slower, so | ||
generate calls to these instead | ||
|
||
2023-02-03 Simon Sobisch <[email protected]> | ||
|
||
* typeck.c (cb_build_optim_add), codeoptim.def, codeoptim.c, codegen.c: | ||
added COB_GET_PACKED_INT64, COB_ADD_PACKED_INT64 for fast-resolving/ | ||
adding PACKED-DECIMAL fields with 9-18 digits | ||
* typeck.c (cb_build_optim_sub), codegen.c, tree.h | ||
(CB_CAST_NEGATIVE_INTEGER, CB_CAST_NEGATIVE_LONG_INT): wrap subtractions | ||
on PACKED-DECIMAL fields in a negative value used with optimized | ||
packed_add | ||
* typeck.c (cb_check_num_cond, cb_build_optim_cond): generate memcmp for | ||
COMP-6 fields with same scale | ||
|
||
2023-02-01 Simon Sobisch <[email protected]> | ||
|
||
* parser.y (rep_name_list): fixed error handling loop | ||
|
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
Oops, something went wrong.