server: Hold a pointer to the queue from the async operations.
[wine] / programs / cmd /
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.
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-23  Jan Zerebeckicmd: Remove redundant const.
2007-02-21  Jason Edmeadescmd.exe: Add support for env vars DATE, TIME, CD.
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 PATH= as a valid command.
2007-02-21  Jason Edmeadescmd.exe: Add ~ modifiers for %0-9.
2007-02-21  Jason Edmeadescmd.exe: Support :EOF in goto labels.
2007-02-21  Jason Edmeadescmd.exe: Add support for %*.
2007-02-21  Jason Edmeadescmd.exe: Support exit [/b] returncode.
2007-02-21  Jason Edmeadescmd.exe: Add "if defined ..." support.
2007-02-16  Hwang YunSong(황윤성)cmd: Updated Korean resource.
2007-02-14  Vitaly Lipatovcmd: Fix program name.
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-10-24  Mikołaj Zalewskiresources: Change Dutch sublanguage code to SUBLANG_NEU...
2006-10-24  Mikołaj Zalewskiresources: Change German sublanguage code to SUBLANG_NE...
2006-10-20  Byeong-Sik JeonKorean: Use SUBLANG_NEUTRAL in Korean resources.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-07  Dan Kegelprograms/wcmd: Rename to programs/cmd.