Sam Lantinga <slouken@libsdl.org> [Sat, 26 Sep 2009 10:36:55 +0000] rev 3320
Fixed bug #797
Ryan C. Gordon 2009-09-19 08:25:21 PDT
This line in SDL_iconv_string (src/stdlib/SDL_iconv.c) ...
if (!fromcode || !*fromcode) {
tocode = "UTF-8";
}
Is probably supposed to assign to "fromcode" and not "tocode".
Sam Lantinga <slouken@libsdl.org> [Sat, 26 Sep 2009 10:32:14 +0000] rev 3319
Fixed bug #777
Implemented SDL_GetPlatform()
Sam Lantinga <slouken@libsdl.org> [Sat, 26 Sep 2009 10:22:35 +0000] rev 3318
Fixed bug #766
Mason Wheeler 2009-07-06 14:29:47 PDT
This adds some missing error reporting for SDL_SelectRenderer, and cleans up the logic a little bit.
Sam Lantinga <slouken@libsdl.org> [Sat, 26 Sep 2009 10:19:19 +0000] rev 3317
Fixed bug #765
Added SDL_SetError case for SDL_UNSUPPORTED
Sam Lantinga <slouken@libsdl.org> [Sat, 26 Sep 2009 10:17:49 +0000] rev 3316
Fixed bug #764
Added better error checking from Mason Wheeler
Sam Lantinga <slouken@libsdl.org> [Sat, 26 Sep 2009 10:13:44 +0000] rev 3315
Fixed bug #761
Mason Wheeler 2009-07-05 09:28:33 PDT
This patch fixes two issues with SDL_CreateTextureFromSurface.
1. If no renderer is available, the function will return 0 without calling
SDL_SetError. (It does this in other places as well, but it appears that in
these cases, SDL_SetError was already called by a previous function call.)
2. Removal of a dead code block that checks for an impossible return value.
Sam Lantinga <slouken@libsdl.org> [Sat, 26 Sep 2009 10:04:38 +0000] rev 3314
Fixed bug #734
Nicholas Phillips 2009-04-26 21:34:05 PDT
I am using x64 Linux (using Intel Core 2 DUO), and I have noticed that there is
an error in SDL_cpuinfo.c, function CPU_getCPUIDFeaturesExt for my platform.
Sam Lantinga <slouken@libsdl.org> [Sat, 26 Sep 2009 09:57:32 +0000] rev 3313
Fixed bug #705
Sami N 2009-02-21 11:15:39 PST
Patches two tests that had broken format strings in their *printf()'s.
Sam Lantinga <slouken@libsdl.org> [Sat, 26 Sep 2009 09:56:26 +0000] rev 3312
Fixed bug #705
Sami N 2009-02-21 11:15:39 PST
Patches two tests that had broken format strings in their *printf()'s.
Sam Lantinga <slouken@libsdl.org> [Sat, 26 Sep 2009 09:44:52 +0000] rev 3311
Fixed bug #704
Dennis 2009-02-20 15:36:49 PST
When trying to run a parallel build, gcc will not be able to find SDL_revision.h