Alexandre Julliard pushed to branch master at wine / wine
Commits:
3936763e by Piotr Caban at 2025-05-19T16:35:28+02:00
msado15: Don't clear VARIANT in _Record_get_ActiveConnection.
- - - - -
c9aa9d72 by Piotr Caban at 2025-05-19T16:35:28+02:00
msado15: Don't store active connection as variant.
- - - - -
51bdd8a4 by Piotr Caban at 2025-05-19T16:35:28+02:00
msado15: Add _Recordset_putref_ActiveConnection implementation.
- - - - -
0fc146d4 by Piotr Caban at 2025-05-19T16:35:28+02:00
msado15: Add _Recordset_put_ActiveConnection implementation.
- - - - -
03fafac8 by Piotr Caban at 2025-05-19T16:35:28+02:00
msado15: Use _Recordset_put_ActiveConnection in recordset_Open implementation.
- - - - -
2 changed files:
- dlls/msado15/recordset.c
- dlls/msado15/tests/msado15.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/31c0952b32b1e9626059cac8d35e9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/31c0952b32b1e9626059cac8d35e9…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9cf835d3 by Alexandre Julliard at 2025-05-17T16:20:01+02:00
configure: Correctly override DLLEXT for ARM builds.
Fixes a regression from 013ec6e652ca1bc94b4bdefd8c577d15857bef68.
- - - - -
8f2a839e by Alexandre Julliard at 2025-05-18T12:13:28+02:00
include: Output the name label directly in the __ASM_GLOBL macro.
- - - - -
8c5a8600 by Alexandre Julliard at 2025-05-18T12:13:28+02:00
include: Add a macro to define a pointer variable in assembly.
- - - - -
75aaa0f9 by Alexandre Julliard at 2025-05-19T13:26:46+02:00
ntdll: Call the syscall dispatcher from assembly on thread init.
- - - - -
7fe2993c by Alexandre Julliard at 2025-05-19T13:44:35+02:00
ntdll: Set registers directly when calling __wine_syscall_dispatcher_return() on syscall fault.
- - - - -
3b3701da by Alexandre Julliard at 2025-05-19T13:44:48+02:00
ntdll: Use %r13 to store the TEB in the syscall dispatcher.
- - - - -
10 changed files:
- configure
- configure.ac
- dlls/msvcp90/cxx.h
- dlls/msvcrt/cxx.h
- dlls/ntdll/unix/signal_arm.c
- dlls/ntdll/unix/signal_arm64.c
- dlls/ntdll/unix/signal_i386.c
- dlls/ntdll/unix/signal_x86_64.c
- dlls/ntdll/unix/unix_private.h
- include/wine/asm.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7f833db11ffea4f3f4fa07be31d30…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7f833db11ffea4f3f4fa07be31d30…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
51501005 by Piotr Caban at 2025-05-16T21:33:58+02:00
msado15: Don't return early in _Recordset_Open if there are no columns.
- - - - -
0e95449d by Piotr Caban at 2025-05-16T21:33:58+02:00
msado15: Initialize columns in ADORecordsetConstruction_put_Rowset.
- - - - -
e0bf3f31 by Piotr Caban at 2025-05-16T21:33:58+02:00
msado15: Fix Fields object refcounting.
- - - - -
203e6539 by Piotr Caban at 2025-05-16T21:33:58+02:00
msado15/tests: Fix some memory leaks.
- - - - -
2 changed files:
- dlls/msado15/recordset.c
- dlls/msado15/tests/msado15.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/94a8e398126b307be9bb63dca121b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/94a8e398126b307be9bb63dca121b…
You're receiving this email because of your account on gitlab.winehq.org.