summaryrefslogtreecommitdiff
path: root/nt/cmdproxy.c
Commit message (Expand)AuthorAge
* Spelling fixesPaul Eggert2015-02-21
* Backport fix for bug#18745 from master.Noam Postavsky2015-02-10
* Fix invocation of commands whose file name includes extension (Bug#19817)Eli Zaretskii2015-02-10
* Update copyright year to 2015Paul Eggert2015-01-01
* Fix bug #17334 with overrunning string bounds when PATH is broken.Eli Zaretskii2014-04-26
* Spelling fixes.Paul Eggert2014-01-15
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Fix bug #10674 with infinite re-spawning of cmdproxy.exe.Eli Zaretskii2012-02-24
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* * cmdproxy.c (try_dequote_cmdline): Notice variable substitutions inDaniel Colascione2011-04-26
* Improve Windows quoting robustnessDaniel Colascione2011-04-26
* w32: Fix some warnings reported by -Wall -Wextra.Juanma Barranquero2011-03-23
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | nt/*.c: Use const char*; remove unused code.Juanma Barranquero2010-09-28
* | Merge changes from emacs-23 branchChong Yidong2010-08-08
|\|
| * nt/cmdproxy.c (main): Use _snprintf instead of wsprintf (bug#6647).Óscar Fuentes2010-08-02
* | Convert some more functions to standard C.Juanma Barranquero2010-07-20
|/
* Add 2010 to copyright years.Glenn Morris2010-01-13
* Add 2009 to copyright years.Glenn Morris2009-01-08
* Spelling fixes.Glenn Morris2008-07-01
* American English spelling fix.Glenn Morris2008-06-27
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-09
* Add 2008 to copyright years.Glenn Morris2008-01-07
* Switch license to GPLv3 or later.Glenn Morris2007-07-25
* (main): Set console codepages to "ANSI".Jason Rumney2007-06-25
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-16
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-06
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-10
* Update FSF's address.Lute Kamstra2005-07-04
* Add arch taglinesMiles Bader2003-09-01
* Trailing whitespace deleted.Juanma Barranquero2003-02-04
* (get_next_token): Fix indefinite loop bug scanningAndrew Innes2001-03-18
* cmdproxy.c (main): Fix parens.Geoff Voelker1999-03-31
* (main): Call GetShortPathName to normalize programAndrew Innes1999-03-25
* (main): Add missing parens.Geoff Voelker1999-03-05
* (spawn): Pass directory for child as parameter.Andrew Innes1998-12-28
* (main): Set environment size only when runningGeoff Voelker1998-11-10
* (main): Treat command line options as case-insensitive.Geoff Voelker1998-10-06
* (main): Only set environment size for real shell, andGeoff Voelker1998-04-23
* (fail): Exit with a negative return value.Geoff Voelker1998-04-17
* (get_env_size): New function.Geoff Voelker1997-09-03
* Initial revisionGeoff Voelker1997-08-09