aboutsummaryrefslogtreecommitdiffstats
path: root/nt/cmdproxy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (main): Only set environment size for real shell, andGeoff Voelker1998-04-231-17/+27
| | | | provide extra directory argument, when running on Windows 95.
* (fail): Exit with a negative return value.Geoff Voelker1998-04-171-8/+28
| | | | | | | (spawn): Return subprocess return code as an argument. Explicitly copy environment block. (main): Update to use return value argument with spawn. Retry if spawn failed when a subshell was not tried.
* (get_env_size): New function.Geoff Voelker1997-09-031-25/+100
| | | | | | | | | | (spawn): Explicitly pass in environment when creating subprocess. (main): Cleaup error messages. Specify dynamically sized environment block for real shell. Pass on unhandled switches to real shell. Quote program name. (get_next_token): Null terminate token returned.
* Initial revisionGeoff Voelker1997-08-091-0/+580