Skip to content

Commit 9dd733d

Browse files
author
tina227
committed
ドキュメントの修正
1 parent 648cac1 commit 9dd733d

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

NEWS

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -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

win32/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ opensource COBOL requires the following external libraries to be installed:
2424
o PDCurses (pdcurses)
2525
http://pdcurses.sourceforge.net
2626

27-
If you want to use all of the opensource COBOL CUI featuers,
27+
If you want to use all of the opensource COBOL CUI features,
2828
you need to apply the following path:
29-
http://www.osscons.jp/osscobol/XXXX
29+
http://www.osscons.jp/osscobol/download/
3030

3131
PDCurses is distributed under public domain.
3232

0 commit comments

Comments
 (0)