Skip to content

Commit 648cac1

Browse files
author
tina227
committed
NEWSの更新、config.hの修正
1 parent be6e306 commit 648cac1

2 files changed

Lines changed: 36 additions & 4 deletions

File tree

NEWS

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,41 @@ NEWS - user visible changes -*- outline -*-
1616

1717
*** Added VBISAM to the opensource COBOL package
1818

19+
*** Fixed not to abandon REPLACE after following COPY REPLACING has done.
20+
21+
*** Though old style STOP statement maybe skipped, it should be still at least recognized as non-nil statement on empty check.
22+
23+
*** Stop editing initial value of national-edited item.
24+
25+
*** Changed NATIONAL comparison to be independent on COLLATING SEQUENCE setting.
26+
27+
*** Fixed memory leaks in decoding national words.
28+
29+
*** Fixed behavior of COPY REPLACING LEADING/TRAILING according to the standard.
30+
31+
*** Fixed undecoded national item names appear in runtime messages.
32+
33+
*** Fixed undecoded national item names appear in compilation messages.
34+
35+
*** Prefixing/Suffixing should have no effect on FILLER item.
36+
37+
*** Fixed compilation error on some SOURCE FORMAT FREE usage.
38+
39+
*** Fixed bug in field subscript boundary check in cond expression.
40+
41+
*** Preserve system time when date is modified by COB_DATE.
42+
43+
*** Avoid reporting wrong section/paragraph name in error message.
44+
45+
*** Fixed bug in reference modification boundary check in MOVE statement.
46+
47+
*** Fixed initialization bug of ZonedDecimal variable defined as SIGN SEPARATE.
48+
49+
*** Fixed initialization bug of ZonedDecimal variable when using -fsign-ebcdic option.
50+
1951
** Other Updates
2052

21-
*** added some tests
53+
*** added and enhanced some tests
2254

2355
*** updated message catalog for 'ja'
2456

win32/config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283

284284
/* Define to 1 if you have the <vbisam.h> header file. */
285285
#ifndef _WIN32
286-
#define HAVE_VBISAM_H */
286+
#define HAVE_VBISAM_H 1
287287
#endif
288288

289289
/* Define to 1 if you have the `vprintf' function. */
@@ -299,7 +299,7 @@
299299
#define ICONV_CONST
300300

301301
/* Name of package */
302-
#define PACKAGE "opensource-cobol-1.4J"
302+
#define PACKAGE "opensource-cobol-1.4.0J"
303303

304304
/* Define to the address where bug reports for this package should be sent. */
305305
#define PACKAGE_BUGREPORT "open-cobol-list@lists.sourceforge.net"
@@ -311,7 +311,7 @@
311311
#define PACKAGE_STRING "OpenCOBOL 1.1"
312312

313313
/* Define to the one symbol short name of this package. */
314-
#define PACKAGE_TARNAME "opensource-cobol-1.4J"
314+
#define PACKAGE_TARNAME "opensource-cobol-1.4.0J"
315315

316316
/* Define to the version of this package. */
317317
#define PACKAGE_VERSION "1.1"

0 commit comments

Comments
 (0)