cmd: Move externals list at the same place as the builtins one so it's easier to...
[wine] / programs / cmd / wcmdmain.c
2011-09-12  Christian Costacmd: Move externals list at the same place as the built...
2011-09-09  Frédéric Delanoycmd: Backup echo mode before running external batch...
2011-09-08  Frédéric Delanoycmd: Add an output parameter to WCMD_parameter to point...
2011-09-07  Christian Costacmd: Remove attrib from builtins list.
2011-09-06  Christian Costaattrib: Move implementation from cmd.exe to the standal...
2011-09-06  Frédéric Delanoycmd: Get rid of obsolete autoexec.bat handling code.
2011-08-30  Frédéric Delanoycmd: Add WCMD_output_asis_stderr function.
2011-08-29  Frédéric Delanoycmd: Avoid reading garbage when looking for redirection...
2011-08-29  Frédéric Delanoycmd: Fix redirection handle parsing.
2011-08-26  Frédéric Delanoycmd: Make some WCHAR arrays static.
2011-08-25  Frédéric Delanoycmd: Fix if/else tab handling.
2011-08-25  Frédéric Delanoycmd: Fix REM tab handling.
2011-08-25  Frédéric Delanoycmd: Skip tabs as well as spaces in WCMD_skip_leading_s...
2011-08-25  Frédéric Delanoycmd: Fix FOR tab handling.
2011-08-24  Frédéric Delanoycmd: Fix FOR tab handling.
2011-08-23  Frédéric Delanoycmd: Constify some function parameters.
2011-08-23  Frédéric Delanoycmd: Rename WCMD_strtrim_leading_spaces to WCMD_skip_le...
2011-08-23  Frédéric Delanoycmd: Clarify some trace messages.
2011-08-23  Frédéric Delanoycmd: Use CSTR_* instead of hardcoded values as result...
2011-08-05  Frédéric Delanoycmd: Fix handling of lines starting with echo. or echo:.
2011-08-03  Dan Kegelcmd: mkdir: Handle multiple arguments.
2011-07-27  Frédéric Delanoycmd: Fix some comments.
2011-07-15  Frédéric Delanoycmd: Do not show prompt when echo mode is off.
2011-07-15  Frédéric Delanoycmd: Output a empty line before version in VER.
2011-06-02  Dan Kegelcmd: WCMD_delete: fix /s for dirnames containing spaces...
2011-05-26  Dan Kegelcmd: Don't read past end of thisVar in WCMD_expand_envv...
2010-12-20  Detlef Riekenbergcmd: Add CHOICE builtin with DOS6 to XP commandline...
2010-11-08  Alexandre Goujoncmd: Add a space at the end of the first echo'ed batch...
2010-06-22  Michael Stefaniuccmd: Don't treat all command lines with '/?' as builtin...
2010-03-15  Yann Droneaudcmd: Fixed uninitialised field in WCMD_addCommand(...
2010-03-04  Arjun Comarcmd: Fix cmd to take /? as a help parameter.
2010-02-23  Paul Vrienscmd: Fix a memory leak (Valgrind).
2010-01-04  Dan Kegelcmd: Fix echoing of multiline commands.
2010-01-04  Dan Kegelcmd: Echoed prompts are preceded by a blank line.
2009-12-31  Andrew Nguyencmd: Set the PROMPT environment variable on startup.
2009-12-23  Austin Englishcmd: Use DOS newlines, not UNIX.
2009-12-09  Alexandre Julliardcmd: Use the explicit name for all A/W function.
2009-12-04  Marcus Meissnercmd: Break out of the argument scan loop (Coverity).
2009-10-08  Peter Dons Tychsencmd: Fix handling of quotes when line includes redirect...
2009-08-29  André Hentschelwcmd: Ignore start and end quotes.
2009-06-15  Francois Gougetcmd: Replace malloc() with HeapAlloc().
2009-06-15  Francois Gougetcmd: Introduce a WCMD_strsubstW() function to simplify...
2009-03-23  James Hawkinscmd: Fix a memory leak (Coverity 904).
2009-03-03  Diaa Samicmd: Fixed a number of buffer overflows.
2009-02-12  Erich Hooverwcmd: Properly cleanup redirects when there are no...
2009-01-13  Erich Hooverwcmd: Fix redirecting a pipe to another pipe.
2009-01-13  Erich Hooverwcmd: Handle batch scripts containing quotes within...
2009-01-06  Francois Gougetcmd: Make some functions static.
2009-01-06  Francois Gougetcmd: WCMD_strtrim_trailing_spaces() is unused so remove it.
2009-01-03  Alexandre Julliardcmd.exe: Don't use wvsprintf on sysv-style varargs...
2008-12-31  Alexandre Julliardcmd: Don't include time.h before winsock.h to avoid...
2008-12-31  Francois Gougetcmd: Reorder some functions to avoid forward declarations.
2008-12-15  Francois Gougetcmd: Make WCMD_DumpCommands() static.
2008-12-04  Michael Stefaniuccmd: Remove some superfluous casts.
2008-07-30  Lei Zhangcmd: Check the return value from HeapAlloc.
2008-03-19  Francois GougetAssorted spelling fixes.
2008-03-04  Jason Edmeadescmd.exe: Support cd .. when saving current directory.
2008-03-04  Jason Edmeadescmd.exe: Fix pipes.
2008-03-04  Jason Edmeadescmd.exe: Fix running programs from root of drive.
2008-01-22  Marcus Meissnercmd: Include <time.h> for time().
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-10  Alexander Nicolays... cmd: Seed the random number generator.
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.
next