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 -*-
4
4
5
5
** New Features
6
6
(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
9
9
10
10
** 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
14
14
15
15
** Miscellaneous
16
16
(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) {
786
786
_ (" -assign_external Set the file assign to external" ));
787
787
puts (_ (" -java-package(=<package name>) Specify the package name of the "
788
788
"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."));
792
792
putchar ('\n' );
793
793
794
794
#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])
9
9
m4_include([list-reserved.at])
10
10
m4_include([assign_external.at])
11
11
m4_include([java-package.at])
12
- m4_include([edit-code-command.at])
13
12
m4_include([Wunreachable.at])
14
13
m4_include([ftrace-ftraceall.at])
15
14
m4_include([fsyntax-only.at])
16
15
m4_include([fserial-variable.at])
17
16
m4_include([fshort-variable.at])
17
+
18
+ # m4_include([edit-code-command.at])
You can’t perform that action at this time.
0 commit comments