Skip to content

Commit 3193854

Browse files
Update NEWS
1 parent 6491651 commit 3193854

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

NEWS

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
NEWS - user visible changes -*- outline -*-
22

3-
* opensource cobol 4J 1.0.7
3+
* opensource COBOL 4J 1.0.7
44

55
** New Features
6-
(1) Implement DELETE statement of SEQUENTIAL files.
7-
(2) Improve Java interface.
6+
(1) Implement DELETE FILE statement of SEQUENTIAL files and LINE SEQUENTIAL files
7+
(2) Improve Java interface, much better way to call COBOL from Java
88
(3) Add -java-package option
99
(4) Implement SET ENVIRONMENT statement
1010

1111
** Bug fixes
12-
(1) Fix a bug concerning the environment variables COB_OPEN_I_O and COB_OPEN_EXTEND.
13-
(2) Fix the comparsion process of COMP-3
12+
(1) Fix the bug involved with the environment variables COB_I_O_CREATE and COB_EXTEND_CREATE
13+
(2) Fix the comparison process of COMP-3
1414
(3) Fix EXIT PERFORM and EXIT PERFORM CYCLE
1515

1616
** Miscellaneous
17-
(1) Format all Java source code using Google Java Format
17+
(1) Format all Java source code in libcobj/ using Google Java Format
1818

1919
-----------------------------------------------------------------------
2020

21-
* opensource cobol 4J 1.0.6
21+
* opensource COBOL 4J 1.0.6
2222

2323
** New Features
2424
(1) Add -fshort-variable option
@@ -32,7 +32,7 @@ NEWS - user visible changes -*- outline -*-
3232

3333
-----------------------------------------------------------------------
3434

35-
* opensource cobol 4J 1.0.5
35+
* opensource COBOL 4J 1.0.5
3636

3737
** New Features
3838
(1) -m option and cobjrun command (an experimental feature)
@@ -62,7 +62,7 @@ NEWS - user visible changes -*- outline -*-
6262

6363
-----------------------------------------------------------------------
6464

65-
* opensource cobol 4J 1.0.4
65+
* opensource COBOL 4J 1.0.4
6666

6767
** New Features
6868
(1) Rename cobc, the compile command, to cobj.
@@ -91,14 +91,14 @@ NEWS - user visible changes -*- outline -*-
9191
-----------------------------------------------------------------------
9292

9393

94-
* opensource cobol 4J 1.0.3
94+
* opensource COBOL 4J 1.0.3
9595

9696
** New features
9797
(1) Change the storage library for indexed file to SQLite.
9898

9999
-----------------------------------------------------------------------
100100

101-
* opensource cobol 4J 1.0.2
101+
* opensource COBOL 4J 1.0.2
102102

103103
** New features
104104
(1) Upgrade the license to GPL3.
@@ -108,14 +108,14 @@ NEWS - user visible changes -*- outline -*-
108108

109109
-----------------------------------------------------------------------
110110

111-
* opensource cobol 4J 1.0.1
111+
* opensource COBOL 4J 1.0.1
112112

113113
** Bug fixes
114114
(1) Fix the transformation of call arguments
115115

116116
-----------------------------------------------------------------------
117117

118-
* opensource cobol 4J 1.0.0
118+
* opensource COBOL 4J 1.0.0
119119

120120
** Bug fixes
121121
(1) Fix the status code after opening indexed files.

0 commit comments

Comments
 (0)