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.
Use optimized_move_display_to_edited with all kind of sign positions
- Loading branch information
Showing
5 changed files
with
84 additions
and
49 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,13 @@ | |
* fileio.c: fixed Bug #1032 by always using global thread-static variable | ||
bdb_app_data pointer to access the collating sequence function | ||
|
||
2024-12-09 David Declerck <[email protected]> | ||
|
||
* 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-09 Chuck Haatvedt <[email protected]> | ||
|
||
* move.c (optimized_move_display_to_edited): fixed additional bug | ||
|
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
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