Skip to content

Commit

Permalink
Merge SVN 4627
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeclerck committed Jun 18, 2024
1 parent 2f185ce commit 01fec23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
6 changes: 3 additions & 3 deletions cobc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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]>

Expand Down
10 changes: 4 additions & 6 deletions libcob/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]>

Expand Down

0 comments on commit 01fec23

Please sign in to comment.