ole32: Fix some leaks (coverity).
[wine] / programs / cmd /
2012-11-07  Frédéric Delanoycmd/tests: Simplify 'if' comparison tests.
2012-11-06  Jason Edmeadescmd: Fix for loops within for loops.
2012-11-06  Jason Edmeadesattrib: Add support for attrib /s.
2012-11-06  Jason Edmeadesattrib: Support relative paths as args.
2012-11-06  Jason Edmeadescmd: Don't overflow parameter length when copying subst...
2012-11-05  Francois GougetAssorted spelling fixes.
2012-11-01  Frédéric Delanoycmd: Fix some leaks (coverity).
2012-10-30  Frédéric Delanoycmd: Avoid handle leaks (coverity).
2012-10-29  Francois Gougetcmd: Make WCMD_forf_getinputhandle() static.
2012-10-26  Frédéric Delanoycmd: Display a clearer error message for not found...
2012-10-26  Frédéric Delanoycmd: Add support for GTR comparison operator in if...
2012-10-26  Frédéric Delanoycmd: Add support for GEQ comparison operator in if...
2012-10-26  Frédéric Delanoycmd: Add support for NEQ comparison operator in if...
2012-10-26  Frédéric Delanoycmd: Add support for EQU comparison operator in if...
2012-10-26  Frédéric Delanoycmd: Add support for LEQ comparison operator in if...
2012-10-26  Frédéric Delanoycmd: Add support for LSS comparison operator in if...
2012-10-26  Frédéric Delanoycmd: Avoid using strstr to match == operator in WCMD_if.
2012-10-26  Frédéric Delanoycmd: Move common error reporting code in WCMD_if.
2012-10-26  Frédéric Delanoycmd: Get rid of longer needed 'end' parameter in WCMD_p...
2012-10-26  Frédéric Delanoycmd: Correctly set the 'raw' parameter in calls to...
2012-10-24  Jason Edmeadescmd: Add for /f delims= support.
2012-10-24  Jason Edmeadescmd: Strip quotes from for /f string before attempting...
2012-10-24  Jason Edmeadescmd: Correct for /f string and command set handling.
2012-10-24  Jason Edmeadescmd: Add support for usebackq (for /f).
2012-10-24  Jason Edmeadescmd: Implement support for for /f eol=c option.
2012-10-24  Jason Edmeadescmd: Use a common function for the string parsing in...
2012-10-24  Jason Edmeadescmd: Refactor building a list of directories out of...
2012-10-24  Jason Edmeadescmd: Add support parsing for /f options and implement...
2012-10-23  Frédéric Delanoycmd/tests: Add tests for mixed number/stringified numbe...
2012-10-23  Frédéric Delanoycmd/tests: Add tests for GTR comparison operator in...
2012-10-23  Frédéric Delanoycmd/tests: Add tests for GEQ comparison operator in...
2012-10-23  Frédéric Delanoycmd/tests: Add tests for NEQ comparison operator in...
2012-10-23  Frédéric Delanoycmd/tests: Add tests for EQU comparison operator in...
2012-10-23  Frédéric Delanoycmd/tests: Add tests for LEQ comparison operator in...
2012-10-23  Frédéric Delanoycmd/tests: Add tests for LSS comparison operator in...
2012-10-22  Akihiro Sagawacmd: Properly handle multibyte characters in batch...
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: Rename parameter passed to builtin calls.
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: Add full support for copy concatenation and ascii...
2012-10-15  Jason Edmeadescmd: Support copy to an 'ascii' destination.
2012-10-15  Jason Edmeadescmd: Add suite of tests for the copy command.
2012-10-15  Jason Edmeadescmd: Fix some issues with ~ modifier expansion.
2012-10-15  Jason Edmeadescmd: Rework the body of WCMD_copy based on new paramete...
2012-10-15  Jason Edmeadescmd: Rework parameter parsing for WCMD_Copy.
2012-10-15  Jason Edmeadescmd: Fix regression around prompting during copy.
2012-10-11  Frédéric Delanoycmd/tests: Add tests for command line parsing.
2012-10-11  Frédéric Delanoycmd/tests: Move command line tests to separate file.
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  Jason Edmeadescmd: Fix setlocal/endlocal implementation.
2012-10-01  Jason Edmeadescmd: Add full for /R support.
2012-10-01  Jason Edmeadescmd: Convert wcmd_for to use WCMD_parameter.
2012-10-01  Francois GougetAssorted spelling fixes.
2012-09-28  Frédéric Delanoycmd: Reuse common string constants.
2012-09-28  Frédéric Delanoycmd: Spelling fixes.
2012-09-26  Jason Edmeadescmd: Display 'set' sort ordering correctly.
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-24  Francois GougetAssorted spelling fixes.
2012-09-06  Jason Edmeadescmd: Space does not delimit environment variable names.
2012-09-06  Jason Edmeadescmd: A successful set should reset the errorlevel.
2012-09-05  Jason Edmeadescmd: Fix incorrect pointer comparison.
2012-09-05  Jason Edmeadescmd: More generic zero iteration for loop fix.
2012-09-05  Jason Edmeadescmd: Fix "PATH=value" command.
2012-09-04  Jason Edmeadescmd: Fix renaming inside directories.
2012-09-04  Jason Edmeadescmd: Fix rmdir error during recursive delete.
2012-09-03  Jason Edmeadescmd: for /l with zero iterations failed to skip its...
2012-09-03  Jason Edmeadescmd: for loops did not respect boundaries.
2012-06-27  Francois Gougetstart: Fix the command line handling.
2012-05-16  Frédéric Delanoycmd: Improve WCMD_parameter documentation.
2012-03-29  Frédéric Delanoycmd: Use BOOL instead of int for boolean variables.
2012-03-27  Christian Costacmd/tests: If we rewind to the beginning of the line...
2012-03-27  Christian Costaattrib: Dislay attribute flags in the right order.
2012-03-27  Christian Costaattrib: Add 2 missing spaces between attribute flags...
2012-03-01  Francois Gougetstart: Remove the license and the /L option.
2012-02-13  Frédéric Delanoycmd: Respect constant wide strings naming convention.
2012-02-13  Frédéric Delanoycmd: Reuse common string constants.
2012-02-11  Frédéric Delanoycmd: Add short help for START command.
2012-02-11  Alexandre Julliardcmd: START needs to be an internal command.
2012-01-25  Francois Gougetprograms: Standardize references to the <Enter> key.
2012-01-23  Francois Gougetcmd: Fix an internationalization issue in WCMD_ask_conf...
2012-01-23  Francois Gougetcmd: Fix asking for a Yes / No / All confirmation.
2012-01-23  Francois Gougetcmd: Remove an unused variable.
2012-01-23  Alexandre Julliardmakefiles: Define __WINESRC__ when building programs.
2012-01-23  Francois Gougetcmd: A few usage message tweaks and fixes.
2012-01-20  Alexandre Julliardmakefiles: Disable use of Unicode macros globally for...
2012-01-03  Frédéric Delanoycmd: Avoid unreachable code (Coverity).
2011-12-20  Frédéric Delanoycmd: Merge two if blocks.
2011-12-16  Francois Gougetcmd: Avoid hardcoding the Unicode string literal lengths.
2011-12-15  Akihiro Sagawacmd: Improve the message when the volume has no label.
2011-12-07  Frédéric Delanoycmd: Avoid dead assignment (Clang).
next