This is just nodes for now. The tests in the last patch may seem a bit overkill now, but it will be used for all the other prototypes, so they'll only need extra entries in the array/table, making it way simpler and less redundant.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6850
Ensure that the specified CROSSCFLAGS (or its default value) is applied consistently during
toolchain checks. Also fixes debug format recognition.
The regression was introduced in commit 471d7178ae01.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6851
Before this fix, the regex engine would run into an infinite loop and OOM when encountering a
quantifier allowing a zero amount of items in a REG_GLOB regex.
This fixes a freeze/crash in the Final Fantasy XIV Launcher during the registration process.
--
v2: jscript/tests: Add tests for star and opt operators in global regex.
jscript: Handle star and opt operators while matching global regex properly.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6840