|
1 | 1 | NEWS - user visible changes -*- outline -*-
|
2 | 2 |
|
| 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 | + |
3 | 42 | * Changes in opensource COBOL 1.5.1J
|
4 | 43 |
|
5 | 44 | ** Bug fixes
|
|
0 commit comments