-
Notifications
You must be signed in to change notification settings - Fork 24
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
3 changed files
with
8 additions
and
10 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 |
---|---|---|
|
@@ -1095,9 +1095,9 @@ | |
|
||
2020-12-09 Ron Norman <[email protected]> | ||
|
||
* cobc.c: Now calls cob_get_sig_name {in common.c} to get signal name | ||
* codegen.c (output_dump_code): Only emits code to catch abort | ||
when HAVE_SIGACTION is defined | ||
* cobc.c: now calls cob_get_sig_name from common.c to get signal name | ||
* codegen.c (output_dump_code): Only emits code to catch abort | ||
when HAVE_SIGACTION is defined | ||
|
||
2020-12-08 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1266,7 +1266,7 @@ | |
and to load libcobvc.so at startup | ||
* fisam.c: Changes for building with VBISAM in C-ISAM mode | ||
* Makefile.am: Changes for configure/build of VBISAM in C-ISAM mode | ||
|
||
2020-12-15 Simon Sobisch <[email protected]> | ||
|
||
Bug #692 missing output for DISPLAY WITH NO ADVANCING | ||
|
@@ -1279,11 +1279,9 @@ | |
|
||
2020-12-09 Ron Norman <[email protected]> | ||
|
||
* common.c: If the system supports sigaction then codegen.c emits | ||
code to catch an abort while dumping and recover | ||
the routine cob_set_dump_signal sets up the signal processing; | ||
Added cob_get_sig_name and cob_get_sig_description; | ||
Rewrote cob_set_signal to be table driven | ||
* common.c, common.h: added cob_get_sig_name and cob_get_sig_description | ||
* common.c (cob_sig_handler): use cob_get_sig_name instead of get_sig_name | ||
* common.c (cob_set_signal): rewrote to be table driven | ||
|
||
2020-12-08 Simon Sobisch <[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