Alexandre Julliard pushed to branch master at wine / wine
Commits:
2935a6ca by Zhengyong Chen at 2025-10-27T23:19:02+01:00
server: Fix incorrect key modification in rename_key function.
When `index == cur_index + 1`, the modification logic incorrectly altered
the value of the subkey following the current key, leading to unintended
changes in other keys.
Signed-off-by: chenzhengyong <chenzhengyong(a)uniontech.com>
- - - - -
1 changed file:
- server/registry.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/2935a6cabcbf5f79a45df339ccd19e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/2935a6cabcbf5f79a45df339ccd19e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f48a5244 by Felix Hädicke at 2025-10-27T23:19:02+01:00
wbemprox/tests: Use check_property function in test_MSSMBios_RawSMBiosTables.
- - - - -
ffdd7db0 by Felix Hädicke at 2025-10-27T23:19:02+01:00
wbemprox/tests: Add tests for MSSMBios_RawSMBiosTables properties.
Add checks for the following properties of the MSSMBios_RawSMBiosTables
WMI class, which are not implemented in wine until now:
* Active
* DmiRevision
* InstanceName
* Size
* SmbiosMajorVersion
* SmbiosMinorVersion
* Used20CallingMethod
- - - - -
067fbdf5 by Felix Hädicke at 2025-10-27T23:19:02+01:00
wbemprox: Implement more MSSMBios_RawSMBiosTables properties.
Until now, only the "SMBiosData" property of the
MSSMBios_RawSMBiosTables WMI class was implemented.
Add implementations for the following properties:
* Active
* DmiRevision
* InstanceName
* Size
* SmbiosMajorVersion
* SmbiosMinorVersion
* Used20CallingMethod
- - - - -
2 changed files:
- dlls/wbemprox/builtin.c
- dlls/wbemprox/tests/query.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b6e4530a19d670058c52028fe3bbd…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b6e4530a19d670058c52028fe3bbd…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
06695d31 by Eric Pouech at 2025-10-27T10:04:29+01:00
dbghelp: Use Unicode for some pathnames.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
c06925cf by Eric Pouech at 2025-10-27T10:04:29+01:00
dbghelp: Remove useless process parameters.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
2509fc6e by Eric Pouech at 2025-10-27T10:04:29+01:00
dbghelp: Rewrite debug format search & load logic.
- respect SymLoadModuleEx(..., SLMFLAG_NO_SYMBOLS) for all formats.
- reorder search logic:
+ matched .pdb
+ matched .dbg
+ dwarf
+ stabs
+ other debug formats in PE DEBUG directory (codeview...)
+ other debug formats from PE header (coff...)
+ unmatched .pdb (if none of previous worked).
- only one of these format is loaded (while previously we could
merge some of them),
- use module's export table in last resort (either SLMFLAG_NO_SYMBOLS
is present, or no debug info found)
- for handling .pdb/.dbg, separate
1) getting .pdb/.dbg information from image,
2) searching a matching .pdb/.dbg file,
3) loading debug information from that very file.
Note:
- we no longer fill CVData field in extended module info.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58837
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
7 changed files:
- dlls/dbghelp/dbghelp_private.h
- dlls/dbghelp/dwarf.c
- dlls/dbghelp/module.c
- dlls/dbghelp/msc.c
- dlls/dbghelp/path.c
- dlls/dbghelp/pdb.c
- dlls/dbghelp/pe_module.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/066cfec54c3bba9c5e0cef2c13f4c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/066cfec54c3bba9c5e0cef2c13f4c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
fd1b84bf by Piotr Caban at 2025-10-27T09:42:42+01:00
msvcrt: Deduplicate exception copying code.
- - - - -
47c4f93e by Piotr Caban at 2025-10-27T09:42:42+01:00
msvcrt: Handle IUnknown exceptions in __DestructExceptionObject().
- - - - -
036574f3 by Piotr Caban at 2025-10-27T09:42:42+01:00
msvcrt: Handle IUnknown exceptions in copy_exception helper.
- - - - -
1321f098 by Piotr Caban at 2025-10-27T09:42:42+01:00
msvcrt: Call __DestructExceptionObject() in __ExceptionPtrDestroy.
- - - - -
6 changed files:
- dlls/msvcp90/exception.c
- dlls/msvcp90/msvcp90.h
- dlls/msvcrt/cppexcept.h
- dlls/msvcrt/except.c
- dlls/msvcrt/exception_ptr.c
- dlls/ucrtbase/tests/cpp.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b50276d2e63b77a298a19ac201be1…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b50276d2e63b77a298a19ac201be1…
You're receiving this email because of your account on gitlab.winehq.org.