Skip to content

Commit 1a9c2a6

Browse files
committed
refactor(*):リリースノートを更新
1 parent b6635dd commit 1a9c2a6

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2019-04-19 OSS Consortium <[email protected]>
2+
3+
* opensource COBOL Version 1.5.2J released.
4+
15
2016-12-09 OSS Consortium <[email protected]>
26

37
* opensource COBOL Version 1.5.1J released.

NEWS

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

3+
* Changes in opensource COBOL 1.5.2J
4+
5+
** New features
6+
7+
*** ADD new Error check.
8+
(1) Detected division by zero.
9+
Compile check: use the character "0".
10+
Runtime check: use variable with value 0.
11+
12+
Use this option, Add the following values to config.
13+
enable-zero-division-error: yes
14+
15+
(2) Check subscript out of bounds.
16+
This feature was previously included in the debug options.
17+
18+
Use this option, Add the following values to config.
19+
enable-check-subscript-out-of-bounds: yes
20+
21+
(3) Expect numeric error.
22+
Compile check: Move const string to numeric variable.
23+
Runtime check: Move variable included string to numeric variable.
24+
25+
Use this option, Add the following values to config.
26+
enable-expect-numeric-error: yes
27+
28+
(4) Expect compute string error.
29+
This feature was previously included in the debug options.
30+
31+
Use this option, Add the following values to config.
32+
enable-expect-compute-string-error: yes
33+
34+
35+
** Bug fixes
36+
37+
*** Correct errors in Japanese translation on cobc help.
38+
39+
40+
-----------------------------------------------------------------------
41+
342
* Changes in opensource COBOL 1.5.1J
443

544
** Bug fixes

0 commit comments

Comments
 (0)