Alexandre Julliard pushed to branch master at wine / wine
Commits:
8eba4da9 by Jacek Caban at 2025-05-26T20:23:32+02:00
ntdll/tests: Register runtime function in test___C_specific_handler.
On some Windows versions, __C_specific_handler requires unwind information for the
tested function, even though it's not actually needed, since unwinding should stop
at this point.
- - - - -
1 changed file:
- dlls/ntdll/tests/exception.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/8eba4da97de13c3b6c074d52c77f14…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/8eba4da97de13c3b6c074d52c77f14…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
349b8537 by Alexandre Julliard at 2025-05-26T10:01:04+02:00
ntdll: Pre-compute the syscall frame and XState data size.
- - - - -
afa25dc1 by Alexandre Julliard at 2025-05-26T10:01:04+02:00
ntdll: Only create logical processor information when needed.
- - - - -
8c56742f by Alexandre Julliard at 2025-05-26T10:01:04+02:00
ntdll: Perform some shared data initialization before starting wineboot.
- - - - -
e397ed18 by Alexandre Julliard at 2025-05-26T13:43:15+02:00
ntdll: Perform CPU features initialization before starting wineboot.
- - - - -
9d4faa32 by Alexandre Julliard at 2025-05-26T13:43:15+02:00
ntdll: Perform XState data initialization before starting wineboot.
- - - - -
8 changed files:
- dlls/ntdll/unix/env.c
- dlls/ntdll/unix/signal_i386.c
- dlls/ntdll/unix/signal_x86_64.c
- dlls/ntdll/unix/system.c
- dlls/ntdll/unix/unix_private.h
- dlls/ntdll/unix/virtual.c
- programs/wineboot/wineboot.c
- server/mapping.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0f4b68d3b259f7f76a54c8b2e2e4d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0f4b68d3b259f7f76a54c8b2e2e4d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8fe5aa5d by Elizabeth Figura at 2025-05-26T10:01:04+02:00
amstream: Allocate the media type in set_mt_from_desc().
- - - - -
d08fc5a2 by Elizabeth Figura at 2025-05-26T10:01:04+02:00
amstream/tests: Add more format tests.
- - - - -
97ef04c5 by Elizabeth Figura at 2025-05-26T10:01:04+02:00
amstream: Handle 8-bit RGB in set_mt_from_desc().
- - - - -
0f4b68d3 by Elizabeth Figura at 2025-05-26T10:01:04+02:00
amstream: Fill the whole AM_MEDIA_TYPE in set_mt_from_desc().
- - - - -
2 changed files:
- dlls/amstream/ddrawstream.c
- dlls/amstream/tests/amstream.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5985050ef90c6dd9579d871f413c8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5985050ef90c6dd9579d871f413c8…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
23a1668b by Michael Stefaniuc at 2025-05-26T10:00:46+02:00
dmime: Handle (skip over) text MIDI meta events.
- - - - -
41701017 by Michael Stefaniuc at 2025-05-26T10:00:47+02:00
dmime: Print the MIDI meta event type for unhandled messages.
- - - - -
5985050e by Michael Stefaniuc at 2025-05-26T10:01:03+02:00
dmime: Support the MIDI meta end of track event.
No real behavior change as this event must appear at the end of the
track and must be the last message in the track.
- - - - -
1 changed file:
- dlls/dmime/midi.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/24d1b4e14891bcfaa89b91b7b35ab…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/24d1b4e14891bcfaa89b91b7b35ab…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3a768e6d by Eric Pouech at 2025-05-26T09:20:09+02:00
kernel32/tests: Test closing of std handles when closing console.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
0eaebfe5 by Eric Pouech at 2025-05-26T09:20:09+02:00
wineconsole: Create child with unbound console handles.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=10941
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
6790c90e by Eric Pouech at 2025-05-26T09:20:12+02:00
kernelbase: Don't close handles in FreeConsole() for a Unix console.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=10941
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
3 changed files:
- dlls/kernel32/tests/console.c
- dlls/kernelbase/console.c
- programs/wineconsole/wineconsole.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0c61d865ae3a7bc47ca3799984552…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0c61d865ae3a7bc47ca3799984552…
You're receiving this email because of your account on gitlab.winehq.org.