Alexandre Julliard pushed to branch master at wine / wine
Commits:
e38dc304 by Gabriel Ivăncescu at 2024-08-22T23:12:06+02:00
jscript: Don't use call frame for indirect eval calls for storing variables.
They're global in scope.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
f20019dc by Gabriel Ivăncescu at 2024-08-22T23:12:06+02:00
jscript: Restrict the allowed escape characters of JSON.parse in html mode.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
7 changed files:
- dlls/jscript/engine.c
- dlls/jscript/json.c
- dlls/jscript/lex.c
- dlls/jscript/parser.h
- dlls/jscript/tests/api.js
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/es5.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ddf3b4d6d955babf4563147ece69d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ddf3b4d6d955babf4563147ece69d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
7357b6b7 by Alexandre Julliard at 2024-08-22T18:03:38+02:00
ntdll: Pass the full exception record to virtual_handle_fault().
- - - - -
f37e1d8e by Alexandre Julliard at 2024-08-22T18:58:34+02:00
ntdll: Implement Process/ThreadManageWritesToExecutableMemory.
- - - - -
4b8d66b2 by Alexandre Julliard at 2024-08-22T23:12:06+02:00
ntdll: Implement NtSetInformationVirtualMemory(VmPageDirtyStateInformation).
- - - - -
03a7a6ae by Alexandre Julliard at 2024-08-22T23:12:06+02:00
ntdll/tests: Add tests for Process/ThreadManageWritesToExecutableMemory.
- - - - -
11 changed files:
- dlls/ntdll/tests/virtual.c
- dlls/ntdll/unix/process.c
- dlls/ntdll/unix/signal_arm.c
- dlls/ntdll/unix/signal_arm64.c
- dlls/ntdll/unix/signal_i386.c
- dlls/ntdll/unix/signal_x86_64.c
- dlls/ntdll/unix/thread.c
- dlls/ntdll/unix/unix_private.h
- dlls/ntdll/unix/virtual.c
- dlls/wow64/process.c
- include/winternl.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5393ba55464f3346bad7b98e11733…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5393ba55464f3346bad7b98e11733…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
5393ba55 by Martin Storsjö at 2024-08-22T16:35:30+02:00
ucrtbase: Export powf on i386.
The fact that this function was excluded on i386 seems to have
been a mistake since the initial version where ucrtbase was added,
in 599d92a26822244b9703734a6a8972a0009cdf09; many float math
functions (with an -f) suffix is unavailable in ucrtbase.dll on
i386, but powf does seem to have existed in all versions of the DLL
that I can find.
Signed-off-by: Martin Storsjö <martin(a)martin.st>
- - - - -
2 changed files:
- dlls/msvcrt/mathf.c
- dlls/ucrtbase/ucrtbase.spec
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/5393ba55464f3346bad7b98e117333…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/5393ba55464f3346bad7b98e117333…
You're receiving this email because of your account on gitlab.winehq.org.