cmd: Move common error reporting code in WCMD_if.
[wine] / programs / cmd / builtins.c
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-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-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: Rework the body of WCMD_copy based on new paramete...
2012-10-15  Jason Edmeadescmd: Rework parameter parsing for WCMD_Copy.
2012-10-02  Jason Edmeadescmd: cmd.exe /c or /k should suppress copy overwrite...
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-09-28  Frédéric Delanoycmd: Reuse common string constants.
2012-09-26  Jason Edmeadescmd: Display 'set' sort ordering correctly.
2012-09-26  Jason Edmeadescmd: Fix parameterization around delimiters.
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-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-13  Frédéric Delanoycmd: Reuse common string constants.
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...
2012-01-23  Francois Gougetcmd: Fix asking for a Yes / No / All confirmation.
2012-01-23  Francois Gougetcmd: Remove an unused variable.
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-12-02  Francois Gougetcmd: Print error messages on stderr, not on stdout.
2011-11-30  Frédéric Delanoycmd: Reorder global vars declarations/definitions to...
2011-11-30  Frédéric Delanoycmd: Move commonly used global vars declarations to...
2011-11-30  Frédéric Delanoycmd: Move a global var to the file using it.
2011-11-25  Francois Gougetcmd: Use WCMD_output_asis*() for strings that are not...
2011-11-24  Frédéric Delanoycmd: Avoid dead assignment (clang).
2011-11-21  Frédéric Delanoycmd: Move builtins list to builtins.c.
2011-11-18  Frédéric Delanoycmd: Move WCMD_part_execute function to avoid forward...
2011-11-15  Frédéric Delanoycmd: Avoid duplication of commonly used strings.
2011-11-15  Frédéric Delanoycmd: Trim whitespace in echo on/off.
2011-11-08  Frédéric Delanoycmd: Avoid comparison between signed and unsigned values.
2011-10-28  Frédéric Delanoycmd: Make 'if errorlevel' only recognize integer values.
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-14  Frédéric Delanoycmd: Make RENAME work for read-only files.
2011-10-13  Frédéric Delanoycmd: Make MOVE work for read-only files.
2011-10-08  Frédéric Delanoycmd: Make PAUSE accept any keypress instead of a full...
2011-10-06  Frédéric Delanoycmd: Infer handle type from handle value in WCMD_fgets...
2011-10-05  Frédéric Delanoycmd: Avoid dead assignments (Clang).
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-27  Frédéric Delanoycmd: Fix comments in WCMD_color.
2011-09-26  Frédéric Delanoycmd: Output error messages to stderr where appropriate.
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-12  Frédéric Delanoycmd: GOTO is a no-op and doesn't output anything in...
2011-09-09  Christian Costacmd: Add help info for xcopy.
2011-09-08  Frédéric Delanoycmd: Fix IF operands parsing for '==' operator.
2011-09-08  Frédéric Delanoycmd: Add an output parameter to WCMD_parameter to point...
2011-09-08  Frédéric Delanoycmd: Clarify WCMD_if function.
2011-09-07  Christian Costacmd: Launch the command with the /? option for external...
2011-09-06  Christian Costaattrib: Move implementation from cmd.exe to the standal...
2011-09-01  Frédéric Delanoycmd: Fix echo's special ';' handling.
2011-08-30  Frédéric Delanoycmd: Fix invalid RegSetValueExW call in WCMD_assoc.
2011-08-30  Frédéric Delanoycmd: Ensure WCMD_assoc error messages are sent to stder...
2011-08-29  Frédéric Delanoycmd: Ignore trailing whitespace when using cd.
2011-08-26  Frédéric Delanoycmd: Quiet a noisy 'FOR /F' fixme.
2011-08-26  Frédéric Delanoycmd: Make some WCHAR arrays static.
2011-08-25  Frédéric Delanoycmd: Misc tab fixes.
2011-08-25  Frédéric Delanoycmd: Fix if/else tab handling.
2011-08-25  Frédéric Delanoycmd: Fix FOR tab handling.
2011-08-24  Frédéric Delanoycmd: Fix FOR tab handling.
2011-08-24  Frédéric Delanoycmd: Fix ECHO tab issues.
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: Fix a FOR parsing bug when multiple spaces follow...
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-03  Dan Kegelcmd: mkdir: Set errorlevel and output error message...
2011-08-03  Dan Kegelcmd: mkdir: Set errorlevel on invalid argument.
2011-08-03  Dan Kegelcmd: mkdir: Handle multiple arguments.
2011-07-28  Frédéric Delanoycmd: Partial fix for echo's special ':' handling.
next