Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | win32/mingw: fix signatures of the *execv*() family of functions | Johannes Schindelin | 2017-08-23 | 1 | -1/+1 |
| | | | | | | | | | | The function signatures were inherited from Git's source code, but are inconsistent with the declarations in the POSIX standard. This requires quite a few changes in quite a few callers, unfortunately. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Ron Yorston <rmy@pobox.com> | ||||
* | win32: rewrite implementation of system(3) | Ron Yorston | 2017-07-31 | 1 | -66/+11 |
| | | | | Rewrite mingw_system using mingw_spawn_proc. Also fix return values. | ||||
* | mingw32: make system return wait status, not exit code | Ron Yorston | 2012-05-04 | 1 | -1/+1 |
| | |||||
* | mingw32: implement system(3) call using sh instead of cmd.exe | Ron Yorston | 2012-05-01 | 1 | -0/+77 |