Skip to content

Commit 5375a14

Browse files
Prepare to release v1.0.7 (#74)
1 parent b2ff21e commit 5375a14

File tree

7 files changed

+68
-28
lines changed

7 files changed

+68
-28
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2023-01-31 OSS Consortium <[email protected]>
2+
3+
* opensource COBOL 4J v1.0.7 released.
4+
5+
2022-12-29 OSS Consortium <[email protected]>
6+
7+
* opensource COBOL 4J v1.0.6 released.
8+
19
2022-11-22 OSS Consortium <[email protected]>
210

311
* opensource COBOL 4J v1.0.5 released.

NEWS

Lines changed: 39 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11
NEWS - user visible changes -*- outline -*-
22

3-
* opensource cobol 4j 1.0.5
3+
* opensource cobol 4J 1.0.7
4+
5+
** New Features
6+
(1) Implement DELETE statement of SEQUENTIAL files.
7+
(2) Improve Java interface.
8+
(3) Add -java-package option
9+
(4) Implement SET ENVIRONMENT statement
10+
11+
** Bug fixes
12+
(1) Fix a bug concerning the environment variables COB_OPEN_I_O and COB_OPEN_EXTEND.
13+
(2) Fix the comparsion process of COMP-3
14+
(3) Fix EXIT PERFORM and EXIT PERFORM CYCLE
15+
16+
** Miscellaneous
17+
(1) Format all Java source code using Google Java Format
18+
19+
-----------------------------------------------------------------------
20+
21+
* opensource cobol 4J 1.0.6
22+
23+
** New Features
24+
(1) Add -fshort-variable option
25+
(2) make install command installs libcobj.jar in ${prefix}/lib/opensourcecobol4j
26+
27+
** Bug fixes
28+
(1) Fix FUNCTION CURRENT-DATE
29+
30+
** Miscellaneous
31+
(1) Build and run tests on AlmaLinux 9
32+
33+
-----------------------------------------------------------------------
34+
35+
* opensource cobol 4J 1.0.5
436

537
** New Features
638
(1) -m option and cobjrun command (an experimental feature)
@@ -30,7 +62,7 @@ NEWS - user visible changes -*- outline -*-
3062

3163
-----------------------------------------------------------------------
3264

33-
* opensource cobol 4j 1.0.4
65+
* opensource cobol 4J 1.0.4
3466

3567
** New Features
3668
(1) Rename cobc, the compile command, to cobj.
@@ -59,14 +91,14 @@ NEWS - user visible changes -*- outline -*-
5991
-----------------------------------------------------------------------
6092

6193

62-
* opensource cobol 4j 1.0.3
94+
* opensource cobol 4J 1.0.3
6395

6496
** New features
6597
(1) Change the storage library for indexed file to SQLite.
6698

6799
-----------------------------------------------------------------------
68100

69-
* opensource cobol 4j 1.0.2
101+
* opensource cobol 4J 1.0.2
70102

71103
** New features
72104
(1) Upgrade the license to GPL3.
@@ -76,21 +108,21 @@ NEWS - user visible changes -*- outline -*-
76108

77109
-----------------------------------------------------------------------
78110

79-
* opensource cobol 4j 1.0.1
111+
* opensource cobol 4J 1.0.1
80112

81113
** Bug fixes
82114
(1) Fix the transformation of call arguments
83115

84116
-----------------------------------------------------------------------
85117

86-
* opensource cobol 4j 1.0.0
118+
* opensource cobol 4J 1.0.0
87119

88120
** Bug fixes
89121
(1) Fix the status code after opening indexed files.
90122
(2) Fix the behavior of delete and rewrite indexed files
91123

92124
-----------------------------------------------------------------------
93125

94-
* release opensource COBOL4J developers edition.
126+
* release opensource COBOL 4J developers edition.
95127

96128
-----------------------------------------------------------------------

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# opensource COBOL 4J
22

3-
[日本語版README](https://github.com/opensourcecobol/opensourcecobol4j/blob/main/README_JP.md)
3+
[日本語版README](./README_JP.md)
44

55
"opensource COBOL 4J" is a COBOL compiler that translates COBOL parograms to Java programs.
66
This compiler is deeply inspired by ["opensource COBOL"](https://github.com/opensourcecobol/opensource-cobol) which translates COBOL programs to C programs.

README_JP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# opensource COBOL 4J
22

3-
[English version README](https://github.com/opensourcecobol/opensourcecobol4j/blob/main/README.md)
3+
[English version README](./README.md)
44

55
opensource COBOL 4JはCOBOLソースコードをJavaソースコードに変換するCOBOLコンパイラです.
66
opensource COBOL 4JはCOBOLからCに変換するCOBOLコンパイラ["opensource COBOL"](https://github.com/opensourcecobol/opensource-cobol)をもとに開発されています.

configure

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for opensource COBOL 4j 1.0.5.
3+
# Generated by GNU Autoconf 2.69 for opensource COBOL 4J 1.0.7.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -588,10 +588,10 @@ MFLAGS=
588588
MAKEFLAGS=
589589

590590
# Identity of this package.
591-
PACKAGE_NAME='opensource COBOL 4j'
592-
PACKAGE_TARNAME='opensource-cobol-4j-1.0.5'
593-
PACKAGE_VERSION='1.0.5'
594-
PACKAGE_STRING='opensource COBOL 4j 1.0.5'
591+
PACKAGE_NAME='opensource COBOL 4J'
592+
PACKAGE_TARNAME='opensource-cobol-4j-1.0.7'
593+
PACKAGE_VERSION='1.0.7'
594+
PACKAGE_STRING='opensource COBOL 4J 1.0.7'
595595
PACKAGE_BUGREPORT='[email protected]'
596596
PACKAGE_URL=''
597597

@@ -1379,7 +1379,7 @@ if test "$ac_init_help" = "long"; then
13791379
# Omit some internal or obsolete options to make the list less imposing.
13801380
# This message is too long to be a string in the A/UX 3.1 sh.
13811381
cat <<_ACEOF
1382-
\`configure' configures opensource COBOL 4j 1.0.5 to adapt to many kinds of systems.
1382+
\`configure' configures opensource COBOL 4J 1.0.7 to adapt to many kinds of systems.
13831383

13841384
Usage: $0 [OPTION]... [VAR=VALUE]...
13851385

@@ -1429,7 +1429,7 @@ Fine tuning of the installation directories:
14291429
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
14301430
--mandir=DIR man documentation [DATAROOTDIR/man]
14311431
--docdir=DIR documentation root
1432-
[DATAROOTDIR/doc/opensource-cobol-4j-1.0.5]
1432+
[DATAROOTDIR/doc/opensource-cobol-4j-1.0.7]
14331433
--htmldir=DIR html documentation [DOCDIR]
14341434
--dvidir=DIR dvi documentation [DOCDIR]
14351435
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1451,7 +1451,7 @@ fi
14511451

14521452
if test -n "$ac_init_help"; then
14531453
case $ac_init_help in
1454-
short | recursive ) echo "Configuration of opensource COBOL 4j 1.0.5:";;
1454+
short | recursive ) echo "Configuration of opensource COBOL 4J 1.0.7:";;
14551455
esac
14561456
cat <<\_ACEOF
14571457

@@ -1581,7 +1581,7 @@ fi
15811581
test -n "$ac_init_help" && exit $ac_status
15821582
if $ac_init_version; then
15831583
cat <<\_ACEOF
1584-
opensource COBOL 4j configure 1.0.5
1584+
opensource COBOL 4J configure 1.0.7
15851585
generated by GNU Autoconf 2.69
15861586

15871587
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2133,7 +2133,7 @@ cat >config.log <<_ACEOF
21332133
This file contains any messages produced by compilers while
21342134
running configure, to aid debugging if configure makes a mistake.
21352135

2136-
It was created by opensource COBOL 4j $as_me 1.0.5, which was
2136+
It was created by opensource COBOL 4J $as_me 1.0.7, which was
21372137
generated by GNU Autoconf 2.69. Invocation command line was
21382138

21392139
$ $0 $@
@@ -3023,8 +3023,8 @@ fi
30233023

30243024

30253025
# Define the identity of the package.
3026-
PACKAGE='opensource-cobol-4j-1.0.5'
3027-
VERSION='1.0.5'
3026+
PACKAGE='opensource-cobol-4j-1.0.7'
3027+
VERSION='1.0.7'
30283028

30293029

30303030
cat >>confdefs.h <<_ACEOF
@@ -23482,7 +23482,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2348223482
# report actual input values of CONFIG_FILES etc. instead of their
2348323483
# values after options handling.
2348423484
ac_log="
23485-
This file was extended by opensource COBOL 4j $as_me 1.0.5, which was
23485+
This file was extended by opensource COBOL 4J $as_me 1.0.7, which was
2348623486
generated by GNU Autoconf 2.69. Invocation command line was
2348723487

2348823488
CONFIG_FILES = $CONFIG_FILES
@@ -23548,7 +23548,7 @@ _ACEOF
2354823548
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2354923549
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2355023550
ac_cs_version="\\
23551-
opensource COBOL 4j config.status 1.0.5
23551+
opensource COBOL 4J config.status 1.0.7
2355223552
configured by $0, generated by GNU Autoconf 2.69,
2355323553
with options \\"\$ac_cs_config\\"
2355423554

configure.ac

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

2020
AC_PREREQ(2.59)
2121

22-
AC_INIT([opensource COBOL 4j],[1.0.5],[[email protected]],[opensource-cobol-4j-1.0.5])
22+
AC_INIT([opensource COBOL 4J],[1.0.7],[[email protected]],[opensource-cobol-4j-1.0.7])
2323
AC_CONFIG_SRCDIR([libcob.h])
2424
AC_CONFIG_HEADERS([config.h])
2525
AC_CONFIG_TESTDIR([tests])

tests/package.m4

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Signature of the current package.
2-
m4_define([AT_PACKAGE_NAME], [opensource COBOL 4j])
3-
m4_define([AT_PACKAGE_TARNAME], [opensource-cobol-4j-1.0.5])
4-
m4_define([AT_PACKAGE_VERSION], [1.0.5])
5-
m4_define([AT_PACKAGE_STRING], [opensource COBOL 4j 1.0.5])
2+
m4_define([AT_PACKAGE_NAME], [opensource COBOL 4J])
3+
m4_define([AT_PACKAGE_TARNAME], [opensource-cobol-4j-1.0.7])
4+
m4_define([AT_PACKAGE_VERSION], [1.0.7])
5+
m4_define([AT_PACKAGE_STRING], [opensource COBOL 4J 1.0.7])
66
m4_define([AT_PACKAGE_BUGREPORT], [[email protected]])

0 commit comments

Comments
 (0)