aboutsummaryrefslogtreecommitdiff
path: root/win32/system.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: convert exit codesRon Yorston2023-09-141-6/+1
* make: return non-zero exit status when a command failsRon Yorston2023-09-121-0/+5
* win32/mingw: fix signatures of the *execv*() family of functionsJohannes Schindelin2017-08-231-1/+1
* win32: rewrite implementation of system(3)Ron Yorston2017-07-311-66/+11
* mingw32: make system return wait status, not exit codeRon Yorston2012-05-041-1/+1
* mingw32: implement system(3) call using sh instead of cmd.exeRon Yorston2012-05-011-0/+77