Alexandre Julliard pushed to branch master at wine / wine
Commits: 9606ae89 by Eric Pouech at 2025-09-01T11:51:22+02:00 cmd/tests: Add tests about opening/closing parenthesis.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - 7fa38191 by Eric Pouech at 2025-09-01T11:51:25+02:00 cmd: Don't create binary node with NULL RHS.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - 1d898355 by Eric Pouech at 2025-09-01T11:51:28+02:00 cmd: Simplify builtin ECHO implementation.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - 13d7ad2b by Eric Pouech at 2025-09-01T11:51:31+02:00 cmd: Fix handling of '(' in echo commands.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57913 Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - 56e1857c by Eric Pouech at 2025-09-01T11:51:36+02:00 cmd: Fix unmatched closing parenthesis handling.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57912 Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - e672573b by Eric Pouech at 2025-09-01T11:51:40+02:00 cmd/tests: Add more tests about ERASE builtin command.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - 36411df9 by Eric Pouech at 2025-09-01T11:51:45+02:00 cmd: Fix return code for ERASE builtin command.
When run on a wild card:ed parameter without any match.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58027 Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - 0c4f995d by Eric Pouech at 2025-09-01T11:51:50+02:00 cmd/tests: Add tests about (not) echoing labels.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - 7b40cf96 by Eric Pouech at 2025-09-01T11:51:53+02:00 cmd: Don't display labels when echo mode is ON.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58614 Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - -
6 changed files:
- programs/cmd/builtins.c - programs/cmd/tests/test_builtins.bat - programs/cmd/tests/test_builtins.bat.exp - 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/d79cf39c1fadf4ad01e7504884adc6...