ole32: Fix some leaks (coverity).
[wine] / programs / cmd / wcmdmain.c
2012-11-06  Jason Edmeadescmd: Fix for loops within for loops.
2012-11-06  Jason Edmeadescmd: Don't overflow parameter length when copying subst...
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-22  Francois GougetAssorted spelling tweaks and fixes.
2012-10-17  Jason Edmeadescmd: Add support for calling a built in command.
2012-10-17  Jason Edmeadescmd: Handle very odd delimiter support for command...
2012-10-16  Jason Edmeadescmd: %* expands to first non-whitespace delimiter of...
2012-10-16  Jason Edmeadescmd: Identify the program name using more appropriate...
2012-10-16  Jason Edmeadescmd: cmd /c "pgmname" searches all extensions on PATHEXT.
2012-10-15  Jason Edmeadescmd: Rework parameter parsing for WCMD_Copy.
2012-10-15  Jason Edmeadescmd: Fix regression around prompting during copy.
2012-10-03  Jason Edmeadescmd: Change command line parsing away from argv/argc.
2012-10-02  Jason Edmeadescmd: Fix basic cmd.exe /c "echo hello" type syntax.
2012-10-02  Jason Edmeadescmd: cmd.exe /c or /k should suppress copy overwrite...
2012-10-01  Jason Edmeadescmd: Ensure current directory saved during cmd /c.
2012-10-01  Francois GougetAssorted spelling fixes.
2012-09-28  Frédéric Delanoycmd: Spelling fixes.
2012-09-26  Jason Edmeadescmd: Echo back command with whitespace removed first.
2012-09-26  Jason Edmeadescmd: Support for ^ character at end of line.
2012-09-26  Jason Edmeadescmd: Add circumflex support into command shell.
2012-09-26  Jason Edmeadescmd: Fix parameterization around delimiters.
2012-09-06  Jason Edmeadescmd: Space does not delimit environment variable names.
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  Alexandre Julliardmakefiles: Define __WINESRC__ when building programs.
2012-01-03  Frédéric Delanoycmd: Avoid unreachable code (Coverity).
2011-12-20  Frédéric Delanoycmd: Merge two if blocks.
2011-12-07  Frédéric Delanoycmd: Avoid dead assignment (Clang).
2011-12-06  Francois Gougetcmd: Use FormatMessage() for better internationalizatio...
2011-11-30  Frédéric Delanoycmd: Reorder global vars declarations/definitions to...
2011-11-30  Frédéric Delanoycmd: Move a global var to the file using it.
2011-11-29  Frédéric Delanoycmd: Rename unicodePipes variable.
2011-11-29  Frédéric Delanoycmd: Reduce the scope of a global variable.
2011-11-29  Frédéric Delanoycmd: Use boolean types for boolean variables.
2011-11-29  Frédéric Delanoycmd: Remove an unused global variable.
2011-11-29  Eric Pouechcmd: Correctly parse program name when launching extern...
2011-11-25  Francois Gougetcmd: Use WCMD_output_asis*() for strings that are not...
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: Avoid unnecessary null pointer checks.
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: Improve handle type recognition in WCMD_ReadFile.
2011-10-03  Frédéric Delanoycmd: Output error messages to stderr instead of stdout...
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-26  Frédéric Delanoycmd: Use helper function to return file io buffer.
2011-09-23  Frédéric Delanoycmd: Improve WCMD_volume documentation.
2011-09-16  Frédéric Delanoycmd: verify_mode has BOOL type instead of int.
2011-09-16  Frédéric Delanoycmd: echo_mode has BOOL type instead of int.
2011-09-14  Frédéric Delanoycmd: Make some variables static.
2011-09-12  Christian Costacmd: Move externals list at the same place as the built...
2011-09-09  Frédéric Delanoycmd: Backup echo mode before running external batch...
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: Get rid of obsolete autoexec.bat handling code.
2011-08-30  Frédéric Delanoycmd: Add WCMD_output_asis_stderr function.
2011-08-29  Frédéric Delanoycmd: Avoid reading garbage when looking for redirection...
2011-08-29  Frédéric Delanoycmd: Fix redirection handle parsing.
2011-08-26  Frédéric Delanoycmd: Make some WCHAR arrays static.
2011-08-25  Frédéric Delanoycmd: Fix if/else tab handling.
2011-08-25  Frédéric Delanoycmd: Fix REM tab handling.
2011-08-25  Frédéric Delanoycmd: Skip tabs as well as spaces in WCMD_skip_leading_s...
2011-08-25  Frédéric Delanoycmd: Fix FOR tab handling.
2011-08-24  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: Clarify some trace messages.
2011-08-23  Frédéric Delanoycmd: Use CSTR_* instead of hardcoded values as result...
2011-08-05  Frédéric Delanoycmd: Fix handling of lines starting with echo. or echo:.
2011-08-03  Dan Kegelcmd: mkdir: Handle multiple arguments.
2011-07-27  Frédéric Delanoycmd: Fix some comments.
2011-07-15  Frédéric Delanoycmd: Do not show prompt when echo mode is off.
2011-07-15  Frédéric Delanoycmd: Output a empty line before version in VER.
2011-06-02  Dan Kegelcmd: WCMD_delete: fix /s for dirnames containing spaces...
2011-05-26  Dan Kegelcmd: Don't read past end of thisVar in WCMD_expand_envv...
2010-12-20  Detlef Riekenbergcmd: Add CHOICE builtin with DOS6 to XP commandline...
2010-11-08  Alexandre Goujoncmd: Add a space at the end of the first echo'ed batch...
2010-06-22  Michael Stefaniuccmd: Don't treat all command lines with '/?' as builtin...
2010-03-15  Yann Droneaudcmd: Fixed uninitialised field in WCMD_addCommand(...
2010-03-04  Arjun Comarcmd: Fix cmd to take /? as a help parameter.
2010-02-23  Paul Vrienscmd: Fix a memory leak (Valgrind).
2010-01-04  Dan Kegelcmd: Fix echoing of multiline commands.
2010-01-04  Dan Kegelcmd: Echoed prompts are preceded by a blank line.
2009-12-31  Andrew Nguyencmd: Set the PROMPT environment variable on startup.
2009-12-23  Austin Englishcmd: Use DOS newlines, not UNIX.
2009-12-09  Alexandre Julliardcmd: Use the explicit name for all A/W function.
2009-12-04  Marcus Meissnercmd: Break out of the argument scan loop (Coverity).
2009-10-08  Peter Dons Tychsencmd: Fix handling of quotes when line includes redirect...
2009-08-29  André Hentschelwcmd: Ignore start and end quotes.
2009-06-15  Francois Gougetcmd: Replace malloc() with HeapAlloc().
2009-06-15  Francois Gougetcmd: Introduce a WCMD_strsubstW() function to simplify...
2009-03-23  James Hawkinscmd: Fix a memory leak (Coverity 904).
2009-03-03  Diaa Samicmd: Fixed a number of buffer overflows.
2009-02-12  Erich Hooverwcmd: Properly cleanup redirects when there are no...
next