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
2 changed files
with
23 additions
and
3 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 |
---|---|---|
|
@@ -92,6 +92,12 @@ | |
|
||
* numeric.c: Changes to speed up COMP-3 handling | ||
|
||
2023-02-21 Simon Sobisch <[email protected]> | ||
|
||
* numeric.c (cob_decimal_set_packed): backport and extend optimization | ||
from 4.x by Ron - now skipping initial zeros and for huge fields handle | ||
4 digits at once | ||
|
||
2023-02-20 Simon Sobisch <[email protected]> | ||
|
||
* intrinsic.c, numeric.c: explicit check result of mpz_sgn to 0/!0/1/-1 | ||
|
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