-
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
Richard Frith-Macdonald
committed
Aug 1, 2023
1 parent
0aaa530
commit ef9ad60
Showing
3 changed files
with
27 additions
and
7 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 |
---|---|---|
|
@@ -15,6 +15,18 @@ | |
* Source/NSFileManager.m: | ||
Fixed NSFileManager thread safety. | ||
|
||
2023-07-17 Yavor Doganov <[email protected]> | ||
|
||
* Tests/base/NSTimeZone/localtime.m (testTZDB): Skip tests relying | ||
on 64bit time_t on all 32bit architectures. | ||
* Source/NSTimeZone.m: Move #include "tzdb.h" a bit earlier so | ||
that the POSIX_TZONES preprocessor conditional is correct. | ||
([GSTimeZoneDetail | ||
initWithTimeZone:withAbbrev:withOffset:withDST:]): Retain abbrev. | ||
([GSTimeZoneDetail dealloc]): Release abbrev. | ||
([NSTimeZone timeZoneArray]): Skip files *.zi, *.list and | ||
leapseconds which are not zone files. | ||
|
||
2023-06-10 Riccardo Mottola <[email protected]> | ||
|
||
* Tests/base/NSURL/Helpers/Launch.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