-
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.
cob_decimal_pow : fix typo and add #1020 ticket fix
run_fundametal.at : add #1020 ticket test
- Loading branch information
Showing
4 changed files
with
167 additions
and
99 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 |
---|---|---|
@@ -1,4 +1,8 @@ | ||
|
||
2025-26-01 Denis Hugonnard-Roche <[email protected]> | ||
|
||
* intrinsic.c: Correct #1020 ticket | ||
|
||
2024-26-09 Denis Hugonnard-Roche <[email protected]> | ||
|
||
* intrinsic.c: Correct C++ comment style to C style | ||
|
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 |
---|---|---|
@@ -1,10 +1,14 @@ | ||
|
||
2024-09-26 Denis Hugonnard-Roce <[email protected]> | ||
2025-01-26 Denis Hugonnard-Roche <[email protected]> | ||
|
||
* intrinsic.c (cob_decimal_pow) fix #1020 ticket | ||
|
||
2024-09-26 Denis Hugonnard-Roche <[email protected]> | ||
|
||
* intrinsic.c (cob_decimal_pow) Correct c++ comment style to C | ||
comment style | ||
|
||
2024-09-25 Denis Hugonnard-Roce <[email protected]> | ||
2024-09-25 Denis Hugonnard-Roche <[email protected]> | ||
|
||
* intrinsic.c (cob_decimal_pow) fixed Bug #925,#925,#989 | ||
|
||
|
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.