-
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.
[feature-requests:#448] using state structures instead of state vars …
…for strings libcob * 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 * strings.c: moved static variables to structures tests: * testsuite.at, testsuite.src/backcomp.at, Makefile.am: added a new test suite to test the backward compatibility of strings functions (INSPECT, STRING, UNSTRING)
- Loading branch information
engboris
committed
Jul 23, 2024
1 parent
7a173e6
commit 9f1a64c
Showing
10 changed files
with
4,384 additions
and
310 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
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 |
---|---|---|
|
@@ -90,6 +90,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 | ||
|
@@ -129,6 +134,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.