wine-wine/programs/cmd
Flávio J. Saraiva df500b3a37 cmd/tests: Add test for chaining rules.
brackets precede '&&', '||' and '&'
'&&' precedes '||' and '&'
'||' precedes '&'
'a && b || c & d' is equivalent to '(((a && b) || c) & d)'

Signed-off-by: Flávio J. Saraiva <flaviojs2005@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-11-21 21:53:16 +01:00
..
tests cmd/tests: Add test for chaining rules. 2016-11-21 21:53:16 +01:00
Makefile.in makefiles: Get rid of the MAKE_PROG_RULES variable. 2014-01-02 12:12:57 +01:00
batch.c cmd: Ensure environment variables fit in memory. 2015-01-06 18:20:01 +01:00
builtins.c cmd: When 'if' condition is not met, ignore the next commands in the list. 2016-11-01 20:32:56 +01:00
cmd.rc cmd: Consistently wrap lines to 75 characters. 2015-07-06 14:49:40 +09:00
directory.c cmd: Add a helper function to check if a path ends with a backslash. 2014-10-30 13:11:27 +09:00
wcmd.h cmd: Add a helper function to check if a path ends with a backslash. 2014-10-30 13:11:27 +09:00
wcmd.ico cmd: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
wcmd.svg cmd: Add a 256x256 icon. 2013-03-27 20:12:27 +01:00
wcmdmain.c cmd: Avoid potential buffer overflow (Coverity). 2016-06-20 20:06:39 +09:00