Sam Lantinga [Tue, 07 Feb 2006 12:15:46 +0000] rev 1342
Fixed it Hayashi Naoyuki's way. :)
Sam Lantinga [Tue, 07 Feb 2006 12:11:33 +0000] rev 1341
Configure dynamically generates SDL_config.h
I'm still wrestling with autoheader, but this should work for now...
Fixed lots of build problems with C library support disabled
Ryan C. Gordon [Tue, 07 Feb 2006 11:18:21 +0000] rev 1340
Faster fades when changing to/from/between fullscreen modes on Mac OS X. Also,
it doesn't show the desktop between modes anymore.
Fixes Bugzilla #100.
--ryan.
Sam Lantinga [Tue, 07 Feb 2006 10:40:14 +0000] rev 1339
*** empty log message ***
Sam Lantinga [Tue, 07 Feb 2006 09:29:18 +0000] rev 1338
Removed uses of stdlib.h and string.h
Sam Lantinga [Tue, 07 Feb 2006 07:03:29 +0000] rev 1337
Don't touch code that we brought in from other sources
Sam Lantinga [Tue, 07 Feb 2006 06:59:48 +0000] rev 1336
Use SDL_ prefixed versions of C library functions.
FIXME:
Change #include <stdlib.h> to #include "SDL_stdlib.h"
Change #include <string.h> to #include "SDL_string.h"
Make sure nothing else broke because of this...
Sam Lantinga [Mon, 06 Feb 2006 17:28:04 +0000] rev 1335
SDL_config.h will eventually be a general feature set test,
which will be useful for any program built with SDL on a given platform.
Sam Lantinga [Mon, 06 Feb 2006 17:26:47 +0000] rev 1334
Proper credit to uClibc :)
Sam Lantinga [Mon, 06 Feb 2006 08:58:44 +0000] rev 1333
*** empty log message ***