-
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
3 changed files
with
222 additions
and
84 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-22 Simon Sobisch <[email protected]> | ||
|
||
* numeric.c (cob_decimal_set_packed): backport pack_to_bin change while | ||
adjusting its translation table for invalid BCD "digits" to yield the | ||
same result as before | ||
* numeric.c (cob_decimal_set_packed): more optimizations for speed | ||
* move.c (cob_packed_get_int, packed_get_long_long): apply optimizations | ||
from (cob_decimal_set_packed) including skipping leading zeros and | ||
pack_to_bin | ||
|
||
2023-06-21 Simon Sobisch <[email protected]> | ||
|
||
* numeric.c (cob_set_packed_u64): extracted from cob_set_packed_int | ||
|
@@ -472,6 +482,11 @@ | |
actual data | ||
* termio.c (display_numeric): fix printing amount of P as leading zeroes | ||
|
||
2023-02-23 Ron Norman <[email protected]> | ||
|
||
* numeric.c (cob_decimal_set_packed): new lookup table pack_to_bin | ||
to translate two BCD digits at once for integer conversion | ||
|
||
2023-02-21 Simon Sobisch <[email protected]> | ||
|
||
* numeric.c (cob_decimal_set_packed): backport and extend optimization | ||
|
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.