1
1
NEWS - user visible changes -*- outline -*-
2
2
3
- * opensource cobol 4J 1.0.7
3
+ * opensource COBOL 4J 1.0.7
4
4
5
5
** 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
8
8
(3) Add -java-package option
9
9
(4) Implement SET ENVIRONMENT statement
10
10
11
11
** 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
14
14
(3) Fix EXIT PERFORM and EXIT PERFORM CYCLE
15
15
16
16
** 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
18
18
19
19
-----------------------------------------------------------------------
20
20
21
- * opensource cobol 4J 1.0.6
21
+ * opensource COBOL 4J 1.0.6
22
22
23
23
** New Features
24
24
(1) Add -fshort-variable option
@@ -32,7 +32,7 @@ NEWS - user visible changes -*- outline -*-
32
32
33
33
-----------------------------------------------------------------------
34
34
35
- * opensource cobol 4J 1.0.5
35
+ * opensource COBOL 4J 1.0.5
36
36
37
37
** New Features
38
38
(1) -m option and cobjrun command (an experimental feature)
@@ -62,7 +62,7 @@ NEWS - user visible changes -*- outline -*-
62
62
63
63
-----------------------------------------------------------------------
64
64
65
- * opensource cobol 4J 1.0.4
65
+ * opensource COBOL 4J 1.0.4
66
66
67
67
** New Features
68
68
(1) Rename cobc, the compile command, to cobj.
@@ -91,14 +91,14 @@ NEWS - user visible changes -*- outline -*-
91
91
-----------------------------------------------------------------------
92
92
93
93
94
- * opensource cobol 4J 1.0.3
94
+ * opensource COBOL 4J 1.0.3
95
95
96
96
** New features
97
97
(1) Change the storage library for indexed file to SQLite.
98
98
99
99
-----------------------------------------------------------------------
100
100
101
- * opensource cobol 4J 1.0.2
101
+ * opensource COBOL 4J 1.0.2
102
102
103
103
** New features
104
104
(1) Upgrade the license to GPL3.
@@ -108,14 +108,14 @@ NEWS - user visible changes -*- outline -*-
108
108
109
109
-----------------------------------------------------------------------
110
110
111
- * opensource cobol 4J 1.0.1
111
+ * opensource COBOL 4J 1.0.1
112
112
113
113
** Bug fixes
114
114
(1) Fix the transformation of call arguments
115
115
116
116
-----------------------------------------------------------------------
117
117
118
- * opensource cobol 4J 1.0.0
118
+ * opensource COBOL 4J 1.0.0
119
119
120
120
** Bug fixes
121
121
(1) Fix the status code after opening indexed files.
0 commit comments