[Git][wine/wine][master] 2 commits: vbscript: Reject identifiers longer than 255 characters.
Alexandre Julliard pushed to branch master at wine / wine Commits: 4f19cfd5 by Francis De Brabandere at 2026-04-15T22:02:51+02:00 vbscript: Reject identifiers longer than 255 characters. Windows limits VBScript identifiers to 255 characters, returning error 1030 (Identifier too long) for longer names. Wine previously accepted identifiers of any length. - - - - - 88dcc2ce by Francis De Brabandere at 2026-04-15T22:03:38+02:00 vbscript: Support bracketed identifiers like [my var]. VBScript allows square brackets to quote identifiers containing spaces, special characters, or reserved words. - - - - - 55 changed files: - dlls/vbscript/lex.c - dlls/vbscript/tests/lang.vbs - dlls/vbscript/tests/run.c - dlls/vbscript/vbscript.rc - dlls/vbscript/vbscript_defs.h - po/ar.po - po/ast.po - po/bg.po - po/ca.po - po/cs.po - po/da.po - po/de.po - po/el.po - po/en.po - po/en_US.po - po/eo.po - po/es.po - po/fa.po - po/fi.po - po/fr.po - po/he.po - po/hi.po - po/hr.po - po/hu.po - po/it.po - po/ja.po - po/ka.po - po/ko.po - po/lt.po - po/ml.po - po/nb_NO.po - po/nl.po - po/or.po - po/pa.po - po/pl.po - po/pt_BR.po - po/pt_PT.po - po/rm.po - po/ro.po - po/ru.po - po/si.po - po/sk.po - po/sl.po - po/sr_RS@cyrillic.po - po/sr_RS@latin.po - po/sv.po - po/ta.po - po/te.po - po/th.po - po/tr.po - po/uk.po - po/wa.po - po/wine.pot - po/zh_CN.po - po/zh_TW.po View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/96be54d1e240634a11fdf2272e29f5... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/96be54d1e240634a11fdf2272e29f5... 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)