1. 3f1f5ed Fix unneeded capitalization in user prompts. by Nikolay Sivov · 15 years ago
  2. 0d52753 cmd: Remove variable copyFromDir which is not really used from WCMD_copy. by Gerald Pfeifer · 15 years ago
  3. 5b0de0d cmd: Remove variable useinput which is not really used from WCMD_more. by Gerald Pfeifer · 15 years ago
  4. f40265b cmd: Remove variable argsProcessed which is not really used from WCMD_directory. by Gerald Pfeifer · 15 years ago
  5. 02a0bd3 cmd: Remove variable doRecursive which is not really used from WCMD_for. by Gerald Pfeifer · 15 years ago
  6. 8b37b34 wcmd: Replaced program icon with a Tango compliant icon. by Joel Holdsworth · 15 years ago
  7. 5b1f661 cmd/tests: Add casts to pointer differences in traces. by Alexandre Julliard · 15 years ago
  8. 93d9d8a programs: Fix compiler warnings with flag -Wcast-qual. by Mikhail Maroukhine · 15 years ago
  9. 27717a5 cmd: Add testcases for goto. by Austin English · 15 years ago
  10. e22f6aa cmd: Ignore spaces before goto label. by Nikolay Sivov · 15 years ago
  11. e486a02 cmd: Added @or_broken@ handling to test templates and use it to fix tests on win2k. by Jacek Caban · 15 years ago
  12. ac8d924 cmd: Add another expansion test. by Yann Droneaud · 15 years ago
  13. 954d06c cmd: Remove %CD% test. by Yann Droneaud · 15 years ago
  14. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  15. 9bad2fe cmd: Added some expansion tests. by Yann Droneaud · 15 years ago
  16. 727df7a cmd: Fixed uninitialised field in WCMD_addCommand() (Valgrind). by Yann Droneaud · 15 years ago
  17. a607f53 cmd: Fix cmd to take /? as a help parameter. by Arjun Comar · 15 years ago
  18. 4064efdc cmd: Fix a memory leak (Valgrind). by Paul Vriens · 15 years ago
  19. 6164ce2 makefiles: Use the standard C_SRCS variable as the list of test files. by Alexandre Julliard · 15 years ago
  20. 2ef6101 cmd/tests: Compare strings case-insensitive. by Paul Vriens · 15 years ago
  21. 41c0db3 cmd: Add test for 'if' case sensitivity. by Trey Hunner · 15 years ago
  22. f468055 cmd: Remove some unneeded extension checking. by Paul Vriens · 15 years ago
  23. 8110dde cmd: Fix 'else', with tests. by Dan Kegel · 15 years ago
  24. e4fd519 cmd: Rename reference file from .out to .exp to avoid clash with gnu make builtin rule. by Dan Kegel · 15 years ago
  25. 8bc6ff9 cmd: Add test to show ~dp0 should be directory containing batch file. by Dan Kegel · 15 years ago
  26. 9d63b91 cmd: Add test to show set "FOO=bar" should not include the quotes in the variable value. by Dan Kegel · 15 years ago
  27. 786429b cmd: Turn off echo, add visual separator between testcases. by Dan Kegel · 15 years ago
  28. 5035f3c cmd: Move all tests to test_builtins.cmd. by Dan Kegel · 15 years ago
  29. d00f031 cmd: Improve German translation. by André Hentschel · 15 years ago
  30. 28a4a7b cmd: Added cmd.exe tests. by Jacek Caban · 15 years ago
  31. 15998c2 cmd: Size buffer in create_full_path() correctly. by Dan Kegel · 15 years ago
  32. 60fe4da cmd: %~dp0 should expand to the directory containing the batch file, not the current directory. by Dan Kegel · 15 years ago
  33. afb374b cmd: Add support for 'if /i'. by Trey Hunner · 15 years ago
  34. b6e8e13 cmd: Fix echoing of multiline commands. by Dan Kegel · 15 years ago
  35. 27235ec cmd: Echoed prompts are preceded by a blank line. by Dan Kegel · 15 years ago
  36. f06cb3e cmd: Set the PROMPT environment variable on startup. by Andrew Nguyen · 15 years ago
  37. cc72c4d cmd: Use DOS newlines, not UNIX. by Austin English · 15 years ago
  38. 79b0072 cmd: Use the explicit name for all A/W function. by Alexandre Julliard · 15 years ago
  39. f62218f cmd: Break out of the argument scan loop (Coverity). by Marcus Meissner · 15 years ago
  40. 085c393 cmd: Remove spaces before '\n's. by Francois Gouget · 15 years ago
  41. 79bb4bd cmd: Add Italian translation. by Luca Bennati · 15 years ago
  42. 45905b2 cmd.exe: Treat tabs as parameter delimiters. by Colin Fletcher · 15 years ago
  43. a78ccf1 cmd: Fix handling of quotes when line includes redirections and/or pipes. by Peter Dons Tychsen · 15 years ago
  44. 203c538 cmd: Fix copy option handling in batch mode. by Andrew Nguyen · 15 years ago
  45. 25efe69 cmd: Make 'dir' hide hidden or system files by default. by Dan Kegel · 16 years ago
  46. 81e5c76 cmd: Improve 'attrib' builtin to handle at least setting/clearing single attributes. by Dan Kegel · 16 years ago
  47. 765d9a1 wcmd: Ignore start and end quotes. by André Hentschel · 16 years ago
  48. 5866651 cmd: Fix German typo. by Jörg Höhle · 16 years ago
  49. 9c7ded0 wcmd: Only execute non-empty commands. by Juan Lang · 16 years ago
  50. e03b919 cmd: Convert the Russian resources to UTF-8. by Vladimir Pankratov · 16 years ago
  51. 7d16eed cmd: Update German translation. by André Hentschel · 16 years ago
  52. 4e22326 cmd: Fix German translation. by André Hentschel · 16 years ago
  53. f628146 Remove some obsolete README files. by Alexandre Julliard · 16 years ago
  54. 4b18e8d cmd: Convert the German resources to UTF-8. by Michael Stefaniuc · 16 years ago
  55. 18dbff2 cmd: Fix French translation. by Frédéric Delanoy · 16 years ago
  56. d7a1cb2 cmd: Add Lithuanian translation. by Aurimas Fišeras · 16 years ago
  57. 2753331 cmd: Build language resource files separately. by Michael Stefaniuc · 16 years ago
  58. 008edf4 cmd.exe: Fix incorrect check in WCMD_HandleTildaModifiers(). by Gerald Pfeifer · 16 years ago
  59. 0c01b71 cmd: Replace malloc() with HeapAlloc(). by Francois Gouget · 16 years ago
  60. c48e5e0 cmd: Introduce a WCMD_strsubstW() function to simplify string substitutions. by Francois Gouget · 16 years ago
  61. 7448a09 cmd: Updated Polish translations. by Łukasz Wojniłowicz · 16 years ago
  62. 474276d cmd: Fix a memory leak (Coverity 904). by James Hawkins · 16 years ago
  63. b77d177 cmd: Updated Korean resource. by Hwang YunSong(황윤성) · 16 years ago
  64. 8ea1a12 cmd: Fixed a number of buffer overflows. by Diaa Sami · 16 years ago
  65. 2dd1b3b cmd: Reserve a place in buffer for NULL terminator. by Nikolay Sivov · 16 years ago
  66. 78f38a7 cmd: Always add a new line in 'type' output on single file mode. by Nikolay Sivov · 16 years ago
  67. 4691cc4 wcmd: Properly cleanup redirects when there are no in/out/error pipes. by Erich Hoover · 16 years ago
  68. 8defde7 wcmd: Fix redirecting a pipe to another pipe. by Erich Hoover · 16 years ago
  69. 423929a wcmd: Handle batch scripts containing quotes within quotes. by Erich Hoover · 16 years ago
  70. e46d25a cmd: Make some functions static. by Francois Gouget · 16 years ago
  71. 6b16d02 cmd: WCMD_strtrim_trailing_spaces() is unused so remove it. by Francois Gouget · 16 years ago
  72. e7b1257 cmd: Make WCMD_ask_confirm() static. by Francois Gouget · 16 years ago
  73. 854c9b2 cmd.exe: Don't use wvsprintf on sysv-style varargs, use a libwine function instead. by Alexandre Julliard · 16 years ago
  74. aa6f1c7 cmd: Don't include time.h before winsock.h to avoid conflicts. by Alexandre Julliard · 16 years ago
  75. 3d070ff cmd: Reorder some functions to avoid forward declarations. by Francois Gouget · 16 years ago
  76. f5f54fb cmd: Reorder some functions to avoid forward declarations. by Francois Gouget · 16 years ago
  77. 656b627 cmd.exe: Use WCMD_CURRENTTIME resource to show the time. by Christian Costa · 16 years ago
  78. 3154768 cmd: Make WCMD_DumpCommands() static. by Francois Gouget · 16 years ago
  79. 5f3287d *Ko.rc: Update Korean resource. by ByeongSik Jeon · 16 years ago
  80. cf8571f cmd: Remove some superfluous casts. by Michael Stefaniuc · 16 years ago
  81. e11c68e cmd: Convert Japanese resource to UTF-8. by Muneyuki Noguchi · 16 years ago
  82. e6bce79 cmd: Check the return value from HeapAlloc. by Lei Zhang · 17 years ago
  83. b31fbfc cmd: Remove spaces before '\n' in resource strings. by Francois Gouget · 17 years ago
  84. 39cb432 Fix the resources to remove extraneous spaces in '...'. by Francois Gouget · 17 years ago
  85. 72598cd cmd: Fix the Turkish translation. by Michael Stefaniuc · 17 years ago
  86. 0083286 cmd: Fix the Czech translation. by Michael Stefaniuc · 17 years ago
  87. 8fe5bbf cmd: Fix the Portuguese translations. by Michael Stefaniuc · 17 years ago
  88. 712ae3c cmd: Fix the Japanese translation. by Michael Stefaniuc · 17 years ago
  89. 8965135 cmd: German translation. by Andrej Sinicyn · 17 years ago
  90. 5307fec cmd: Added Danish translation. by Jens Albretsen · 17 years ago
  91. 6e59cd2 Spelling fixes. by Austin English · 17 years ago
  92. df90b52 Fixed typos in the Polish translations. by Tomasz Nowiński · 17 years ago
  93. 2f807a2 cmd: Updated Slovenian translation. by Rok Mandeljc · 17 years ago
  94. 8a18e0e Assorted spelling fixes. by Francois Gouget · 17 years ago
  95. e9ee629 cmd: Add a nicer icon. by Herve Chanal · 17 years ago
  96. 304b415 Assorted spelling fixes. by Francois Gouget · 17 years ago
  97. 4492334 cmd.exe: Support cd .. when saving current directory. by Jason Edmeades · 17 years ago
  98. 84f02a6 cmd.exe: Fix pipes. by Jason Edmeades · 17 years ago
  99. 52e8f6f cmd.exe: Fix running programs from root of drive. by Jason Edmeades · 17 years ago
  100. 1d6922b cmd: Fix character count passed to GetShortPathName in WCMD_HandleTildaModifiers. by Rob Shearman · 17 years ago