Skip to content

Commit

Permalink
Fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
engboris committed Apr 23, 2024
1 parent afb9550 commit bc04d87
Show file tree
Hide file tree
Showing 17 changed files with 5,820 additions and 10,198 deletions.
18 changes: 7 additions & 11 deletions cobc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@
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

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
multithreaded versions (using state structures instead of static variables)

* typeck.c (cb_emit_inspect, cb_build_tallying_data, cb_build_tallying_all,
cb_build_tallying_leading, cb_build_tallying_trailing, cb_build_converting,
cb_emit_string, cb_emit_unstring, cb_build_unstring_into:
function calls of strings functions have been replaced by calls to
multithreaded versions (using state structures instead of static variables)
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

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

Expand Down
Loading

0 comments on commit bc04d87

Please sign in to comment.