-
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.
- Loading branch information
Showing
2 changed files
with
12 additions
and
4 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,19 +1,24 @@ | ||
2024-23-09: Hugo Melder <[email protected]> | ||
2024-10-13 Richard Frith-Macdonald <[email protected]> | ||
|
||
* Source/NSFileManager.m: Create an NSError object when we fail to | ||
copy because the destination item already exists. | ||
|
||
2024-09-23: Hugo Melder <[email protected]> | ||
|
||
* Headers/Foundation/NSThread.h: | ||
* Source/NSString.m: | ||
* Source/NSThread.m: | ||
Cache ICU collator in thread-local storage to avoid | ||
expensive construction when comparing strings. | ||
|
||
2024-13-08: Hugo Melder <[email protected]> | ||
2024-08-13: Hugo Melder <[email protected]> | ||
|
||
* Source/NSOperation.m: | ||
* Headers/Foundation/NSOperation.h: | ||
Give NSOperationQueue worker threads a proper thread | ||
name for easy identification. | ||
|
||
2024-12-08 Hugo Melder <[email protected]> | ||
2024-08-12 Hugo Melder <[email protected]> | ||
* Source/NSThread.m: | ||
Fix threadPriority and setThreadPriority: on Android. | ||
|
||
|
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