Skip to content

Commit 67c3aa4

Browse files
update: update slightly
1 parent 3999153 commit 67c3aa4

File tree

4 files changed

+10
-78
lines changed

4 files changed

+10
-78
lines changed

NEWS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ NEWS - user visible changes -*- outline -*-
44

55
** New Features
66
(1) Implement RELATIVE files
7-
(2) Add -edit-code-command
8-
(3) Add a sample script that generates Java source files compatible with Spring Batch
7+
(a) Pass all NIST tests on Relative files
8+
(2) Implement ${DESTDIR} of libcobj/Makefile
99

1010
** Bug fixes
11-
(1) Fix the bug moveFrom method of CobolNumericPackedField
12-
(2) Fix bugs found by static analyzers
13-
(3) Fix Makefile in libcobj
11+
(1) Fix move statement for COMP-3
12+
(a) Fix moveFrom method of CobolNumericPackedField
13+
(2) Fix warnings found by static analyzers
1414

1515
** Miscellaneous
1616
(1) Format all C source code in cobj/ using clang-format

cobj/cobj.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -786,9 +786,9 @@ static void cobc_print_usage(void) {
786786
_(" -assign_external Set the file assign to external"));
787787
puts(_(" -java-package(=<package name>) Specify the package name of the "
788788
"generated source code"));
789-
puts(_(" -edit-code-command(=<command>) Specify the command to edit java "
790-
"source code. See script/spring_batch_tasklet.sh in opensource COBOL "
791-
"4J for details."));
789+
// puts(_(" -edit-code-command(=<command>) Specify the command to edit
790+
// java " "source code. See script/spring_batch_tasklet.sh in opensource COBOL
791+
//" "4J for details."));
792792
putchar('\n');
793793

794794
#undef CB_WARNDEF

script/spring_batch_tasklet.sh

Lines changed: 0 additions & 69 deletions
This file was deleted.

tests/command-line-options.at

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ m4_include([B.at])
99
m4_include([list-reserved.at])
1010
m4_include([assign_external.at])
1111
m4_include([java-package.at])
12-
m4_include([edit-code-command.at])
1312
m4_include([Wunreachable.at])
1413
m4_include([ftrace-ftraceall.at])
1514
m4_include([fsyntax-only.at])
1615
m4_include([fserial-variable.at])
1716
m4_include([fshort-variable.at])
17+
18+
# m4_include([edit-code-command.at])

0 commit comments

Comments
 (0)