File tree Expand file tree Collapse file tree 4 files changed +10
-78
lines changed Expand file tree Collapse file tree 4 files changed +10
-78
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ m4_include([B.at])
99m4_include([list-reserved.at])
1010m4_include([assign_external.at])
1111m4_include([java-package.at])
12- m4_include([edit-code-command.at])
1312m4_include([Wunreachable.at])
1413m4_include([ftrace-ftraceall.at])
1514m4_include([fsyntax-only.at])
1615m4_include([fserial-variable.at])
1716m4_include([fshort-variable.at])
17+
18+ # m4_include([edit-code-command.at])
You can’t perform that action at this time.
0 commit comments