aboutsummaryrefslogtreecommitdiffstats
path: root/nt/cmdproxy.c
Commit message (Collapse)AuthorAgeFilesLines
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-9/+9
|
* (get_next_token): Fix indefinite loop bug scanningAndrew Innes2001-03-181-0/+1
| | | | escaped quotes.
* cmdproxy.c (main): Fix parens.Geoff Voelker1999-03-311-1/+1
|
* (main): Call GetShortPathName to normalize programAndrew Innes1999-03-251-1/+5
| | | | names for comparison.
* (main): Add missing parens.Geoff Voelker1999-03-051-1/+1
|
* (spawn): Pass directory for child as parameter.Andrew Innes1998-12-281-4/+15
| | | | | | (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.
* (main): Set environment size only when runningGeoff Voelker1998-11-101-9/+9
| | | | command.com.
* (main): Treat command line options as case-insensitive.Geoff Voelker1998-10-061-4/+4
|
* (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