Alexandre Julliard pushed to branch master at wine / wine
Commits: a4d86aa8 by Eric Pouech at 2024-08-30T19:03:57+02:00 cmd: Don't display dialog boxes.
As Wine's cmd.exe doesn't have a message loop, don't show dialog boxes from ShellExecute in case of error.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
- - - - - 284bc385 by Eric Pouech at 2024-08-30T19:04:00+02:00 cmd/tests: Add some more tests.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
- - - - - 31fe1965 by Eric Pouech at 2024-08-30T19:04:03+02:00 cmd: Minor fix to the lexer.
Fixes syntax errors from using 'in' word in command block of a FOR intruction.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
- - - - - b1b52e78 by Eric Pouech at 2024-08-30T19:04:06+02:00 cmd: Fix reading some input in CHOICE command.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57017 Signed-off-by: Eric Pouech <epouech@codeweavers.com>
- - - - - a8caf4c7 by Eric Pouech at 2024-08-30T19:04:09+02:00 cmd: Strip leading white spaces and at-sign from command nodes.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
- - - - -
4 changed files:
- programs/cmd/builtins.c - programs/cmd/tests/test_builtins.cmd - programs/cmd/tests/test_builtins.cmd.exp - programs/cmd/wcmdmain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/56eac70ffa2f191b127d361ada3916...