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.
- Loading branch information
Showing
2 changed files
with
2 additions
and
8 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 |
---|---|---|
|
@@ -658,9 +658,6 @@ | |
2015-03-14 Ron Norman <[email protected]> | ||
|
||
* runtime.cfg: add COB_LS_VALIDATE | ||
|
||
2015-03-14 Ron Norman <[email protected]> | ||
|
||
* runtime.cfg: added all configuration options with documentation | ||
|
||
2015-03-10 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 |
---|---|---|
|
@@ -4127,17 +4127,14 @@ | |
something that is clobbering free memory on SUN system. | ||
It did work fine on x86 Linux so watch out for this later. | ||
|
||
2015-04-27 Ron Norman | ||
2015-04-27 Ron Norman <[email protected]> | ||
|
||
* common.c fileio.c common.h | ||
* common.c, fileio.c, common.h: | ||
updated to support Micro Focus format files. | ||
fileio.c also check for environment variable | ||
IO_filename that can specify options for just the one file | ||
New runtime option (mf_files) to set all files to default | ||
to Micro Focus format | ||
|
||
2015-04-27 Ron Norman <[email protected]> | ||
|
||
* fileio.c, common.h (cob_file): updated to support line sequential rewrite | ||
* fileio.c, common.c, coblocal.h (cob_settings): new COB_LS_VALIDATE | ||
|
||
|