- Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository:swiftlang/swift-corelibs-foundation
base:swift-6.0.2-RELEASE
head repository:swiftlang/swift-corelibs-foundation
compare:swift-6.0.3-RELEASE
- 16 commits
- 21 files changed
- 11 contributors
Commits on Aug 5, 2024
Configuration menu - View commit details
Copy full SHA for acdc7e1 - Browse repository at this point
Copy the full SHA acdc7e1View commit details Configuration menu - View commit details
Copy full SHA for 8873088 - Browse repository at this point
Copy the full SHA 8873088View commit details Add
.windows
toplatformsWithThreads
inPackage.swift
(cherry picked from commit bc0dd48)
Configuration menu - View commit details
Copy full SHA for df11f82 - Browse repository at this point
Copy the full SHA df11f82View commit details
Commits on Aug 23, 2024
Merge pull request#5053from apple/maxd/6.0-fix-wasi
[6.0] build: Repair the build on WASI platform
Configuration menu - View commit details
Copy full SHA for e372166 - Browse repository at this point
Copy the full SHA e372166View commit details
Commits on Sep 16, 2024
[6.0] Add stub for Testing module (#5078)
* Add stub for Testing module * Fix indentation
Configuration menu - View commit details
Copy full SHA for 82e96cc - Browse repository at this point
Copy the full SHA 82e96ccView commit details
Commits on Oct 2, 2024
Add a thread-safe implementation of Process.currentDirectoryURL
posix_spawn_file_actions_addchdir_np is the official way to set the working directory of a spawned process and is supported on both macOS and glibc (Linux, etc.). This makes Process.currentDirectoryURL thread-safe, as the current approach will result in the working directory being nondeterministically assigned when spawning processes across multiple threads, using different working directories.
jakepetroules committedOct 2, 2024 Configuration menu - View commit details
Copy full SHA for 4615aa0 - Browse repository at this point
Copy the full SHA 4615aa0View commit details Restore thread-unsafe fallback for setting the Process working directory
Swift still needs to support Amazon Linux 2 until it EoLs in mid-2025. So restore the thread-unsafe fallback for systems with glibc older than version 2.29, which was removed in #4981.
Configuration menu - View commit details
Copy full SHA for 4dcbb8b - Browse repository at this point
Copy the full SHA 4dcbb8bView commit details
Commits on Oct 11, 2024
[CFXMLInterface] Remove spurious include path. (#5102)
The include path for libxml2 should be being set automatically by CMake because of the `target_link_libraries()` call; there is no need to add it explicitly. Additionally, it's a really bad idea if you specify an absolute path... rdar://137567628
Configuration menu - View commit details
Copy full SHA for 5ed4988 - Browse repository at this point
Copy the full SHA 5ed4988View commit details
Commits on Oct 16, 2024
Configuration menu - View commit details
Copy full SHA for 8455e16 - Browse repository at this point
Copy the full SHA 8455e16View commit details
Commits on Oct 22, 2024
Fixed an infinite loop caused by force casting NSError to CocoaError. (…
Configuration menu - View commit details
Copy full SHA for c747509 - Browse repository at this point
Copy the full SHA c747509View commit details Configuration menu - View commit details
Copy full SHA for 2067e45 - Browse repository at this point
Copy the full SHA 2067e45View commit details
Commits on Oct 25, 2024
Merge pull request#5096from swiftlang/process-working-directory-thr…
…ead-safe2 [6.0.x] Add a thread-safe implementation of Process.currentDirectoryURL
Configuration menu - View commit details
Copy full SHA for cc817e4 - Browse repository at this point
Copy the full SHA cc817e4View commit details
Commits on Nov 1, 2024
Move __CFAllocatorRespectsHintZeroWhenAllocating to a CF-internal hea…
Configuration menu - View commit details
Copy full SHA for 22af71d - Browse repository at this point
Copy the full SHA 22af71dView commit details
Commits on Nov 4, 2024
Configuration menu - View commit details
Copy full SHA for bac9047 - Browse repository at this point
Copy the full SHA bac9047View commit details
Commits on Dec 5, 2024
[Musl] Add back missing autolink arguments, fix CFPosixSpawnFileActio…
…nsChdir. We need a handful more autolink arguments; these were in a previous PR, but seem to have gone missing at some point during the re-core. Additionally, Musl has the `posix_spawn_file_actions_addchdir_np()` function rather than the non-`_np()` version. Fixes#5089.
Configuration menu - View commit details
Copy full SHA for 674441c - Browse repository at this point
Copy the full SHA 674441cView commit details
Commits on Dec 6, 2024
Merge pull request#5143from al45tair/static-linux-autolink-6.0
[Musl] Add back missing autolink arguments, fix CFPosixSpawnFileActionsChdir.
al45tair authoredDec 6, 2024 Configuration menu - View commit details
Copy full SHA for 26a599c - Browse repository at this point
Copy the full SHA 26a599cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine: git diff swift-6.0.2-RELEASE...swift-6.0.3-RELEASE