Alexandre Julliard pushed to branch master at wine / wine
Commits:
8efdfad6 by Piotr Caban at 2024-12-04T20:07:02+01:00
msvcrt: Call _wstat64 in _stat64 function.
- - - - -
8c20b3a3 by Piotr Caban at 2024-12-04T20:07:02+01:00
msvcrt: Call _wrename in rename function.
- - - - -
9a3ee397 by Piotr Caban at 2024-12-04T20:07:02+01:00
msvcrt: Call _wtempnam in _tempnam function.
- - - - -
317b94c9 by Piotr Caban at 2024-12-04T20:07:02+01:00
msvcrt: Don't return success on GetFullPathName error in _wsearchenv_s.
- - - - -
b6921584 by Piotr Caban at 2024-12-04T20:07:02+01:00
msvcrt: Prepare _searchenv_s() for utf-8 encoded filename.
- - - - -
031aaacd by Piotr Caban at 2024-12-04T20:07:02+01:00
include: Cleanup corecrt_io.h file and use it in io.h.
- - - - -
089fcf1f by Piotr Caban at 2024-12-04T20:07:02+01:00
msvcrt: Call _wfindfirst32 in _findfirst32 function.
- - - - -
c0dee52d by Piotr Caban at 2024-12-04T20:07:02+01:00
msvcrt: Call _wfindnext32 in _findnext32 function.
- - - - -
2c07d916 by Piotr Caban at 2024-12-04T20:07:02+01:00
msvcrt: Call _wfindfirst64 in _findfirst64 function.
- - - - -
94fdf3ed by Piotr Caban at 2024-12-04T20:07:02+01:00
msvcrt: Call _wfindnext64 in _findnext64 function.
- - - - -
5 changed files:
- dlls/msvcrt/dir.c
- dlls/msvcrt/file.c
- dlls/ucrtbase/tests/file.c
- include/msvcrt/corecrt_io.h
- include/msvcrt/io.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c886f14e07ed26accbef36f609f35…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c886f14e07ed26accbef36f609f35…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
daa08501 by Matteo Bruni at 2024-12-04T20:07:02+01:00
d3dx9_43: Generate an import library.
- - - - -
25805666 by Matteo Bruni at 2024-12-04T20:07:02+01:00
d3dx9/tests: Add d3dx9_43 tests.
Share the code with the existing d3dx9_36 tests.
- - - - -
64377e19 by Matteo Bruni at 2024-12-04T20:07:02+01:00
d3dx9/tests: Test the 'double' HLSL data type.
- - - - -
c886f14e by Matteo Bruni at 2024-12-04T20:07:02+01:00
d3dcompiler/tests: Test the 'double' HLSL data type.
- - - - -
7 changed files:
- configure
- configure.ac
- dlls/d3dcompiler_43/tests/hlsl_d3d9.c
- dlls/d3dx9_36/tests/effect.c
- dlls/d3dx9_36/tests/shader.c
- dlls/d3dx9_43/Makefile.in
- + dlls/d3dx9_43/tests/Makefile.in
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7bd6191e4c6f0d09add45b86ea2ce…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7bd6191e4c6f0d09add45b86ea2ce…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9d4f33af by Henri Verbeet at 2024-12-04T20:07:02+01:00
d3dcompiler/tests: Clean up tests fixed by vkd3d merges.
- - - - -
47dbb2ec by Henri Verbeet at 2024-12-04T20:07:02+01:00
d3d10_1/tests: Clean up tests fixed by vkd3d merges.
- - - - -
7d0a6e2d by Henri Verbeet at 2024-12-04T20:07:02+01:00
d3dx11/tests: Clean up tests fixed by vkd3d merges.
- - - - -
7bd6191e by Matteo Bruni at 2024-12-04T20:07:02+01:00
d3dcompiler/tests: Clean up further tests fixed by vkd3d merges.
- - - - -
4 changed files:
- dlls/d3d10_1/tests/d3d10_1.c
- dlls/d3dcompiler_43/tests/hlsl_d3d11.c
- dlls/d3dcompiler_43/tests/hlsl_d3d9.c
- dlls/d3dx11_43/tests/d3dx11.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6130de96ad9291232cd243fbd0ce6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6130de96ad9291232cd243fbd0ce6…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
0d7798e8 by Tim Clem at 2024-12-04T20:07:02+01:00
explorer: Apply a default admin token when running for the desktop.
- - - - -
a9c2aa6c by Tim Clem at 2024-12-04T20:07:02+01:00
Revert "win32u: Create explorer with the thread effective access token.".
This reverts commit 99e2fad1bf4433d82c3f77c9bdeac1872e6d6ee9.
- - - - -
6130de96 by Tim Clem at 2024-12-04T20:07:02+01:00
kernelbase: Improve logging of information classes in GetTokenInformation.
- - - - -
11 changed files:
- dlls/kernelbase/security.c
- dlls/ntdll/unix/process.c
- dlls/win32u/winstation.c
- dlls/wow64/process.c
- include/wine/server_protocol.h
- include/winternl.h
- programs/explorer/desktop.c
- server/process.c
- server/protocol.def
- server/request_handlers.h
- server/request_trace.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/43d4413f0d657b46607013a05734d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/43d4413f0d657b46607013a05734d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d3241ac4 by Jacek Caban at 2024-12-04T14:55:13+01:00
jscript: Avoid unused variable warning.
- - - - -
2e70c0de by Jacek Caban at 2024-12-04T14:55:13+01:00
msi: Avoid unused variable warning.
- - - - -
69e88008 by Jacek Caban at 2024-12-04T14:55:13+01:00
msxml: Avoid unused variable warning.
- - - - -
e89e2aa5 by Jacek Caban at 2024-12-04T14:55:13+01:00
vbscript: Avoid unused variable warning.
- - - - -
6e835eac by Jacek Caban at 2024-12-04T14:55:13+01:00
wbemprox: Avoid unused variable warning.
- - - - -
7 changed files:
- dlls/jscript/cc_parser.y
- dlls/jscript/parser.y
- dlls/msi/cond.y
- dlls/msi/sql.y
- dlls/msxml3/xslpattern.y
- dlls/vbscript/parser.y
- dlls/wbemprox/wql.y
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/84169dad90f31070e1d4a910c4e19…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/84169dad90f31070e1d4a910c4e19…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9f38a97f by Eric Pouech at 2024-12-04T12:19:07+01:00
dbghelp: Extend search for buildid in system directories.
Search for build-id files in several directories:
- add /usr/lib/.build-id (Fedora now uses this one)
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
fc166801 by Eric Pouech at 2024-12-04T12:19:09+01:00
dbghelp: Search debug info with buildid for RSDS debug entry w/o filenames.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
3 changed files:
- dlls/dbghelp/dbghelp_private.h
- dlls/dbghelp/module.c
- dlls/dbghelp/pe_module.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d09fde30f23d95ce801d381da7b8c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d09fde30f23d95ce801d381da7b8c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
369c9dc6 by Brendan Shanks at 2024-12-04T12:18:20+01:00
include: Use %fs/%gs prefixes instead of a separate .byte 0x64/.byte 0x65.
- - - - -
d09fde30 by Brendan Shanks at 2024-12-04T12:18:21+01:00
ntdll: Use %fs/%gs prefixes instead of a separate .byte 0x64/.byte 0x65.
- - - - -
4 changed files:
- dlls/ntdll/signal_i386.c
- dlls/ntdll/unix/signal_x86_64.c
- include/wine/exception.h
- include/winnt.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9e8ab49bf57bba926c76339c03ab4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9e8ab49bf57bba926c76339c03ab4…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9a1ff781 by Alexandre Julliard at 2024-12-04T12:05:43+01:00
taskmgr: Only list dynamically settable debug channels.
- - - - -
9e8ab49b by Alexandre Julliard at 2024-12-04T12:16:58+01:00
server: Only store a Unix name for regular files.
- - - - -
4 changed files:
- dlls/ntdll/tests/om.c
- dlls/ntdll/unix/file.c
- programs/taskmgr/dbgchnl.c
- server/fd.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b0a34b39fc692616227a477de6186…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b0a34b39fc692616227a477de6186…
You're receiving this email because of your account on gitlab.winehq.org.