Commit History

Author SHA1 Message Date
  Eric Pouech 759b1cd885 cmd: Set success/failure return code for LABEL command. 7 months ago
  Eric Pouech 5b10872086 cmd: Set success/failure return code for VOL command. 8 months ago
  Eric Pouech 31492f6bd9 cmd: Set success/failure return code for VERIFY command. 8 months ago
  Eric Pouech 879b48490d cmd: Set success/failure return code for VER command. 8 months ago
  Eric Pouech 8575e98086 cmd: Set success/failure return code for DATE/TIME commands. 8 months ago
  Eric Pouech ab1782fc86 cmd: Set success/failure return code for SETLOCAL/ENDLOCAL commands. 9 months ago
  Eric Pouech 2fe271ef81 cmd: Set success/failure return code for RMDIR/RD command. 9 months ago
  Eric Pouech bec2a9fa34 cmd: Set success/failure return_code for POPD command. 7 months ago
  Eric Pouech 61a1b87b85 cmd: Improve return code / errorlevel handling. 8 months ago
  Eric Pouech b1ff1a0415 cmd: Return tri-state for WCMD_ReadParseLine(). 7 months ago
  Eric Pouech 44e8133f4f cmd: Set success/failure return code for PUSHD command. 7 months ago
  Eric Pouech c88789c89b cmd: Set success/failure return code for DIR command. 7 months ago
  Eric Pouech 3852b24b8e cmd: Set success/failure return code for CD command. 7 months ago
  Eric Pouech db929054ba cmd: Add success/failure return code for MKDIR/MD commands. 7 months ago
  Eric Pouech 692f4384e4 cmd: Set success/failure return code for COPY command. 8 months ago
  Eric Pouech e65bcb688a cmd: Set success/failure return code for RENAME command. 8 months ago
  Eric Pouech 90d278f932 cmd: Set success/failure return code for MOVE command. 8 months ago
  Eric Pouech ca3b24733a cmd: Set success/failure return code DELETE command. 8 months ago
  Eric Pouech 0b6fc4cd1c cmd: Set success/failure return code for TYPE command. 8 months ago
  Eric Pouech bf9a465e95 cmd: Implement semantic for chaining in ||, | and && operators. 8 months ago
  Eric Pouech 9c717825dc cmd: Set success/failure return code for CALL command. 8 months ago
  Eric Pouech b1d28877dc cmd: Set success/failure return code for ECHO command. 8 months ago
  Eric Pouech 6c39db0ca0 cmd: Migrate IF/FOR instructions inside CMD_NODE. 9 months ago
  Eric Pouech b89c3a41bb cmd: Let token errors be tranlatable. 8 months ago
  Eric Pouech cd50aa7d9c cmd: Let redirections be handled by node instead of command. 8 months ago
  Eric Pouech 6ad88c5512 cmd: Fix a couple of expansions issues. 9 months ago
  Eric Pouech bd36ac98c0 cmd: Expand delayed variables in IF operands. 8 months ago
  Eric Pouech 411cce36b1 cmd: Introduce return code to indicate abort of current instruction. 9 months ago
  Eric Pouech 844d6b553a cmd: Use kernel32's error codes instead of literals. 8 months ago
  Eric Pouech 2ec70835fc cmd: Introduce token-based syntax parser for building command nodes. 10 months ago