Skip to content

Commit

Permalink
Update Changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
engboris committed Jul 22, 2024
1 parent f5601ef commit c9165e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
5 changes: 1 addition & 4 deletions cobc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,7 @@

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

FR #488: thread-safety for string handling using state vars
* parser.y (examine_format_variant, inspect_region), typeck.c:
function calls of strings functions have been replaced by calls to
thread-safe versions
* codegen.c (output_data): handle CB_TAG_DIRECT in output_data function

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

Expand Down
9 changes: 1 addition & 8 deletions libcob/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,8 @@
* common.c: add missing include libxml/parser.h

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

<<<<<<< HEAD
* coblocal.h (cob_exit_strings_mt): add multithreaded version of
cob_exit_strings
=======
FR #488: thread-safety for string handling using state vars
>>>>>>> 3224291 (Revert changes: remove allocated states and use full static states for strings)
* common.h (cob_inspect_state, cob_string_state, cob_unstring_state),
strings.c: moved static variables to structures
* strings.c: moved static variables to structures

2024-01-25 David Declerck <[email protected]>

Expand Down

0 comments on commit c9165e9

Please sign in to comment.