--
v3: kernelbase: Implement RegLoadAppKey.
ntdll: Implement REG_LOAD_APP_KEY flag
ntdll: Pass filename to server in NtLoadKeyEx.
ntdll: Implement roothandle parameter for NtLoadKeyEx
https://gitlab.winehq.org/wine/wine/-/merge_requests/820
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
--
v2: xmllite/writer: Implement WriteNodeShallow().
xmllite/writer: Handle empty local name in WriteAttributeString().
xmllite/tests: Add a test for IsEmptyElement() on attributes.
xmllite/tests: Add some more tests for WriteStartElement().
xmllite/writer: Add initial implementation of WriteNode().
xmllite/writer: Implement WriteAttributes().
xmllite/writer: Close open tag on WriteProcessingInstruction().
xmllite/writer: Close open tag on WriteRaw().
xmllite/writer: Handle empty prefix and uri correctly in WriteStartElement().
xmllite/writer: Implement WriteWhitespace().
xmllite/reader: Improve xml declaration node parsing.
https://gitlab.winehq.org/wine/wine/-/merge_requests/849
--
v4: winecoreaudio: Switch to mmdevapi's unixlib.h.
winecoreaudio: Adapt "get_capture_buffer_params" struct to mmdevapi's.
winecoreaudio: Adapt "release_render_buffer_params" struct to mmdevapi's.
winecoreaudio: Adapt "release_stream_params" struct to mmdevapi's.
winecoreaudio: Adapt "create_stream_params" struct to mmdevapi's.
winecoreaudio: Drop "unix_" prefix in unixlib enum, apply it to the functions instead.
mmdevapi: Integrate winecoreaudio's additions in unixlib.h.
winecoreaudio: Switch to string as device identifier, to match other drivers.
https://gitlab.winehq.org/wine/wine/-/merge_requests/813
- On macOS, add error reporting when getting/setting debug registers.
- Also, as in ptrace.c, use context->machine to determine which context struct to read/write.
- And when setting, ensure that the correct debug state flavor is used (needed for Wow64)
The debug register tests should now pass on Mojave and Monterey, for 32- and 64-bit.
Note that Rosetta 2 on Apple Silicon mostly doesn't emulate debug registers, and the tests fail there.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/850