SDL/src
Ryan C. Gordon 6a3cbf3b30 Handle assert init/quit better.
Don't create a mutex unles we need to, only clean it up if we made it.
2010-01-13 16:08:03 +00:00
..
atomic Fixed windows.h include 2009-12-13 05:37:06 +00:00
audio Since we're not using the CoreAudio HAL now, we don't need to use EnableIO. 2010-01-11 07:45:34 +00:00
cpuinfo Fixed bug #924 2010-01-06 04:33:31 +00:00
events Merged r4121:4122 from branches/SDL-1.2: more double-free fixes. 2010-01-06 07:34:20 +00:00
file Add a dummy function if SDL doesn't have STDIO support 2009-12-15 05:34:58 +00:00
haptic Patch by Janosch Gräf <janosch.graef@gmx.net> 2009-08-05 16:31:49 +00:00
joystick Merged r4121:4122 from branches/SDL-1.2: win32 joystick double-free fix. 2010-01-06 07:26:49 +00:00
libm Fixed bug #814 2009-10-04 09:51:04 +00:00
loadso Removed outdated Atari support 2009-09-20 04:15:19 +00:00
main Updated copyright date 2008-12-08 00:27:32 +00:00
power Removed outdated Dreamcast support 2009-09-19 07:21:22 +00:00
stdlib Merged r4710:4711 from branches/SDL-1.2: Mac OS X SDL_stdlib qsort build fixes. 2010-01-06 20:17:35 +00:00
thread We're using GNU recursive mutexes 2009-12-30 19:48:23 +00:00
timer Fixed bug #741 2009-12-16 04:48:11 +00:00
video Fixed Mac OS X assertion code. 2010-01-13 09:10:17 +00:00
SDL_assert.c Handle assert init/quit better. 2010-01-13 16:08:03 +00:00
SDL_compat.c Fixed compile error on Windows. 2009-12-17 07:47:03 +00:00
SDL_error_c.h Updated copyright date 2008-12-08 00:27:32 +00:00
SDL_error.c Fixed bug #765 2009-09-26 10:19:19 +00:00
SDL_fatal.c Fixed compiler warning (missing prototype for SDL_Quit()) 2010-01-13 05:24:03 +00:00
SDL_fatal.h Updated copyright date 2008-12-08 00:27:32 +00:00
SDL.c Moved the assertion tests to testplatform 2010-01-13 09:48:42 +00:00