1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
Glenn Morris
6d344054d1 Add 2008 to copyright years. 2008-01-07 08:15:16 +00:00
Glenn Morris
4a9f99bdfb Switch license to GPLv3 or later. 2007-07-25 05:08:27 +00:00
Jason Rumney
7387d2a0eb (main): Set console codepages to "ANSI". 2007-06-25 12:30:40 +00:00
Glenn Morris
62eda0e2b1 Update copyright for years from Emacs 21 to present (mainly adding
2001).
2007-01-16 02:38:27 +00:00
Thien-Thi Nguyen
ceb4c4d303 Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
Thien-Thi Nguyen
b65d8176e6 Update years in copyright notice; nfc. 2005-08-10 15:40:54 +00:00
Lute Kamstra
364c38d3af Update FSF's address. 2005-07-04 15:47:28 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Juanma Barranquero
177c0ea743 Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
Andrew Innes
2afff93ade (get_next_token): Fix indefinite loop bug scanning
escaped quotes.
2001-03-18 16:54:35 +00:00
Geoff Voelker
f49f08ccbc cmdproxy.c (main): Fix parens. 1999-03-31 20:20:32 +00:00
Andrew Innes
a5e8ac59ad (main): Call GetShortPathName to normalize program
names for comparison.
1999-03-25 22:54:17 +00:00
Geoff Voelker
3cd37c4cac (main): Add missing parens. 1999-03-05 02:57:13 +00:00
Andrew Innes
d78e84f792 (spawn): Pass directory for child as parameter.
(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.
1998-12-28 19:25:28 +00:00
Geoff Voelker
8de1edce6a (main): Set environment size only when running
command.com.
1998-11-10 21:07:13 +00:00
Geoff Voelker
1d7d10d1fc (main): Treat command line options as case-insensitive. 1998-10-06 02:59:27 +00:00
Geoff Voelker
ec025f9d8d (main): Only set environment size for real shell, and
provide extra directory argument, when running on Windows 95.
1998-04-23 23:38:28 +00:00
Geoff Voelker
5296922090 (fail): Exit with a negative return value.
(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.
1998-04-17 05:04:21 +00:00
Geoff Voelker
baf7eeb5d3 (get_env_size): New function.
(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.
1997-09-03 02:18:32 +00:00
Geoff Voelker
8c01292981 Initial revision 1997-08-09 02:53:48 +00:00