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@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@codeweavers.com
- - - - - 9967d484 by Eric Pouech at 2025-04-10T22:48:13+02:00 cmd: Removed acceptCommand variable.
Signed-off-by: Eric Pouech epouech@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@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@codeweavers.com
- - - - -
1 changed file:
- programs/cmd/wcmdmain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5ca74e68324b627c0c2335e034ccd2...