Alexandre Julliard pushed to branch master at wine / wine
Commits:
92def27a by Eric Pouech at 2025-05-12T22:52:55+02:00
dbghelp: Introduce a cache for loading blocks in new PDB reader.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
2ca9ae96 by Eric Pouech at 2025-05-12T22:52:55+02:00
winedump: Dump some symbols for managed code.
Adding some missing definitions to include/wine/mscvpdb.h
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
c9c45d78 by Eric Pouech at 2025-05-12T22:52:55+02:00
dbghelp: Silence symbol for managed code.
A step towards a full fix of:
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=34990
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
75f34d18 by Eric Pouech at 2025-05-12T22:52:55+02:00
dbghelp: Silence FIXME when dealing with empty hash table.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
3add94b5 by Eric Pouech at 2025-05-12T22:52:55+02:00
dbghelp: Fix using Start parameter in TI_FINDCHILDREN request.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
5 changed files:
- dlls/dbghelp/msc.c
- dlls/dbghelp/pdb.c
- dlls/dbghelp/type.c
- include/wine/mscvpdb.h
- tools/winedump/msc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/52112a53d28e23941455c2bcb568f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/52112a53d28e23941455c2bcb568f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
37ffe1af by Alexandre Julliard at 2025-05-12T15:54:09+02:00
tools: Add support for syscalls with a custom entry point.
- - - - -
ea6ae259 by Alexandre Julliard at 2025-05-12T15:54:11+02:00
ntdll: Define NtQueryInformationProcess as a custom syscall.
- - - - -
b40c9f09 by Alexandre Julliard at 2025-05-12T15:57:03+02:00
ntdll: Don't require syscall flag on Zw functions.
- - - - -
ad6c662c by Alexandre Julliard at 2025-05-12T22:52:55+02:00
ntdll/tests: Add a test for syscall numbering.
- - - - -
6 changed files:
- dlls/ntdll/ntdll.spec
- dlls/ntdll/ntsyscalls.h
- dlls/ntdll/signal_i386.c
- dlls/ntdll/tests/virtual.c
- dlls/win32u/win32syscalls.h
- tools/make_specfiles
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/659e3b3e14e45526109870bf0da70…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/659e3b3e14e45526109870bf0da70…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d76cf49a by Brendan McGrath at 2025-05-12T13:04:10+02:00
mfreadwrite: Use stream_index from ASYNC_SAMPLE_READY command.
If we don't use stream_index, then the first sample in the response
queue is popped and delivered. However, this sample may not be from the
stream that is making the sample request.
- - - - -
1 changed file:
- dlls/mfreadwrite/reader.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d76cf49a5e3473a85254588d4c0ca2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d76cf49a5e3473a85254588d4c0ca2…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
cf8e91b8 by Akihiro Sagawa at 2025-05-12T13:04:05+02:00
d2d1: Fix a crash in Clear method if no target is set.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58185
- - - - -
b1600581 by Akihiro Sagawa at 2025-05-12T13:04:05+02:00
d2d1: Fix a crash in DrawBitmap method family if no target is set.
- - - - -
8348b879 by Akihiro Sagawa at 2025-05-12T13:04:05+02:00
d2d1: Fix a crash in DrawGeometry method family if no target is set.
- - - - -
f99d9b73 by Akihiro Sagawa at 2025-05-12T13:04:05+02:00
d2d1: Fix a crash in FillGeometry method family if no target is set.
- - - - -
978dc767 by Akihiro Sagawa at 2025-05-12T13:04:05+02:00
d2d1: Fix a crash in DrawGlyphRun method family if no target is set.
- - - - -
2 changed files:
- dlls/d2d1/device.c
- dlls/d2d1/tests/d2d1.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4cbb92cfb93949a89cd997815a108…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4cbb92cfb93949a89cd997815a108…
You're receiving this email because of your account on gitlab.winehq.org.