[Git][wine/wine][master] 5 commits: cmd: Rewrite string handling in lexer.
Alexandre Julliard pushed to branch master at wine / wine Commits: f59827e2 by Eric Pouech at 2025-04-10T22:48:10+02:00 cmd: Rewrite string handling in lexer. Mainly pairing start / end quote to avoid other characters handling. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - def9fbce by Eric Pouech at 2025-04-10T22:48:12+02:00 cmd: Remove unneeded variable 'thisChar' in lexer. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 9967d484 by Eric Pouech at 2025-04-10T22:48:13+02:00 cmd: Removed acceptCommand variable. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 0e5f8571 by Eric Pouech at 2025-04-10T22:48:14+02:00 cmd: Remove lastWasRedirect variable in lexer. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 277bafaa by Eric Pouech at 2025-04-10T22:48:16+02:00 cmd: Fix infinite loop in FOR /L. Likely regression introduced by 86f3e21d659b3c94eccc42353467cbdbbbf80eeb. FOR /L %v in () DO ... should execute as an infinite loop. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 1 changed file: - programs/cmd/wcmdmain.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5ca74e68324b627c0c2335e034ccd2... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5ca74e68324b627c0c2335e034ccd2... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)