Skip to content

Commit a07c882

Browse files
committed
V1.3Jのパッケージ名, Changelog, NEWS, バージョン表示(-V)更新です。
V1.3J update of package name, Changelog, NEWS, version description (-V).
1 parent 324144d commit a07c882

File tree

11 files changed

+476
-306
lines changed

11 files changed

+476
-306
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2013-04-22 OSS Consortium <[email protected]>
2+
3+
* opensource COBOL Version 1.3J released.
4+
15
2012-07-31 OSS Consortium <[email protected]>
26

37
* opensource COBOL Version 1.2J released.

Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ BUILT_SOURCES = defaults.h
1515
DISTCLEANFILES = $(BUILT_SOURCES) cpucheck
1616
EXTRA_DIST = cpucheck.c COPYING.DOC
1717

18+
distdir = $(PACKAGE)
1819
dist-hook:
1920
echo "static char octardate[] = \"`date +'%b %d %Y %T %Z'`\";" > $(distdir)/tarstamp.h
2021
find $(distdir) -type d -print | xargs chmod 777

Makefile.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ ETAGS = etags
8282
CTAGS = ctags
8383
DIST_SUBDIRS = $(SUBDIRS)
8484
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
85-
distdir = $(PACKAGE)-$(VERSION)
8685
top_distdir = $(distdir)
8786
am__remove_distdir = \
8887
{ test ! -d $(distdir) \
@@ -231,6 +230,7 @@ ACLOCAL_AMFLAGS = -I m4
231230
BUILT_SOURCES = defaults.h
232231
DISTCLEANFILES = $(BUILT_SOURCES) cpucheck
233232
EXTRA_DIST = cpucheck.c COPYING.DOC
233+
distdir = $(PACKAGE)
234234
all: $(BUILT_SOURCES) config.h
235235
$(MAKE) $(AM_MAKEFLAGS) all-recursive
236236

@@ -718,7 +718,6 @@ uninstall-info: uninstall-info-recursive
718718
uninstall uninstall-am uninstall-binSCRIPTS \
719719
uninstall-includeHEADERS uninstall-info-am
720720

721-
722721
dist-hook:
723722
echo "static char octardate[] = \"`date +'%b %d %Y %T %Z'`\";" > $(distdir)/tarstamp.h
724723
find $(distdir) -type d -print | xargs chmod 777

NEWS

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

3+
* Changes in opensource COBOL 1.3J
4+
5+
** New features
6+
7+
*** Unicode (UTF-8 encoding) support. Add --enable-utf8 option to 'configure' parameters
8+
to activate. Without the option, SHIFT-JIS support is default for the configure.
9+
The features of Unicode support are:
10+
1. allocate 3 bytes for single 'N' in PICUTURE clause.
11+
2. unit of arguments in reference modification and parameter values in
12+
INSPECT statement are bytes (not a count of characters).
13+
3. padding blank by half-with (1 byte for each) spaces.
14+
4. suppress check for mixed full-witdth/half-width char. strings in
15+
STRING statement parameters.
16+
* These semantics of the UTF-8 support may change in the future.
17+
18+
*** Support some of COBOL dialect and unsupported statements/functions frequently used
19+
in existing COBOL program assets.
20+
21+
*** SPLIT KEYS (for VBISAM) based on the article on The OpenCOBOL Project FORUM.
22+
http://www.opencobol.org/modules/newbb/viewtopic.php?topic_id=1503&forum=1
23+
*** Thank you! the author Mr. JoeRobbins and The OpenCOBOL Project. ***
24+
25+
*** LEADING/TRAILING phrases in COPY - REPLACING statements.
26+
27+
*** add option to allow inconsistent program-id in END-PROGRAM.
28+
(allow-end-program-with-wrong-name in conf. setting)
29+
30+
*** add option to allow ommiting ALSO keyword in EVALUATE.
31+
(allow-missing-also-clause-in-evaluate in conf. setting)
32+
33+
*** add option to allow empty (0 line) imperative statement in EVALUATE.
34+
(allow-empty-imperative-statement in conf. setting)
35+
36+
*** add option to enable PROGRAM-STATUS register.
37+
(enable-program-status-register in conf. setting)
38+
39+
*** add option to enable SORT-STATUS register.
40+
(enable-sort-status-register in conf. setting)
41+
42+
*** add option to support function names below in SPECIAL-NAMES.
43+
ARGUMENT-NUMBER
44+
ARGUMENT-VALUE (enable-special-names-argument-clause in conf. setting)
45+
ENVIRONMENT-NAME
46+
ENVIRONMENT-VALUE (eable-special-names-environment-clause in conf. setting)
47+
48+
*** add option to enable function LENG.
49+
(enable-leng-intrinsic-function in conf. setting)
50+
51+
*** add option to enable function LENGTH-AN.
52+
(enable-length-an-intrinsic-function in conf. setting)
53+
54+
*** add option to enable function NATIONAL.
55+
(enable-national-intrinsic-function in conf. setting)
56+
57+
** Changes
58+
59+
*** now currency symbol can be changed in conf. setting.
60+
(default-currency-symbol)
61+
62+
*** length check limits are loosen, and enable to be changed in conf. setting.
63+
(max-alpha-character-data-size for alnum, default to 2147483647,
64+
max-sjis-character-data-size for SHIFT-JIS, default to 1073741823,
65+
max-utf8-character-data-size for UTF-8, default to 715827882)
66+
67+
** Bug fixes
68+
69+
*** invalid adress reference in external file handler (USERFH) (only occurs in 64bit
70+
environment).
71+
72+
*** wrong line number in compilation messeages when -free_1col_aster is applied.
73+
74+
*** failure in reference modification at NATIONAL EDITED field.
75+
76+
*** internal error on Japanese string in PROGRAM-ID.
77+
78+
*** ABEND on compiling reference modification at undefined field.
79+
80+
*** symbol table corrupt once after put error message including japanese symbol.
81+
82+
*** fail to lookup japanese symble including "___".
83+
84+
*** failure in converting alnum to national string.
85+
86+
*** invalid result of MOVE LOW-VALUE to COMP or COMP-3 field.
87+
88+
*** compiler warnings on building v1.2J.
89+
90+
-----------------------------------------------------------------------
91+
392
* Changes in opensource COBOL 1.2J
493

594
** Support Feature of Japanese, such as constant and definition of data and operation of data.
@@ -38,6 +127,8 @@ NEWS - user visible changes -*- outline -*-
38127
** Fixed the problem that COPY statement ignores the last line of each copybook when it does
39128
not end with line break.
40129

130+
-----------------------------------------------------------------------
131+
41132
* OpenCOBOL 1.0 released
42133

43134
* Changes in OpenCOBOL 0.33

cobc/cobc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ cobc_sig_handler (int sig)
675675
static void
676676
cobc_print_version (void)
677677
{
678-
puts ("Opensource COBOL 1.2J");
678+
puts ("opensource COBOL 1.3J");
679679
puts ("OSS Consortium's patched version of OpenCOBOL1.1(Feb.06 2009)");
680680
#ifdef I18N_UTF8
681681
puts ("[unicode/utf-8 support]");

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ SHELL=${CONFIG_SHELL-/bin/sh}
422422

423423
# Identity of this package.
424424
PACKAGE_NAME='OpenCOBOL'
425-
PACKAGE_TARNAME='open-cobol'
425+
PACKAGE_TARNAME='opensource-cobol-1.3J'
426426
PACKAGE_VERSION='1.1'
427427
PACKAGE_STRING='OpenCOBOL 1.1'
428428
PACKAGE_BUGREPORT='[email protected]'
@@ -1858,7 +1858,7 @@ fi
18581858

18591859

18601860
# Define the identity of the package.
1861-
PACKAGE='open-cobol'
1861+
PACKAGE='opensource-cobol-1.3J'
18621862
VERSION='1.1'
18631863

18641864

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
AC_PREREQ(2.59)
2323

24-
AC_INIT([OpenCOBOL],[1.1],[[email protected]],[open-cobol])
24+
AC_INIT([OpenCOBOL],[1.1],[[email protected]],[opensource-cobol-1.3J])
2525
AC_CONFIG_SRCDIR([libcob.h])
2626
AC_CONFIG_HEADERS([config.h])
2727
AC_CONFIG_TESTDIR([tests])

0 commit comments

Comments
 (0)