cmd: Fix renaming inside directories.
[wine] / programs / cmd / builtins.c
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.
2007-03-13  Jason Edmeadescmd.exe: Add SET /P support.
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: Add support for CD /D.
2007-03-08  Jason Edmeadescmd.exe: setlocal and endlocal should preserve drive...
2007-03-08  Jason Edmeadescmd.exe: Hide new internal vars during SET.
2007-03-08  Jason Edmeadescmd.exe: Add support for working directories per drive.
2007-03-08  Jason Edmeadescmd.exe: Support TIME /T option.
2007-03-08  Jason Edmeadescmd.exe: Support DATE /T option.
2007-03-08  Jason Edmeadescmd.exe: Prevent options to pushd.
2007-03-08  Jason Edmeadescmd.exe: Support PUSHD with wildcards.
2007-03-08  Jason Edmeadescmd.exe: Set errorlevel if CD fails.
2007-03-08  Jason Edmeadescmd.exe: Wildcards in directory names for CD.
2007-03-08  Jason Edmeadescmd.exe: Support unquoted directories in CD command.
2007-03-08  Jason Edmeadescmd.exe: Add COLOR command.
2007-03-06  Francois GougetAssorted spelling fixes.
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-03-01  Alexandre Julliardcmd: Fix silly local variables indentation that breaks...
2007-03-01  Alexander Farbercmd: Support /-Y and COPYCMD environment variable in...
2007-02-28  Jason Edmeadescmd.exe: Support del /a[:].
2007-02-28  Jason Edmeadescmd.exe: Support del /f.
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-27  Jason Edmeadescmd.exe: Make 'set t' show all vars starting with 't'.
2007-02-27  Jason Edmeadescmd.exe: Add rd /s support.
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 PATH= as a valid command.
2007-02-21  Jason Edmeadescmd.exe: Support :EOF in goto labels.
2007-02-21  Jason Edmeadescmd.exe: Support exit [/b] returncode.
2007-02-21  Jason Edmeadescmd.exe: Add "if defined ..." support.
2007-02-13  Kim Lilliestiernacmd: Fix the "move" command the same way as the "copy...
2007-01-23  Anatoly Lyutincmd: In function WCMD_goto() changed strcmp() to lstrcm...
2007-01-23  Anatoly Lyutincmd: Remove incorrect return in WCMD_if().
2006-12-27  Eric Pouechcmd: Fix 'copy foo bar/' which gave access denied errors.
2006-10-31  Markus Amslercmd: Check for argument in copy, mkdir, delete, goto...
2006-09-07  Dan Kegelprograms/wcmd: Rename to programs/cmd.