Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2023-01-31 OSS Consortium <[email protected]>

* opensource COBOL 4J v1.0.7 released.

2022-12-29 OSS Consortium <[email protected]>

* opensource COBOL 4J v1.0.6 released.

2022-11-22 OSS Consortium <[email protected]>

* opensource COBOL 4J v1.0.5 released.
Expand Down
46 changes: 39 additions & 7 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
NEWS - user visible changes -*- outline -*-

* opensource cobol 4j 1.0.5
* opensource cobol 4J 1.0.7

** New Features
(1) Implement DELETE statement of SEQUENTIAL files.
(2) Improve Java interface.
(3) Add -java-package option
(4) Implement SET ENVIRONMENT statement

** Bug fixes
(1) Fix a bug concerning the environment variables COB_OPEN_I_O and COB_OPEN_EXTEND.
(2) Fix the comparsion process of COMP-3
(3) Fix EXIT PERFORM and EXIT PERFORM CYCLE

** Miscellaneous
(1) Format all Java source code using Google Java Format

-----------------------------------------------------------------------

* opensource cobol 4J 1.0.6

** New Features
(1) Add -fshort-variable option
(2) make install command installs libcobj.jar in ${prefix}/lib/opensourcecobol4j

** Bug fixes
(1) Fix FUNCTION CURRENT-DATE

** Miscellaneous
(1) Build and run tests on AlmaLinux 9

-----------------------------------------------------------------------

* opensource cobol 4J 1.0.5

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

-----------------------------------------------------------------------

* opensource cobol 4j 1.0.4
* opensource cobol 4J 1.0.4

** New Features
(1) Rename cobc, the compile command, to cobj.
Expand Down Expand Up @@ -59,14 +91,14 @@ NEWS - user visible changes -*- outline -*-
-----------------------------------------------------------------------


* opensource cobol 4j 1.0.3
* opensource cobol 4J 1.0.3

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

-----------------------------------------------------------------------

* opensource cobol 4j 1.0.2
* opensource cobol 4J 1.0.2

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

-----------------------------------------------------------------------

* opensource cobol 4j 1.0.1
* opensource cobol 4J 1.0.1

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

-----------------------------------------------------------------------

* opensource cobol 4j 1.0.0
* opensource cobol 4J 1.0.0

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

-----------------------------------------------------------------------

* release opensource COBOL4J developers edition.
* release opensource COBOL 4J developers edition.

-----------------------------------------------------------------------
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# opensource COBOL 4J

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

"opensource COBOL 4J" is a COBOL compiler that translates COBOL parograms to Java programs.
This compiler is deeply inspired by ["opensource COBOL"](https://github.com/opensourcecobol/opensource-cobol) which translates COBOL programs to C programs.
Expand Down
2 changes: 1 addition & 1 deletion README_JP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# opensource COBOL 4J

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

opensource COBOL 4JはCOBOLソースコードをJavaソースコードに変換するCOBOLコンパイラです.
opensource COBOL 4JはCOBOLからCに変換するCOBOLコンパイラ["opensource COBOL"](https://github.com/opensourcecobol/opensource-cobol)をもとに開発されています.
Expand Down
28 changes: 14 additions & 14 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for opensource COBOL 4j 1.0.5.
# Generated by GNU Autoconf 2.69 for opensource COBOL 4J 1.0.7.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -588,10 +588,10 @@ MFLAGS=
MAKEFLAGS=

# Identity of this package.
PACKAGE_NAME='opensource COBOL 4j'
PACKAGE_TARNAME='opensource-cobol-4j-1.0.5'
PACKAGE_VERSION='1.0.5'
PACKAGE_STRING='opensource COBOL 4j 1.0.5'
PACKAGE_NAME='opensource COBOL 4J'
PACKAGE_TARNAME='opensource-cobol-4j-1.0.7'
PACKAGE_VERSION='1.0.7'
PACKAGE_STRING='opensource COBOL 4J 1.0.7'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL=''

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

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

Expand Down Expand Up @@ -1429,7 +1429,7 @@ Fine tuning of the installation directories:
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
--docdir=DIR documentation root
[DATAROOTDIR/doc/opensource-cobol-4j-1.0.5]
[DATAROOTDIR/doc/opensource-cobol-4j-1.0.7]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
Expand All @@ -1451,7 +1451,7 @@ fi

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

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

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

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

$ $0 $@
Expand Down Expand Up @@ -3023,8 +3023,8 @@ fi


# Define the identity of the package.
PACKAGE='opensource-cobol-4j-1.0.5'
VERSION='1.0.5'
PACKAGE='opensource-cobol-4j-1.0.7'
VERSION='1.0.7'


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

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

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

AC_PREREQ(2.59)

AC_INIT([opensource COBOL 4j],[1.0.5],[[email protected]],[opensource-cobol-4j-1.0.5])
AC_INIT([opensource COBOL 4J],[1.0.7],[[email protected]],[opensource-cobol-4j-1.0.7])
AC_CONFIG_SRCDIR([libcob.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_TESTDIR([tests])
Expand Down
8 changes: 4 additions & 4 deletions tests/package.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Signature of the current package.
m4_define([AT_PACKAGE_NAME], [opensource COBOL 4j])
m4_define([AT_PACKAGE_TARNAME], [opensource-cobol-4j-1.0.5])
m4_define([AT_PACKAGE_VERSION], [1.0.5])
m4_define([AT_PACKAGE_STRING], [opensource COBOL 4j 1.0.5])
m4_define([AT_PACKAGE_NAME], [opensource COBOL 4J])
m4_define([AT_PACKAGE_TARNAME], [opensource-cobol-4j-1.0.7])
m4_define([AT_PACKAGE_VERSION], [1.0.7])
m4_define([AT_PACKAGE_STRING], [opensource COBOL 4J 1.0.7])
m4_define([AT_PACKAGE_BUGREPORT], [[email protected]])