Skip to content

Commit 800011d

Browse files
committed
ドキュメント類を更新
* ChangeLogにリリースを追加 * NEWSにWindows対応、CUI強化、VBISAMの追加を記載 * READMEにWin32ディレクトリの内容を追加。opensouce COBOLに表記を修正
1 parent aa7e9ad commit 800011d

3 files changed

Lines changed: 49 additions & 12 deletions

File tree

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2015-03-30 OSS Consortium <ws-opensource-cobol-contact@osscons.jp>
2+
3+
* opensource COBOL Version 1.4.0J released.
4+
15
2014-02-28 OSS Consortium <ws-opensource-cobol-contact@osscons.jp>
26

37
* opensource COBOL Version 1.3.2J released.

NEWS

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

3+
* Changes in opensource COBOL 1.4.0J
4+
5+
** New features
6+
7+
*** Supports for Microsoft Windows ( Visual Studio and CL compiler )
8+
Added win32 directory in opensource COBOL package, and prepared Solution Files for Visual Studio.
9+
10+
*** Enhanced CUI features
11+
(1) Add a new function "CBL_OC_KEISEN". This displays a KEISEN on the screen.
12+
(2) Supports SJIS multi-byte character input and output on the screen.
13+
14+
** Changes
15+
16+
*** Added VBISAM to the opensource COBOL package
17+
18+
** Other Updates
19+
20+
*** added some tests
21+
22+
*** updated message catalog for 'ja'
23+
24+
*** bug fix some problem
25+
26+
-----------------------------------------------------------------------
27+
328
* Changes in opensource COBOL 1.3.2J
429

530
** New features

README

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
1-
OpenCOBOL
2-
http://www.opencobol.org/
3-
http://sourceforge.net/projects/open-cobol/
1+
opensource COBOL
2+
http://www.osscons.jp/osscobol/
43

5-
OpenCOBOL is an open-source COBOL compiler, which translates COBOL
6-
programs to C code and compiles it using GCC.
4+
opensource COBOL is open-source COBOL compiler an extension of the Japan-specific features.
5+
It's translates COBOL program to C code and compiles it using GCC or CL.
6+
7+
It was forked from OpenCOBOL in 2012.
8+
See also OpenCOBOL project.
9+
http://www.opencobol.org/
10+
http://sourceforge.net/projects/open-cobol/
711

812
This package contains the following subdirectories:
913

1014
cobc COBOL compiler
1115
libcob COBOL run-time library
12-
bin COBOL driver program
16+
bin COBOL driver program
1317
lib static library and common headers
1418
config configuration files
1519
po international messages
1620
texi Texinfo files
1721
tests Test suite
22+
vbisam VBISAM file I/O library
23+
win32 Project files for Windows
1824

1925
All programs except those in lib and libcob are distributed under
2026
the GNU General Public License. See COPYING for details.
@@ -24,6 +30,8 @@ General Public License. See COPYING.LIB for details.
2430

2531
See AUTHORS for the author of each file.
2632

33+
Please refer to the file "win32/README" about win32 directory.
34+
2735
============
2836
Requirements
2937
============
@@ -40,7 +48,7 @@ Requirements
4048
ALWAYS install the distro packages when available !!
4149
***
4250

43-
OpenCOBOL requires the following external libraries to be installed:
51+
opensource COBOL requires the following external libraries to be installed:
4452

4553
o GNU MP (libgmp) 4.1.2 or later
4654
http://gmplib.org
@@ -128,12 +136,12 @@ Installation
128136
**
129137
NOTE
130138
Due to deficiencies in the tools used to prepare
131-
OpenCOBOL (autoconf/automake/libtool), it is
139+
opensource COBOL (autoconf/automake/libtool), it is
132140
NOT generally possible to use path names with
133141
spaces embedded within them (Mainly Cygwin/MingW/Windows ports).
134142
**
135143

136-
To generate/install OpenCOBOL :
144+
To generate/install opensource COBOL on Linux:
137145

138146
**************************************
139147

@@ -142,7 +150,7 @@ To generate/install OpenCOBOL :
142150

143151
Here you may run
144152
make check
145-
to run a series of OpenCOBOL test programs (must do!)
153+
to run a series of opensource COBOL test programs (must do!)
146154
This MUST succeed - If not, please report.
147155

148156
make install
@@ -246,11 +254,11 @@ There are the following configure options:
246254
Development
247255
============
248256

249-
If you wish to hack the OpenCOBOL source code, proceed
257+
If you wish to hack the opensource COBOL source code, proceed
250258
as follows.
251259

252260
You need to install the following extra packages with specified
253-
minimum version before changing/building OpenCOBOL:
261+
minimum version before changing/building opensource COBOL:
254262

255263
For compiling :
256264
o Bison 1.875

0 commit comments

Comments
 (0)