Charles Hu
|
7bb410015a
|
OpenStep plist decoding via PropertyListDecoder is not available on Windows and Linux (#1002)
resolves: rdar://136243566
Co-authored-by: Kevin Perry <kperry@apple.com>
|
2024-10-23 14:24:27 -07:00 |
|
Jeremy Schonfeld
|
acae3d26b6
|
Implement isoLatin1 and macOSRoman encoding (#743)
* Implement isoLatin1 and macOSRoman encoding
* Limit new behavior to non-framework build
|
2024-07-25 08:52:30 -07:00 |
|
Saleem Abdulrasool
|
c39fe2da92
|
_FoundationCShims: enable building on Android (#703)
The `strncasecmp_l` was added at API level 23. For now, simply abort on
older releases, though we should consider shimming the path.
|
2024-06-26 10:16:13 -07:00 |
|
Charles Hu
|
60506f3af4
|
Renamed _CShims to _FoundationCShims (#656)
Rationale: _CShims will effectivly become semi-public in the toolchain. We add the Foundation prefix to make it less generic.
|
2024-06-21 16:18:38 -07:00 |
|