-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move static variables to local state structures in libcob/strings.c #137
Closed
engboris
wants to merge
15
commits into
OCamlPro:gcos4gnucobol-3.x
from
engboris:engboris-libcob-fr448
Closed
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
b579703
Fix conflicts
engboris cbf6857
Add multithreaded version for string functions and remove static vari…
engboris 4fb42be
Fix
engboris 71de171
Update ChangeLog
GitMensch 96c5c10
Fix
engboris 659185f
Fix Changelog
engboris aa05109
Move build of strings states
engboris 0286df2
Remove unecessary changes in cobc/tree.c
engboris ed1c853
Fix memory management
engboris f5601ef
Revert changes: remove allocated states and use full static states fo…
engboris c9165e9
Update Changelogs
engboris 4a6eb17
Removal of uncessary variables
engboris a137b90
have string states in thread-local-storage
GitMensch 1e6c1a6
Update backcomp.at (focussing on coverage of statements)
engboris 246a3a9
Use GC 2.2 only for backcomp tests
engboris File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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 |
---|---|---|
|
@@ -78,6 +78,11 @@ | |
* termio.c (pretty_display_numeric), mlio.c (get_num): | ||
changed to use the attributes of the receiving field | ||
|
||
2024-07-19 Simon Sobisch <[email protected]> | ||
|
||
* coblocal.h (COB_TLS): add a new attribute for thread local static. | ||
* common.h, common.c (cob_cleanup_thread): add a cleanup function for threads | ||
|
||
2024-05-15 Simon Sobisch <[email protected]> | ||
|
||
* profiling.c: fix compile warnings | ||
|
@@ -117,6 +122,10 @@ | |
|
||
* common.c: add missing include libxml/parser.h | ||
|
||
2024-02-26 Boris Eng <[email protected]> | ||
FR #488: using state structures instead of state vars for strings | ||
* strings.c: moved static variables to structures | ||
|
||
2024-01-25 David Declerck <[email protected]> | ||
|
||
FR #459: support COLLATING SEQUENCE clause on SELECT / INDEXED files | ||
|
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
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
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, here and below add an empty lime after the name