cmd: Fix a compiler warning.
[wine] / programs / cmd / batch.c
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.