cmd: Output error messages to stderr instead of stdout where appropriate.
[wine] / programs / cmd / builtins.c
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.
2011-07-15  Frédéric Delanoycmd: Avoid excess newline after TYPE outputs file contents.
2011-06-02  Dan Kegelcmd: WCMD_delete: fix /s for dirnames containing spaces...
2011-05-31  Dan Kegelcmd: WCMD_delete: move "Delete *.* ?" processing into...
2011-05-24  Dan Kegelcmd: del /a: test deleting readonly files, with fix.
2011-05-24  Dan Kegelcmd: del /a: move parsing of attributes to helper funct...
2010-12-20  Detlef Riekenbergcmd: Do not reset errorlevel during SET.
2010-12-20  Detlef Riekenbergcmd: Add CHOICE builtin with DOS6 to XP commandline...
2010-12-13  Detlef Riekenbergcmd: Allow GOTO to a label which has a following whites...
2010-09-08  Jason Edmeadescmd: echo.word should echo back the word without the .
2010-05-10  Gerald Pfeifercmd: Remove variable copyFromDir which is not really...
2010-05-05  Gerald Pfeifercmd: Remove variable useinput which is not really used...
2010-05-03  Gerald Pfeifercmd: Remove variable doRecursive which is not really...
2010-03-24  Nikolay Sivovcmd: Ignore spaces before goto label.
2010-03-04  Arjun Comarcmd: Fix cmd to take /? as a help parameter.
2010-02-18  Dan Kegelcmd: Fix 'else', with tests.
2010-02-03  Dan Kegelcmd: Size buffer in create_full_path() correctly.
2010-02-02  Trey Hunnercmd: Add support for 'if /i'.
2009-12-09  Alexandre Julliardcmd: Use the explicit name for all A/W function.
2009-10-06  Andrew Nguyencmd: Fix copy option handling in batch mode.
2009-09-25  Dan Kegelcmd: Improve 'attrib' builtin to handle at least settin...
2009-08-29  André Hentschelwcmd: Ignore start and end quotes.
2009-08-13  Juan Langwcmd: Only execute non-empty commands.
2009-06-15  Francois Gougetcmd: Replace malloc() with HeapAlloc().
2009-02-18  Nikolay Sivovcmd: Reserve a place in buffer for NULL terminator.
2009-02-18  Nikolay Sivovcmd: Always add a new line in 'type' output on single...
2009-01-06  Francois Gougetcmd: Make WCMD_ask_confirm() static.
2008-12-30  Christian Costacmd.exe: Use WCMD_CURRENTTIME resource to show the...
2008-04-07  Francois GougetAssorted spelling fixes.
2008-03-04  Jason Edmeadescmd.exe: Support cd .. when saving current directory.
2008-03-04  Jason Edmeadescmd.exe: Fix pipes.
2008-02-15  Francois GougetAssorted spelling fixes.
2008-01-04  Lance Jacksoncmd: Fix some unclosed file and registry handles.
2007-10-15  Dmitry Potapovcmd: copy: Fix "Path not found" error.
2007-09-12  Jason Edmeadescmd.exe: Fix redirect ordering on a command line.
2007-09-12  Jason Edmeadescmd.exe: Add basic support for FOR /F parsing launched...
2007-09-12  Jason Edmeadescmd.exe: Add basic for /F string support.
2007-09-12  Jason Edmeadescmd.exe: Add suport for if 1==1 echo yes.
2007-09-12  Jason Edmeadescmd.exe: Expand for variables at last with tilda modifi...
2007-09-12  Jason Edmeadescmd.exe: Enhance FOR support.
2007-08-13  Marcus Meissnercmd.exe: WCMD_for is only for files.
2007-07-30  Jason Edmeadescmd: Fix comment to accurately reflect the function.
2007-07-30  Jason Edmeadescmd: Add support for wildcards in copy.
2007-07-11  Anatoly Lyutincmd: Use toupperW instead of toupper.
2007-07-05  Francois GougetAssorted spelling fixes.
2007-06-27  Michael Stefaniuccmd: Remove superfluous casts of void pointers to other...
2007-06-18  Jason Edmeadescmd.exe: for loop by default only matches files.
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-08  Alexandre Julliardcmd.exe: Silence a FIXME.
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: Move English constants into NLS files.
2007-04-30  Francois GougetAssorted spelling fixes.
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-12  Jason Edmeadescmd.exe: Add move support for wildcards and directories.
2007-04-12  Jason Edmeadescmd.exe: Add support for move with simple wildcards.
2007-03-13  Stefan HuehnerMark several functions as static.
2007-03-13  Jason Edmeadescmd.exe: Make SET have correct errorlevel.
next