1. 727df7a cmd: Fixed uninitialised field in WCMD_addCommand() (Valgrind). by Yann Droneaud · 15 years ago
  2. a607f53 cmd: Fix cmd to take /? as a help parameter. by Arjun Comar · 15 years ago
  3. 4064efdc cmd: Fix a memory leak (Valgrind). by Paul Vriens · 15 years ago
  4. b6e8e13 cmd: Fix echoing of multiline commands. by Dan Kegel · 15 years ago
  5. 27235ec cmd: Echoed prompts are preceded by a blank line. by Dan Kegel · 15 years ago
  6. f06cb3e cmd: Set the PROMPT environment variable on startup. by Andrew Nguyen · 15 years ago
  7. cc72c4d cmd: Use DOS newlines, not UNIX. by Austin English · 15 years ago
  8. 79b0072 cmd: Use the explicit name for all A/W function. by Alexandre Julliard · 15 years ago
  9. f62218f cmd: Break out of the argument scan loop (Coverity). by Marcus Meissner · 15 years ago
  10. a78ccf1 cmd: Fix handling of quotes when line includes redirections and/or pipes. by Peter Dons Tychsen · 16 years ago
  11. 765d9a1 wcmd: Ignore start and end quotes. by André Hentschel · 16 years ago
  12. 0c01b71 cmd: Replace malloc() with HeapAlloc(). by Francois Gouget · 16 years ago
  13. c48e5e0 cmd: Introduce a WCMD_strsubstW() function to simplify string substitutions. by Francois Gouget · 16 years ago
  14. 474276d cmd: Fix a memory leak (Coverity 904). by James Hawkins · 16 years ago
  15. 8ea1a12 cmd: Fixed a number of buffer overflows. by Diaa Sami · 16 years ago
  16. 4691cc4 wcmd: Properly cleanup redirects when there are no in/out/error pipes. by Erich Hoover · 16 years ago
  17. 8defde7 wcmd: Fix redirecting a pipe to another pipe. by Erich Hoover · 16 years ago
  18. 423929a wcmd: Handle batch scripts containing quotes within quotes. by Erich Hoover · 16 years ago
  19. e46d25a cmd: Make some functions static. by Francois Gouget · 16 years ago
  20. 6b16d02 cmd: WCMD_strtrim_trailing_spaces() is unused so remove it. by Francois Gouget · 16 years ago
  21. 854c9b2 cmd.exe: Don't use wvsprintf on sysv-style varargs, use a libwine function instead. by Alexandre Julliard · 16 years ago
  22. aa6f1c7 cmd: Don't include time.h before winsock.h to avoid conflicts. by Alexandre Julliard · 16 years ago
  23. 3d070ff cmd: Reorder some functions to avoid forward declarations. by Francois Gouget · 16 years ago
  24. 3154768 cmd: Make WCMD_DumpCommands() static. by Francois Gouget · 16 years ago
  25. cf8571f cmd: Remove some superfluous casts. by Michael Stefaniuc · 16 years ago
  26. e6bce79 cmd: Check the return value from HeapAlloc. by Lei Zhang · 17 years ago
  27. 304b415 Assorted spelling fixes. by Francois Gouget · 17 years ago
  28. 4492334 cmd.exe: Support cd .. when saving current directory. by Jason Edmeades · 17 years ago
  29. 84f02a6 cmd.exe: Fix pipes. by Jason Edmeades · 17 years ago
  30. 52e8f6f cmd.exe: Fix running programs from root of drive. by Jason Edmeades · 17 years ago
  31. 53f5d67 cmd: Include <time.h> for time(). by Marcus Meissner · 17 years ago
  32. 44b52b1 Assorted spelling fixes. by Francois Gouget · 17 years ago
  33. 5d9f73e cmd: Seed the random number generator. by Alexander Nicolaysen Sørnes · 17 years ago
  34. d56217e cmd: Fix some unclosed file and registry handles. by Lance Jackson · 17 years ago
  35. b2bc712 Assorted spelling fixes. by Francois Gouget · 18 years ago
  36. 1ee7538 cmd.exe: Fix redirect ordering on a command line. by Jason Edmeades · 18 years ago
  37. bcaf4fb cmd.exe: Add suport for if 1==1 echo yes. by Jason Edmeades · 18 years ago
  38. b692411 cmd.exe: Expand for variables at last with tilda modifications. by Jason Edmeades · 18 years ago
  39. 7fce92e cmd.exe: Redirection for external programs was broken by the conversion to unicode. by Jason Edmeades · 18 years ago
  40. 09969e8 cmd.exe: Wait when launching GUI pgms in batch. by Jason Edmeades · 18 years ago
  41. e34f58a cmd: Remove some debug code. by Jason Edmeades · 18 years ago
  42. 2364a87 cmd: Use toupperW instead of toupper. by Anatoly Lyutin · 18 years ago
  43. 61d8402 programs/cmd: Do the assignment after the return to avoid a missing free() (Coverity). by Paul Vriens · 18 years ago
  44. a3317a5 Assorted spelling fixes. by Francois Gouget · 18 years ago
  45. 54d890c cmd.exe: Fix FOR so it works as 'well' as before. by Jason Edmeades · 18 years ago
  46. d2e7b40 cmd.exe: Support IF..ELSE processing tolerate multiline/part lines. by Jason Edmeades · 18 years ago
  47. 345cb89 cmd.exe: Correctly parse IF ELSE plus multipart/multiline. by Jason Edmeades · 18 years ago
  48. d4afe81 cmd.exe: Parse multipart FOR statements. by Jason Edmeades · 18 years ago
  49. d2474de cmd.exe: EXIT /b skips any residual commands. by Jason Edmeades · 18 years ago
  50. de4c697 cmd.exe: Lines starting with REM ignore any multiline/part characters. by Jason Edmeades · 18 years ago
  51. 929a92f cmd.exe: GOTO throws away any preloaded multi part/line command. by Jason Edmeades · 18 years ago
  52. 8f12d8b cmd.exe: Pass the command list through so it is available to built in commands. by Jason Edmeades · 18 years ago
  53. aad1d8c cmd.exe: Pass command structure into WCMD_pipe, not command line itself. by Jason Edmeades · 18 years ago
  54. a88a6c8 cmd.exe: Add basic support for && and (...) syntax. by Jason Edmeades · 18 years ago
  55. 7e9d498 cmd.exe: Add support for cmd.exe /u (Unicode from internal pgms). by Jason Edmeades · 18 years ago
  56. 81c1aa1 cmd.exe: Change from main to wmain. by Jason Edmeades · 18 years ago
  57. c4885bc cmd.exe: Fix handling of malformed environment variable expansion. by Jason Edmeades · 18 years ago
  58. b8aa5fc cmd.exe: Convert cmd to Unicode. by Jason Edmeades · 18 years ago
  59. 398e710 cmd.exe: Handle command line as Unicode. by Jason Edmeades · 18 years ago
  60. 926da13 cmd.exe: Move writing to console into a single function. by Jason Edmeades · 18 years ago
  61. 5cc492c cmd.exe: Move English constants into NLS files. by Jason Edmeades · 18 years ago
  62. 68b11d1 cmd.exe: Support for DEL filename /s. by Jason Edmeades · 18 years ago
  63. ce87522 cmd.exe: Implement a basic 'more'. by Jason Edmeades · 18 years ago
  64. 53c05cb cmd.exe: Fix regression when launching a fully qualified program. by Jason Edmeades · 18 years ago
  65. fc8a9a2 cmd.exe: Make dir support multiple parameters. by Jason Edmeades · 18 years ago
  66. 5704b4b cmd.exe: Attempt to launch pgm even if fails to locate it. by Jason Edmeades · 18 years ago
  67. b573f68 cmd.exe: Only search for supplied command as-is if it includes an extension. by Jason Edmeades · 18 years ago
  68. 6ae5814 cmd: Enlarge max. length of PATH variable. by Alexander Farber · 18 years ago
  69. 7c1418a cmd: Fix a compiler warning. by Alexandre Julliard · 18 years ago
  70. a801995 cmd.exe: Add 2>&1 and 1>&2 support. by Jason Edmeades · 18 years ago
  71. 4ef2f8b cmd.exe: Add TYPE multiple file support. by Jason Edmeades · 18 years ago
  72. 085c0f4 cmd.exe: Add support for stderr redirection to a file. by Jason Edmeades · 18 years ago
  73. d0db751 cmd.exe: Save initial working directory. by Jason Edmeades · 18 years ago
  74. 9e041c6 cmd.exe: Add support for FTYPE. by Jason Edmeades · 18 years ago
  75. 540d818 cmd: Fix compilation on systems that don't support nameless unions. by Francois Gouget · 18 years ago
  76. 612dc9d cmd.exe: Support SHIFT /n option. by Jason Edmeades · 18 years ago
  77. 2b03d7d cmd.exe: Add support for working directories per drive. by Jason Edmeades · 18 years ago
  78. e5a26bc cmd.exe: Support PUSHD with wildcards. by Jason Edmeades · 18 years ago
  79. eb6d084 cmd.exe: Support unquoted directories in CD command. by Jason Edmeades · 18 years ago
  80. b9265bc cmd.exe: Support default colours for wineconsole. by Jason Edmeades · 18 years ago
  81. 00ad4c5 cmd.exe: Add cmd.exe /T option. by Jason Edmeades · 18 years ago
  82. e37463f cmd.exe: Add COLOR command. by Jason Edmeades · 18 years ago
  83. 9e518dc cmd.exe: Fix stdio redirects. by Jason Edmeades · 18 years ago
  84. a97d120 cmd.exe: Add support for del file1 file2. by Jason Edmeades · 18 years ago
  85. 79aa1a0 cmd.exe: Add ASSOC command. by Jason Edmeades · 18 years ago
  86. 8049ae1 cmd.exe: PROMPT option to show pushd levels. by Jason Edmeades · 18 years ago
  87. 00ba810 cmd.exe: Additional PROMPT options. by Jason Edmeades · 18 years ago
  88. 0efa91d cmd.exe: Support rd dir1 dir2. by Jason Edmeades · 18 years ago
  89. abfe105 cmd: Fix silly local variables indentation that breaks diff -p. by Alexandre Julliard · 18 years ago
  90. fdeb6d5 cmd: Fixed 3 buffer overflows when fetching environment variables. by Alexander Farber · 18 years ago
  91. 3232e61 cmd.exe: Locate programs more correctly. by Jason Edmeades · 18 years ago
  92. 54ba046 cmd.exe: Allow special named env vars to be modified. by Jason Edmeades · 18 years ago
  93. 3ab449c cmd.exe: Add special SET modifiers. by Jason Edmeades · 18 years ago
  94. e8fa5df cmd.exe: Add %random% special name support. by Jason Edmeades · 18 years ago
  95. 98ae8a6 cmd.exe: Unify parsing and expansion. by Jason Edmeades · 18 years ago
  96. 327d7ef cmd.exe: Add support for call :label and goto :label. by Jason Edmeades · 18 years ago
  97. 365f86f cmd.exe: Add pushd and popd. by Jason Edmeades · 18 years ago
  98. cdca32c cmd: Remove execute permission on source files. by Alexandre Julliard · 18 years ago
  99. 9387190 cmd.exe: Add support for %ERRORLEVEL% in both batch and cmd line. by Jason Edmeades · 18 years ago
  100. 3bdb641 cmd.exe: Support return code if fail to launch program. by Jason Edmeades · 18 years ago