reactos/reactos/base/shell
Jeffrey Morlan c49ed3a82c Remove the "LPTSTR cmd" argument to internal commands; there's no need for a command to be told its own name. It was only used in two places:
- a hack in cmd_mkdir that was already obsolete a decade ago
- to distinguish "echo" from "echo.", but that is the wrong way to implement this anyway. There's nothing particularly special about the period, "echo" is just one of those commands that is lenient about where its parameters begin, and when it echos a line, the first character (usually a space, but in the case of "echo." a period) is skipped.

svn path=/trunk/; revision=35647
2008-08-25 23:22:03 +00:00
..
cmd Remove the "LPTSTR cmd" argument to internal commands; there's no need for a command to be told its own name. It was only used in two places: 2008-08-25 23:22:03 +00:00
explorer update XMLStorage: correctly handle dots and colons in attribute names 2008-08-24 06:58:19 +00:00
explorer-new - Update Russian translation 2008-08-09 16:16:49 +00:00
.gitignore
shell.rbuild Add explorer-new to the build (doesn't work yet) 2007-11-12 11:41:29 +00:00