dkalinichenko-js
released this
12 Nov 18:00
·
0 commits
to master
since this release
CHANGES:
-
Support older GCC like 4.8.5 (#59)
-
Fix spawning processes on Windows when environment contains non-ascii
characters (#58) -
Skip calls to pthread_cancelstate on android, as its not available (#52)
-
Fix compatibility with systems that do not define
PIPE_BUF
. Use
_POSIX_PIPE_BUF
as a fallback. (#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 (#32)