From 4b4c8b399868bb5600a214f29cf06c1e2a3fe44a Mon Sep 17 00:00:00 2001 From: David Declerck Date: Sun, 16 Feb 2025 19:38:41 +0100 Subject: [PATCH] Merge SVN 5239 --- cobc/ChangeLog | 6 +++++- libcob/ChangeLog | 18 ++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/cobc/ChangeLog b/cobc/ChangeLog index 11242e88..aa76db78 100644 --- a/cobc/ChangeLog +++ b/cobc/ChangeLog @@ -8110,7 +8110,11 @@ 2014-12-11 Ron Norman - * Fixes so WARNING is given if no DETAIL lines in a report + * Fixes so WARNING is given if no DETAIL lines in a repor + +2014-06-17 Ron Norman + + * parser.y, tree.c, codegen.c: Added check to verify PAGE LIMITS of report 2014-06-16 Simon Sobisch diff --git a/libcob/ChangeLog b/libcob/ChangeLog index e288fd0c..21c11578 100644 --- a/libcob/ChangeLog +++ b/libcob/ChangeLog @@ -84,7 +84,7 @@ * fileio.c (bdb_bt_compare) [WITH_DB]->fbdb.c: cater for ABI break in BDB 12 2024-03-17 Fabrice Le Fessant - Emilien Lemaire + Emilien Lemaire * Makefile.am: add `profiling.c` to sources * profiling.c: implement profiling functions @@ -5402,15 +5402,13 @@ after suggestions by Chuck Haatvedt 2014-06-17 Ron Norman - * parser.y, tree.c, codegen.c: Added check to verify PAGE LIMITS of report - -2014-06-14 Ron Norman - - * parser.y: Fixes for LINE|COL 0 to get error message + * reportio.c (limitCheck, limitCheckLine, limitCheckOneLine, + cob_report_initiate): added check to verify PAGE LIMITS of report + * reportio.c (do_page_footing): adjusted write options 2014-06-04 Eric Gallager - Makefile.am (install-data-hook): removed [merged 2020-09-23] + * Makefile.am (install-data-hook): removed [merged 2020-09-23] 2014-05-20 Philipp Böhme @@ -5428,11 +5426,11 @@ after suggestions by Chuck Haatvedt 2014-05-06 Philipp Böhme - * common.c, common.h: Added print_runtime_env showing all environment values + * common.c, common.h: added print_runtime_env showing all environment values along with resolved variables used in libcob - New string helper functions: cob_int_to_string, cob_strcat, cob_strjoin, + new string helper functions: cob_int_to_string, cob_strcat, cob_strjoin, cob_int_to_formatted_bytestring - * call.c: Remove duplicates when resolving COB_LIBRARY_PATH + * call.c: remove duplicates when resolving COB_LIBRARY_PATH 2014-04-25 Ron Norman