[Git][wine/wine][master] 3 commits: cmd: Introduce struct batch_file to hold information about a .cmd file.
Alexandre Julliard pushed to branch master at wine / wine Commits: d5804898 by Eric Pouech at 2025-07-07T20:51:46+02:00 cmd: Introduce struct batch_file to hold information about a .cmd file. It's shared by all contexts refererring to the same bat/cmd file. Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com> - - - - - 50c45eb0 by Eric Pouech at 2025-07-07T20:51:46+02:00 cmd: Add a cache for the labels lookup. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52720 Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - dd4d71f3 by Eric Pouech at 2025-07-07T20:51:46+02:00 cmd/tests: Add tests about .cmd file alteration while executing it. Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com> - - - - - 6 changed files: - programs/cmd/batch.c - programs/cmd/builtins.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/f3e71994ac8863c785c10d02094f50... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f3e71994ac8863c785c10d02094f50... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)