Alexandre Julliard pushed to branch master at wine / wine
Commits:
72a322bb by Eric Pouech at 2025-03-17T21:08:09+01:00
dbghelp: Support module lookup in SymEnumSourceFiles.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
e0e93303 by Eric Pouech at 2025-03-17T21:08:09+01:00
dbghelp: Factorize some code between type enumeration APIs.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
f56985ca by Eric Pouech at 2025-03-17T21:08:09+01:00
dbghelp: Only store types with names in module.
Enumeration only report types with name, so we can get
rid of module's vtype vector and only the use the types'
hash table.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
1b8161fd by Eric Pouech at 2025-03-17T21:08:11+01:00
dbghelp: Factorize function signature creation {dwarf}.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
6298b0ca by Eric Pouech at 2025-03-17T21:08:11+01:00
dbghelp: Introduce helper to match an ANSI string against a Unicode regex.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
6 changed files:
- dlls/dbghelp/dbghelp_private.h
- dlls/dbghelp/dwarf.c
- dlls/dbghelp/module.c
- dlls/dbghelp/source.c
- dlls/dbghelp/symbol.c
- dlls/dbghelp/type.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/62cc51fcf80aad0b2e3dff9fde88b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/62cc51fcf80aad0b2e3dff9fde88b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4889f682 by Brendan Shanks at 2025-03-17T21:07:02+01:00
ntdll: Add a lock around the get_dir_case_sensitivity_attr() fs_cache.
Multiple threads could be modifying it simultaneously through
nt_to_unix_file_name_no_root().
- - - - -
aecd7e03 by Brendan Shanks at 2025-03-17T21:07:03+01:00
ntdll: Use *at() functions in get_dir_case_sensitivity().
- - - - -
cf3dcdef by Brendan Shanks at 2025-03-17T21:07:03+01:00
ntdll: Stop using chdir() in nt_to_unix_file_name().
- - - - -
1 changed file:
- dlls/ntdll/unix/file.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/408710e37b21da4cd1bb56f4df49f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/408710e37b21da4cd1bb56f4df49f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2364128c by Dylan Donnell at 2025-03-17T18:46:06+01:00
ntdll: Return STATUS_ACCESS_VIOLATION from NtQueryInformationThread ThreadHideFromDebugger if *ret_len is not writable.
- - - - -
408710e3 by Dylan Donnell at 2025-03-17T18:46:06+01:00
ntdll/tests: Add tests for ret_len on NtQueryInformationThread HideFromDebugger.
- - - - -
2 changed files:
- dlls/ntdll/tests/info.c
- dlls/ntdll/unix/thread.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/50575cfd67a82ed034da692b7265b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/50575cfd67a82ed034da692b7265b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a6584f4e by Esme Povirk at 2025-03-17T17:39:36+01:00
comctl32: Include only link items as IAccessible children.
- - - - -
be93d1ef by Esme Povirk at 2025-03-17T17:39:36+01:00
comctl32: Implement get_accState for SysLink controls.
- - - - -
40f30e20 by Esme Povirk at 2025-03-17T17:39:36+01:00
comctl32: Implement acc_getName for SysLink.
- - - - -
6f6afeb7 by Esme Povirk at 2025-03-17T17:39:36+01:00
comctl32: Implement get_accDefaultAction for SysLink.
- - - - -
f8ba1f6e by Esme Povirk at 2025-03-17T17:39:36+01:00
comctl32: Implement accLocation for SysLink.
- - - - -
aa13561c by Esme Povirk at 2025-03-17T17:39:36+01:00
comctl32: Implement get_accChildCount for SysLink.
- - - - -
cdcc7d68 by Esme Povirk at 2025-03-17T17:39:36+01:00
comctl32: Implement accChild for SysLink.
- - - - -
6292843f by Esme Povirk at 2025-03-17T17:39:36+01:00
comctl32: Implement IOleWindow for SysLink.
- - - - -
3 changed files:
- dlls/comctl32/Makefile.in
- dlls/comctl32/syslink.c
- dlls/comctl32/tests/syslink.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2e551428f14ca54753d6e0e0b89f8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2e551428f14ca54753d6e0e0b89f8…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
7e3bfd4e by Alexandre Julliard at 2025-03-17T17:38:10+01:00
krnl386: Handle DOS ioctl with simulated real mode interrupt.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56225
- - - - -
53ea2ab6 by Alexandre Julliard at 2025-03-17T17:38:10+01:00
krnl386: Remove the CTX_SEG_OFF_TO_LIN macro.
We no longer support real-mode pointers.
- - - - -
f946a990 by Alexandre Julliard at 2025-03-17T17:38:10+01:00
ntdll: Pass an explicit mask to the ROUND_SIZE macro.
For consistency with the ROUND_ADDR macro.
- - - - -
2e551428 by Alexandre Julliard at 2025-03-17T17:38:10+01:00
ntdll: Pass the base address to decommit_pages().
For consistency with the other NtFreeVirtualMemory helpers.
- - - - -
9 changed files:
- dlls/krnl386.exe16/dosexe.h
- dlls/krnl386.exe16/fpu.c
- dlls/krnl386.exe16/int21.c
- dlls/krnl386.exe16/int25.c
- dlls/krnl386.exe16/int26.c
- dlls/krnl386.exe16/int2f.c
- dlls/krnl386.exe16/int31.c
- dlls/krnl386.exe16/interrupts.c
- dlls/ntdll/unix/virtual.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5f6854211be452a49a86f651e1e6e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5f6854211be452a49a86f651e1e6e…
You're receiving this email because of your account on gitlab.winehq.org.