-
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.
Use optimized_move_display_to_edited with all kind of sign positions
- Loading branch information
Showing
3 changed files
with
78 additions
and
46 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 |
---|---|---|
|
@@ -4,6 +4,11 @@ | |
* move.c (optimized_move_display_to_edited): fixed additional bug | ||
reported with bug #1008: BLANK WHEN ZERO not working on signed | ||
NUMERIC-EDITED fields | ||
* move.c (optimized_move_display_to_edited): normalize numeric data | ||
* move.c (cob_move): extend use of optimized_move_display_to_edited | ||
to more cases (i.e. different source and destination sign, leading | ||
sign, non-separate sign) | ||
|
||
|
||
2024-12-08 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
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