Skip to content

Commit

Permalink
Merge SVN 5239
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeclerck committed Feb 16, 2025
1 parent 83582e3 commit 4b4c8b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
6 changes: 5 additions & 1 deletion cobc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -8110,7 +8110,11 @@

2014-12-11 Ron Norman <[email protected]>

* 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 <[email protected]>

* parser.y, tree.c, codegen.c: Added check to verify PAGE LIMITS of report

2014-06-16 Simon Sobisch <[email protected]>

Expand Down
18 changes: 8 additions & 10 deletions libcob/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Emilien Lemaire <[email protected]>
Emilien Lemaire <[email protected]>

* Makefile.am: add `profiling.c` to sources
* profiling.c: implement profiling functions
Expand Down Expand Up @@ -5402,15 +5402,13 @@ after suggestions by Chuck Haatvedt <[email protected]>

2014-06-17 Ron Norman <[email protected]>

* parser.y, tree.c, codegen.c: Added check to verify PAGE LIMITS of report

2014-06-14 Ron Norman <[email protected]>

* 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 <[email protected]>

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 <[email protected]>

Expand All @@ -5428,11 +5426,11 @@ after suggestions by Chuck Haatvedt <[email protected]>

2014-05-06 Philipp Böhme <[email protected]>

* 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 <[email protected]>

Expand Down

0 comments on commit 4b4c8b3

Please sign in to comment.