Alexandre Julliard pushed to branch master at wine / wine
Commits:
18f414ef by Alexandre Julliard at 2025-05-20T14:58:16+02:00
ntdll: Move the syscall frame and syscall table to the ntdll thread data.
- - - - -
131ddba8 by Alexandre Julliard at 2025-05-20T17:14:20+02:00
ntdll: Share is_inside_syscall() helper across platforms.
- - - - -
491a2b2e by Alexandre Julliard at 2025-05-20T22:22:56+02:00
winedump: Dump syscall numbers.
- - - - -
8 changed files:
- dlls/ntdll/unix/server.c
- 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/thread.c
- dlls/ntdll/unix/unix_private.h
- tools/winedump/pe.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a1ed451d48b2c0a15911d22f19e25…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a1ed451d48b2c0a15911d22f19e25…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
159cc9c6 by Piotr Caban at 2025-05-20T10:27:41+02:00
msado15: Don't overwrite data in resize_recordset.
Fixes regression introduced in 4899ff5828678b99f794c01fae4b7296ed077d5b.
- - - - -
a40b9ed6 by Piotr Caban at 2025-05-20T10:27:42+02:00
msado15: Avoid unneeded data copy in load_all_recordset_data.
- - - - -
5f0e5c31 by Piotr Caban at 2025-05-20T10:27:42+02:00
msado15: Set recordset index in load_all_recordset_data.
- - - - -
06b88677 by Piotr Caban at 2025-05-20T10:27:43+02:00
msado15: Handle rowsets with unknown number of rows in load_all_recordset_data.
- - - - -
12dbbdbc by Piotr Caban at 2025-05-20T10:27:43+02:00
msado15: Add support for obtaining base tables and views in _Recordset_Open.
- - - - -
1 changed file:
- dlls/msado15/recordset.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6cd63073860e213d2ec2a355ce261…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6cd63073860e213d2ec2a355ce261…
You're receiving this email because of your account on gitlab.winehq.org.