Alexandre Julliard pushed to branch master at wine / wine
Commits:
8621dc91 by Anton Baskanov at 2024-11-06T16:31:04+01:00
dplayx/tests: Test client side of Receive() separately.
- - - - -
fa5b367b by Anton Baskanov at 2024-11-06T16:31:04+01:00
dplayx: Handle game messages.
- - - - -
1557e7f4 by Anton Baskanov at 2024-11-06T16:31:04+01:00
dplayx: Check the buffer size in Receive().
- - - - -
4ab40186 by Anton Baskanov at 2024-11-06T16:31:04+01:00
dplayx: Return DPERR_BUFFERTOOSMALL from Receive() if data is NULL.
- - - - -
4d1e0f26 by Anton Baskanov at 2024-11-06T16:31:04+01:00
dplayx: Handle DPRECEIVE_TOPLAYER and DPRECEIVE_FROMPLAYER in Receive().
- - - - -
22f565d1 by Anton Baskanov at 2024-11-06T16:31:04+01:00
dplayx: Enter the critical section in DP_IF_Receive().
- - - - -
4 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/dplay_global.h
- dlls/dplayx/dplaysp.c
- dlls/dplayx/tests/dplayx.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a88a0736ea1197b9856dc7322b1c5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a88a0736ea1197b9856dc7322b1c5…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1553d482 by Brendan Shanks at 2024-11-06T11:53:50+01:00
ntdll/tests: Add test for direct syscalls on x86_64.
- - - - -
a88a0736 by Brendan Shanks at 2024-11-06T11:53:52+01:00
ntdll: Add SIGSYS handler to support syscall emulation on macOS Sonoma and later.
Adapted from the 'ntdll-Syscall_Emulation' wine-staging patchset.
- - - - -
2 changed files:
- dlls/ntdll/tests/exception.c
- dlls/ntdll/unix/signal_x86_64.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/64462c82da52a8c80943256bbfd07…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/64462c82da52a8c80943256bbfd07…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a97b5bd9 by Fabian Maurer at 2024-11-05T20:54:54+01:00
userenv/tests: Add another test for GetProfilesDirectoryA.
- - - - -
27e5f75f by Fabian Maurer at 2024-11-05T20:54:54+01:00
ntdll/tests: Add more tests for RtlExpandEnvironmentStrings/_U.
- - - - -
0d924bc8 by Fabian Maurer at 2024-11-05T20:54:54+01:00
kernel32/tests: Add tests for ExpandEnvironmentStringsW.
- - - - -
b70b948e by Fabian Maurer at 2024-11-05T20:54:54+01:00
kernel32/tests: Add more tests for ExpandEnvironmentStringsA.
- - - - -
7f4fab74 by Fabian Maurer at 2024-11-05T20:54:54+01:00
kernel32/tests: Add ExpandEnvironmentStringsA tests for japanese.
- - - - -
6a306e9c by Fabian Maurer at 2024-11-05T20:54:54+01:00
ntdll: Rework RtlExpandEnvironmentStrings/_U to account for corner cases.
- - - - -
fdecb756 by Fabian Maurer at 2024-11-05T20:54:54+01:00
kernel32: Rework ExpandEnvironmentStringsW error handling.
- - - - -
f666b3c8 by Fabian Maurer at 2024-11-05T20:54:54+01:00
kernel32: Rework ExpandEnvironmentStringsA to return ansi size and fix corner cases.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54295
- - - - -
64462c82 by Fabian Maurer at 2024-11-05T20:54:54+01:00
userenv: Fix GetProfilesDirectoryA return value.
This is now handled by ExpandEnvironmentStringsA, as should be.
- - - - -
9 changed files:
- dlls/advapi32/tests/registry.c
- dlls/kernel32/tests/environ.c
- dlls/kernelbase/process.c
- dlls/ntdll/env.c
- dlls/ntdll/tests/env.c
- dlls/shcore/tests/shcore.c
- dlls/shlwapi/tests/shreg.c
- dlls/userenv/tests/userenv.c
- dlls/userenv/userenv_main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4e3037592b0576c862b3b54104faa…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4e3037592b0576c862b3b54104faa…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c9ce39d0 by Vijay Kiran Kamuju at 2024-11-05T20:54:54+01:00
websocket: Add stub for WebCreateClientHandle.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54623
- - - - -
0f05f82b by Vijay Kiran Kamuju at 2024-11-05T20:54:54+01:00
websocket: Add stub for WebSocketAbortHandle.
- - - - -
a7abbfd1 by Vijay Kiran Kamuju at 2024-11-05T20:54:54+01:00
websocket: Add stub for WebSocketDeleteHandle.
- - - - -
5 changed files:
- dlls/websocket/Makefile.in
- + dlls/websocket/websocket.c
- dlls/websocket/websocket.spec
- include/Makefile.in
- + include/websocket.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d279cbe8671b85a4e35766f8601b2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d279cbe8671b85a4e35766f8601b2…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
6e5f547a by Alexandre Julliard at 2024-11-05T16:32:46+01:00
user32: Add some new entry points and ordinals.
- - - - -
33ca2048 by Alexandre Julliard at 2024-11-05T17:34:14+01:00
gdi32: Add some new entry points and ordinals.
- - - - -
2e8a3377 by Alexandre Julliard at 2024-11-05T17:34:14+01:00
win32u: Add some new stub entry points.
- - - - -
a4171c82 by Alexandre Julliard at 2024-11-05T20:13:09+01:00
ntdll/tests: Skip the syscall relocation test if the file on disk is not updated.
- - - - -
d279cbe8 by Alexandre Julliard at 2024-11-05T20:54:54+01:00
kernel32/tests: Search the current directory for newly-created dlls.
- - - - -
5 changed files:
- dlls/gdi32/gdi32.spec
- dlls/kernel32/tests/module.c
- dlls/ntdll/tests/virtual.c
- dlls/user32/user32.spec
- dlls/win32u/win32u.spec
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/97589409813d9d6b296ea4cd58b85…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/97589409813d9d6b296ea4cd58b85…
You're receiving this email because of your account on gitlab.winehq.org.