summaryrefslogtreecommitdiff
path: root/nt/cmdproxy.c
Commit message (Collapse)AuthorAgeFilesLines
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (main): Set console codepages to "ANSI".Jason Rumney2007-06-251-0/+6
|
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-161-2/+2
| | | | 2001).
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-101-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+3
|
* 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