-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Github issue #312 ... add thread safety for Apple compatibility
- Loading branch information
Richard Frith-Macdonald
committed
Aug 18, 2023
1 parent
446d168
commit c1833e1
Showing
3 changed files
with
55 additions
and
18 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 |
---|---|---|
@@ -1,3 +1,9 @@ | ||
2023-08-18 Richard Frith-Macdonald <[email protected]> | ||
|
||
* Headers/Foundation/NSCache.h: Add _lock ivar | ||
* Source/NSCache.m: Protect cache operations with a lock for | ||
thread safety. | ||
|
||
2023-08-10 Frederik Seiffert <[email protected]> | ||
|
||
* Headers/Foundation/NSNumberFormatter.h: | ||
|
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