Sam Lantinga 02a116217d Fixed Arithmetic overflow: Using operator '-' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '-' to avoid overflow (io.2). %!s(int64=2) %!d(string=hai) anos
..
atomic d8600f717e Pointer as bool (libsdl-org#7214) %!s(int64=2) %!d(string=hai) anos
audio 226f8fde09 Fixed warning C28182: Dereferencing NULL pointer. 'streams[j]' contains the same NULL value as 'stream' did. %!s(int64=2) %!d(string=hai) anos
core fe6b3ab0b0 Fixed warning C6031: Return value ignored: 'CLSIDFromString'. %!s(int64=2) %!d(string=hai) anos
cpuinfo 69cae07cc1 cpuinfo: Fix detection of physical memory above 2GB on NetBSD %!s(int64=2) %!d(string=hai) anos
dynapi ac0751a652 Added SDL_strnstr() %!s(int64=2) %!d(string=hai) anos
events 02a116217d Fixed Arithmetic overflow: Using operator '-' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '-' to avoid overflow (io.2). %!s(int64=2) %!d(string=hai) anos
file 91da942b33 Fixed warning C28251: Inconsistent annotation for 'SDL_RWvprintf_REAL': this instance has no annotations. %!s(int64=2) %!d(string=hai) anos
filesystem 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. %!s(int64=2) %!d(string=hai) anos
haptic b8840801cc Fixed analyze warnings in SDL_xinputhaptic.c %!s(int64=2) %!d(string=hai) anos
hidapi 2f806c89b5 initial import of hidapi netbsd uhid native backend from mainstream %!s(int64=2) %!d(string=hai) anos
joystick 8e0d728c67 Fixed warning C26451: Arithmetic overflow: Using operator '-' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '-' to avoid overflow (io.2). %!s(int64=2) %!d(string=hai) anos
libm a84389f6bb libm: use union for infinity %!s(int64=2) %!d(string=hai) anos
loadso d8600f717e Pointer as bool (libsdl-org#7214) %!s(int64=2) %!d(string=hai) anos
locale 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. %!s(int64=2) %!d(string=hai) anos
main b5347c3364 Fixed emscripten and iOS builds %!s(int64=2) %!d(string=hai) anos
misc 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. %!s(int64=2) %!d(string=hai) anos
power d8600f717e Pointer as bool (libsdl-org#7214) %!s(int64=2) %!d(string=hai) anos
render 2b5c7db645 Fixed analyze warnings in SDL_render_d3d12.c %!s(int64=2) %!d(string=hai) anos
sensor b512182222 Fixed warning C6340: Mismatch on sign: 'unsigned int' passed as _Param_(2) when some signed type is required in call to 'SDL_SetError_REAL'. %!s(int64=2) %!d(string=hai) anos
stdlib fda039e6f8 Fixed analyzer warnings for SDL_string.c %!s(int64=2) %!d(string=hai) anos
test 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. %!s(int64=2) %!d(string=hai) anos
thread 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. %!s(int64=2) %!d(string=hai) anos
timer 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. %!s(int64=2) %!d(string=hai) anos
video 22f44aefe7 Fixed warning C6340: Mismatch on sign: 'int' passed as _Param_(3) when some unsigned type is required in call to 'SDL_sscanf_REAL'. %!s(int64=2) %!d(string=hai) anos
SDL.c d8600f717e Pointer as bool (libsdl-org#7214) %!s(int64=2) %!d(string=hai) anos
SDL_assert.c d8600f717e Pointer as bool (libsdl-org#7214) %!s(int64=2) %!d(string=hai) anos
SDL_assert_c.h fde78d12f2 Updated copyright for 2023 %!s(int64=3) %!d(string=hai) anos
SDL_error.c ecd56bb8f0 Removed SDL_GetErrorMsg(), trivially implemented in application code %!s(int64=2) %!d(string=hai) anos
SDL_error_c.h 66e532fa61 Handle out of memory errors without any allocation %!s(int64=2) %!d(string=hai) anos
SDL_guid.c d8600f717e Pointer as bool (libsdl-org#7214) %!s(int64=2) %!d(string=hai) anos
SDL_hashtable.c 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. %!s(int64=2) %!d(string=hai) anos
SDL_hashtable.h 0aba2c97db hashtable: SDL_IterateHashTable might as well provide both key and value. %!s(int64=2) %!d(string=hai) anos
SDL_hints.c 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. %!s(int64=2) %!d(string=hai) anos
SDL_hints_c.h 42e4639a5e For gamepads that don't have their own sensors, try to use the system sensors. %!s(int64=2) %!d(string=hai) anos
SDL_internal.h 0dad56354c Fixed warning C6326: Potential comparison of a constant with another constant. %!s(int64=2) %!d(string=hai) anos
SDL_list.c 447b508a77 error: SDL's allocators now call SDL_OutOfMemory on error. %!s(int64=2) %!d(string=hai) anos
SDL_list.h fde78d12f2 Updated copyright for 2023 %!s(int64=3) %!d(string=hai) anos
SDL_log.c 3775d9be4b Fixed warning C28251: Inconsistent annotation for 'SDL_LogMessageV_REAL': this instance has no annotations. %!s(int64=2) %!d(string=hai) anos
SDL_log_c.h fde78d12f2 Updated copyright for 2023 %!s(int64=3) %!d(string=hai) anos
SDL_properties.c 6cfce101fb Don't call the property cleanup function if setting the property fails %!s(int64=2) %!d(string=hai) anos
SDL_properties_c.h 973c8b3273 Added SDL properties API %!s(int64=2) %!d(string=hai) anos
SDL_utils.c 9cfac88054 Improve sensor detection for Linux gamepad %!s(int64=2) %!d(string=hai) anos
SDL_utils_c.h 9cfac88054 Improve sensor detection for Linux gamepad %!s(int64=2) %!d(string=hai) anos