cmd: Avoid checking whether we're in console mode for every read.
[wine] / programs / cmd / batch.c
2011-09-28  Frédéric Delanoycmd: Avoid checking whether we're in console mode for...
2011-09-28  Frédéric Delanoycmd: Avoid reading char by char from console.
2011-09-26  Frédéric Delanoycmd: Fix WCMD_fgets documentation.
2011-09-26  Frédéric Delanoycmd: Output error messages to stderr where appropriate.
2011-09-16  Frédéric Delanoycmd: Remove unused declarations of echo_mode.
2011-09-12  Frédéric Delanoycmd: Allow a batch file to delete itself.
2011-09-08  Frédéric Delanoycmd: Add an output parameter to WCMD_parameter to point...
2011-09-08  Frédéric Delanoycmd: Simplify WCMD_parameter function.
2011-09-08  Frédéric Delanoycmd: Fix misleading WCMD_parameter documentation.
2011-08-29  Octavian Voicucmd: Don't parse colons as stream separators when split...
2011-08-23  Frédéric Delanoycmd: Constify some function parameters.
2011-03-09  Austin Englishcmd: Avoid shadowing a parameter.
2010-02-18  Paul Vrienscmd: Remove some unneeded extension checking.
2010-02-03  Dan Kegelcmd: %~dp0 should expand to the directory containing...
2009-12-09  Alexandre Julliardcmd: Use the explicit name for all A/W function.
2009-10-15  Colin Fletchercmd.exe: Treat tabs as parameter delimiters.
2009-06-16  Gerald Pfeifercmd.exe: Fix incorrect check in WCMD_HandleTildaModifie...
2009-06-15  Francois Gougetcmd: Introduce a WCMD_strsubstW() function to simplify...
2008-12-04  Michael Stefaniuccmd: Remove some superfluous casts.
2008-04-07  Francois GougetAssorted spelling fixes.
2008-02-25  Rob Shearmancmd: Fix character count passed to GetShortPathName...
2008-02-25  Rob Shearmancmd: Fix loop termination check in WCMD_batch.
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-04  Lance Jacksoncmd: Fix some unclosed file and registry handles.
2007-09-12  Jason Edmeadescmd.exe: Fix redirect ordering on a command line.
2007-09-12  Jason Edmeadescmd.exe: Allow = and , to be delimiters.
2007-09-12  Jason Edmeadescmd.exe: Expand for variables at last with tilda modifi...
2007-07-25  Jason Edmeadescmd: Fix trap when batch pgm runs another batch pgm.
2007-06-18  Jason Edmeadescmd.exe: Fix FOR so it works as 'well' as before.
2007-06-18  Jason Edmeadescmd.exe: Support IF..ELSE processing tolerate multiline...
2007-06-18  Jason Edmeadescmd.exe: GOTO throws away any preloaded multi part...
2007-06-18  Jason Edmeadescmd.exe: Add basic support for && and (...) syntax.
2007-06-04  Jason Edmeadescmd.exe: Convert cmd to Unicode.
2007-06-04  Jason Edmeadescmd.exe: Move English constants into NLS files.
2007-03-08  Jason Edmeadescmd.exe: Support SHIFT /n option.
2007-03-06  Francois GougetAssorted spelling fixes.
2007-03-05  Francois Gougetcmd: Fix compilation on systems that don't support...
2007-03-01  Alexandre Julliardcmd: Fix silly local variables indentation that breaks...
2007-02-28  Jason Edmeadescmd.exe: Fix parameter parsing returns.
2007-02-28  Jason Edmeadescmd.exe: Prompt during del *.* and del *.
2007-02-26  Jason Edmeadescmd.exe: Unify parsing and expansion.
2007-02-26  Jason Edmeadescmd.exe: Add support for call :label and goto :label.
2007-02-23  Alexandre Julliardcmd: Remove execute permission on source files.
2007-02-23  Jan Zerebeckicmd: Remove redundant const.
2007-02-21  Jason Edmeadescmd.exe: Add support for env vars DATE, TIME, CD.
2007-02-21  Jason Edmeadescmd.exe: Add support for %ERRORLEVEL% in both batch...
2007-02-21  Jason Edmeadescmd.exe: Add ~ modifiers for %0-9.
2007-02-21  Jason Edmeadescmd.exe: Add support for %*.
2007-02-21  Jason Edmeadescmd.exe: Support exit [/b] returncode.
2006-09-07  Dan Kegelprograms/wcmd: Rename to programs/cmd.