[Git][wine/wine][master] 5 commits: vbscript: Restrict identifier characters to ASCII-only.
Alexandre Julliard pushed to branch master at wine / wine Commits: db51eee4 by Francis De Brabandere at 2026-04-06T18:42:49+02:00 vbscript: Restrict identifier characters to ASCII-only. - - - - - dcd71cb3 by Francis De Brabandere at 2026-04-06T18:42:49+02:00 vbscript: Handle vertical tab and form feed as whitespace in lexer. - - - - - 555798f3 by Francis De Brabandere at 2026-04-06T18:42:49+02:00 vbscript: Use ASCII-only case folding in check_keyword. - - - - - 359546da by Francis De Brabandere at 2026-04-06T18:42:49+02:00 vbscript: Add vbs_wcsicmp and use it in interpreter. Replace locale-aware wcsicmp() with ASCII-only vbs_wcsicmp() for identifier comparisons. This avoids the expensive locale grab/free cycle that dominated profiling in identifier lookup paths. - - - - - a415a41d by Francis De Brabandere at 2026-04-06T18:42:49+02:00 vbscript: Replace wcsicmp with vbs_wcsicmp in compiler, globals, and dispatch. - - - - - 8 changed files: - dlls/vbscript/compile.c - dlls/vbscript/global.c - dlls/vbscript/interp.c - dlls/vbscript/lex.c - dlls/vbscript/tests/run.c - dlls/vbscript/vbdisp.c - dlls/vbscript/vbscript.c - dlls/vbscript/vbscript.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d9f5f6e8c7cefad3bd69b84e386d11... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d9f5f6e8c7cefad3bd69b84e386d11... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)