-
Notifications
You must be signed in to change notification settings - Fork 25
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
2 changed files
with
63 additions
and
50 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 |
---|---|---|
|
@@ -68,6 +68,16 @@ | |
* fisam.c: Updated to set index field type for 'short' & 'int' | ||
Enabled support for variable length records is using V-ISAM/D-ISAM | ||
|
||
2023-06-21 Simon Sobisch <[email protected]> | ||
|
||
* numeric.c (cob_set_packed_u64): extracted from cob_set_packed_int | ||
and extended, allowing to internally use bigger values without | ||
a double-check of the sign | ||
* numeric.c (cob_decimal_get_packed): set by unsigned long when possible, | ||
instead of signed int (increasing from 9 to 19 digits for many systems) | ||
* numeric.c (cob_decimal_get_display, cob_decimal_set_display, | ||
cob_decimal_do_round): fix compile warnings | ||
|
||
2023-06-20 Simon Sobisch <[email protected]> | ||
|
||
* common.c (get_screenio_and_mouse_info) [__PDCURSES__]: | ||
|
@@ -299,6 +309,8 @@ | |
* numeric.c (cob_decimal_do_round, cob_decimal_get_field): fix | ||
COB_STORE_PROHIBITED to not overwrite target data and always raise an | ||
exception if rounding would be necessary | ||
* numeric.c (cob_decimal_get_packed, cob_set_packed_int): reordered check | ||
to most likely value (nonzero, positive) first | ||
|
||
2023-04-26 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