forked from OCamlPro/gnucobol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
62 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -579,6 +579,14 @@ | |
* codegen.c (output_file_initialization): don't generate attribute | ||
setting which is done in cob_file_malloc / cob_file_external_addr | ||
|
||
2021-09-28 Simon Sobisch <[email protected]> | ||
|
||
* cobc.c (cobc_print_info): skip initial "." when printing COB_EXE_EXT | ||
* cobc.c (process_command_line): postpone version output for --verbose | ||
* cobc.c (set_listing_date): use formatted instead of ANSI timestamp, | ||
allow format to be specified at cobc compile-time via with define | ||
LISTING_TIMESTAMP_FORMAT | ||
|
||
2021-09-27 Simon Sobisch <[email protected]> | ||
|
||
* typeck.c (cb_build_generic_register): handle CONSTANT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,6 +67,9 @@ | |
2021-09-28 Simon Sobisch <[email protected]> | ||
|
||
* atlocal.in: workaround for MSYS issues | ||
* listings-sed.sh: adjusted replacement to actually check the year and | ||
convert the final timestamp in default format to ANSI format | ||
for matching testsuite reference | ||
|
||
2021-09-25 Ron Norman <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters