Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: swiftlang/swift-corelibs-foundation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main@{1day}
Choose a base ref
...
head repository: swiftlang/swift-corelibs-foundation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Mar 24, 2025

  1. Deprecate cString on non-Darwin (#3885) (#5190)

    * Deprecate cString on non-Darwin (#3885)
    
    * Address review feedback
    
    * Undeprecate one version of the API, which can be implemented correctly
    parkera authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    cb4ee87 View commit details
    Browse the repository at this point in the history
  2. Fix the comment about the posix_spawn_file_actions_addchdir support s…

    …tate (#5192)
    
    The refactoring in #5160 moved a comment around such that it appeared as if QNX supports this function - it does not. Clarify the situation.
    jakepetroules authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    4c93e5b View commit details
    Browse the repository at this point in the history
Loading