-
Notifications
You must be signed in to change notification settings - Fork 26
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
2 changed files
with
5 additions
and
4 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 |
---|---|---|
|
@@ -8125,11 +8125,11 @@ | |
|
||
2014-12-11 Ron Norman <[email protected]> | ||
|
||
* Fixes so WARNING is given if no DETAIL lines in a repor | ||
* fixes so WARNING is given if no DETAIL lines in a report | ||
|
||
2014-06-17 Ron Norman <[email protected]> | ||
|
||
* parser.y, tree.c, codegen.c: Added check to verify PAGE LIMITS of report | ||
* parser.y, tree.c, codegen.c: added check to verify PAGE LIMITS of report | ||
|
||
2014-06-16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,8 +96,9 @@ | |
to the indexfile structure for use in these functions. | ||
This will allow the saved partial key to be used in the | ||
positioning logic. | ||
Also the BDB logic was changed to return a status code of "35" | ||
when encountering a missing directory for OUTPUT on INDEXED file. | ||
* fileio.c (indexed_open)->fbdb.c: | ||
changed the BDB logic to return a status code of "35" when | ||
encountering a missing directory for OUTPUT on INDEXED file | ||
|
||
2024-05-23 Simon Sobisch <[email protected]> | ||
|
||
|