- Allow setting the sigprocmask for spawned processes (#32)
-
[windows] Use the same quoting heuristic as the compiler (#29)
-
[windows] Fix compilation on cygwin (#29)
- Add support for
setpgid
(#23)
-
Do not use vfork by default on OSX as it seems broken (#20, @jeremiedimino)
-
Fix compilation under msvc (#21, @nojb)
-
Breaking change on Windows: to match the Unix behavior,
prog
is interpreted as relative to the directory specified by thecwd
argument (#13) -
Switch to dune (#12)
-
Switch to MIT+DCO (#11)
- Breaking change: make environments abstract so that we can later optimize them without further breaking changes (#3)
- Fix linking errors due to missing
-lphtread
(#1)
Initial release