summaryrefslogtreecommitdiff
path: root/nt/cmdproxy.c
AgeCommit message (Expand)Author
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-03Avoid compilation warnings in nt/*.c filesEli Zaretskii
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-03-03Merge from origin/emacs-24Paul Eggert
2015-03-03Merge from origin/emacs-24Paul Eggert
2015-02-21Spelling fixesPaul Eggert
2015-02-10Backport fix for bug#18745 from master.Noam Postavsky
2015-02-10Fix invocation of commands whose file name includes extension (Bug#19817)Eli Zaretskii
2015-01-01Update copyright year to 2015Paul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-10-25Fix bug #18745 with invoking Windows batch files with embedded whitespace.Noam Postavsky
2014-04-26Fix bug #17334 with overrunning string bounds when PATH is broken.Eli Zaretskii
2014-01-15Spelling fixes.Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-02-24Fix bug #10674 with infinite re-spawning of cmdproxy.exe.Eli Zaretskii
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-04-26* cmdproxy.c (try_dequote_cmdline): Notice variable substitutions inDaniel Colascione
2011-04-26Improve Windows quoting robustnessDaniel Colascione
2011-03-23w32: Fix some warnings reported by -Wall -Wextra.Juanma Barranquero
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-09-28nt/*.c: Use const char*; remove unused code.Juanma Barranquero
2010-08-08Merge changes from emacs-23 branchChong Yidong
2010-08-02nt/cmdproxy.c (main): Use _snprintf instead of wsprintf (bug#6647).Óscar Fuentes
2010-07-20Convert some more functions to standard C.Juanma Barranquero
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-07-01Spelling fixes.Glenn Morris
2008-06-27American English spelling fix.Glenn Morris
2008-05-09Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-01-07Add 2008 to copyright years.Glenn Morris
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-06-25(main): Set console codepages to "ANSI".Jason Rumney
2007-01-16Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-08-10Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-04Update FSF's address.Lute Kamstra
2003-09-01Add arch taglinesMiles Bader
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2001-03-18(get_next_token): Fix indefinite loop bug scanningAndrew Innes
1999-03-31cmdproxy.c (main): Fix parens.Geoff Voelker
1999-03-25(main): Call GetShortPathName to normalize programAndrew 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 runningGeoff Voelker