@@ -5,48 +5,48 @@ NEWS - user visible changes -*- outline -*-
55** New features
66
77*** Supports for Microsoft Windows ( Visual Studio and CL compiler )
8- Added win32 directory in opensource COBOL package, and prepared Solution Files for Visual Studio.
8+ Added win32 directory in opensource COBOL package, and prepared Solution Files for Visual Studio.
99
1010*** Enhanced CUI features
11- (1) Add a new function "CBL_OC_KEISEN".
11+ (1) Add a new function "CBL_OC_KEISEN".
1212 This displays a KEISEN ( vertical or horizontal ruled lines ) on the screen.
1313 (2) Supports SJIS multi-byte character input and output on the screen.
1414
1515** Changes
1616
1717*** Added VBISAM to the opensource COBOL package
1818
19- *** Fixed not to abandon REPLACE after following COPY REPLACING has done.
19+ *** Fixed not to abandon REPLACE after following COPY REPLACING has done
2020
21- *** Though old style STOP statement maybe skipped, it should be still at least recognized as non-nil statement on empty check.
21+ *** Though old style STOP statement maybe skipped, it should be still at least recognized as non-nil statement on empty check
2222
23- *** Stop editing initial value of national-edited item.
23+ *** Stop editing initial value of national-edited item
2424
25- *** Changed NATIONAL comparison to be independent on COLLATING SEQUENCE setting.
25+ *** Changed NATIONAL comparison to be independent on COLLATING SEQUENCE setting
2626
27- *** Fixed memory leaks in decoding national words.
27+ *** Fixed memory leaks in decoding national words
2828
29- *** Fixed behavior of COPY REPLACING LEADING/TRAILING according to the standard.
29+ *** Fixed behavior of COPY REPLACING LEADING/TRAILING according to the standard
3030
31- *** Fixed undecoded national item names appear in runtime messages.
31+ *** Fixed undecoded national item names appear in runtime messages
3232
33- *** Fixed undecoded national item names appear in compilation messages.
33+ *** Fixed undecoded national item names appear in compilation messages
3434
35- *** Prefixing/Suffixing should have no effect on FILLER item.
35+ *** Prefixing/Suffixing should have no effect on FILLER item
3636
37- *** Fixed compilation error on some SOURCE FORMAT FREE usage.
37+ *** Fixed compilation error on some SOURCE FORMAT FREE usage
3838
39- *** Fixed bug in field subscript boundary check in cond expression.
39+ *** Fixed bug in field subscript boundary check in cond expression
4040
41- *** Preserve system time when date is modified by COB_DATE.
41+ *** Preserve system time when date is modified by COB_DATE
4242
43- *** Avoid reporting wrong section/paragraph name in error message.
43+ *** Avoid reporting wrong section/paragraph name in error message
4444
45- *** Fixed bug in reference modification boundary check in MOVE statement.
45+ *** Fixed bug in reference modification boundary check in MOVE statement
4646
47- *** Fixed initialization bug of ZonedDecimal variable defined as SIGN SEPARATE.
47+ *** Fixed initialization bug of ZonedDecimal variable defined as SIGN SEPARATE
4848
49- *** Fixed initialization bug of ZonedDecimal variable when using -fsign-ebcdic option.
49+ *** Fixed initialization bug of ZonedDecimal variable when using -fsign-ebcdic option
5050
5151** Other Updates
5252
@@ -96,7 +96,7 @@ NEWS - user visible changes -*- outline -*-
9696
9797*** implicitly substitute WRITE with REWRITE on the file opened in I-O mode (when set COB_IO_ASSUME_REWRITE=Y)
9898
99- *** treat sign-nibble 'C' as 'F' in unsigned packed numeric value, when also type checking.
99+ *** treat sign-nibble 'C' as 'F' in unsigned packed numeric value, when also type checking
100100
101101*** added another device naming format in assign clause (conf.parameter assign-clause: jph1)
102102
0 commit comments