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.
Fix binary size computation for binary-size=2-4-8
- Loading branch information
Showing
7 changed files
with
393 additions
and
314 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
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,12 @@ | ||
|
||
2024-10-29 Simon Sobisch <[email protected]> | ||
|
||
BUG #1000: Wrong binary size computed for COMP-5 PIC 9 | ||
and PIC 99 when binary-size=2-4-8 | ||
* field.c (validate_elementary_item): only set flag_real_binary for | ||
BINARY-CHAR/BINARY-SHORT/BINARY-LONG/BINARY-DOUBLE | ||
* codegenc (output_attr): generate COB_FLAG_REAL_BINARY also for COMP-5 | ||
|
||
2024-10-02 Simon Sobisch <[email protected]> | ||
|
||
* pplex.l (output_line_directive): extracted from other places and | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
|
||
2024-10-31 Simon Sobisch <[email protected]> | ||
|
||
* acu-strict.conf: change binary-size from 1-2-4-8 to 2-4-8 | ||
|
||
2024-08-17 Ammar Almoris <[email protected]> | ||
|
||
FR #474: add runtime configuration to hide cursor for extended screenio | ||
|
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.