-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
5,820 additions
and
10,198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]> | ||
|
||
|
Oops, something went wrong.