- 27 Nov, 2023 18 commits
-
-
Bartosz Kosiorek authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45123 By using sqrt(a * a + b * b), for large (or small) a or b, there is a possibility of overflow (underflow), although the result itself is not that big to cause overflow. To overcome this problem, there are implementations of hypotenuse that do not use power of 2, and use other methods to calculate the result. To calculate a ⊕ b, you can easily use hypotf(a,b). https://en.cppreference.com/w/cpp/numeric/math/hypot
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Esme Povirk authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54037
-
Esme Povirk authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54037 test_SendMessage_other_thread(2), which is supposed to show that Windows doesn't use an internal sent message for SetParent, tacks this onto another more complex test, which introduces a race condition (see Comment 2 on the bug). I am not sure if it can be fixed in the existing function, perhaps it can and I just can't keep track of all the moving parts well enough, but I see no need to make it so difficult.
-
Jacek Caban authored
-
Jacek Caban authored
Some distros arbitrary flags into clang config files without guarding it for applicable targets, which breaks cross compilation.
-
Jacek Caban authored
-
Zebediah Figura authored
NetBSD does not provide it. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51843
-
Zebediah Figura authored
NetBSD doesn't provide these. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51843
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Fixes d57c4199.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55935
-
- 24 Nov, 2023 22 commits
-
-
Alexandre Julliard authored
-
Nikolay Sivov authored
Always true/false conditions appear to exist since initial implementation was introduced in 2d1bccd0.
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Daniel Lehman authored
With changes for msxml6 and TODOs for wine.
-
Daniel Lehman authored
With changes for msxml4.
-
Louis Lenders authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55671
-
Eric Pouech authored
To pickup module's data model. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
regedit is in GUI subsystem and shouldn't interact with console. Keeping unix I/O output in silent mode (forcing English locale for Unix integration). Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
regsvr32 is in GUI subsystem and shouldn't interact with console. Keeping unix I/O output in silent mode. Removing -c option as not existing in native. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Santino Mazza authored
-
Santino Mazza authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-