SDL/src
Ryan C. Gordon 75a58303a0 pthread: fix error code checks (thanks, Andreas!).
Most pthread functions return 0 on success and non-zero on error, but those
errors might be positive or negative, so checking for return values in the
Unix style, where errors are less than zero, is a bug.

Fixes Bugzilla #4039.
2018-02-17 23:57:57 -05:00
..
atomic Updated copyright for 2018 2018-01-03 10:03:25 -08:00
audio pulseaudio: Just read/dump captured data in FlushCapture. 2018-02-17 18:30:21 -05:00
core revert the recent typecast assignment changes (see bug #4079) 2018-02-12 17:00:00 +03:00
cpuinfo Updated copyright for 2018 2018-01-03 10:03:25 -08:00
dynapi revert the recent typecast assignment changes (see bug #4079) 2018-02-12 17:00:00 +03:00
events Fixed building on platforms without __sighandler_t 2018-01-30 18:12:25 -08:00
file Updated copyright for 2018 2018-01-03 10:03:25 -08:00
filesystem revert the recent typecast assignment changes (see bug #4079) 2018-02-12 17:00:00 +03:00
haptic Updated copyright for 2018 2018-01-03 10:03:25 -08:00
joystick Fixed compiler warning on Android 2018-02-09 16:01:11 -08:00
libm Fixed misleading indentation 2018-01-30 16:53:24 -08:00
loadso Updated copyright for 2018 2018-01-03 10:03:25 -08:00
main Fixed bug 4073 - Unquoted Unicode argument parsing broken on Windows due to incorrect usage of SDL_isspace() 2018-02-10 12:43:11 -08:00
power Updated copyright for 2018 2018-01-03 10:03:25 -08:00
render revert the recent typecast assignment changes (see bug #4079) 2018-02-12 17:00:00 +03:00
stdlib Fixed bug 3947 - replace strlcpy with memcpy in SDL_strdup() 2018-02-13 08:13:29 -08:00
test Updated copyright for 2018 2018-01-03 10:03:25 -08:00
thread pthread: fix error code checks (thanks, Andreas!). 2018-02-17 23:57:57 -05:00
timer Updated copyright for 2018 2018-01-03 10:03:25 -08:00
video yuv: patched to compile. 2018-02-17 20:18:48 -05:00
SDL.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_assert.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_assert_c.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_dataqueue.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_dataqueue.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_error.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_error_c.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_hints.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_internal.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_log.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00