Elizabeth Figura pushed to branch master at wine / wine-staging
Commits:
5e73b4fe by Elizabeth Figura at 2025-07-18T17:50:06-05:00
Rebase against 182e2887b7c01d464f296bd7aa1335f147d8e514.
- - - - -
1db546cd by Elizabeth Figura at 2025-07-18T18:05:19-05:00
Rebase against e44737278a4487cb8a75f81cedbe7393c5f716cc.
- - - - -
5 changed files:
- patches/krnl386.exe16-GDT_LDT_Emulation/0001-krnl386.exe16-Emulate-GDT-and-LDT-access.patch
- patches/ntdll-Junction_Points/0013-ntdll-Allow-reparse-points-to-target-the-applicable-.patch
- patches/ntdll-NtDevicePath/0001-ntdll-Implement-opening-files-through-nt-device-path.patch
- patches/ntdll-NtDevicePath/definition
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/54295e8aaa36d36cbe269…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/54295e8aaa36d36cbe269…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
5ca64385 by Jacek Caban at 2025-07-19T00:02:31+02:00
krnl386: Remove __GNUC__ check.
- - - - -
e6b3a696 by Jacek Caban at 2025-07-19T00:02:31+02:00
ntdll: Remove __GNUC__ checks.
- - - - -
6129df36 by Jacek Caban at 2025-07-19T00:02:31+02:00
ntdll/tests: Remove __GNUC__ checks.
- - - - -
6e2cc733 by Jacek Caban at 2025-07-19T00:02:31+02:00
ntoskrnl: Remove __GNUC__ check.
- - - - -
e4473727 by Jacek Caban at 2025-07-19T00:02:31+02:00
oleaut32: Remove __GNUC__ check.
- - - - -
7 changed files:
- dlls/krnl386.exe16/instr.c
- dlls/ntdll/large_int.c
- dlls/ntdll/math.c
- dlls/ntdll/signal_i386.c
- dlls/ntdll/tests/exception.c
- dlls/ntoskrnl.exe/instr.c
- dlls/oleaut32/vartype.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/345a2c8c68c86c9d66d61eda290f0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/345a2c8c68c86c9d66d61eda290f0…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f6fd97b6 by Alexandre Julliard at 2025-07-18T11:43:20+02:00
winebuild: Unify the get_stub_name() and get_link_name() helpers.
- - - - -
d0c8437d by Alexandre Julliard at 2025-07-18T11:55:31+02:00
winebuild: Support -syscall flag for stubs.
- - - - -
ed9f3112 by Alexandre Julliard at 2025-07-18T12:01:07+02:00
ntdll: Add stubs for some syscalls that need explicit ids.
- - - - -
6f05002b by Alexandre Julliard at 2025-07-19T00:02:31+02:00
kernel32/tests: Fix some test failures on Windows.
- - - - -
13 changed files:
- dlls/kernel32/tests/file.c
- dlls/ntdll/ntdll.spec
- dlls/ntdll/ntsyscalls.h
- dlls/ntdll/signal_arm64ec.c
- dlls/ntdll/unix/loader.c
- dlls/wow64/syscall.c
- tools/make_specfiles
- tools/winebuild/build.h
- tools/winebuild/import.c
- tools/winebuild/parser.c
- tools/winebuild/spec16.c
- tools/winebuild/spec32.c
- tools/winebuild/utils.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/182e2887b7c01d464f296bd7aa133…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/182e2887b7c01d464f296bd7aa133…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
901380ac by Gabriel Ivăncescu at 2025-07-17T23:09:01+02:00
mshtml: Use HasAttribute instead of GetAttributeNode when checking if specified attribute.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
c7b6faf6 by Gabriel Ivăncescu at 2025-07-17T23:09:04+02:00
mshtml: Clone name properly from attached attribute nodes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
ae3da647 by Gabriel Ivăncescu at 2025-07-17T23:09:04+02:00
mshtml: Use a BSTR to store the detached attribute's name.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
01065b7d by Gabriel Ivăncescu at 2025-07-17T23:09:04+02:00
mshtml: Use a helper function to find an attribute in the collection's list.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
13f91703 by Gabriel Ivăncescu at 2025-07-17T23:09:05+02:00
mshtml: Detach attribute nodes when removing the attribute from the element.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
182e2887 by Gabriel Ivăncescu at 2025-07-17T23:09:05+02:00
mshtml: Implement 'specified' for detached attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
4 changed files:
- dlls/mshtml/htmlattr.c
- dlls/mshtml/htmlelem.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/tests/dom.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6ee3ef4215b9e564a8660d028da42…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6ee3ef4215b9e564a8660d028da42…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3a48612b by Piotr Caban at 2025-07-17T20:27:20+02:00
msado15/tests: Test functions called in ADORecordsetConstruction_put_Rowset.
- - - - -
56ad3af3 by Piotr Caban at 2025-07-17T20:27:25+02:00
msado15/tests: Check recordset state in ADORecordsetConstruction tests.
- - - - -
9c2b48a0 by Piotr Caban at 2025-07-17T20:27:27+02:00
msado15/tests: Don't check count before running ADORecordsetConstruction field tests.
- - - - -
c61896e4 by Piotr Caban at 2025-07-17T20:27:29+02:00
msado15/tests: Add initial _Recordset_MoveNext tests.
- - - - -
fd76161f by Piotr Caban at 2025-07-17T20:27:31+02:00
msado15/tests: Add _Recordset_get_RecordCount test.
- - - - -
159f20cb by Piotr Caban at 2025-07-17T20:27:32+02:00
msado15/tests: Test IRowsetExactScroll interface in put_Rowset tests.
- - - - -
1 changed file:
- dlls/msado15/tests/msado15.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/40349aa2470606f1028a1e849003d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/40349aa2470606f1028a1e849003d…
You're receiving this email because of your account on gitlab.winehq.org.