-
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.
- Loading branch information
Showing
3 changed files
with
42 additions
and
27 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 |
---|---|---|
|
@@ -73,6 +73,11 @@ | |
* move.c (cob_move_display_to_packed): fix data corruption caused | ||
by packing one extra digit from the input display field | ||
|
||
2023-07-24 Simon Sobisch <[email protected]> | ||
|
||
* fileio.c: only check -1 as invalid fd; return fileio status for | ||
invalid file state in CBL_ routines, instead of fixed -1 / 35 | ||
|
||
2023-07-22 Simon Sobisch <[email protected]> | ||
|
||
* coblocal.h (COB_MAX_FIELD_SIZE_LINKAGE): new definition | ||
|
@@ -155,6 +160,7 @@ after suggestions by Chuck Haatvedt <[email protected]> | |
otherwise it is lost on first CLOSE | ||
* fileio.c->fextfh.c: disable setting of record min/max size outside of OPEN, | ||
disable setting of record size in some places | ||
* fileio.c: adjusted setting of SORT-RETURN register | ||
|
||
2023-06-01 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