cmd: Fix some unclosed file and registry handles.
[wine] / programs / cmd / wcmdmain.c
2008-01-04  Lance Jacksoncmd: Fix some unclosed file and registry handles.
2007-09-27  Francois GougetAssorted spelling fixes.
2007-09-12  Jason Edmeadescmd.exe: Fix redirect ordering on a command line.
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-08-13  Jason Edmeadescmd.exe: Redirection for external programs was broken...
2007-08-10  Jason Edmeadescmd.exe: Wait when launching GUI pgms in batch.
2007-07-30  Jason Edmeadescmd: Remove some debug code.
2007-07-20  Anatoly Lyutincmd: Use toupperW instead of toupper.
2007-07-12  Paul Vriensprograms/cmd: Do the assignment after the return to...
2007-07-05  Francois GougetAssorted spelling fixes.
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-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: 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-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: Fix regression when launching a fully qualifie...
2007-04-06  Jason Edmeadescmd.exe: Make dir support multiple parameters.
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-16  Alexandre Julliardcmd: Fix a compiler warning.
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-08  Jason Edmeadescmd.exe: Support SHIFT /n option.
2007-03-08  Jason Edmeadescmd.exe: Add support for working directories per drive.
2007-03-08  Jason Edmeadescmd.exe: Support PUSHD with wildcards.
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-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-01  Alexandre Julliardcmd: Fix silly local variables indentation that breaks...
2007-03-01  Alexander Farbercmd: Fixed 3 buffer overflows when fetching environment...
2007-02-27  Jason Edmeadescmd.exe: Locate programs more correctly.
2007-02-27  Jason Edmeadescmd.exe: Allow special named env vars to be modified.
2007-02-26  Jason Edmeadescmd.exe: Add special SET modifiers.
2007-02-26  Jason Edmeadescmd.exe: Add %random% special name support.
2007-02-26  Jason Edmeadescmd.exe: Unify parsing and expansion.
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: Add support for %ERRORLEVEL% in both batch...
2007-02-21  Jason Edmeadescmd.exe: Support return code if fail to launch program.
2007-02-21  Jason Edmeadescmd.exe: Support exit [/b] returncode.
2006-09-07  Dan Kegelprograms/wcmd: Rename to programs/cmd.