Alexandre Julliard pushed to branch master at wine / wine
Commits: 3a104f7e by Eric Pouech at 2025-11-24T22:05:06+01:00 cmd: Fix some quirks around CALL.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - e5bd331b by Eric Pouech at 2025-11-24T22:05:06+01:00 cmd: Add more tests about echo:ing commands.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - b498d01a by Eric Pouech at 2025-11-24T22:05:06+01:00 cmd: Store '@' inside CMD_NODE.
Introducing new lexer token for the '@' input character,
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - 59b0cfda by Eric Pouech at 2025-11-24T22:05:07+01:00 cmd: Don't use precedence when rebuilding commands.
As we now store the explicit blocks from input, there's no need to handle precedence in output.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - 4235e2f6 by Eric Pouech at 2025-11-24T22:05:07+01:00 cmd: Properly echo commands.
When in batch mode, echo of command is actually done when command is executed. This can be seen eg. in FOR loops, where the DO block is echo:ed each time the block is executed.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - 2ada8045 by Eric Pouech at 2025-11-24T22:05:07+01:00 cmd: Match native output for $H in prompt.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - 8bbc65df by Eric Pouech at 2025-11-24T22:05:07+01:00 cmd: Expand loop variables nested in !variables!.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=38289 Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - -
6 changed files:
- programs/cmd/batch.c - programs/cmd/tests/batch.c - programs/cmd/tests/test_builtins.cmd - programs/cmd/tests/test_builtins.cmd.exp - programs/cmd/wcmd.h - programs/cmd/wcmdmain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fe1911dfb375e5e41af2431fb4c896...