Alexandre Julliard pushed to branch master at wine / wine
Commits:
5b499183 by Dmitry Timoshkov at 2025-02-14T16:21:05+01:00
wldap32: Enable libldap tracing with +wldap32 channel.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
bb4aa5aa by Dmitry Timoshkov at 2025-02-14T16:21:05+01:00
wldap32: Don't use win32 constant when calling into libldap.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
2 changed files:
- dlls/wldap32/init.c
- dlls/wldap32/main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/80bcb7691875a94e9d730f8920eb2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/80bcb7691875a94e9d730f8920eb2…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
337570a6 by Martin Storsjö at 2025-02-14T16:20:09+01:00
ntdll: Allow running arm/aarch64 in (old) wow64 mode.
The new wow64 mode probably won't work though, as it's not easily
doable to switch between arm and aarch64 execution modes within a
process.
Since 8ac411ed6dc7a9390178a01e6f07a963a593d406, the
get_{native,wow}_context functions exist and need to return the
right thing in the arm implementation.
Since ae8562ed2277a5c051e131dc317e94aa3d5413c8 and
1456b31eecfef91fc8ffc8c2de29ab69c5b5463b we need to include the
arm+arm64 case for starting the right wineloader; this was
implemented in 7ce83f154a554b1e746b7146feeff1eb68d0f177
and surrounding commits.
- - - - -
80bcb769 by Martin Storsjö at 2025-02-14T16:20:20+01:00
server: Include ARMNT as one of the supported architectures on aarch64.
Since 4022fb9ba3eacd6b09d35b457754a7e17c67564e, we need to
reinclude ARMNT as one of the supported architectures in an
aarch64 wineprefix.
- - - - -
2 changed files:
- dlls/ntdll/unix/signal_arm.c
- server/registry.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cb87d40cd4a8837826ea76efc9137…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cb87d40cd4a8837826ea76efc9137…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b633e9f3 by Alexandre Julliard at 2025-02-14T13:53:04+01:00
ntdll: Disable file system redirection until the initial exe is loaded.
- - - - -
cef36127 by Alexandre Julliard at 2025-02-14T14:14:51+01:00
ntdll: Look for a builtin exe corresponding to the loader basename.
This allows symlinking wine to builtin exe names.
- - - - -
006ad6e1 by Alexandre Julliard at 2025-02-14T14:14:51+01:00
makefiles: Install binaries as symlinks to wine.
- - - - -
765ea347 by Alexandre Julliard at 2025-02-14T14:21:28+01:00
ntdll: Allow forcing new wow64 mode by setting WINEARCH=wow64.
- - - - -
70aff52b by Alexandre Julliard at 2025-02-14T15:07:52+01:00
ntdll: Move setting DYLD_LIBRARY_PATH on macOS to the loader.
- - - - -
cb87d40c by Alexandre Julliard at 2025-02-14T15:45:57+01:00
makefiles: Create wine as a symlink to tools/wine/wine.
- - - - -
11 changed files:
- aclocal.m4
- configure
- configure.ac
- dlls/ntdll/unix/env.c
- dlls/ntdll/unix/loader.c
- dlls/ntdll/unix/server.c
- tools/Makefile.in
- tools/makedep.c
- tools/wine/wine.man.in
- − tools/wineapploader.in
- − tools/winewrapper
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8489958e8b9bc0c4eb90ea0b1bc71…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8489958e8b9bc0c4eb90ea0b1bc71…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
fd599628 by Jacek Caban at 2025-02-13T20:53:15+01:00
ntdll: Use signed type for IAT offset in LdrResolveDelayLoadedAPI.
Allows negative IAT offsets.
- - - - -
c9519f68 by Jacek Caban at 2025-02-13T20:53:15+01:00
winebuild: Avoid using .idata section for delay-load import libraries.
Recent binutils changes merge .idata sections into the read-only .rdata section.
This is intended to make the IAT read-only, as with other modern linkers, but as
a side effect, it broke delay-load import libraries. Delay-load import libraries
should use separate sections regardless.
Since these new sections are not recognized by the linker, it won’t apply special
handling to maintain proper sorting. In practice, this isn’t an issue as long as
the name table and IAT maintain the same order. This may result in negative IAT
offsets (if the base symbol ends up in the middle of the IAT), but Windows appears
to handle this without issues.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57819
- - - - -
2 changed files:
- dlls/ntdll/loader.c
- tools/winebuild/import.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e018ec52198175dbdd7f5926d36bc…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e018ec52198175dbdd7f5926d36bc…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c95c129e by Esme Povirk at 2025-02-13T20:53:15+01:00
comctl32: Test for an IAccessible interface on SysLink controls.
- - - - -
ebc9e5a8 by Esme Povirk at 2025-02-13T20:53:15+01:00
comctl32: Further testing of SysLink IAccessible.
- - - - -
7ae194f8 by Esme Povirk at 2025-02-13T20:53:15+01:00
comctl32: Stub IAccessible interface for SysLink controls.
- - - - -
e018ec52 by Esme Povirk at 2025-02-13T20:53:15+01:00
comctl32: Implement accRole for SysLink controls.
- - - - -
4 changed files:
- dlls/comctl32/Makefile.in
- dlls/comctl32/syslink.c
- dlls/comctl32/tests/Makefile.in
- dlls/comctl32/tests/syslink.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4f7f1c6d5e292472559db10b5e443…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4f7f1c6d5e292472559db10b5e443…
You're receiving this email because of your account on gitlab.winehq.org.