Skip to content

Commit a637c6a

Browse files
Release v1.0.13 (#193)
* update: the version number * update: CHANGELOG.md, CHangelog and NEWS
1 parent 93cb99b commit a637c6a

File tree

6 files changed

+85
-18
lines changed

6 files changed

+85
-18
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,38 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## [1.0.12]
7+
## [1.0.13] - 2023-07-31
8+
### Added
9+
- Add new options
10+
- Add `-debug` option (#146)
11+
- Add `-Wparentheses` (#182)
12+
- Add `-Wcolumn-overflow` (#184)
13+
- Add `-fmfcomment` (#185)
14+
- Add `-ffunctions-all` (#188)
15+
- Implement `COB_IO_ASSUME_REWRITE` (#166)
16+
- Output version strings in generated Java files (#153)
17+
### Fixed
18+
- Allow string literals to be used as a call parameter (#127)
19+
- Fix displaying numbers (#138)
20+
- Fix the bug of COMPUTE statement (#143)
21+
- Fix `EXIT PERFORM CYCLE` (#150)
22+
- Fix SORT statement (#151)
23+
- Fix functions `CURRENT-DATE` and `SYSTEM` (#162)
24+
- Fix the bug of COMPUTE statement for `COMP-3` (#186)
25+
- Fix non-NIST tests
26+
- Fix `i18n_sjis`and `data-rep` (#141)
27+
- Fix `syntax` (#142, #172)
28+
- Fix `jp-compat` (#141, #149, #161)
29+
- Fix `run` (#169, #172, #180)
30+
### Optimized
31+
- Optimize ADD statement and SUBTRACT statement (#133)
32+
- Optimize comparison of `PIC S9(n)V(m)` (#143)
33+
- Implement the precomputation for `CobolDataStorage` (#163)
34+
### Changed
35+
- Improve the variable names in generated Java files
36+
- Update tests for NIST COBOL85 tests (#135)
37+
- Refactor generated Java files (#125)
38+
## [1.0.12] - 2023-06-30
839
### Added
940
- Run NIST85 tests for Relative files and add the test status to README.md
1041
- Add CHANGELOG.md (#119)

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2023-07-31 OSS Consortium <ws-opensource-cobol-contact@osscons.jp>
2+
3+
* opensource COBOL 4J v1.0.13 released.
4+
15
2023-06-30 OSS Consortium <ws-opensource-cobol-contact@osscons.jp>
26

37
* opensource COBOL 4J v1.0.12 released.

NEWS

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@ NEWS - user visible changes -*- outline -*-
22

33
-----------------------------------------------------------------------
44

5+
* opensource COBOL 4J 1.0.13
6+
7+
** New Features
8+
(1) Add -debug option
9+
(2) Add -Wparentheses option
10+
(3) Add -Wcolumn-overflow option
11+
(4) Add -fmfcomment option
12+
(5) Add -ffunctions-all option
13+
(6) Implement COB_IO_ASSUME_REWRITE
14+
(7) Output version strings in generated Java files
15+
16+
** Improve Performance
17+
(1) Optimize ADD statement and SUBTRACT statement
18+
(2) Optimize comparison of PIC S9(n)V(m)
19+
(3) Implement the precomputation for CobolDataStorage
20+
21+
** Bug fixes
22+
(1) Fix non-NIST tests
23+
(2) Fix CALL parameter
24+
(3) Fix COMPUTE statement
25+
(4) Fix SORT statement
26+
(5) Fix EXIT PERFORM CYCLE
27+
(6) Fix functions CURRENT-DATE and SYSTEM
28+
(1) Fix displaying numbers
29+
30+
** Miscellaneous
31+
(1) Improve the variable names in generated Java files
32+
(2) Update tests for NIST COBOL85 tests
33+
(3) Refactor generated Java files
34+
35+
-----------------------------------------------------------------------
36+
537
* opensource COBOL 4J 1.0.12
638

739
** New Features

configure

Lines changed: 13 additions & 13 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.71 for opensource COBOL 4J 1.0.12b.
3+
# Generated by GNU Autoconf 2.71 for opensource COBOL 4J 1.0.13.
44
#
55
# Report bugs to <ws-opensource-cobol-contact@osscons.jp>.
66
#
@@ -620,9 +620,9 @@ MAKEFLAGS=
620620

621621
# Identity of this package.
622622
PACKAGE_NAME='opensource COBOL 4J'
623-
PACKAGE_TARNAME='opensource-cobol-4j-1.0.12b'
624-
PACKAGE_VERSION='1.0.12b'
625-
PACKAGE_STRING='opensource COBOL 4J 1.0.12b'
623+
PACKAGE_TARNAME='opensource-cobol-4j-1.0.13'
624+
PACKAGE_VERSION='1.0.13'
625+
PACKAGE_STRING='opensource COBOL 4J 1.0.13'
626626
PACKAGE_BUGREPORT='ws-opensource-cobol-contact@osscons.jp'
627627
PACKAGE_URL=''
628628

@@ -1414,7 +1414,7 @@ if test "$ac_init_help" = "long"; then
14141414
# Omit some internal or obsolete options to make the list less imposing.
14151415
# This message is too long to be a string in the A/UX 3.1 sh.
14161416
cat <<_ACEOF
1417-
\`configure' configures opensource COBOL 4J 1.0.12b to adapt to many kinds of systems.
1417+
\`configure' configures opensource COBOL 4J 1.0.13 to adapt to many kinds of systems.
14181418

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

@@ -1464,7 +1464,7 @@ Fine tuning of the installation directories:
14641464
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
14651465
--mandir=DIR man documentation [DATAROOTDIR/man]
14661466
--docdir=DIR documentation root
1467-
[DATAROOTDIR/doc/opensource-cobol-4j-1.0.12b]
1467+
[DATAROOTDIR/doc/opensource-cobol-4j-1.0.13]
14681468
--htmldir=DIR html documentation [DOCDIR]
14691469
--dvidir=DIR dvi documentation [DOCDIR]
14701470
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1486,7 +1486,7 @@ fi
14861486

14871487
if test -n "$ac_init_help"; then
14881488
case $ac_init_help in
1489-
short | recursive ) echo "Configuration of opensource COBOL 4J 1.0.12b:";;
1489+
short | recursive ) echo "Configuration of opensource COBOL 4J 1.0.13:";;
14901490
esac
14911491
cat <<\_ACEOF
14921492

@@ -1617,7 +1617,7 @@ fi
16171617
test -n "$ac_init_help" && exit $ac_status
16181618
if $ac_init_version; then
16191619
cat <<\_ACEOF
1620-
opensource COBOL 4J configure 1.0.12b
1620+
opensource COBOL 4J configure 1.0.13
16211621
generated by GNU Autoconf 2.71
16221622

16231623
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2105,7 +2105,7 @@ cat >config.log <<_ACEOF
21052105
This file contains any messages produced by compilers while
21062106
running configure, to aid debugging if configure makes a mistake.
21072107

2108-
It was created by opensource COBOL 4J $as_me 1.0.12b, which was
2108+
It was created by opensource COBOL 4J $as_me 1.0.13, which was
21092109
generated by GNU Autoconf 2.71. Invocation command line was
21102110

21112111
$ $0$ac_configure_args_raw
@@ -3403,8 +3403,8 @@ fi
34033403

34043404

34053405
# Define the identity of the package.
3406-
PACKAGE='opensource-cobol-4j-1.0.12b'
3407-
VERSION='1.0.12b'
3406+
PACKAGE='opensource-cobol-4j-1.0.13'
3407+
VERSION='1.0.13'
34083408

34093409

34103410
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -25367,7 +25367,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2536725367
# report actual input values of CONFIG_FILES etc. instead of their
2536825368
# values after options handling.
2536925369
ac_log="
25370-
This file was extended by opensource COBOL 4J $as_me 1.0.12b, which was
25370+
This file was extended by opensource COBOL 4J $as_me 1.0.13, which was
2537125371
generated by GNU Autoconf 2.71. Invocation command line was
2537225372

2537325373
CONFIG_FILES = $CONFIG_FILES
@@ -25435,7 +25435,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
2543525435
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2543625436
ac_cs_config='$ac_cs_config_escaped'
2543725437
ac_cs_version="\\
25438-
opensource COBOL 4J config.status 1.0.12b
25438+
opensource COBOL 4J config.status 1.0.13
2543925439
configured by $0, generated by GNU Autoconf 2.71,
2544025440
with options \\"\$ac_cs_config\\"
2544125441

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.12b],[ws-opensource-cobol-contact@osscons.jp],[opensource-cobol-4j-1.0.12b])
22+
AC_INIT([opensource COBOL 4J],[1.0.13],[ws-opensource-cobol-contact@osscons.jp],[opensource-cobol-4j-1.0.13])
2323
AC_CONFIG_SRCDIR([libcobj.h])
2424
AC_CONFIG_HEADERS([config.h])
2525
AC_CONFIG_TESTDIR([tests])

tests/package.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Signature of the current package.
22
m4_define([AT_PACKAGE_NAME], [opensource COBOL 4J])
3-
m4_define([AT_PACKAGE_TARNAME], [opensource-cobol-4j-1.0.12b])
4-
m4_define([AT_PACKAGE_VERSION], [1.0.12b])
5-
m4_define([AT_PACKAGE_STRING], [opensource COBOL 4J 1.0.12b])
3+
m4_define([AT_PACKAGE_TARNAME], [opensource-cobol-4j-1.0.13])
4+
m4_define([AT_PACKAGE_VERSION], [1.0.13])
5+
m4_define([AT_PACKAGE_STRING], [opensource COBOL 4J 1.0.13])
66
m4_define([AT_PACKAGE_BUGREPORT], [ws-opensource-cobol-contact@osscons.jp])

0 commit comments

Comments
 (0)