[Git][wine/wine][master] 6 commits: cmd: Let WCMD_fgets() work properly when reading from a pipe.
Alexandre Julliard pushed to branch master at wine / wine Commits: bf88b44a by Eric Pouech at 2025-09-29T22:28:18+02:00 cmd: Let WCMD_fgets() work properly when reading from a pipe. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - be25e3c9 by Eric Pouech at 2025-09-29T22:28:18+02:00 cmd: Use a global input handle for console. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - a502b4c5 by Eric Pouech at 2025-09-29T22:28:18+02:00 cmd: Let WCMD_ask_confirm Use WCMD_fgets(). Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 57d59f2d by Eric Pouech at 2025-09-29T22:28:18+02:00 cmd: Let WCMD_setshow_date() use WCMD_fgets(). Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 63247a01 by Eric Pouech at 2025-09-29T22:28:18+02:00 cmd: Let WCMD_setshow_env() use WCMD_fgets(). Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - ccb23e8d by Eric Pouech at 2025-09-29T22:28:18+02:00 cmd: Let WCMD_label() use WCMD_fgets(). Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 3 changed files: - programs/cmd/batch.c - programs/cmd/builtins.c - programs/cmd/wcmdmain.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/061f71ffafeed6179eecc5c2e1494b... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/061f71ffafeed6179eecc5c2e1494b... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)