Skip to content

Commit 3999153

Browse files
docs: update documents to release v1.0.8
1 parent fdbbe58 commit 3999153

File tree

4 files changed

+32
-9
lines changed

4 files changed

+32
-9
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2023-02-28 OSS Consortium <[email protected]>
2+
3+
* opensource COBOL 4J v1.0.8 released.
4+
15
2023-01-31 OSS Consortium <[email protected]>
26

37
* opensource COBOL 4J v1.0.7 released.

NEWS

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

3+
* opensource COBOL 4J 1.0.8
4+
5+
** New Features
6+
(1) Implement RELATIVE files
7+
(2) Add -edit-code-command
8+
(3) Add a sample script that generates Java source files compatible with Spring Batch
9+
10+
** Bug fixes
11+
(1) Fix the bug moveFrom method of CobolNumericPackedField
12+
(2) Fix bugs found by static analyzers
13+
(3) Fix Makefile in libcobj
14+
15+
** Miscellaneous
16+
(1) Format all C source code in cobj/ using clang-format
17+
18+
-----------------------------------------------------------------------
19+
320
* opensource COBOL 4J 1.0.7
421

522
** New Features

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,14 @@ Implemented.
4141
* Call statements
4242
* Sequential files
4343
* Indexed files
44+
* Relative files
4445
* Sort statements
4546
* Embedded functions (ACOS, LENGTH, MAX, ...)
4647

47-
Not Implemented.
48-
49-
* Relative files
50-
5148
Known bugs
5249

5350
* Cannot call inline programs.
51+
52+
# Contributors
53+
54+
See https://github.com/opensourcecobol/opensourcecobol4j/graphs/contributors

README_JP.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cobj [COBOL source file]
2525
java [PROGRAM-ID]
2626
```
2727

28-
## The progress of the development
28+
## 実装状況
2929

3030
下記の実装済みリストにある機能は[NIST COBOL85 test suite](https://www.itl.nist.gov/div897/ctg/cobol_form.htm)でテストされており,**99%** のテストケースをパスしています.
3131

@@ -36,14 +36,15 @@ java [PROGRAM-ID]
3636
* DISPLAY文, ACCEPT文
3737
* CALLによる呼び出し
3838
* SEQUENTIALファイルの入出力機能
39+
* RELATIVEファイルの入出力機能
3940
* INDEXEDファイルの入出力機能
4041
* SORT文
4142
* 組み込み関数 (ACOS, LENGTH, MAX, ...)
4243

43-
実装予定
44-
45-
* RELATIVEファイルの入出力機能
46-
4744
既知の不具合
4845

4946
* 同一ソースコード内の別プログラムのCALLができない.
47+
48+
# コントリビュータ
49+
50+
https://github.com/opensourcecobol/opensourcecobol4j/graphs/contributors を参照してください.

0 commit comments

Comments
 (0)