[new release] spawn (v0.17.0) #26870
Merged
+57
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Spawning sub-processes
CHANGES:
Support older GCC like 4.8.5 (Fix stubs for non-glibc janestreet/spawn#59)
Fix spawning processes on Windows when environment contains non-ascii
characters (Convert Windows stubs to Unicode janestreet/spawn#58)
Skip calls to pthread_cancelstate on android, as its not available (Skip pthread_setcancelstate on android janestreet/spawn#52)
Fix compatibility with systems that do not define
PIPE_BUF
. Use_POSIX_PIPE_BUF
as a fallback. (Fallback on _POSIX_PIPE_BUF w/ missing PIPE_BUF 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 (Implement sigprocmask janestreet/spawn#32)