Ryan C. Gordon [Tue, 04 Jul 2017 20:44:07 -0400] rev 11127
x11: pass a long to XChangeProperty, not an int.
The Xlib documentation demands that 32-bit values here be passed in a long,
even when long itself isn't a 32-bit value. Otherwise libx11 might read
memory incorrectly.
Fixes Bugzilla #3692.
Ryan C. Gordon [Mon, 03 Jul 2017 16:45:12 -0400] rev 11126
power: whoops, that should be "==" not "!=".
Ryan C. Gordon [Mon, 03 Jul 2017 16:38:37 -0400] rev 11125
power: Linux /sys/class testing should skip "device" scopes.
(the PS4 game controllers report their batteries through this interface, which
is cool, but not helpful for powering the rest of the system. :) )
Philipp Wiesemann [Sun, 02 Jul 2017 22:46:49 +0200] rev 11124
aix: Fixed audio debug output.
DEBUG_AUDIO is checked with #ifdef not #if.
Philipp Wiesemann [Sun, 02 Jul 2017 22:46:23 +0200] rev 11123
haiku: Fixed using wrong constant for internal error handling.
SDL_CreateWindow() worked because ENOMEM is negative on Haiku.
Philipp Wiesemann [Sun, 02 Jul 2017 22:46:00 +0200] rev 11122
qnx: Removed unused bootstrap declaration.
QNX_bootstrap is the VideoBootStrap. QSAAUDIO_bootstrap is still there.
Philipp Wiesemann [Sun, 02 Jul 2017 22:45:31 +0200] rev 11121
qnx: Fixed configure script setting wrong variable.
Ryan C. Gordon [Sat, 01 Jul 2017 19:52:12 -0400] rev 11120
qnx: fixed potential buffer overflow.
Ryan C. Gordon [Sat, 01 Jul 2017 17:50:47 -0400] rev 11119
Support for QNX 7.0 (thanks, Elad!).
Fixes Bugzilla #3686.
Philipp Wiesemann [Sat, 01 Jul 2017 23:01:57 +0200] rev 11118
haiku: Fixed memory leak if destroying window.