cmd.exe: Parse multipart FOR statements.
[wine] / programs / cmd /
2007-06-18  Jason Edmeadescmd.exe: Parse multipart FOR statements.
2007-06-18  Jason Edmeadescmd.exe: EXIT /b skips any residual commands.
2007-06-18  Jason Edmeadescmd.exe: Lines starting with REM ignore any multiline...
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-18  Jason Edmeadescmd.exe: Pass command structure into WCMD_pipe, not...
2007-06-18  Jason Edmeadescmd.exe: Add basic support for && and (...) syntax.
2007-06-15  Jason Edmeadescmd.exe: Add support for cmd.exe /u (Unicode from inter...
2007-06-08  Alexandre Julliardcmd.exe: Silence a FIXME.
2007-06-07  Anatoly Lyutincmd.exe: Update Russian translation.
2007-06-06  Francois Gougetprograms/cmd: Add missing '\n' to Wine trace.
2007-06-04  Jason Edmeadescmd.exe: Fix dir /w.
2007-06-04  Jason Edmeadescmd.exe: Change from main to wmain.
2007-06-04  Jason Edmeadescmd.exe: Fix handling of malformed environment variable...
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: Handle command line as Unicode.
2007-06-04  Jason Edmeadescmd.exe: Move writing to console into a single function.
2007-06-04  Jason Edmeadescmd.exe: Move English constants into NLS files.
2007-06-01  Alexander Nicolays... cmd: Update Norwegian Bokmål resources.
2007-05-30  José Manuel Ferrer... Some Spanish translations updated.
2007-05-14  Frank Richtercmd: Updated German translation.
2007-04-30  Francois GougetAssorted spelling fixes.
2007-04-24  Jason Edmeadescmd.exe: Support for DEL filename /s.
2007-04-23  Hwang YunSong(황윤성)cmd: Updated Korean resource.
2007-04-16  Jason Edmeadescmd.exe: Implement a basic 'more'.
2007-04-16  Hwang YunSong(황윤성)cmd: Updated Korean resource.
2007-04-12  Jason Edmeadescmd.exe: Fix regression when launching a fully qualifie...
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-04-06  Jason Edmeadescmd.exe: Partially fix 'dir *.' (ie files with no exten...
2007-04-06  Jason Edmeadescmd.exe: Make dir a* b* or dir a* b* /s mirror windows.
2007-04-06  Jason Edmeadescmd.exe: Make dir support multiple parameters.
2007-04-06  Jason Edmeadescmd.exe: Fix dir filename /s and resolve many output...
2007-04-06  Jason Edmeadescmd.exe: Attempt to launch pgm even if fails to locate it.
2007-04-06  Jason Edmeadescmd.exe: Only search for supplied command as-is if...
2007-03-29  Alexander Farbercmd: Enlarge max. length of PATH variable.
2007-03-28  Francois Gougetcmd: Spelling fix.
2007-03-19  Jason Edmeadescmd.exe: Only write 'bytes free' message if a file...
2007-03-19  Jason Edmeadescmd.exe: Add errorlevel support for DIR command.
2007-03-19  Jason Edmeadescmd.exe: Add support for dir /A filtering.
2007-03-19  Jason Edmeadescmd.exe: Add support for DIRCMD and sequential qualifie...
2007-03-19  Jason Edmeadescmd.exe: Add support for dir /-C.
2007-03-19  Jason Edmeadescmd.exe: Add support for DIR /D.
2007-03-16  Alexandre Julliardcmd: Fix a compiler warning.
2007-03-14  Hwang YunSong(황윤성)cmd: Updated Korean Resource.
2007-03-14  Jason Edmeadescmd.exe: Add DIR /O ordering support.
2007-03-14  Jason Edmeadescmd.exe: Add dir /X support (sort of...).
2007-03-13  Mikołaj Zalewskicmd: Update Polish translation.
2007-03-13  Stefan HuehnerMark several functions as static.
2007-03-13  Jason Edmeadescmd.exe: Add DIR /X support.
2007-03-13  Jason Edmeadescmd.exe: Add DIR /T support.
2007-03-13  Jason Edmeadescmd.exe: Add dir /L support.
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 2>&1 and 1>&2 support.
2007-03-13  Jason Edmeadescmd.exe: Add TYPE multiple file support.
2007-03-13  Jason Edmeadescmd.exe: Add support for stderr redirection to a file.
2007-03-13  Jason Edmeadescmd.exe: Save initial working directory.
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-09  Anatoly Lyutincmd: Update translation and synchronize Russian resource.
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: Support default colours for wineconsole.
2007-03-08  Jason Edmeadescmd.exe: Add cmd.exe /T option.
2007-03-08  Jason Edmeadescmd.exe: Add COLOR command.
2007-03-07  Hwang YunSong(황윤성)cmd: Updated Korean resource.
2007-03-06  Francois GougetAssorted spelling fixes.
2007-03-05  Jason Edmeadescmd.exe: Fix stdio redirects.
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: Additional PROMPT options.
2007-03-05  Jason Edmeadescmd.exe: Support rd dir1 dir2.
2007-03-05  Francois Gougetcmd: Remove unneeded NONAMELESS* defines and ifdefs.
2007-03-05  Francois Gougetcmd: Fix compilation on systems that don't support...
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-03-01  Alexander Farbercmd: Fixed 3 buffer overflows when fetching environment...
2007-02-28  Jason Edmeadescmd.exe: Fix parameter parsing returns.
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-27  Jason Edmeadescmd.exe: Locate programs more correctly.
next