shlwapi: Reimplement IUnknown_CPContainerInvokeParam on top of SHPackDispParams.
[wine] / programs / cmd /
2007-10-15  Dmitry Potapovcmd: copy: Fix "Path not found" error.
2007-09-27  Francois GougetAssorted spelling fixes.
2007-09-18  Alexandre Julliardcmd.exe: We can now store binary files in the repository.
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: Allow = and , to be delimiters.
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-17  Kirill K. Smirnovprograms/cmd: Do not use hardcoded constants when corre...
2007-08-13  Jason Edmeadescmd.exe: Redirection for external programs was broken...
2007-08-13  Marcus Meissnercmd.exe: WCMD_for is only for files.
2007-08-10  Jason Edmeadescmd.exe: Wait when launching GUI pgms in batch.
2007-08-07  Dmitry Timoshkovinclude: winres.h no longer exists in PSDK, fix winresr...
2007-07-30  Jason Edmeadescmd: Remove some debug code.
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-25  Jason Edmeadescmd: Fix trap when batch pgm runs another batch pgm.
2007-07-20  Anatoly Lyutincmd: Use toupperW instead of toupper.
2007-07-18  Hwang YunSong(황윤성)cmd: Updated Korean resource.
2007-07-12  Paul Vriensprograms/cmd: Do the assignment after the return to...
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: Correctly parse IF ELSE plus multipart/multiline.
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.
next