cmd: Add an output parameter to WCMD_parameter to point to the end of the extracted...
[wine] / programs / cmd / wcmd.h
2011-09-08  Frédéric Delanoycmd: Add an output parameter to WCMD_parameter to point...
2011-09-07  Christian Costacmd: Remove attrib from builtins list.
2011-09-06  Christian Costaattrib: Move implementation from cmd.exe to the standal...
2011-09-06  Frédéric Delanoycmd: Associate comments with their respective descripte...
2011-08-30  Frédéric Delanoycmd: Add WCMD_output_asis_stderr function.
2011-08-25  Frédéric Delanoycmd: Fix FOR tab handling.
2011-08-23  Frédéric Delanoycmd: Constify some function parameters.
2011-08-23  Frédéric Delanoycmd: Rename WCMD_strtrim_leading_spaces to WCMD_skip_le...
2011-08-23  Frédéric Delanoycmd: Remove reference to no longer existing WCMD_read_c...
2011-08-03  Dan Kegelcmd: mkdir: Handle multiple arguments.
2011-07-27  Frédéric Delanoycmd: Fix some comments.
2011-07-21  Frédéric Delanoycmd: Fix comment for CMD_PIPE.
2011-06-02  Dan Kegelcmd: WCMD_delete: fix /s for dirnames containing spaces...
2010-12-20  Detlef Riekenbergcmd: Add CHOICE builtin with DOS6 to XP commandline...
2010-02-03  Dan Kegelcmd: %~dp0 should expand to the directory containing...
2009-08-29  André Hentschelwcmd: Ignore start and end quotes.
2009-07-02  Michael Stefaniuccmd: Build language resource files separately.
2009-06-15  Francois Gougetcmd: Introduce a WCMD_strsubstW() function to simplify...
2009-03-03  Diaa Samicmd: Fixed a number of buffer overflows.
2009-01-06  Francois Gougetcmd: Make some functions static.
2009-01-06  Francois Gougetcmd: WCMD_strtrim_trailing_spaces() is unused so remove it.
2009-01-06  Francois Gougetcmd: Make WCMD_ask_confirm() static.
2008-03-04  Jason Edmeadescmd.exe: Fix pipes.
2007-09-12  Jason Edmeadescmd.exe: Fix redirect ordering on a command line.
2007-09-12  Jason Edmeadescmd.exe: Expand for variables at last with tilda modifi...
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: EXIT /b skips any residual commands.
2007-06-18  Jason Edmeadescmd.exe: GOTO throws away any preloaded multi part...
2007-06-18  Jason Edmeadescmd.exe: Pass the command list through so it is availab...
2007-06-18  Jason Edmeadescmd.exe: Pass command structure into WCMD_pipe, not...
2007-06-18  Jason Edmeadescmd.exe: Add basic support for && and (...) syntax.
2007-06-04  Jason Edmeadescmd.exe: Fix 'help garbage' command post-unicode support.
2007-06-04  Jason Edmeadescmd.exe: Convert cmd to Unicode.
2007-06-04  Jason Edmeadescmd.exe: Handle command line as Unicode.
2007-06-04  Jason Edmeadescmd.exe: Move English constants into NLS files.
2007-04-24  Jason Edmeadescmd.exe: Support for DEL filename /s.
2007-04-16  Jason Edmeadescmd.exe: Implement a basic 'more'.
2007-04-12  Jason Edmeadescmd.exe: Add prompting and COPYCMD plus /Y support...
2007-04-06  Jason Edmeadescmd.exe: Make dir support multiple parameters.
2007-03-13  Jason Edmeadescmd.exe: Add TYPE multiple file support.
2007-03-13  Jason Edmeadescmd.exe: Add support for FTYPE.
2007-03-12  Francois Gougetcmd: Fix compilation on systems that don't support...
2007-03-08  Jason Edmeadescmd.exe: Support SHIFT /n option.
2007-03-08  Jason Edmeadescmd.exe: setlocal and endlocal should preserve drive...
2007-03-08  Jason Edmeadescmd.exe: Support PUSHD with wildcards.
2007-03-08  Jason Edmeadescmd.exe: Support unquoted directories in CD command.
2007-03-08  Jason Edmeadescmd.exe: Add COLOR command.
2007-03-05  Jason Edmeadescmd.exe: Add support for del file1 file2.
2007-03-05  Jason Edmeadescmd.exe: Add ASSOC command.
2007-03-05  Jason Edmeadescmd.exe: PROMPT option to show pushd levels.
2007-03-05  Jason Edmeadescmd.exe: Support rd dir1 dir2.
2007-02-28  Jason Edmeadescmd.exe: Support del /p.
2007-02-28  Jason Edmeadescmd.exe: Prompt during del *.* and del *.
2007-02-28  Jason Edmeadescmd.exe: Add prompt for rd /s.
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-26  Jason Edmeadescmd.exe: Add pushd and popd.
2007-02-23  Alexandre Julliardcmd: Remove execute permission on source files.
2007-02-21  Jason Edmeadescmd.exe: Support exit [/b] returncode.
2006-09-07  Dan Kegelprograms/wcmd: Rename to programs/cmd.