index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nt
/
cmdproxy.c
Age
Commit message (
Expand
)
Author
2012-02-24
Fix bug #10674 with infinite re-spawning of cmdproxy.exe.
Eli Zaretskii
2012-01-05
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2011-04-26
* cmdproxy.c (try_dequote_cmdline): Notice variable substitutions in
Daniel Colascione
2011-04-26
Improve Windows quoting robustness
Daniel Colascione
2011-03-23
w32: Fix some warnings reported by -Wall -Wextra.
Juanma Barranquero
2011-01-24
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-15
Nuke arch-tags.
Glenn Morris
2011-01-14
Merge from emacs-23
Stefan Monnier
2011-01-02
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2010-09-28
nt/*.c: Use const char*; remove unused code.
Juanma Barranquero
2010-08-08
Merge changes from emacs-23 branch
Chong Yidong
2010-08-02
nt/cmdproxy.c (main): Use _snprintf instead of wsprintf (bug#6647).
Óscar Fuentes
2010-07-20
Convert some more functions to standard C.
Juanma Barranquero
2010-01-13
Add 2010 to copyright years.
Glenn Morris
2009-01-08
Add 2009 to copyright years.
Glenn Morris
2008-07-01
Spelling fixes.
Glenn Morris
2008-06-27
American English spelling fix.
Glenn Morris
2008-05-09
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris
2008-01-07
Add 2008 to copyright years.
Glenn Morris
2007-07-25
Switch license to GPLv3 or later.
Glenn Morris
2007-06-25
(main): Set console codepages to "ANSI".
Jason Rumney
2007-01-16
Update copyright for years from Emacs 21 to present (mainly adding
Glenn Morris
2006-02-06
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2005-08-10
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2005-07-04
Update FSF's address.
Lute Kamstra
2003-09-01
Add arch taglines
Miles Bader
2003-02-04
Trailing whitespace deleted.
Juanma Barranquero
2001-03-18
(get_next_token): Fix indefinite loop bug scanning
Andrew Innes
1999-03-31
cmdproxy.c (main): Fix parens.
Geoff Voelker
1999-03-25
(main): Call GetShortPathName to normalize program
Andrew Innes
1999-03-05
(main): Add missing parens.
Geoff Voelker
1998-12-28
(spawn): Pass directory for child as parameter.
Andrew Innes
1998-11-10
(main): Set environment size only when running
Geoff Voelker
1998-10-06
(main): Treat command line options as case-insensitive.
Geoff Voelker
1998-04-23
(main): Only set environment size for real shell, and
Geoff Voelker
1998-04-17
(fail): Exit with a negative return value.
Geoff Voelker
1997-09-03
(get_env_size): New function.
Geoff Voelker
1997-08-09
Initial revision
Geoff Voelker