Commit History

Author SHA1 Message Date
  Alexandre Julliard a8a250cdbc cmd: Use the standard va_list instead of __ms_va_list. 3 years ago
  Zhiyi Zhang efd98caef1 cmd: Pass size in bytes to RegQueryValueExW(). 3 years ago
  Alex Henrie 14bbccf756 cmd: Fix capitalization of WCMD_ReadFile in comment. 3 years ago
  Gijs Vermeulen 0bf71745f0 cmd: Use terminated strings. 3 years ago
  Roman Pišl 2d6b0b67d9 cmd: Fix handling of brackets in if-set expressions on a single line. 3 years ago
  Jacek Caban 2ecb871310 cmd: Don't use WCMD_is_console_handle. 4 years ago
  Michael Stefaniuc 40ce3c5b60 cmd: Use wide-char string literals. 4 years ago
  Michael Stefaniuc 9fcb2b097c cmd: Inline some simple extern WCHAR strings. 4 years ago
  Aaron Hill 8e54cad6a1 cmd: Set errorlevel to 0 when 'call' is invoked with an empty string. 4 years ago
  Francesco Noferi fc1bb9aff5 cmd.exe: Fix parsing of && between quotes. 4 years ago
  Alexandre Julliard 88c34b39ed cmd: FormatMessage() now reports ERROR_NO_WORK_DONE error for empty string. 4 years ago
  Gabriel Ivăncescu a19a770f96 cmd.exe: Don't treat explicit paths as a PATH search list. 4 years ago
  Bernhard Übelacker b1e91a36a7 cmd: Fix crash in if condition parsing. 4 years ago
  Zebediah Figura 2e45fdb194 cmd: Ignore quotes when parsing command line parameters. 4 years ago
  Zebediah Figura 16c938cb66 cmd: Fix the spelling of "tilde". 4 years ago
  Brendan Shanks e8f16fcbcc cmd: Use RtlGetVersion to fix displayed Windows version on Win8.1 or 10 prefix. 4 years ago
  Alexandre Julliard ed6a5e97e0 programs: Make all program entrypoints cdecl. 5 years ago
  Bernhard Übelacker f238e846e7 cmd.exe: Change parsing of the if command to avoid parsing the operators. 5 years ago
  Damjan Jovanovic ada8b1ab93 cmd.exe: If there is a title given through STARTUPINFO, use it. 5 years ago
  Alexandre Julliard 43c430a6d8 cmd: Build with msvcrt. 5 years ago
  Michael Stefaniuc 02e4210265 cmd: Avoid using the comma operator. 5 years ago
  Michael Stefaniuc 44bda237ed cmd: Avoid naming conflicts with the global HeapAlloc wrappers. 6 years ago
  Michael Stefaniuc a46f311f3f cmd: Use the ARRAY_SIZE() macro. 6 years ago
  Jason Edmeades f87e25a7bc cmd: Handle unechoed rem commands inside a (..) section. 6 years ago
  Qian Hong 279ac253e5 kernel32: Fallback to default comspec when %COMSPEC% is not set. 6 years ago
  Thomas Faller 731d7b30dd cmd: Don't print an empty line if no command was executed. 6 years ago
  Jason Edmeades 58d21b3319 cmd: Handle single line 'if' as nested if or with redirects. 6 years ago
  Michael Stefaniuc 04413abcc7 cmd: Use the ARRAY_SIZE() macro. 6 years ago
  Fabian Maurer d175419f0b cmd: Handle quotes when parsing the folders in the PATH environment variable. 6 years ago
  Jason Edmeades dce5f89e48 cmd: Expand the storage space for qualifiers. 6 years ago