| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
names for comparison.
|
| | |
|
| |
|
|
|
|
| |
(main): Save startup directory to give to spawn, then change directory
to location of .exe in order not to prevent startup directory from
being deleted.
|
| |
|
|
| |
command.com.
|
| | |
|
| |
|
|
| |
provide extra directory argument, when running on Windows 95.
|
| |
|
|
|
|
|
| |
(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.
|
| |
|
|
|
|
|
|
|
|
| |
(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.
|
| |
|