aboutsummaryrefslogtreecommitdiffstats
path: root/nt/cmdproxy.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-24Fix bug #10674 with infinite re-spawning of cmdproxy.exe.Eli Zaretskii1-13/+66
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-04-26* cmdproxy.c (try_dequote_cmdline): Notice variable substitutions inDaniel Colascione1-4/+14
2011-04-26Improve Windows quoting robustnessDaniel Colascione1-24/+88
2011-03-23w32: Fix some warnings reported by -Wall -Wextra.Juanma Barranquero1-1/+1
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-2/+1
2011-01-15Nuke arch-tags.Glenn Morris1-2/+0
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-1/+1
2010-09-28nt/*.c: Use const char*; remove unused code.Juanma Barranquero1-28/+23
2010-08-02nt/cmdproxy.c (main): Use _snprintf instead of wsprintf (bug#6647).Óscar Fuentes1-11/+29
2010-07-20Convert some more functions to standard C.Juanma Barranquero1-1/+1
2010-01-13Add 2010 to copyright years.Glenn Morris1-1/+1
2009-01-08Add 2009 to copyright years.Glenn Morris1-1/+1
2008-07-01Spelling fixes.Glenn Morris1-3/+3
2008-06-27American English spelling fix.Glenn Morris1-1/+1
2008-05-09Switch to recommended form of GPLv3 permissions notice.Glenn Morris1-8/+6
2008-01-07Add 2008 to copyright years.Glenn Morris1-1/+1
2007-07-25Switch license to GPLv3 or later.Glenn Morris1-1/+1
2007-06-25(main): Set console codepages to "ANSI".Jason Rumney1-0/+6
2007-06-25(main): Set console codepages to "ANSI".Jason Rumney1-0/+6
2007-01-16Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris1-2/+2
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen1-1/+2
2005-08-10Update years in copyright notice; nfc.Thien-Thi Nguyen1-1/+1
2005-07-04Update FSF's address.Lute Kamstra1-2/+2
2004-04-16Sync to HEADKenichi Handa1-0/+3
2003-09-08New directoryKenichi Handa1-3/+0
2003-09-01Add arch taglinesMiles Bader1-0/+3
2003-02-04Trailing whitespace deleted.Juanma Barranquero1-9/+9
2001-03-18(get_next_token): Fix indefinite loop bug scanningAndrew Innes1-0/+1
1999-03-31cmdproxy.c (main): Fix parens.Geoff Voelker1-1/+1
1999-03-25(main): Call GetShortPathName to normalize programAndrew Innes1-1/+5
1999-03-05(main): Add missing parens.Geoff Voelker1-1/+1
1998-12-28(spawn): Pass directory for child as parameter.Andrew Innes1-4/+15
1998-11-10(main): Set environment size only when runningGeoff Voelker1-9/+9
1998-10-06(main): Treat command line options as case-insensitive.Geoff Voelker1-4/+4
1998-04-23(main): Only set environment size for real shell, andGeoff Voelker1-17/+27
1998-04-17(fail): Exit with a negative return value.Geoff Voelker1-8/+28
1997-09-03(get_env_size): New function.Geoff Voelker1-25/+100
1997-08-09Initial revisionGeoff Voelker1-0/+580