Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |