winedbg: Implement be_arm_store_integer on ARM.
[wine] / programs / cmd / wcmdmain.c
2012-03-29  Frédéric Delanoycmd: Use BOOL instead of int for boolean variables.
2012-02-13  Frédéric Delanoycmd: Respect constant wide strings naming convention.
2012-02-11  Alexandre Julliardcmd: START needs to be an internal command.
2012-01-23  Alexandre Julliardmakefiles: Define __WINESRC__ when building programs.
2012-01-03  Frédéric Delanoycmd: Avoid unreachable code (Coverity).
2011-12-20  Frédéric Delanoycmd: Merge two if blocks.
2011-12-07  Frédéric Delanoycmd: Avoid dead assignment (Clang).
2011-12-06  Francois Gougetcmd: Use FormatMessage() for better internationalizatio...
2011-11-30  Frédéric Delanoycmd: Reorder global vars declarations/definitions to...
2011-11-30  Frédéric Delanoycmd: Move a global var to the file using it.
2011-11-29  Frédéric Delanoycmd: Rename unicodePipes variable.
2011-11-29  Frédéric Delanoycmd: Reduce the scope of a global variable.
2011-11-29  Frédéric Delanoycmd: Use boolean types for boolean variables.
2011-11-29  Frédéric Delanoycmd: Remove an unused global variable.
2011-11-29  Eric Pouechcmd: Correctly parse program name when launching extern...
2011-11-25  Francois Gougetcmd: Use WCMD_output_asis*() for strings that are not...
2011-11-21  Frédéric Delanoycmd: Move builtins list to builtins.c.
2011-11-15  Frédéric Delanoycmd: Avoid duplication of commonly used strings.
2011-11-08  Frédéric Delanoycmd: Avoid comparison between signed and unsigned values.
2011-10-31  Frédéric Delanoycmd: Avoid unnecessary null pointer checks.
2011-10-19  Frédéric Delanoycmd: Rename WCMD_opt_s_strip_quotes function.
2011-10-06  Frédéric Delanoycmd: Infer handle type from handle value in WCMD_fgets...
2011-10-05  Frédéric Delanoycmd: Improve handle type recognition in WCMD_ReadFile.
2011-10-03  Frédéric Delanoycmd: Output error messages to stderr instead of stdout...
2011-09-28  Frédéric Delanoycmd: Get rid of unused parameter in WCMD_ReadFile.
2011-09-28  Frédéric Delanoycmd: Avoid checking whether we're in console mode for...
2011-09-26  Frédéric Delanoycmd: Add WCMD_output_stderr function to output error...
2011-09-26  Frédéric Delanoycmd: Use helper function to return file io buffer.
2011-09-23  Frédéric Delanoycmd: Improve WCMD_volume documentation.
2011-09-16  Frédéric Delanoycmd: verify_mode has BOOL type instead of int.
2011-09-16  Frédéric Delanoycmd: echo_mode has BOOL type instead of int.
2011-09-14  Frédéric Delanoycmd: Make some variables static.
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...
next