File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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. */
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"
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"
You can’t perform that action at this time.
0 commit comments