-
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
6 changed files
with
148 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 |
---|---|---|
|
@@ -78,6 +78,16 @@ | |
* fileio.c (cob_file_sort_options), common.h: new function to pass more | ||
options, so far only used to set flag_merge | ||
|
||
2023-04-13 Simon Sobisch <[email protected]> | ||
|
||
* intrinsic.c (test_digit, cob_intr_hex_to_char, cob_intr_locale_date, | ||
cob_intr_locale_time), move.c (cob_move_alphanum_to_display, | ||
cob_get_s64_pic9): prefer range check over isdigit for improved speed | ||
* numeric.c (cob_decimal_get_packed): use COB_D2I instead of subtracting | ||
* intrinsic.c (cob_intr_hex_to_char): minor refactoring for speedup | ||
* intrinsic.c (cob_intr_hex_of): rewritten to use hex value table instead | ||
of sprintf, saving around 80% of cpu instructions | ||
|
||
2023-03-03 Simon Sobisch <[email protected]> | ||
|
||
* common.c, common.h: new external field + define COB_ZEROES_ALPHABETIC / | ||
|
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.