Summary
- Reimplement execvpe emulation in C (commit: e4d6448) (details)
- Test redirection of stdout and stderr to the same file descriptor (commit: 565c07c) (details)
- Detect availability of <spawn.h> and posix_spawn function (commit: 82af966) (details)
- Reimplement Unix.create_process in C, using posix_spawn if possible (commit: ba528fe) (details)
- Reimplement Unix.command like Unix.create_process (commit: 3e8272f) (details)
- Add Changes entry (commit: 2fe1677) (details)
The file was modified | otherlibs/unix/execvp.c (diff) |
The file was modified | otherlibs/unix/unix.ml (diff) |
The file was modified | testsuite/tests/lib-unix/common/redirections.ml (diff) |
The file was modified | testsuite/tests/lib-unix/common/redirections.reference (diff) |
The file was modified | runtime/caml/s.h.in (diff) |
The file was modified | configure (diff) |
The file was modified | configure.ac (diff) |
The file was added | otherlibs/unix/spawn.c |
The file was modified | otherlibs/unix/Makefile (diff) |
The file was modified | otherlibs/unix/unix.ml (diff) |
The file was modified | otherlibs/unix/unix.ml (diff) |
The file was modified | Changes (diff) |