Alexandre Julliard pushed to branch master at wine / wine
Commits:
0e8e1c55 by Jinoh Kang at 2025-09-20T13:57:38+02:00
fluidsynth: Fix g_atomic_int_add() return value.
FluidSynth settings table is internally a refcounted hashtable. Due to
wrong glib atomic emulation, the hashtable might be leaked (if
refcount != 2) or abruptly freed (if refcount == 2) due to incorrect
return value from `fluid_atomic_int_exchange_and_add()`.
Fixes: f768d6b31bebc35fbaf751d0cd57c8bd302a8d60
- - - - -
1 changed file:
- libs/fluidsynth/glib.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0e8e1c555cd5901526bc22428cc333…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/0e8e1c555cd5901526bc22428cc333…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b31ac233 by Joe Souza at 2025-09-20T13:56:23+02:00
cmd/tests: Add test to check for TYPE truncation in binary mode.
- - - - -
e601827c by Joe Souza at 2025-09-20T13:56:24+02:00
cmd: Refactor WCMD_copy_loop out of WCMD_ManualCopy, and stop copy loop at EOF for /a mode.
- - - - -
edd5b623 by Joe Souza at 2025-09-20T13:56:24+02:00
cmd: Fix TYPE behavior (now uses WCMD_copy_loop).
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56381
- - - - -
3 changed files:
- programs/cmd/builtins.c
- programs/cmd/tests/test_builtins.cmd
- programs/cmd/tests/test_builtins.cmd.exp
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/10651f22ebe0ccdc3375f00e04875…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/10651f22ebe0ccdc3375f00e04875…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b61933d7 by Giovanni Mascellani at 2025-09-20T12:19:29+02:00
mmdevapi/tests: Replace a few tests with read_packets().
Which already does the same tests and many more.
- - - - -
3bf7d36b by Giovanni Mascellani at 2025-09-20T12:19:29+02:00
mmdevapi/tests: Check discontinuities after having started capturing.
- - - - -
cdab2f49 by Giovanni Mascellani at 2025-09-20T12:19:29+02:00
mmdevapi/tests: Check that the capture buffer is empty after processing packets.
- - - - -
96ef3510 by Giovanni Mascellani at 2025-09-20T12:19:29+02:00
mmdevapi/tests: Sleep for 600 ms to guarantee a buffer overrun.
The buffer is around 500 ms, so 400 ms is not enough. It works now
because there is an earlier 350 ms sleep and only one packet is
read since then, but this will soon change.
- - - - -
6a8a3d2f by Giovanni Mascellani at 2025-09-20T12:19:29+02:00
mmdevapi/tests: Remove a wrong test about packet sizes.
The packet size is usually the device period, but not necessarily.
I've often seen packets large two periods.
- - - - -
1 changed file:
- dlls/mmdevapi/tests/capture.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0f4f80ec3a715a6195b0d58e1e9c6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0f4f80ec3a715a6195b0d58e1e9c6…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d980a30a by Eric Pouech at 2025-09-19T23:10:11+02:00
cmd: Only set console's default color when provided.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
f9a21ec0 by Eric Pouech at 2025-09-19T23:10:13+02:00
cmd: Fix some initial env variables setup.
- COMSPEC should be set to the path of running cmd.exe
instance if not present,
- PROMPT must be set to $P$G if not already defined.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
bbe2cfb2 by Eric Pouech at 2025-09-19T23:10:18+02:00
cmd: Fix context detection in cmd /c.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
81f64da4 by Eric Pouech at 2025-09-19T23:10:18+02:00
cmd: Don't use page mode for stderr.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
493966ab by Eric Pouech at 2025-09-19T23:10:18+02:00
cmd: Introduce helper to push/pop i/o handles for redirections.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
fc70990d by Eric Pouech at 2025-09-19T23:10:18+02:00
cmd: Ensure that all output to STD_OUTPUT go through WCMD_output_asis.
This allows:
- to also page formatted output (no reason it isn't),
- implement line buffering for STD_OUTPUT.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
4 changed files:
- programs/cmd/batch.c
- programs/cmd/builtins.c
- programs/cmd/wcmd.h
- programs/cmd/wcmdmain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d8eeafbaa6db72977bd52568c8e91…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d8eeafbaa6db72977bd52568c8e91…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
221dbce1 by Alistair Leslie-Hughes at 2025-09-19T23:00:31+02:00
comdlg32: Correct show parameter passed to ShowWindow.
- - - - -
81ee9809 by Alistair Leslie-Hughes at 2025-09-19T23:00:32+02:00
cryptui: Correct show parameter passed to ShowWindow.
- - - - -
d8eeafba by Alistair Leslie-Hughes at 2025-09-19T23:00:32+02:00
wordpad: Correct show parameter passed to ShowWindow.
- - - - -
3 changed files:
- dlls/comdlg32/itemdlg.c
- dlls/cryptui/main.c
- programs/wordpad/wordpad.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1e7e06c8b4da2bb8fd0c90f1a8f4c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1e7e06c8b4da2bb8fd0c90f1a8f4c…
You're receiving this email because of your account on gitlab.winehq.org.