Alexandre Julliard pushed to branch master at wine / wine
Commits:
3a028fd3 by Alistair Leslie-Hughes at 2025-09-10T18:22:28+02:00
winmm: Always call MCI_UnmapMsgAtoW in mciSendCommandA.
MCI_UnmapMsgAtoW handles all cases where MCI_MapMsgAtoW allocates memory.
- - - - -
65330c21 by Alistair Leslie-Hughes at 2025-09-10T18:22:30+02:00
winmm: MCI_MapMsgAtoW return error code directly instead of a tri-value.
Based on patch by Michael Müller.
- - - - -
1 changed file:
- dlls/winmm/mci.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1e6a5b6d303e47ba4b16eeba36cde…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1e6a5b6d303e47ba4b16eeba36cde…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
e7f3547c by Henri Verbeet at 2025-09-10T11:59:04+02:00
vkd3d-shader/ir: Use vsir_data_type_get_name() in vsir_validate_cast_operation().
- - - - -
b3260974 by Henri Verbeet at 2025-09-10T11:59:04+02:00
vkd3d-shader/ir: Use vsir_data_type_get_name() in vsir_validate_shift_operation().
- - - - -
de2095fd by Henri Verbeet at 2025-09-10T11:59:04+02:00
vkd3d-shader/ir: Use vsir_data_type_get_name() in vsir_validate_throw_invalid_dst_type_error_with_flags().
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/81f229146c79248414f34eb2ecf5…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/81f229146c79248414f34eb2ecf5…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
db704d29 by Henri Verbeet at 2025-09-10T11:42:21+02:00
vkd3d-shader/spirv: Handle i64 component types.
- - - - -
81f22914 by Henri Verbeet at 2025-09-10T11:42:21+02:00
vkd3d-shader/ir: Handle all component types in vsir_data_type_from_component_type().
- - - - -
3 changed files:
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/spirv.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/446b59319bf41d254e24ccac81f8…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/446b59319bf41d254e24ccac81f8…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
7fe82bcd by Elizabeth Figura at 2025-09-10T11:05:01+02:00
tests: Test null-termination.
- - - - -
bb7c95f7 by Elizabeth Figura at 2025-09-10T11:09:04+02:00
tests: Test special characters.
- - - - -
df1c94dd by Elizabeth Figura at 2025-09-10T11:39:43+02:00
vkd3d-shader: Document the null terminator appended for textual formats.
vkd3d_string_buffer uses vsnprintf() and therefore null-terminates when
appending, so no code changes are necessary.
- - - - -
f52dc8a8 by Elizabeth Figura at 2025-09-10T11:40:03+02:00
vkd3d-utils: Null-terminate the output of D3DDisassemble().
- - - - -
446b5931 by Elizabeth Figura at 2025-09-10T11:40:03+02:00
vkd3d-utils: Null-terminate the output of D3DPreprocess().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58596
- - - - -
3 changed files:
- include/vkd3d_shader.h
- libs/vkd3d-utils/vkd3d_utils_main.c
- tests/hlsl_d3d12.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/d26f75f12c10ff5e53b486e3cd51…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/d26f75f12c10ff5e53b486e3cd51…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
875a8639 by Billy Laws at 2025-09-09T21:15:18+02:00
ntdll/tests: Add THREAD_CREATE_FLAGS_SKIP_THREAD_ATTACH test.
- - - - -
4cdf5299 by Billy Laws at 2025-09-09T21:15:18+02:00
ntdll: Support THREAD_CREATE_FLAGS_SKIP_THREAD_ATTACH flag.
- - - - -
7 changed files:
- dlls/ntdll/loader.c
- dlls/ntdll/tests/Makefile.in
- + dlls/ntdll/tests/testdll.c
- + dlls/ntdll/tests/testdll.spec
- dlls/ntdll/tests/thread.c
- dlls/ntdll/unix/thread.c
- include/winternl.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c736282109057c59b248df1f5c514…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c736282109057c59b248df1f5c514…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
88854b52 by Alex Henrie at 2025-09-09T21:08:59+02:00
wineboot: Fix a memory leak in create_computer_name_keys.
If the canonical hostname was "localhost", the address info was not
freed.
Don't bother checking whether ai_canonname is NULL because if there is
no canonical name, getaddrinfo must set ai_canonname to the input name.
Fixes: ca5a6d07dc92ba631b178ec175e6b3fd5295e3d6
- - - - -
1 changed file:
- programs/wineboot/wineboot.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/88854b52599d76b9fdd51819396aac…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/88854b52599d76b9fdd51819396aac…
You're receiving this email because of your account on gitlab.winehq.org.