Alexandre Julliard pushed to branch master at wine / wine
Commits:
94a26349 by Paul Gofman at 2024-08-20T21:26:52+02:00
kernelbase: Better match Windows behaviour in PathCchStripToRoot().
- - - - -
1e3523a7 by Paul Gofman at 2024-08-20T21:26:52+02:00
kernelbase: Better match Windows behaviour in PathCchRemoveFileSpec().
- - - - -
47b4258c by Paul Gofman at 2024-08-20T21:26:52+02:00
kernelbase: Better match Windows behaviour in PathCchIsRoot().
- - - - -
5aad4c2c by Paul Gofman at 2024-08-20T21:26:53+02:00
kernelbase: Reimplement PathIsRootA/W() on top of PathCchIsRoot().
- - - - -
2957e329 by Paul Gofman at 2024-08-20T21:26:53+02:00
kernelbase: Reimplement PathStripToRootA/W() on top of PathCchStripToRoot().
- - - - -
4131ba69 by Paul Gofman at 2024-08-20T21:26:53+02:00
kernelbase: Remimplement PathRemoveFileSpecA/W().
- - - - -
a789574b by Paul Gofman at 2024-08-20T21:26:53+02:00
kernelbase/tests: Add more tests for some file manipulation functions.
- - - - -
2 changed files:
- dlls/kernelbase/path.c
- dlls/kernelbase/tests/path.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d69491faa8cab639d87b8b902ab0d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d69491faa8cab639d87b8b902ab0d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2e1bd0b3 by Dmitry Timoshkov at 2024-08-20T16:32:16+02:00
kernel32/tests: Fix compilation with a PSDK compiler.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
4ba7115e by Dmitry Timoshkov at 2024-08-20T16:38:17+02:00
kernel32: EnumCalendarInfo() should ignore CAL_RETURN_NUMBER flag.
MSDN states that CAL_RETURN_NUMBER is valid for GetCalendarInfo().
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
2 changed files:
- dlls/kernel32/tests/locale.c
- dlls/kernelbase/locale.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e929c73d3f3f211401c10785b7995…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e929c73d3f3f211401c10785b7995…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
30c655df by Alexandre Julliard at 2024-08-20T12:51:34+02:00
ntdll: Allocate the ARM64EC code map in high memory.
- - - - -
448f062a by Alexandre Julliard at 2024-08-20T12:58:40+02:00
ntdll: Allocate the x64 context on the asm side of KiUserExceptionDispatcher.
To get the proper stack layout.
- - - - -
2 changed files:
- dlls/ntdll/signal_arm64ec.c
- dlls/ntdll/unix/virtual.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b908c6913968f241d2c4e60ce3c5b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b908c6913968f241d2c4e60ce3c5b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f3d6ad60 by Hans Leidekker at 2024-08-20T12:50:54+02:00
odbc32: Set initial login timeout to 15 seconds.
- - - - -
c0e61c5d by Hans Leidekker at 2024-08-20T12:50:54+02:00
odbc32: Map SQLColAttributes() to SQLColAttribute().
- - - - -
b908c691 by Hans Leidekker at 2024-08-20T12:50:54+02:00
odbc32: Map SQLGetDiagRec() to SQLError().
- - - - -
2 changed files:
- dlls/odbc32/proxyodbc.c
- dlls/odbc32/tests/odbc32.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ef6b0896965fe6bcb5c0f1dbaa4a2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ef6b0896965fe6bcb5c0f1dbaa4a2…
You're receiving this email because of your account on gitlab.winehq.org.