Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] spawn (v0.17.0) #26870

Merged
merged 2 commits into from
Nov 18, 2024

Commits on Nov 12, 2024

  1. [new release] spawn (v0.17.0)

    CHANGES:
    
    - Support older GCC like 4.8.5 (janestreet/spawn#59)
    
    - Fix spawning processes on Windows when environment contains non-ascii
      characters (janestreet/spawn#58)
    
    - Skip calls to pthread_cancelstate on android, as its not available (janestreet/spawn#52)
    
    - Fix compatibility with systems that do not define `PIPE_BUF`. Use
      `_POSIX_PIPE_BUF` as a fallback. (janestreet/spawn#49)
    
    - [haiku] Fix compilation on Haiku OS. The header sys/syscalls.h isn't
      available, neither is pipe2()
    
    - Allow setting the sigprocmask for spawned processes (janestreet/spawn#32)
    d-kalinichenko committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    6eb7062 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Not available on BSD

    d-kalinichenko committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    1014577 View commit details
    Browse the repository at this point in the history