Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
lefessan committed Nov 29, 2023
1 parent a644c1b commit 0e88141
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cobc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

2023-11-29 Fabrice Le Fessant <[email protected]>

* cobc.c (cobc_clean_up): do not move object files if they were
specified as an explicit target on the command line
* parser.y: add "emit_statement_before", "drop_last_statement"
and "replace_last_statement" function for later eventual use.
They are commented using a macro.

2023-07-26 Simon Sobisch <[email protected]>

* typeck.c (search_set_keys): improving SEARCH ALL syntax checks
Expand Down
2 changes: 2 additions & 0 deletions cobc/parser.y
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,8 @@ emit_statement (cb_tree x)
}

#if 0
/* Uncomment one of these functions if needed. */

/* Insert a statement before the current statement. */
static COB_INLINE COB_A_INLINE void
emit_statement_before (cb_tree x)
Expand Down
9 changes: 9 additions & 0 deletions libcob/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

2023-11-29 Fabrice Le Fessant <[email protected]>

* common.h: export "cob_get_strerror" as a public function
* common.c: (cob_expand_env_string): use "getpid" instead
of "cob_sys_getpid" to use the correct PID in case of "fork"
* coblocal.h: remove unused warnings about inline functions by
adding macro flags "COB_NEEDS_MAX_INT" and "COB_NEEDS_MIN_INT"
that must be declared to use "cob_max_int" and "cob_min_int"

2023-07-28 Simon Sobisch <[email protected]>

* screenio.c, common.c: replace use of NCURSES_MOUSE_VERSION by
Expand Down

0 comments on commit 0e88141

Please sign in to comment.