Skip to content

Commit

Permalink
Add multithreaded version for string functions and remove static vari…
Browse files Browse the repository at this point in the history
…ables
  • Loading branch information
engboris committed Apr 23, 2024
1 parent 2e620aa commit 37b77de
Show file tree
Hide file tree
Showing 17 changed files with 17,231 additions and 329 deletions.
12 changes: 12 additions & 0 deletions cobc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@
* codegen.c: handle profiling code generation under the
cb_flag_prof guard

2024-02-26 Boris Eng <[email protected]>

* codegen.c (output_strings_states, codegen_internal):
added structures for the data used by strings functions as local variables
in the C generated code
* parser.y (examine_format_variant, inspect_region):
function calls of strings functions have been replaced by calls to
thread-safe versions (using state structures instead of static variables)
* typeck.c: a lot of functions have been changed in that file in order to
make them coherent with the above changes and all those changes are
omitted for more concision

2024-02-19 Boris Eng <[email protected]>

* parser.y (screen_value_clause): replaced basic literals by literals
Expand Down
Loading

0 comments on commit 37b77de

Please sign in to comment.