ole32: Fix some leaks (coverity).
[wine] / programs / cmd / wcmd.h
2012-11-06  Jason Edmeadescmd: Fix for loops within for loops.
2012-10-26  Frédéric Delanoycmd: Display a clearer error message for not found...
2012-10-26  Frédéric Delanoycmd: Get rid of longer needed 'end' parameter in WCMD_p...
2012-10-24  Jason Edmeadescmd: Add for /f delims= support.
2012-10-17  Jason Edmeadescmd: Add support for calling a built in command.
2012-10-17  Jason Edmeadescmd: Rename parameter passed to builtin calls.
2012-10-17  Jason Edmeadescmd: Handle very odd delimiter support for command...
2012-10-15  Jason Edmeadescmd: Rework parameter parsing for WCMD_Copy.
2012-10-01  Jason Edmeadescmd: Fix setlocal/endlocal implementation.
2012-09-26  Jason Edmeadescmd: Fix parameterization around delimiters.
2012-03-29  Frédéric Delanoycmd: Use BOOL instead of int for boolean variables.
2012-02-13  Frédéric Delanoycmd: Respect constant wide strings naming convention.
2012-02-11  Alexandre Julliardcmd: START needs to be an internal command.
2012-01-23  Francois Gougetcmd: Fix an internationalization issue in WCMD_ask_conf...
2011-12-15  Akihiro Sagawacmd: Improve the message when the volume has no label.
2011-12-06  Francois Gougetcmd: Use FormatMessage() for better internationalizatio...
2011-11-30  Frédéric Delanoycmd: Move commonly used global vars declarations to...
2011-11-21  Frédéric Delanoycmd: Move builtins list to builtins.c.
2011-11-15  Frédéric Delanoycmd: Avoid duplication of commonly used strings.
2011-11-08  Frédéric Delanoycmd: Avoid comparison between signed and unsigned values.
2011-10-31  Frédéric Delanoycmd: Rename a parameter in WCMD_parameter.
2011-10-21  Frédéric Delanoycmd: Constify WCMD_pushd parameter.
2011-10-19  Frédéric Delanoycmd: Rename WCMD_opt_s_strip_quotes function.
2011-10-06  Frédéric Delanoycmd: Infer handle type from handle value in WCMD_fgets...
2011-10-05  Frédéric Delanoycmd: Rename a parameter in WCMD_fgets.
2011-09-28  Frédéric Delanoycmd: Get rid of unused parameter in WCMD_ReadFile.
2011-09-28  Frédéric Delanoycmd: Avoid checking whether we're in console mode for...
2011-09-26  Frédéric Delanoycmd: Add WCMD_output_stderr function to output error...
2011-09-23  Frédéric Delanoycmd: Improve WCMD_volume documentation.
2011-09-12  Christian Costacmd: Move externals list at the same place as the built...
2011-09-09  Frédéric Delanoycmd: Use correct type instead of void* for prev_context...
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.