diff --git a/cobc/ChangeLog b/cobc/ChangeLog index c4170a126..865531bda 100644 --- a/cobc/ChangeLog +++ b/cobc/ChangeLog @@ -1095,9 +1095,9 @@ 2020-12-09 Ron Norman - * 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 diff --git a/libcob/ChangeLog b/libcob/ChangeLog index 9843bab18..285bd686c 100644 --- a/libcob/ChangeLog +++ b/libcob/ChangeLog @@ -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 Bug #692 missing output for DISPLAY WITH NO ADVANCING @@ -1279,11 +1279,9 @@ 2020-12-09 Ron Norman - * 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 diff --git a/libcob/common.h b/libcob/common.h index 7248709ca..c1d46f3bf 100644 --- a/libcob/common.h +++ b/libcob/common.h @@ -1409,7 +1409,7 @@ typedef struct __cob_module { unsigned char unused[32]; /* For future use */ - const char *gc_version; /* module version, until 3.1.2: set by cob_check_version */ + const char *gc_version; /* module version */ } cob_module; /* For 'module_type'